Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
CESNET
/
libyang
/
31a2d329f981346bedbfdc79f679e9460aca5b53
/
src
/
resolve.c
31a2d32
CHANGE use correct schema node for leaf default check
by Michal Vasko
· 7 years ago
bd02610
resolve BUGFIX add missing warning messages
by Michal Vasko
· 7 years ago
e921285
resolve BUGFIX detect unresolved augment also in non-implemented modules
by Michal Vasko
· 7 years ago
12fb64e
replace lys_main_module by lys_node_module
by Frank Rimpler
· 7 years ago
c0596c1
testcase and solution for an augment resolution issue
by Frank Rimpler
· 7 years ago
58523dc
schema parsers BUGFIX NULL pointer dereference
by Radek Krejci
· 7 years ago
aa6b2a1
schema parsers CHANGE resolving uses's augments
by Radek Krejci
· 7 years ago
4056680
Merge branch 'refine_grouping' of https://github.com/frimpler/libyang into frimpler-refine_grouping
by Radek Krejci
· 7 years ago
5ba0510
schema parsers BUGFIX checking identityref values in XPaths
by Radek Krejci
· 7 years ago
62f7aad
schema parsers BUGFIX handle duplicities in unresolved items
by Radek Krejci
· 7 years ago
8f98526
correct typing mistake in schema files, add a possible solution
by Frank Rimpler
· 7 years ago
921eb6b
common CHANGE use data callback for duplicating data into context
by Michal Vasko
· 7 years ago
08767f7
resolve CHANGE use data callback for unresolved data identityref values
by Michal Vasko
· 7 years ago
718ecdd
resolve BUGFIX compare instid values on canonical values
by Michal Vasko
· 7 years ago
98f27a3
resolve BUGFIX do not print internal errors on syntactic ones
by Michal Vasko
· 7 years ago
3f3c6a8
resolve CHANGE print message about identity in a non-implemented module
by Michal Vasko
· 7 years ago
ab8adcd
resolve BUGFIX unintialized variable warning
by Michal Vasko
· 7 years ago
88850b7
resolve BUGFIX use character count from successful parsing
by Michal Vasko
· 7 years ago
daa547a
libyang BUGFIX uninitialized variables
by Radek Krejci
· 7 years ago
d6d5129
resolve BUGFIX null dereference
by Michal Vasko
· 7 years ago
1ade633
Merge branch 'schemaopt' into devel
by Radek Krejci
· 7 years ago
f1aa47d
resolve BUGFIX check leafref if-features after making modules implemented
by Michal Vasko
· 7 years ago
be136f6
log CHANGE print information about module implemented status
by Michal Vasko
· 7 years ago
21b90ce
resolve BUGFIX identityref value can be specified with module name
by Michal Vasko
· 7 years ago
a3ca4b9
resolve BUGFIX remove invalid restriction of intid keys order
by Michal Vasko
· 7 years ago
3a3b200
schema tree BUGFIX refining if-feature
by Radek Krejci
· 7 years ago
dce5f97
schema tree CHANGE check for arrays size limitations
by Radek Krejci
· 7 years ago
2a6e06e
Merge branch 'devel' into schemaopt
by Radek Krejci
· 7 years ago
98caa58
schema parsers MAINTENANCE use correct enum (value not changed)
by Radek Krejci
· 7 years ago
dfb00d6
libyang CHANGE allow using different versions of ietf-yang-library
by Radek Krejci
· 7 years ago
cfcd8a5
schema parsers BUGFIX use of uninitialized memory
by Radek Krejci
· 7 years ago
cf74825
context CHANGE storing parser's error messages
by Radek Krejci
· 7 years ago
4814fb0
libyang CHANGE use compiler thread-local variables
by Michal Vasko
· 7 years ago
f96dfb6
xpath CHANGE check xpath function arguments and operator operands
by Michal Vasko
· 7 years ago
f68a49e
fixup! Merge branch 'devel'
by Michal Vasko
· 7 years ago
0cd9f2e
Merge branch 'devel'
by Michal Vasko
· 7 years ago
0b96311
schema tree CHANGE add xpath_dep flags for specific msut and when also
by Michal Vasko
· 7 years ago
e446b09
resolve BUGFIX do not delete false when data when not possible to check when
by Michal Vasko
· 7 years ago
eb0fd60
Merge branch 'devel' into yanglintrpc
by Radek Krejci
· 7 years ago
e2ea45a
resolve BUGFIX decimal64 parsing overflow
by Michal Vasko
· 7 years ago
5866c23
resolve BUGFIX decimal64 parsing overflow
by Michal Vasko
· 7 years ago
ff690e7
resolve BUGFIX invalid path in inst-id is fine if not required
by Michal Vasko
· 7 years ago
b374440
libyang NEW ly_ctx_get_node function again in api
by Michal Vasko
· 7 years ago
2c822ed
data parser BUGFIX correct location for instance-identifier error messages
by Radek Krejci
· 7 years ago
1b6ca96
CHANGE use json format for instance-identifier
by Michal Vasko
· 7 years ago
034cb10
parsers BUGFIX handling empty instanceid values
by Radek Krejci
· 7 years ago
fix_emptyinstid
3d679d7
MAINTENANCE fix warnings from gcc7
by Radek Krejci
· 7 years ago
5057671
libyang CHANGE api functions xpath format unified
by Michal Vasko
· 7 years ago
ca16cb3
resolve CHANGE use standard XPath for leafref evaluation
by Michal Vasko
· 7 years ago
2589441
schema parsers BUGFIX parsing range values on 32b system
by Radek Krejci
· 7 years ago
f87f07d
schema parsers BUGFIX parsing range values on 32b system
by Radek Krejci
· 7 years ago
e4c8344
fixup! resolve BUGFIX augment path nodes do not inherit prefixes from parent
by Michal Vasko
· 7 years ago
201c339
resolve BUGFIX augment path nodes do not inherit prefixes from parent
by Michal Vasko
· 7 years ago
b323c72
Revert "resolve BUGFIX augment path nodes do not inherit prefixes from parent"
by Radek Krejci
· 7 years ago
2c3307e
resolve BUGFIX augment path nodes do not inherit prefixes from parent
by Michal Vasko
· 7 years ago
1731577
resolve BUGFIX augment path nodes do not inherit prefixes from parent
by Michal Vasko
· 7 years ago
3ba2d79
resolve CHANGE added specific leafref resolve fail message
by Michal Vasko
· 7 years ago
45ddfce
resolve REFACTOR redundant function side effect
by Michal Vasko
· 7 years ago
86ae1f2
resolve CHANGE use standard XPath for leafref evaluation
by Michal Vasko
· 7 years ago
3c60cbb
resolve MAINTENANCE variable renaming and refactoring
by Michal Vasko
· 7 years ago
9fbb6e8
resolve BUGFIX another batch of xpath prefix fixes
by Michal Vasko
· 7 years ago
f359b02
resolve BUGFIX another batch of xpath prefix fixes
by Michal Vasko
· 7 years ago
9ff79aa
schema tree CHANGE xpath functions api change and clarification
by Michal Vasko
· 7 years ago
aa1303c
CHANGE improve checking for memory allocation errors
by Radek Krejci
· 7 years ago
e1c7a82
resolve CHANGE copy leafrefs in unions in typedefs
by Michal Vasko
· 7 years ago
c5c55ca
resolve CHANGE copy leafrefs in unions in typedefs
by Michal Vasko
· 7 years ago
2ef7db6
resolve BUGFIX resolving augments more times is legal
by Michal Vasko
· 7 years ago
9bf4aa0
resolve BUGFIX resolving augments more times is legal
by Michal Vasko
· 7 years ago
dea17dd
schema tree MAINTENANCE add assert to make sure that key value is correctly parsed
by Radek Krejci
· 7 years ago
81c38b8
schema BUGFIX accessing freed memory
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
a98048c
CHANGE print warning when a key has a default value
by Radek Krejci
· 7 years ago
93def38
CHANGE increase limit of unresolved items inside grouping
by Radek Krejci
· 7 years ago
bb52044
resolve CHANGE unimplemented augment tree resolving
by Michal Vasko
· 8 years ago
44ab146
all CHANGE assign target to all augments, error if not possible
by Michal Vasko
· 8 years ago
3960835
resolve BUGFIX always use main module when resolving
by Michal Vasko
· 8 years ago
c35d2a7
resolve BUGFIX resolving leafrefs must be done after when
by Michal Vasko
· 8 years ago
9e6af73
parsers CHANGE handling idenittyref's values defined in non-implemented schemas
by Radek Krejci
· 8 years ago
98a1e2d
data validation BUGFIX resolving identityref
by Radek Krejci
· 8 years ago
3a866cd
schema tree BUGFIX dead code / NULL dereference
by Radek Krejci
· 8 years ago
1a9c361
schema parsers BUGFIX prefixed unique statement values
by Radek Krejci
· 8 years ago
bdcaf24
schema parsers CHANGE add missing path info into erro messages when resolving uses's refines
by Radek Krejci
· 8 years ago
2d3c811
schema parsers BUGFIX checking min-elements to be smaller than max-elements
by Radek Krejci
· 8 years ago
6f28e0f
resolve BUGFIX check that instid lists have keys
by Michal Vasko
· 8 years ago
7f1d47e
schema parsers BUGFIX uninitialized variables (schema structure members)
by Radek Krejci
· 8 years ago
5138e9f
schema tree BUGFIX apply destructor onto private data in extension instances
by Radek Krejci
· 8 years ago
dc300b0
libyang MAINTENANCE shorthand case handling obsolete
by Michal Vasko
· 8 years ago
9bcb9f4
schema parsers BUGFIX even empty augment is supposed to be connected with its target
by Radek Krejci
· 8 years ago
ecda01a
schema parsers BUGFIX checking for leafref if-feature compatibility
by Radek Krejci
· 8 years ago
5b99790
resolve BUGFIX relative augment can target a child of uses
by Michal Vasko
· 8 years ago
74a991b
resolve BUGFIX handle resolving refine target
by Michal Vasko
· 8 years ago
e31d34a
resolve BUGFIX printing from correct node
by Michal Vasko
· 8 years ago
2cb18e7
resolve BUGFIX set when to false only if it should be removed
by Michal Vasko
· 8 years ago
cd9a95a
schema parsers BUGFIX use the original module when resolving unresolved items
by Radek Krejci
· 8 years ago
c688ca0
schema parsers BUGFIX checking leafrefs
by Radek Krejci
· 8 years ago
981a8ee
data parsers BUGFIX allow repeted resolving of leafrefs
by Radek Krejci
· 8 years ago
c7408e7
data parsers BUGFIX resolving leafref in data tree
by Radek Krejci
· 8 years ago
24fe41c
schema parsers CHANGE remove unnecessary error message
by Radek Krejci
· 8 years ago
d831dd4
schema parsers CHANGE improve error message text
by Radek Krejci
· 8 years ago
Next »