Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
CESNET
/
libyang
/
b4cee61db88389df2007601bc71dbab016871672
/
src
/
context.c
4dd821a
Change constness of the data returned by module implementation callbacks
by Jan Kundrát
· 6 years ago
5182385
Pass the original user_data to the deleter function
by Jan Kundrát
· 6 years ago
12b2218
unify use of realpath in context.c and tree_schema.c
by Alexandre Snarskii
· 6 years ago
8e5e071
fix *bsd issues with missing module filepath
by Alexandre Snarskii
· 6 years ago
0c4a38f
context CHANGE allow to change schema search method preference
by Radek Krejci
· 6 years ago
de70186
context BUGFIX uninitialized variable
by Michal Vasko
· 6 years ago
aecdb21
context BUGFIX error check added
by Michal Vasko
· 6 years ago
4fb7d7d
context FEATURE add ly_ctx_get_options() to get currently set context's options
by Radek Krejci
· 6 years ago
cf3b7ca
context CHANGE allow setting LY_CTX_DISABLE_SEARCHDIR_CWD for contexts
by Radek Krejci
· 6 years ago
38f8cea
context BUGFIX typo in LY_CTX_DISABLE_SEARCHDIRS
by Radek Krejci
· 6 years ago
88b7842
context CHANGE allow setting LY_CTX_DISABLE_SEARCHIDRS on existing contexts
by Radek Krejci
· 6 years ago
b284803
context FEATURE allow to switch off searching for schemas in searchdirs
by Radek Krejci
· 6 years ago
72cdfac
schema parsers FEATURE lys_search_localfile()
by Radek Krejci
· 6 years ago
6d2beea
context CHANGE do not use chdir()
by Michal Vasko
· 6 years ago
e385e90
context CHANGE clb for copying data nodes priv pointer
by Michal Vasko
· 6 years ago
b87da77
context BUGFIX apply devs/augs only for implemented modules
by Michal Vasko
· 6 years ago
1411659
context FEATURE ly_ctx_get_module_set_id()
by Radek Krejci
· 7 years ago
adafded
context BUGFIX removing augs/devs
by Michal Vasko
· 7 years ago
6c81070
validation CHANGE use a generic hash table implementation
by Michal Vasko
· 7 years ago
c6cd3f0
libyang NEW support for user type plugins
by Michal Vasko
· 7 years ago
53b7da0
libyang CHANGE bind errors and store them in a context
by Michal Vasko
· 7 years ago
2409740
Merge branch 'devel' of https://github.com/cesnet/libyang into devel
by Michal Vasko
· 7 years ago
eb3bd0e
CHANGE ietf-yang-library model updated from a draft in LC
by Michal Vasko
· 7 years ago
c683acd
context CHANGE rename ly_ctx_get_node2() to ly_ctx_find_path()
by Radek Krejci
· 7 years ago
749ebf5
context FEATURE add ly_ctx_get_node2()
by Radek Krejci
· 7 years ago
10681e8
parsers BUGFIX memory-leaked submodule
by Michal Vasko
· 7 years ago
fb98dc4
CHANGE unify loading schemas and do not duplicate code
by Michal Vasko
· 7 years ago
ca6801f
context BUGFIX initialize thread-local ctx in api functions
by Michal Vasko
· 7 years ago
60d400b
context BUGFIX yang-library data tree changed
by Michal Vasko
· 7 years ago
4456491
schema parsers BUGFIX searching for the latest revision of the module
by Radek Krejci
· 7 years ago
8f3160e
schema tree CHANGE reusing of latest revision schemas
by Michal Vasko
· 7 years ago
daa547a
libyang BUGFIX uninitialized variables
by Radek Krejci
· 7 years ago
1ade633
Merge branch 'schemaopt' into devel
by Radek Krejci
· 7 years ago
b3a6e48
libyang CHANGE allow ctx to be NULL and read from another parameter
by Michal Vasko
· 7 years ago
2a6e06e
Merge branch 'devel' into schemaopt
by Radek Krejci
· 7 years ago
9287c70
context CHANGE handling empty searchpath parameter in ly_ctx_set_searchpath()
by Radek Krejci
· 7 years ago
961d96f
context MAINTENANCE error message in case of invalid parameter of ly_ctx_*_searchpath()
by Radek Krejci
· 7 years ago
6e6543d
context CHANGE Add return status in ly_ctx_set_searchdir()
by Igor Ternovsky
· 7 years ago
9a10e1a
context CHANGE Add support for multiple search directories in ly_ctx_new
by Igor Ternovsky
· 7 years ago
dfb00d6
libyang CHANGE allow using different versions of ietf-yang-library
by Radek Krejci
· 7 years ago
d57525c
Merge branch 'devel' into schemaopt
by Radek Krejci
· 7 years ago
cf74825
context CHANGE storing parser's error messages
by Radek Krejci
· 7 years ago
a62a9d1
context BUGFIX memory leaks
by Radek Krejci
· 7 years ago
eb0fd60
Merge branch 'devel' into yanglintrpc
by Radek Krejci
· 7 years ago
b374440
libyang NEW ly_ctx_get_node function again in api
by Michal Vasko
· 7 years ago
06f8bb9
data parsers CHANGE allow parse/validate data trees without ietf-yang-library data
by Radek Krejci
· 7 years ago
5057671
libyang CHANGE api functions xpath format unified
by Michal Vasko
· 7 years ago
dd3263a
context FEATURE introduce context options
by Radek Krejci
· 7 years ago
db4e9ff
context CHANGE extend ly_ctx_unset_searchdirs() to remove specific searchpath
by Radek Krejci
· 7 years ago
05f1598
schema parsers CHANGE ignore 0-length revision and handle it as NULL
by Radek Krejci
· 7 years ago
426ea2b
context CHANGE remove ly_ctx_get_searchdir() and add ly_ctx_get_searchidrs()
by Radek Krejci
· 7 years ago
29eac3d
CHANGE add version, deviated, disabled and implemented members into lys_submodule
by Radek Krejci
· 7 years ago
a8d111f
CHANGE improve checking for memory allocation errors
by Radek Krejci
· 7 years ago
9e6af73
parsers CHANGE handling idenittyref's values defined in non-implemented schemas
by Radek Krejci
· 8 years ago
2d051a1
CHANGE number of internal modules made public
by Michal Vasko
· 8 years ago
2924566
schema tree BUGFIX load imported modules as imported
by Michal Vasko
· 8 years ago
fa3d2f7
context BUGFIX skip groupings when recreating lref links
by Michal Vasko
· 8 years ago
ad9f92a
context BUGFIX check for null args in api functions
by Michal Vasko
· 8 years ago
c10366a
BUGFIX memory leak
by Radek Krejci
· 8 years ago
da9f839
context CHANGE support multiple search paths
by Radek Krejci
· 8 years ago
5cb217d
context BUGFIX use complete initializer
by Radek Krejci
· 8 years ago
69333c9
context FEATURE allow creating context according to the provided yang-library data
by Radek Krejci
· 8 years ago
819dd4b
schema parsers FEATURE mode to make all the imported modules implemented
by Radek Krejci
· 8 years ago
532e5e9
annotations CHANGE support for ietf-yang-metadata (annotations)
by Radek Krejci
· 8 years ago
37d0263
extensions BUGFIX plugins refcount maintenance
by Radek Krejci
· 8 years ago
c436a23
context BUGFIX accessing freed memory
by Radek Krejci
· 8 years ago
7f64de4
Merge branch 'devel' into extensions
by Radek Krejci
· 8 years ago
83a4bac
context CHANGE re-adding module links
by Radek Krejci
· 8 years ago
4be5fa2
context CHANGE code structure for re-adding module links
by Michal Vasko
· 8 years ago
fc8411a
context CHANGE order of removing modules from the context
by Radek Krejci
· 8 years ago
52cfa5f
Merge branch 'devel' into extensions
by Radek Krejci
· 8 years ago
5b99871
parser BUGFIX parsing submodules from memory
by Michal Vasko
· 8 years ago
fdcbea6
Merge branch 'devel' into extensions
by Radek Krejci
· 8 years ago
d4c1d0f
schema parsers CHANGE including submodules
by Radek Krejci
· 8 years ago
7852142
Merge branch 'devel' into extensions
by Radek Krejci
· 8 years ago
ca28aab
context BUGFIX wrong new funcs names
by Michal Vasko
· 8 years ago
f53187d
libyang NEW callback for adding schemas into ctx for data
by Michal Vasko
· 8 years ago
858ad95
extensions FEATURE loading/unloading extensions plugins
by Radek Krejci
· 8 years ago
0ec51da
context FEATURE allow disabling/enabling modules in the context
by Radek Krejci
· 8 years ago
ee55417
context CHANGE check input parameter in some API functions
by Radek Krejci
· 8 years ago
b2541a3
context BUGFIX removing applied augments and deviations when removing module
by Radek Krejci
· 8 years ago
00a0e71
log BUGFIX keep ly_errno and ly_vecode after destroying the context
by Radek Krejci
· 8 years ago
8b76a4a
log BUGFIX clean the errors list
by Radek Krejci
· 8 years ago
bf4e465
schema parser CHANGE simplify module importing
by Radek Krejci
· 8 years ago
85a54be
schemas BUGFIX maintain backlinks in case of removing module(s) from context
by Radek Krejci
· 8 years ago
8c107fe
context CHANGE allow removing schemas from the context
by Radek Krejci
· 8 years ago
d972391
context CHANGE update ietf-yang-library module
by Radek Krejci
· 8 years ago
cdb9017
data treee CHANGE lyd_validate variable argument now mandatory
by Michal Vasko
· 8 years ago
8d26e5c
libyang CHANGE ly_ctx_get_node2 function removed
by Michal Vasko
· 8 years ago
0c2215b
context BUGFIX duplicated deviation entries
by Michal Vasko
· 8 years ago
89563fc
parser CHANGE do not publish imports to other modules
by Michal Vasko
· 8 years ago
58e5f3e
parser CHANGE set implemented value higher in functions call tree
by Michal Vasko
· 8 years ago
a9c8e99
resolve MAINTENANCE rename function to fit the purpose
by Michal Vasko
· 8 years ago
8447515
libyang CHANGE module_clb submodule information added
by Michal Vasko
· 8 years ago
108a17d
context BUGFIX mark schema loaded by ly_ctx_load_module() as implemented
by Radek Krejci
· 8 years ago
0320341
context CHANGE special (more generic) handling of internal schemas
by Radek Krejci
· 8 years ago
0fd4974
CHANGE allow error message without setting up the ly_errno value
by Radek Krejci
· 8 years ago
7d7de95
context CHANGE load ietf-yang-types and ietf-inet-types as import-only
by Michal Vasko
· 9 years ago
80bd80d
context BUGFIX validate yang library data as a separate subtree
by Michal Vasko
· 9 years ago
9fd98e2
context FEATURE funtion ly_ctx_get_node2()
by Michal Vasko
· 9 years ago
Next »