Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
CESNET
/
libyang
/
0f14ba6ffeff9d191c35f3317e923ae015a73177
/
src
/
libyang.h
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
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
d9ba3e3
tree DOC schema manipulation description
by Radek Krejci
· 9 years ago
f647e61
context CHANGE handle multiple revisions of the same schema
by Radek Krejci
· 9 years ago
bc9cf93
api CHANGE hide lys_free() to free a particular schema
by Radek Krejci
· 9 years ago
96a10da
api CHANGE use const values
by Radek Krejci
· 9 years ago
26715a4
DOC some more info about libyang usage and some function descriprion
by Radek Krejci
· 9 years ago
912da45
parsers CHANGE shorten function names and unify naming
by Radek Krejci
· 9 years ago
63a91a9
parsers CHANGE hide decision about module type (import/implement)
by Radek Krejci
· 9 years ago
d8aa32d
yin parser & info printer FEATURE implemented flag
by Michal Vasko
· 9 years ago
94ca54b
json printer FEATURE initial version of JSON output printer
by Radek Krejci
· 9 years ago
b20c62d
xml parser FEATURE basic functionality of xml data parser
by Radek Krejci
· 9 years ago
85217a3
info printer NEW
by Michal Vasko
· 9 years ago
7bf0688
context CHANGE make ly_ctx_get_submodule() public
by Michal Vasko
· 9 years ago
fa8c828
context NEW get submodule names of a module
by Michal Vasko
· 9 years ago
60ba9a6
context NEW function to modify searchpath
by Michal Vasko
· 9 years ago
3ec07dc
API: NEW: function for getting all the names of the loaded modules
by Michal Vasko
· 9 years ago
6e4ffbb
MAINTENANCE apply coding style rules to the source codes
by Radek Krejci
· 9 years ago
e3d2ee0
tree printer: NEW
by Michal Vasko
· 9 years ago
0af1387
yin parser: FEATURE: parse belongs-to statement in submodules
by Radek Krejci
· 9 years ago
812b10a
libyang CHANGE error messages cleanup
by Radek Krejci
· 9 years ago
8dfe289
xml parser: CHANGE: use improved logger for validation issues
by Radek Krejci
· 9 years ago
3045cf3
logger: CHANGE: make logger functions more useful
by Radek Krejci
· 9 years ago
efaeba3
yin parser: FEATURE: support submodules (via include statement)
by Radek Krejci
· 9 years ago
efdd0ce
CHANGE: directory structure to allow better splitting of parsers/printers code
by Radek Krejci
· 9 years ago
da04f4a
yin parser: initial version
by Radek Krejci
· 10 years ago
Next »