Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
CESNET
/
libyang
/
0ef0e8e571423c54a995f420396677a6359ac6c9
/
src
/
libyang.h.in
99fded7
Fix assorted typos
by Renato Westphal
· 6 years ago
61a4a7e
Update reference to old draft in the documentation
by Renato Westphal
· 6 years ago
2ec826a
libyang DOC added note about printers not being thread-safe
by Michal Vasko
· 6 years ago
v0.16-r2
f8942f6
printer NEW function lyd_print_path()
by Michal Vasko
· 6 years ago
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
0c4a38f
context CHANGE allow to change schema search method preference
by Radek Krejci
· 6 years ago
84fa2b2
context DOC fix coverage of the contextoptions group
by Radek Krejci
· 6 years ago
804b4ba
context DOC update description of the schema search algorithm
by Radek Krejci
· 6 years ago
d6a3b4a
doxygen BUGFIX ly_ctx structure reference
by Radek Krejci
· 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
346d2b3
libyang DOC flag references updated
by Michal Vasko
· 6 years ago
e385e90
context CHANGE clb for copying data nodes priv pointer
by Michal Vasko
· 6 years ago
d025ee3
data tree CHANGE optional support for priv pointer in data nodes
by Michal Vasko
· 6 years ago
310bc58
resolve CHANGE require identrefs to have module name prefixes
by Michal Vasko
· 7 years ago
febd13d
resolve OPTIMIZE resolve_partial_nodeid predicate parsing
by Michal Vasko
· 7 years ago
1411659
context FEATURE ly_ctx_get_module_set_id()
by Radek Krejci
· 7 years ago
70bf8e5
libyang CHANGE split type base and type flags
by Michal Vasko
· 7 years ago
25b59c7
user types CHANGE a new installed user type example
by Michal Vasko
· 7 years ago
065c565
common CHANGE transform xml2json function made public
by Michal Vasko
· 7 years ago
5a078f8
libyang DOC typos
by Michal Vasko
· 7 years ago
c6cd3f0
libyang NEW support for user type plugins
by Michal Vasko
· 7 years ago
10d6f2f
log CHANGE provide user with first err item instead the last
by Michal Vasko
· 7 years ago
20fadd5
log CHANGE make function for printing err items public
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
8a6735d
Merge branch 'swig_changes' into devel
by Radek Krejci
· 7 years ago
d245e0b
libyang DOC path functions description updated
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
563cfea
data tree CHANGE new function lyd_set_merge
by Michal Vasko
· 7 years ago
e378c0e
libyang DOC typo
by Michal Vasko
· 7 years ago
4070273
libyang NEW function for generating schema paths from data paths
by Michal Vasko
· 7 years ago
8f3160e
schema tree CHANGE reusing of latest revision schemas
by Michal Vasko
· 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
15352c7
Revert "xpath OPTIMIZE dead code and unused error removed"
by Michal Vasko
· 7 years ago
3a4baf2
xpath OPTIMIZE dead code and unused error removed
by Michal Vasko
· 7 years ago
schemaopt
7e00286
xpath OPTIMIZE dead code and unused error removed
by Michal Vasko
· 7 years ago
2a6e06e
Merge branch 'devel' into schemaopt
by Radek Krejci
· 7 years ago
6e6543d
context CHANGE Add return status in ly_ctx_set_searchdir()
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
fcd974b
parser CHANGE compile flag enabled_cache updated
by Michal Vasko
· 7 years ago
4814fb0
libyang CHANGE use compiler thread-local variables
by Michal Vasko
· 7 years ago
b374440
libyang NEW ly_ctx_get_node function again in api
by Michal Vasko
· 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
2c423b5
libyang DOC xpath examples and description updated
by Michal Vasko
· 7 years ago
db4e9ff
context CHANGE extend ly_ctx_unset_searchdirs() to remove specific searchpath
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
5f9127b
log CHANGE provide previous verbosity level when setting up new one
by Radek Krejci
· 7 years ago
abacdb5
docs BUGFIX typo
by Radek Krejci
· 7 years ago
283bf38
xpath BUGFIX parsing unterminated xpath strings
by Michal Vasko
· 8 years ago
2d051a1
CHANGE number of internal modules made public
by Michal Vasko
· 8 years ago
5138e9f
schema tree BUGFIX apply destructor onto private data in extension instances
by Radek Krejci
· 8 years ago
da9f839
context CHANGE support multiple search paths
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
346b5f3
libyang DOC missing schema callback description updated
by Michal Vasko
· 8 years ago
4bff75f
log CHANGE log value and message changed
by Michal Vasko
· 8 years ago
792f52f
doc CHANGE update information in docs, mainly about metadata support
by Radek Krejci
· 8 years ago
6dbd827
Merge branch 'metadata' into devel
by Radek Krejci
· 8 years ago
3e3228d
libyang CHANGE enable displaying of only selected debug messages
by Michal Vasko
· 8 years ago
2c121b3
metadata CHANGE check for not supported leafref type in annotations
by Radek Krejci
· 8 years ago
89db059
doc CHANGE update YANG extensions support description
by Radek Krejci
· 8 years ago
16d64a5
doc CHANGE basic description of extensions support
by Radek Krejci
· 8 years ago
e77dc99
printer BUGFIX always print wd schema namespace if may be needed
by Michal Vasko
· 8 years ago
f53187d
libyang NEW callback for adding schemas into ctx for data
by Michal Vasko
· 8 years ago
ab80e3a
data merge DOC extend description about using lyd_merge_to_ctx()
by Radek Krejci
· 8 years ago
299f983
libyang DOC function that modify data and leave it non-validated marked
by Michal Vasko
· 8 years ago
ae5a53e
data tree NEW lyd_list_pos
by Michal Vasko
· 8 years ago
58c2aab
data tree NEW position list instance addressing and creation
by Michal Vasko
· 8 years ago
3c4cf90
libyang DOC flags changed
by Michal Vasko
· 8 years ago
0ec51da
context FEATURE allow disabling/enabling modules in the context
by Radek Krejci
· 8 years ago
faa3a29
schema parsers FEATURE include subdirs when searching for the refered (sub)module
by Radek Krejci
· 8 years ago
0fd6a99
schema parsers BUGFIX forgotten LYVE_SUBMODULE declaration
by Radek Krejci
· 8 years ago
98b5f95
libyang DOC module callback use described
by Michal Vasko
· 8 years ago
541dff4
xpath BUGFIX proper error on invalid when augment module
by Michal Vasko
· 8 years ago
9390977
xpath CHANGE verify number of xpath function parameters while parsing
by Michal Vasko
· 8 years ago
42aa0ab
libyang DOC added information about special libyang data trees
by Michal Vasko
· 8 years ago
3e11229
MAINTENANCE typo
by Radek Krejci
· 8 years ago
99e6d9a
MAINTENANCE add missing prototype of public ly_set_contains() function
by Radek Krejci
· 8 years ago
afa7a64
json parser & printer CHANGE all data types now supported
by Michal Vasko
· 8 years ago
6216f27
printer CHANGE flag for netconf-style xml message print
by Michal Vasko
· 8 years ago
8c107fe
context CHANGE allow removing schemas from the context
by Radek Krejci
· 8 years ago
60cdf28
libyang FEATURE provide libyang version as macros in libyang header
by Radek Krejci
· 8 years ago
[Renamed (99%) from src/libyang.h]
daa080f
doc MAINTENANCE fix link to RFC 7950
by Radek Krejci
· 8 years ago
3c12682
data tree BUGFIX merging siblings must be done step-by-step
by Michal Vasko
· 8 years ago
ac7f422
libyang DOC removed non-existing function
by Michal Vasko
· 8 years ago
ae1c3b1
doc MAINTENANCE add link to lyd_leaf_type() function into howto text
by Radek Krejci
· 8 years ago
3c73f49
doc UDDATE list of features in API documentation
by Radek Krejci
· 8 years ago
db6b166
doc MAINTENANCE typos
by Radek Krejci
· 8 years ago
d3cfbc9
doc MAINTENANCE info about presence of empty containers in data trees
by Radek Krejci
· 8 years ago
Next »