Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
CESNET
/
libyang
/
d8841b4de93cf6abdd663053d06bb8af8ca7cb2f
d8841b4
Adding some logic for the case when the test string is empty in the file.
by Pieter Lewyllie
· 7 years ago
bda10b0
VERSION bump version to 0.14.38
by Radek Krejci
· 7 years ago
0ec2cc5
schema parsers BUGFIX replacing type by deviation
by Radek Krejci
· 7 years ago
fa311af
VERSION bump version to 0.14.37
by Radek Krejci
· 7 years ago
e99e015
XML data parser BUGFIX checking that non-terminal nodes does not contain text data
by Radek Krejci
· 7 years ago
632f61f
VERSION bump version to 0.14.36
by Radek Krejci
· 7 years ago
3096a80
XML data parser BUGFIX with LYD_OPT_STRICT check that non-terminal nodes does not contain text data
by Radek Krejci
· 7 years ago
0230862
VERSION bump to version 0.14.35
by Michal Vasko
· 7 years ago
6ca0bfe
tests BUILD build callgrind tests only in release build type
by Michal Vasko
· 7 years ago
764c8c4
xpath OPTIMIZE evaluation optimizations
by Michal Vasko
· 7 years ago
f88074d
VERSION bump to version 0.14.34
by Michal Vasko
· 7 years ago
a13ed9b
parser BUGFIX dollar signs in patterns must be escaped for pcre
by Michal Vasko
· 7 years ago
f8fed8a
VERSION bump to version 0.14.33
by Michal Vasko
· 7 years ago
cd958c6
tests CHANGE now only relevant parts of code are profiled
by Michal Vasko
· 7 years ago
5343adf
VERSION bump to version 0.14.32
by Michal Vasko
· 7 years ago
d3545ed
data tree BUGFIX always set ly_errno on api functio fail
by Michal Vasko
· 7 years ago
7ce40f9
VERSION bump version to 0.14.31
by Radek Krejci
· 7 years ago
95e00a4
YANG parser CHANGE ommit module parse fail message when parsing submodule file
by Radek Krejci
· 7 years ago
265b263
VERSION bump version to 0.14.30
by Radek Krejci
· 7 years ago
4cfb3e9
Merge branch 'readdir' of https://github.com/jktjkt/libyang into jktjkt-readdir
by Radek Krejci
· 7 years ago
27a1bdd
VERSION bump to version 0.14.29
by Michal Vasko
· 7 years ago
1e07eae
libyang BUGFIX schema path cannot include uses
by Michal Vasko
· 7 years ago
fb2fab9
readdir: d_type might be always DT_UNKNOWN
by Jan Kundrát
· 7 years ago
7aaea39
VERSION bump version to 0.14.28
by Radek Krejci
· 7 years ago
4456491
schema parsers BUGFIX searching for the latest revision of the module
by Radek Krejci
· 7 years ago
b4248be
Merge branch 'devel' of https://github.com/CESNET/libyang into devel
by Radek Krejci
· 7 years ago
e9473a9
schema parsers CHANGE avoid duplicities in searchpaths
by Radek Krejci
· 7 years ago
de22662
VERSION bump to version 0.14.27
by Michal Vasko
· 7 years ago
95ed90b
yin parser BUGFIX initialize cache because it may not even be filled before freeing
by Michal Vasko
· 7 years ago
e378c0e
libyang DOC typo
by Michal Vasko
· 7 years ago
a7c1868
VERSION bump to version 0.14.26
by Michal Vasko
· 7 years ago
6b293d1
data tree CHANGE lyd_new_path can now create default nodes
by Michal Vasko
· 7 years ago
307d8b5
data tree MAINTENANCE formatting
by Michal Vasko
· 7 years ago
7f9fc64
VERSION bump version to 0.14.25
by Radek Krejci
· 7 years ago
e4dce29
schema parsers BUGFIX path of the node affected by status inconsistency
by Radek Krejci
· 7 years ago
41d8d6f
VERSION bump version to 0.14.24
by Radek Krejci
· 7 years ago
8a70617
yanglint CHANGE support JSON in rpcreply data file
by Radek Krejci
· 7 years ago
e4f9dcd
JSON parser BUGFIX parsing reply data in JSON format
by Radek Krejci
· 7 years ago
1fe4179
JSON parser BUGFIX double free
by Radek Krejci
· 7 years ago
9a189c3
yanglint MAINTENANCE missing newline in help print
by Radek Krejci
· 7 years ago
a4c107d
schema parsers BUGFIX signness of the variables used for comparison
by Radek Krejci
· 7 years ago
f2dc9c3
build BUGFIX building bison files
by Radek Krejci
· 7 years ago
c128df9
swig BUGFIX paths of the included headers from libyang C sources
by Radek Krejci
· 7 years ago
29493da
VERSION bump version to 0.14.23
by Radek Krejci
· 7 years ago
13c9350
Merge branch 'dont-clutter-up-build-dir' of https://github.com/jktjkt/libyang into jktjkt-dont-clutter-up-build-dir
by Radek Krejci
· 7 years ago
58523dc
schema parsers BUGFIX NULL pointer dereference
by Radek Krejci
· 7 years ago
894cc3a
extensions BUGFIX searching for extension plugins
by Radek Krejci
· 7 years ago
fd7a5c7
cmake: Do not write to the source directory
by Jan Kundrát
· 7 years ago
8391ece
VERSION bump version to 0.14.22
by Radek Krejci
· 7 years ago
aa6b2a1
schema parsers CHANGE resolving uses's augments
by Radek Krejci
· 7 years ago
05a662e
tests MAINTENANCE remove unnecessary code
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
d3cbb0b
Merge branch 'devel' of https://github.com/CESNET/libyang into refine_grouping
by Frank Rimpler
· 7 years ago
851412d
VERSION bump to evrsion 0.14.21
by Michal Vasko
· 7 years ago
ee10f8c
common CHANGE basic support for predicates in data2schema
by Michal Vasko
· 7 years ago
d6de07b
test case to verify a correction for grouping/augment resolution in correlation with refines
by Frank Rimpler
· 7 years ago
966a025
VERSION bump to version 0.14.20
by Michal Vasko
· 7 years ago
4070273
libyang NEW function for generating schema paths from data paths
by Michal Vasko
· 7 years ago
2e94898
fixup! tests NEW callgrind target running benchmarks with callgrind
by Michal Vasko
· 7 years ago
ad403f9
fixup! tests NEW callgrind target running benchmarks with callgrind
by Michal Vasko
· 7 years ago
13d55fd
VERSION bump to version 0.14.19
by Michal Vasko
· 7 years ago
22fdd75
tests NEW callgrind target running benchmarks with callgrind
by Michal Vasko
· 7 years ago
d06a42d
VERSION bump to version 0.14.18
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
6c70a20
schema tree DOC better description of path accepted by xpath_atomize
by Michal Vasko
· 7 years ago
15be7ab
VERSION bump version to 0.14.17
by Radek Krejci
· 7 years ago
c64b7c6
Merge branch 'devel' of https://github.com/CESNET/libyang into devel
by Radek Krejci
· 7 years ago
e6bb200
Merge branch 'devel' of https://github.com/cesnet/libyang into devel
by Michal Vasko
· 7 years ago
6579cfe
readme DOC added cmake options description
by Michal Vasko
· 7 years ago
3c4986a
C++: BUGFIX invalid assignment
by Radek Krejci
· 7 years ago
d9bccbb
VERSION bump version to 0.14.16
by Radek Krejci
· 7 years ago
efc346d
Merge pull request #365 from sartura/cpp_v0.3.0
by Radek Krejci
· 7 years ago
edc6c08
C++: add infrastructure for C++/Python bindings
by Mislav Novakovic
· 7 years ago
93c45fa
VERSION bump to version 0.14.15
by Michal Vasko
· 7 years ago
921eb6b
common CHANGE use data callback for duplicating data into context
by Michal Vasko
· 7 years ago
447267b
VERSION bump to version 0.14.14
by Michal Vasko
· 7 years ago
bd89eb2
data tree BUGFIX do not consider not finding a model for node_dup an internal error
by Michal Vasko
· 7 years ago
95357a6
VERSION bump to version 0.14.13
by Michal Vasko
· 7 years ago
4e558e2
data tree BUGFIX check return value of lyp_parse_value
by Michal Vasko
· 7 years ago
08767f7
resolve CHANGE use data callback for unresolved data identityref values
by Michal Vasko
· 7 years ago
827a12c
VERSION bump to version 0.14.12
by Michal Vasko
· 7 years ago
d5274d8
data tree MAINTENANCE always log on error
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
47424f2
VERSIOn bump to version 0.14.11
by Michal Vasko
· 7 years ago
d59d08e
xpath CHANGE warnings enhanced and unified
by Michal Vasko
· 7 years ago
3f3c6a8
resolve CHANGE print message about identity in a non-implemented module
by Michal Vasko
· 7 years ago
c0f27f0
log CHANGE special hide value 255 makes warnings from errors
by Michal Vasko
· 7 years ago
cb7c656
VERSION bump to version 0.14.10
by Michal Vasko
· 7 years ago
ab8adcd
resolve BUGFIX unintialized variable warning
by Michal Vasko
· 7 years ago
872ebe9
VERSION bump to version 0.14.9
by Michal Vasko
· 7 years ago
88850b7
resolve BUGFIX use character count from successful parsing
by Michal Vasko
· 7 years ago
373f773
VERSION bump to version 0.14.8
by Michal Vasko
· 7 years ago
59631dd
libyang CHANGE building paths of arbitrary length
by Michal Vasko
· 7 years ago
4575954
VERSION bump to version 0.14.7
by Michal Vasko
· 7 years ago
8f3160e
schema tree CHANGE reusing of latest revision schemas
by Michal Vasko
· 7 years ago
6a9c1fb
VERSION bump to version 0.14.6
by Michal Vasko
· 7 years ago
Next »