Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
CESNET
/
libyang
/
1130645f09e4d2304e2afaecb57bd9c5a4ae56ee
/
src
/
xpath.c
1130645
xpath MAINTENANCE minor refactoring
by Michal Vasko
· 7 years ago
7522384
xpath CHANGE always compare on prefixed identityref values
by Michal Vasko
· 7 years ago
674ab24
xpath CHANGE add warning for unprefixed identityrefs
by Michal Vasko
· 7 years ago
69b0ac8
xpath BUGFIX do not remove prefix from identityref values
by Radek Krejci
· 7 years ago
70bf8e5
libyang CHANGE split type base and type flags
by Michal Vasko
· 7 years ago
6c81070
validation CHANGE use a generic hash table implementation
by Michal Vasko
· 7 years ago
f75b277
MAINTENANCE release build type uninitialized vars warnings
by Michal Vasko
· 7 years ago
c04173b
schema tree CHANGE flag LYS_XPATH_DEP for conf and state deps
by Michal Vasko
· 7 years ago
53b7da0
libyang CHANGE bind errors and store them in a context
by Michal Vasko
· 7 years ago
cb45f47
schema tree CHANGE make lys_getnext() behave exactly as described
by Michal Vasko
· 7 years ago
395b0a0
parser CHANGE lys_path uses options instead of a flag
by Michal Vasko
· 7 years ago
59990ac
schema tree CHANGE lys_path now includes prefixes for all nodes
by Michal Vasko
· 7 years ago
5e35131
xpath BUGFIX wrong return value
by Michal Vasko
· 7 years ago
2c05f1b
xpath BUGFIX unary expressions must be handled separately
by Michal Vasko
· 7 years ago
326560b
xpath BUGFIX special * path is not limited to context module
by Michal Vasko
· 7 years ago
a5c577d
xpath BUGFIX all namespace internal expression logic was wrong
by Michal Vasko
· 7 years ago
764c8c4
xpath OPTIMIZE evaluation optimizations
by Michal Vasko
· 7 years ago
fe3f88f
xpath BUGFIX parse the predicate even if there are no nodes for evaluation
by Michal Vasko
· 7 years ago
d59d08e
xpath CHANGE warnings enhanced and unified
by Michal Vasko
· 7 years ago
f0f5fc0
xpath OPTIMIZE added an error if a function may have been used wrongly
by Michal Vasko
· 7 years ago
d5e7e04
xpath MAINTENANCE typo and formatting
by Michal Vasko
· 7 years ago
a31b0a1
xpath BUGFIX use of unitialized variable
by Michal Vasko
· 7 years ago
1ade633
Merge branch 'schemaopt' into devel
by Radek Krejci
· 7 years ago
96adb11
xpath BUGFIX handle unions in type checks
by Michal Vasko
· 7 years ago
21c0d36
xpath BUGFIX typo
by Michal Vasko
· 7 years ago
1512332
xpath CHANGE count function accepts leaf-list or nodes with list parents nodes
by Michal Vasko
· 7 years ago
3439808
xpath CHANGE for strings accept any leaf/leaf-list of string-type
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
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
0b96311
schema tree CHANGE add xpath_dep flags for specific msut and when also
by Michal Vasko
· 7 years ago
f35e14b
xpath BUGFIX merge snode sets after evaluation
by Michal Vasko
· 7 years ago
7ceea85
xpath OPTIMIZE useless to copy all the previously traversed nodes
by Michal Vasko
· 7 years ago
2f28ae5
xpath BUGFIX support for xpath length 256 and more
by Michal Vasko
· 7 years ago
28170e2
xpath CHANGE schema xpath evaluates function arguments
by Michal Vasko
· 7 years ago
f919919
xpath MAINTENANCE added some safe asserts
by Michal Vasko
· 7 years ago
fff6098
xpath BUGFIX proper predicate end searching
by Michal Vasko
· 7 years ago
1510431
xpath BUGFIX unprefixed nodes module
by Michal Vasko
· 7 years ago
41cb7c3
xpath CHANGE use proper context node for error messages
by Michal Vasko
· 7 years ago
82d652e
xpath CHANGE do not print internal errors on invalid modules
by Michal Vasko
· 7 years ago
a548161
xpath BUGFIX proper node module checking
by Michal Vasko
· 7 years ago
96df97c
fixup! BUGFIX positional xpath arguments evaluate on child axis
by Michal Vasko
· 7 years ago
ab4c170
BUGFIX positional xpath arguments evaluate on child axis
by Michal Vasko
· 7 years ago
a8d111f
CHANGE improve checking for memory allocation errors
by Radek Krejci
· 7 years ago
bb52044
resolve CHANGE unimplemented augment tree resolving
by Michal Vasko
· 8 years ago
5e5b8b7
xpath BUGFIX log node for resolved augments is target
by Michal Vasko
· 8 years ago
1d46b16
xpath CHANGE move when context node resolving to another function
by Michal Vasko
· 8 years ago
f730899
xpath BUGFIX wrong root for schema augment expressions
by Michal Vasko
· 8 years ago
283bf38
xpath BUGFIX parsing unterminated xpath strings
by Michal Vasko
· 8 years ago
364918a
parser CHANGE check that whole xpath expr was parsed
by Michal Vasko
· 8 years ago
89afc11
parser CHANGE check syntax of all xpath expressions
by Michal Vasko
· 8 years ago
23f0353
xpath BUGFIX resolving module names in augment's when/must xpath expressions
by Radek Krejci
· 8 years ago
0c87403
xpath BUGFIX unify handling of unknown prefix in xpath with handling unknown node
by Radek Krejci
· 8 years ago
4d70e46
xpath BUGFIX searching for imported module in submodule
by Radek Krejci
· 8 years ago
57b4168
Merge branch 'master' into devel
by Radek Krejci
· 8 years ago
6129550
Revert "xpath BUGFIX xpath can use only imported modules"
by Michal Vasko
· 8 years ago
edcac68
xpath CHANGE add path to the node with invalid when/must expression
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
a571d94
metadata CHANGE parse value acording to annotation's type
by Radek Krejci
· 8 years ago
532e5e9
annotations CHANGE support for ietf-yang-metadata (annotations)
by Radek Krejci
· 8 years ago
769f803
tree CHANGE invalid xpath is accepted with a warning
by Michal Vasko
· 8 years ago
eab364d
xpath CHANGE on unknown module the context node is not relevant
by Michal Vasko
· 8 years ago
e3886bb
libyang CHANGE parsing/validation significantly refactored
by Michal Vasko
· 8 years ago
6a938d6
resolve BUGFIX assert that should be part of the condition
by Michal Vasko
· 8 years ago
b1f6431
resolve BUGFIX assert that should be part of the condition
by Michal Vasko
· 8 years ago
5ff3e28
xpath BUGFIX xpath can use only imported modules
by Michal Vasko
· 8 years ago
0ec51da
context FEATURE allow disabling/enabling modules in the context
by Radek Krejci
· 8 years ago
9ba34de
resolve & xpath BUGFIX skip local identity prefix when comparing with user data
by Michal Vasko
· 8 years ago
51aa4cf
xpath BUGFIX proper rpc inpuot/output nodes check
by Michal Vasko
· 8 years ago
e5a1c07
printer MAINTENANCE proper prototype placement
by Michal Vasko
· 8 years ago
b314231
schema parsing CHANGE try to differentiate XPath errors
by Radek Krejci
· 8 years ago
9ee20c3
xpath CHANGE provide more information when XPath resolving fails
by Radek Krejci
· 8 years ago
dbbd973
Merge branch 'devel'
by Radek Krejci
· 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
56d082c
common CHANGE properly parse expressions when transforming schema2json and back
by Michal Vasko
· 8 years ago
a3be6a8
xpath BUGFIX do not cast schema nodes to anything
by Michal Vasko
· 8 years ago
3039c74
xpath BUGFIX do not cast schema nodes to anything
by Michal Vasko
· 8 years ago
9e635ac
xpath BUGFIX check xpath in resolved augments/uses
by Michal Vasko
· 8 years ago
1312b8a
xpath BUGFIX avoid treating attribute as an element
by Michal Vasko
· 8 years ago
802957b
data tree BUGFIX invalid use of assert()
by Radek Krejci
· 8 years ago
83bf140
data tree CHANGE support serialized XML data in anydata content
by Radek Krejci
· 8 years ago
4ae8294
json parser/printer CHANGE update anydata/anyxml support for JSON
by Radek Krejci
· 8 years ago
c8c810c
resolve CHANGE validate must in input, output, notif
by Michal Vasko
· 8 years ago
6b44d71
libyang FEATURE xpath evaluation outside rpc/action/reply subtree
by Michal Vasko
· 8 years ago
fafc1ac
xpath BUGFIX traversing data trees with more top-level nodes
by Michal Vasko
· 8 years ago
a3350cb
xpath BUGFIX wrong clear_ctx() use
by Michal Vasko
· 8 years ago
09823fd
xpath BUGFIX remove untrue asserts
by Michal Vasko
· 8 years ago
d10cee9
xpath BUGFIX loop in descending order now
by Michal Vasko
· 8 years ago
b94a5e4
xpath CHANGE move to YANG 1.1 accessible trees
by Michal Vasko
· 8 years ago
f07b534
xpath BUGFIX after merge clear the merged set
by Michal Vasko
· 8 years ago
2d2aec1
resolve BUGFIX schema xpath top-level node fixed
by Michal Vasko
· 8 years ago
db1da03
schema tree CHANGE schema xpath requires rpc output flag
by Michal Vasko
· 8 years ago
508a50d
parsers CHANGE rpc, action, notif YANG 1.1 xpath accessible tree handling
by Michal Vasko
· 8 years ago
0dea271
xpath BUGFIX typo
by Michal Vasko
· 8 years ago
e8659c8
xpath BUGFIX memory leak
by Michal Vasko
· 8 years ago
72078ba
xpath FEATURE new YANG 1.1 xpath functions
by Michal Vasko
· 8 years ago
Next »