Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
CESNET
/
libyang
/
7b54f7e29448b23e2afd5843621689d464fbc995
/
src
/
libyang.h
7b54f7e
resolve CHANGE ly_ctx_get_node accepts leaf/leaf-list predicates
by Michal Vasko
· 9 years ago
ebea701
libyang DOC removed "/*" from doxygen comment for compiler not to whine
by Michal Vasko
· 9 years ago
8e62769
libyang DOC some xpath examples added
by Michal Vasko
· 9 years ago
b50551c
doc CHANGE extend doxygen documentation
by Radek Krejci
· 9 years ago
f6ab2cd
doc CHANGE extend doxygen documentation
by Radek Krejci
· 9 years ago
e77218f
libyang DOC some useful xpath examples added
by Michal Vasko
· 9 years ago
45fb282
data tree FEATURE function lyd_merge
by Michal Vasko
· 9 years ago
f29903d
data tree OPTIMIZE list keys are always first and ordered in the data
by Michal Vasko
· 9 years ago
8b13fc0
doc MAINTENANCE doxygen text update
by Radek Krejci
· 9 years ago
b4e72e5
doc CHANGE update features list
by Radek Krejci
· 9 years ago
3cc1096
log CHANGE print appropriate path type according to processed tree
by Radek Krejci
· 9 years ago
a540df2
validation CHANGE list instance duplication check
by Michal Vasko
· 9 years ago
6ac6828
log CHANGE some errors made more specific
by Michal Vasko
· 9 years ago
1366114
log FEATURE specific model error-app-tag set and provided to user
by Michal Vasko
· 9 years ago
9bfcbde
data parser OPTIMIZE edit-config's attribute check
by Radek Krejci
· 9 years ago
9fd98e2
context FEATURE funtion ly_ctx_get_node2()
by Michal Vasko
· 9 years ago
f748dbc
data tree CHANGE lyd_anyxml structure changed
by Michal Vasko
· 9 years ago
462be9a
context CHANGE module retrieval API changed
by Michal Vasko
· 9 years ago
f6d94c6
context CHANGE ly_ctx_get_submodule changed
by Michal Vasko
· 9 years ago
d7957c0
context FEATURE function ly_ctx_get_module_iter()
by Michal Vasko
· 9 years ago
95068c4
json printer FEATURE non-formatted output
by Michal Vasko
· 9 years ago
58f74f1
data tree DOC doxygen updated
by Michal Vasko
· 9 years ago
2f5aceb
Merge branch 'when-stmt' into devel
by Michal Vasko
· 9 years ago
0f14ba6
libyang DOC lyd_new_path() documentation updated
by Michal Vasko
· 9 years ago
8f08df1
sets CHANGE struct ly_set to be more usable by SWIG
by Radek Krejci
· 9 years ago
f529928
data tree FEATURE lyd_new_path() implementation
by Michal Vasko
· 9 years ago
1fcc1c4
log CHANGE redundant log value removed
by Michal Vasko
· 9 years ago
03b71f7
data tree FEATURE auto-delete for when-stmt
by Radek Krejci
· 9 years ago
3547c53
context FEATURE ly_ctx_get_node can resolve relative expressions as well
by Michal Vasko
· 9 years ago
e733d68
resolve FEATURE resolve_json_schema can parse and verify list key predicates
by Michal Vasko
· 9 years ago
6fae136
log FEATURE errors for simple xpath addressing functions
by Michal Vasko
· 9 years ago
f5035ce
common CHANGE evcode renamed to vecode
by Michal Vasko
· 9 years ago
a37b39c
parser FEATURE provide codes of validation errors
by Radek Krejci
· 9 years ago
21601a3
context FEATURE new ly_ctx_get_module_older()
by Radek Krejci
· 9 years ago
62f0da7
context FEATURE add alternate to ly_ctx_get_submodule()
by Radek Krejci
· 9 years ago
a7533f2
context CHANGE correct ly_ctx_get_submodule
by Radek Krejci
· 9 years ago
880dceb
context CHANGE do not call free on clb module data by default
by Michal Vasko
· 9 years ago
d3e975b
context CHANGE module free function argument should be void *, not char *
by Michal Vasko
· 9 years ago
8de098c
all DOC white space
by Michal Vasko
· 9 years ago
54f6fb3
MAINTENANCE correct license text in source codes
by Radek Krejci
· 9 years ago
6e8fc0b
logger CHANGE make path of error elements thread-safe and accessible ex-post
by Radek Krejci
· 9 years ago
adb5761
parsers FEATURE error information when validation fails
by Radek Krejci
· 9 years ago
386714d
logger CHANGE make last error string available to caller
by Radek Krejci
· 9 years ago
3edeaf7
schema CHANGE resolve_schema_nodeid split into several functions
by Michal Vasko
· 9 years ago
a63ca34
yin printer FEATURE printer implemented
by Michal Vasko
· 9 years ago
fa0b5e0
schema tree CHANGE improve work with private objects in lys_node
by Radek Krejci
· 9 years ago
6a1ab6f
data tree FEATURE lyd_get_list_keys() function
by Michal Vasko
· 9 years ago
105cef1
data tree FEATURE function lyd_get_node()
by Michal Vasko
· 9 years ago
bd9e8d2
context CHANGE update used ietf-yang-library to revision 2016-02-01 (draft 04)
by Radek Krejci
· 9 years ago
722b007
all CHANGE unify naming conventions
by Radek Krejci
· 9 years ago
def5002
doc CHANGE add the missing documentation
by Radek Krejci
· 9 years ago
2342cf6
data parser CHANGE make data parser accept empty data
by Radek Krejci
· 9 years ago
7d9f46a
threads CHANGE make ly_errno thread-safe
by Radek Krejci
· 9 years ago
dc15443
trees CHANGE make lyd_set more generic to hold data and schema nodes
by Radek Krejci
· 9 years ago
86252b3
schema tree CHANGE ly_ctx_get_node to lys_get_node
by Michal Vasko
· 9 years ago
5044be3
printers FEATURE add printer options
by Radek Krejci
· 9 years ago
4a49bdf
data parser CHANGE support for various data types
by Radek Krejci
· 9 years ago
ceca008
docs BUGFIX small improvement of macro description
by Radek Krejci
· 9 years ago
8653821
xml parser CHANGE do not require single top-level element in case of input XML data
by Radek Krejci
· 9 years ago
cf50998
schema parser CHANGE add missing status check following RFC 6020 7.19.2
by Radek Krejci
· 9 years ago
8afe75e
resolve BUGFIX resolve_schema_nodeid changed for like 6th time
by Michal Vasko
· 9 years ago
f1d62cf
log FEATURE logging callback
by Michal Vasko
· 9 years ago
662610a
api CHANGE ly(d/s)_(print/parse)_(method) function unification
by Michal Vasko
· 9 years ago
94b4689
Revert "common FEATURE transforming to/from XML to/from JSON now public"
by Michal Vasko
· 9 years ago
281f93e
common FEATURE transforming to/from XML to/from JSON now public
by Michal Vasko
· 9 years ago
36ef693
parser FEATURE functions to parse RPC output (rpc-reply) directly
by Michal Vasko
· 9 years ago
99b0aad
context FEATURE callback for retrieving import/include models
by Michal Vasko
· 9 years ago
1e62a09
api CHANGE use const where should be
by Michal Vasko
· 9 years ago
9c26491
Merge branch 'xml-format' into devel
by Radek Krejci
· 9 years ago
4910e24
MAINTENANCE: update function descriptions and TODOs
by Radek Krejci
· 9 years ago
5e6a71a
DOC old comment removed
by Michal Vasko
· 9 years ago
8246596
context FEATURE new function ly_ctx_load_module
by Michal Vasko
· 9 years ago
20cdf63
data parser CHANGE extend data parser options set
by Radek Krejci
· 9 years ago
04b97de
xml parser OPTIMIZE allow continuous XML free when parsing data
by Radek Krejci
· 9 years ago
f7a03dc
context FEATURE ly_ctx_get_node implementation
by Michal Vasko
· 9 years ago
41912fe
dict CHANGE split dictionary API to private and public part
by Radek Krejci
· 9 years ago
5a79757
context FEATURE add ly_ctx_get_searchdir()
by Radek Krejci
· 9 years ago
2fa0fc1
printer FEATURE print data into memory
by Radek Krejci
· 9 years ago
50929eb
printer CHANGE allow passing argument to the caller's provided printer callback
by Radek Krejci
· 9 years ago
6140e4e
printer FEATURE allow writing libyang data via callback provided by caller
by Radek Krejci
· 9 years ago
bac8176
Merge branch 'fdprint' into netconf
by Radek Krejci
· 9 years ago
87f5237
printer FEATURE allow printing into file descriptors
by Radek Krejci
· 9 years ago
c6704c8
xml FEATURE provide public API to a simple XML parser
by Radek Krejci
· 9 years ago
163faae
data tree DOC lyd_parse options updated
by Michal Vasko
· 9 years ago
2d162e1
tree REFACTOR tree split into tree_schema and tree_data
by Michal Vasko
· 9 years ago
91b833c
doc CHANGE improve context description in connection with schema and data trees
by Radek Krejci
· 9 years ago
bc9ee4f
DOC update description of data parser options
by Radek Krejci
· 9 years ago
39d8d0d
build CHANGE allow using public header files in C++ code
by Radek Krejci
· 9 years ago
6d6076e
doc NEW short description of the info printer target syntax
by Michal Vasko
· 9 years ago
4f0a874
data tree CHANGE remove restriction for root XML node in lyd_parse()
by Radek Krejci
· 9 years ago
b1c1251
data tree CHANGE add various modes to parse instance data
by Radek Krejci
· 9 years ago
25b9fd3
data tree CHANGE implement data parser options
by Radek Krejci
· 9 years ago
fd4e6e3
context FEATURE add ly_ctx_get_module_by_ns()
by Radek Krejci
· 9 years ago
ae6817a
logger CHANGE start error codes with 0 assigned to success (no error)
by Radek Krejci
· 9 years ago
7ab2515
context CHANGE hide ietf-yang-library getter as context info getter
by Radek Krejci
· 9 years ago
704a7a9
tree DESIGN prototypes of new API functions
by Radek Krejci
· 9 years ago
b804869
schema tree DOC finished schema tree structures documentation
by Radek Krejci
· 9 years ago
a9167ef
tree CHANGE unify naming of schema and data in/out formats
by Radek Krejci
· 9 years ago
5895397
yang lib FEATURE yang library data built
by Michal Vasko
· 9 years ago
0e1d1a6
data tree CHANGE make lyd_free() public
by Radek Krejci
· 9 years ago
Next »