Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
CESNET
/
libyang
/
8548e086d0518bcbb78eee0686e70de3b1b3c5f0
/
src
/
tree_schema.c
8548e08
schema tree CHANGE lys_xpath_atomize returns a set of schema nodes
by Michal Vasko
· 8 years ago
5d63140
Merge branch 'master' into devel
by Michal Vasko
· 8 years ago
3767fb2
unres MAINTENANCE unres_schema_add_ return values
by Michal Vasko
· 8 years ago
5b3492c
xpath FEATURE new lys_xpath_atomize function
by Michal Vasko
· 8 years ago
3a5501d
schema parsers BUGFIX resolving leafref's path
by Radek Krejci
· 8 years ago
9ff0a92
schema parsers CHANGE reimplement YANg 1.1 if-feature
by Radek Krejci
· 8 years ago
b1b1944
all FEATURE action data manipulation and validation
by Michal Vasko
· 8 years ago
48a573d
schema tree FEATURE leafrefs can reference leaf-lists as well
by Michal Vasko
· 8 years ago
3def867
resolve BUGFIX if-feature bugfixes
by Michal Vasko
· 8 years ago
ca7cbc4
parsers/printers FEATURE action parsing/printing
by Michal Vasko
· 8 years ago
44fb638
tree schema FEATURE action Y1.1 statement added
by Michal Vasko
· 8 years ago
c5c26b0
parsers FEATURE if-feature Y1.1 expressions
by Michal Vasko
· 8 years ago
f347abc
schema parser CHANGE better handling of ly_errno
by Radek Krejci
· 8 years ago
8c3b4b6
schema parser BUGFIX checking decimal64 boundaries
by Radek Krejci
· 8 years ago
d3f28c6
Merge branch 'set_optimization'
by Radek Krejci
· 8 years ago
dbc1526
yin parser BUGFIX better handling of unresolved augments when freeing schema structure
by Radek Krejci
· 8 years ago
d8fb03c
schema parser FEATURE check for circular chain of leafrefs
by Radek Krejci
· 8 years ago
09891a2
ly_set OPTIMIZE allow optimized use of ly_set
by Radek Krejci
· 8 years ago
f5e940a
schema tree BUGFIX typo
by Michal Vasko
· 8 years ago
a99c163
schema tree BUGFIX external prefix dict leak
by Michal Vasko
· 8 years ago
b42b697
all MAINTENANCE always use macro for string pointer comparison
by Michal Vasko
· 8 years ago
880f67d
schema tree BUGFIX case fallthrough error
by Michal Vasko
· 8 years ago
b68d4b4
schema tree REFACTOR unify logging
by Michal Vasko
· 9 years ago
01c6fd2
resolve BUGFIX properly store pointers to leafref targets
by Michal Vasko
· 9 years ago
cda5171
schema tree BUGFIX empty groupings handling
by Michal Vasko
· 9 years ago
98a5a74
data tree CHANGE rpc reply includes top RPC data element
by Michal Vasko
· 9 years ago
dcf98e6
all BUGFIX handle augment parents
by Michal Vasko
· 9 years ago
b8f7132
schema tree BUGFIX memory leak
by Michal Vasko
· 9 years ago
2afc1ca
tree schema BUGFIX handle augments properly
by Michal Vasko
· 9 years ago
2605575
parser BUGFIX two implemented modules fixed
by Michal Vasko
· 9 years ago
d2fbade
schema tree BUGFIX models with augment are always implemented
by Michal Vasko
· 9 years ago
9eb6dd0
parser CHANGE module conformance, augment and deviation handling improved
by Michal Vasko
· 9 years ago
c428344
api BUGFIX name collision
by Radek Krejci
· 9 years ago
f610fd4
schema tree BUGFIX mandatory checking can handle rpc input and output
by Michal Vasko
· 9 years ago
0a1aaa4
schema tree CHANGE input and output now have name
by Michal Vasko
· 9 years ago
1b61d0e
schema tree CHANGE reimplement the list of derived identities
by Radek Krejci
· 9 years ago
4177150
schema tree CHANGE add flag LYS_INCL_STATUS
by Radek Krejci
· 9 years ago
90a550a
all MAINTENANCE todo cleanup
by Radek Krejci
· 9 years ago
6910a03
trees FEATURE make public several internal functions
by Radek Krejci
· 9 years ago
29ac4f9
validation BUGFIX improve mandatory check error messages
by Radek Krejci
· 9 years ago
7531aa2
validation BUGFIX checking for missing mandatory top level items
by Radek Krejci
· 9 years ago
05ed842
schema tree CHANGE try to print data nodes where possible
by Michal Vasko
· 9 years ago
e8da2e0
data validation BUGFIX reflect data type when checking for mandatory elements
by Radek Krejci
· 9 years ago
cf82e93
data validation BUGFIX mandatory elements were not checked in top-level containers
by Radek Krejci
· 9 years ago
96e2085
data validation BUGFIX searching for instances of mandatory elements
by Radek Krejci
· 9 years ago
a1df168
yang parser BUGFIX reallocate schema string for use by flex
by Radek Krejci
· 9 years ago
84f821a
validation CHANGE ly_check_mandatory now logs directly
by Michal Vasko
· 9 years ago
6658629
yang BUGFIX memory leak
by Pavol Vican
· 9 years ago
f62e526
Merge branch 'devel' of https://github.com/CESNET/libyang into yang_test
by Pavol Vican
· 9 years ago
763122e
validation BUGFIX checking for status mandatory nodes
by Radek Krejci
· 9 years ago
acb9d0d
parser BUGFIX lys_type_dup
by Pavol Vican
· 9 years ago
164d901
tree BUGFIX mmap cannot handle empty files
by Michal Vasko
· 9 years ago
f7cc285
Integrate YANG parser
by Pavol Vican
· 9 years ago
2f5aceb
Merge branch 'when-stmt' into devel
by Michal Vasko
· 9 years ago
8f08df1
sets CHANGE struct ly_set to be more usable by SWIG
by Radek Krejci
· 9 years ago
48464ed
parsers CHANGE remove line information
by Radek Krejci
· 9 years ago
6ea3e36
all CHANGE validation error messages updated
by Michal Vasko
· 9 years ago
0238ccf
schema tree BUGFIX typo
by Michal Vasko
· 9 years ago
ff4874d
schema parser CHANGE improve revision checking
by Radek Krejci
· 9 years ago
15412ca
BUGFIX check return codes of asprintf() and chdir()
by Radek Krejci
· 9 years ago
b5529e5
change variable name from private to priv because of swig bindings to javascript
by Mislav Novakovic
· 9 years ago
8de098c
all DOC white space
by Michal Vasko
· 9 years ago
a77904e
schema tree CHANGE change uri member to filepath
by Radek Krejci
· 9 years ago
23f5de5
yin parser CHANGE another try to store schema's URI
by Radek Krejci
· 9 years ago
b051f72
yin parser CHANGE get input filepath even from file descriptor
by Radek Krejci
· 9 years ago
54f6fb3
MAINTENANCE correct license text in source codes
by Radek Krejci
· 9 years ago
749190d
CHANGE optimize ly_strequal()
by Radek Krejci
· 9 years ago
aa2a893
schema BUGFIX memory leak
by Radek Krejci
· 9 years ago
ed2f642
Merge branch 'devel' of https://github.com/CESNET/libyang into devel
by Radek Krejci
· 9 years ago
4f78b53
BUGFIX memory leaks
by Radek Krejci
· 9 years ago
c5989d4
BUGFIX memory leaks
by Radek Krejci
· 9 years ago
edaaa08
CHANGE replace dictionary string comparisons (==) by ly_strequal()
by Radek Krejci
· 9 years ago
ff006c1
yin parser CHANGE deviations are now reversible
by Michal Vasko
· 9 years ago
225376f
dict BUGFIX memory leaks
by Radek Krejci
· 9 years ago
e8bd3ba
Merge branch 'devel' into deviation_change
by Michal Vasko
· 9 years ago
adb5761
parsers FEATURE error information when validation fails
by Radek Krejci
· 9 years ago
d51d6ad
tree CHANGE lys_node_dup/free new parameter for shallow copies
by Michal Vasko
· 9 years ago
5a721fd
Revert "parser CHANGE do not free submodule on parsing failure"
by Michal Vasko
· 9 years ago
74e4b15
Revert "yin parser & tree schema BUGFIX uninitialzed ret"
by Michal Vasko
· 9 years ago
7a17a46
yin parser & tree schema BUGFIX uninitialzed ret
by Michal Vasko
· 9 years ago
2e7241e
parser CHANGE do not free submodule on parsing failure
by Michal Vasko
· 9 years ago
4f0dad0
all REFACTOR use functions for module/submodule getting
by Michal Vasko
· 9 years ago
320e853
yang & yin printer BUGFIX data printing
by Michal Vasko
· 9 years ago
b567350
yin parser & tree schema BUGFIX uninitialzed ret
by Michal Vasko
· 9 years ago
46b19ed
parser CHANGE do not free submodule on parsing failure
by Michal Vasko
· 9 years ago
6c629ac
all REFACTOR use functions for module/submodule getting
by Michal Vasko
· 9 years ago
0c5e928
yang & yin printer BUGFIX data printing
by Michal Vasko
· 9 years ago
3f053ef
printers FEATURE do not print enum/bit values if auto-assigned
by Michal Vasko
· 9 years ago
e2f1221
validation BUGFIX mandatory checking
by Radek Krejci
· 9 years ago
c878678
Merge branch 'devel' of https://github.com/CESNET/libyang into devel
by Radek Krejci
· 9 years ago
63318e8
schema tree BUGFIX NULL pointer dereference
by Radek Krejci
· 9 years ago
a7789a8
schema tree BUGFIX resolving module prefix in a submodule
by Michal Vasko
· 9 years ago
3edeaf7
schema CHANGE resolve_schema_nodeid split into several functions
by Michal Vasko
· 9 years ago
7d184a4
schema tree MAINTENANCE remove unused global variable
by Radek Krejci
· 9 years ago
627975a
schema tree CHANGE do not change models order in lys_free
by Michal Vasko
· 9 years ago
b746fff
schema tree CHANGE do not free imported models of a model that failed parsing
by Michal Vasko
· 9 years ago
fa0b5e0
schema tree CHANGE improve work with private objects in lys_node
by Radek Krejci
· 9 years ago
722b007
all CHANGE unify naming conventions
by Radek Krejci
· 9 years ago
7eb1213
schema tree BUGFIX NULL pointer dereference
by Radek Krejci
· 9 years ago
2342cf6
data parser CHANGE make data parser accept empty data
by Radek Krejci
· 9 years ago
Next »