Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
CESNET
/
libyang
/
89837dc13b8c69280f2fb0076732b72d85cce0a5
/
tests
ae6147d
Merge pull request #482 from rkrejci/identityref_fix
by Michal Vasko
· 7 years ago
c2784d7
yin printer BUGFIX list element not correctly closed in specific 2 cases
by Frank Rimpler
· 7 years ago
d84df01
add tests for strict/non-strict parsing of unknown elements
by Frank Rimpler
· 7 years ago
26d224e
tests CHANGE reflect limitation introduced by previous bugfix
by Radek Krejci
· 7 years ago
848be47
tests NEW when condition with prefixed value failed
by Peter Feige
· 7 years ago
cd3e55f
testcase for issue #465
by Peter Feige
· 7 years ago
7d3ad5a
hash table CHANGE completely rewritten
by Michal Vasko
· 7 years ago
3fde9ee
test case to verify fix for lyd_free_value() issue mentioned in PR#468
by Frank Rimpler
· 7 years ago
70bf8e5
libyang CHANGE split type base and type flags
by Michal Vasko
· 7 years ago
4f7ec5f
tests BUGFIX use user types
by Michal Vasko
· 7 years ago
43c4983
schema parsers CHANGE improve check for revision date
by Radek Krejci
· 7 years ago
af537ff
build CHANGE just warn if building callgrind tests on debug
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
c6cd3f0
libyang NEW support for user type plugins
by Michal Vasko
· 7 years ago
72677a6
Merge pull request #445 from CESNET/yang-data-extensions
by Michal Vasko
· 7 years ago
57f6090
test CHANGE check create node of yang-data extension from lyd_new_path, when data tree exists
by PavolVican
· 7 years ago
yang-data-extensions
eb827b7
xml CHANGE do not escape " in element data, only in attribute data
by Radek Krejci
· 7 years ago
0fa7759
tests ADD yang-data test
by PavolVican
· 7 years ago
b0bbf5f
parser BUGFIX do not overwrite filepath of models
by Michal Vasko
· 7 years ago
10d6f2f
log CHANGE provide user with first err item instead the last
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
3c0eb75
data tree CHANGE proper default values handling
by Michal Vasko
· 7 years ago
0fc0997
tree printer BUGFIX minor fixes
by Michal Vasko
· 7 years ago
568b195
tree printer CHANGE new tree-rfc format and some other options added
by Michal Vasko
· 7 years ago
7890116
TEST update tests with new ietf-yang-library
by Michal Vasko
· 7 years ago
59990ac
schema tree CHANGE lys_path now includes prefixes for all nodes
by Michal Vasko
· 7 years ago
fb98dc4
CHANGE unify loading schemas and do not duplicate code
by Michal Vasko
· 7 years ago
66313c1
tests BUGFIX error codes changed
by Michal Vasko
· 7 years ago
823fbe0
schema tree BUGFIX removing not-supported deviation from augment
by Michal Vasko
· 7 years ago
d52a078
tests CHANGE context tests added and improved
by Michal Vasko
· 7 years ago
ea3f2ae
fixup! tests CHANGE use foreign identity
by Michal Vasko
· 7 years ago
85d5b52
tests CHANGE use foreign identity
by Michal Vasko
· 7 years ago
4fdfab2
parser & printer CHANGE xpath1.0 type correct handling
by Michal Vasko
· 7 years ago
5e893ee
test MAINTENANCE code formatting
by Michal Vasko
· 7 years ago
bcce9f6
test case to verify solution for issue #395 (update)
by Frank Rimpler
· 7 years ago
fd17c44
test case to verify solution for issue #395
by Frank Rimpler
· 7 years ago
8867006
test case enhancements for leafref feature check: check correct conformance-type
by Frank Rimpler
· 7 years ago
7c1c22e
Merge pull request #378 from frimpler/imp_aug
by Michal Vasko
· 7 years ago
051197c
remove files for another pending test case
by Frank Rimpler
· 7 years ago
2509533
common CHANGE data2schema function extended to support almost all xpaths
by Michal Vasko
· 7 years ago
c76772d
test case for leafref resolution problem
by Frank Rimpler
· 7 years ago
c0596c1
testcase and solution for an augment resolution issue
by Frank Rimpler
· 7 years ago
6ca0bfe
tests BUILD build callgrind tests only in release build type
by Michal Vasko
· 7 years ago
cd958c6
tests CHANGE now only relevant parts of code are profiled
by Michal Vasko
· 7 years ago
1e07eae
libyang BUGFIX schema path cannot include uses
by Michal Vasko
· 7 years ago
fd7a5c7
cmake: Do not write to the source directory
by Jan Kundrát
· 7 years ago
05a662e
tests MAINTENANCE remove unnecessary code
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
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
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
22fdd75
tests NEW callgrind target running benchmarks with callgrind
by Michal Vasko
· 7 years ago
15a4337
parser CHANGE skip some checks in context with trusted flag
by Michal Vasko
· 7 years ago
1ade633
Merge branch 'schemaopt' into devel
by Radek Krejci
· 7 years ago
ddac622
test CHANGE augment leafref if-feature test also for yin
by Michal Vasko
· 7 years ago
c47eebb
add unit test to trigger crash + feature resolve problem with leafref in augments
by Frank Rimpler
· 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
3121600
Merge branch 'frimpler-devel' into devel
by Radek Krejci
· 7 years ago
5cc6963
tests MAINTENANCE simplify test's cmake config
by Radek Krejci
· 7 years ago
bbd2651
tests CHANGE set MALLOC_CHECK_=3 for all (non-valgrind) tests
by Radek Krejci
· 7 years ago
2a503f5
CMakeLists.txt: add MALLOC_CHECK_ to environment w/o replacing LIBYANG_EXTENSIONS_PLUGINS_DIR
by Frank Rimpler
· 7 years ago
c4db1c7
fix duplicate free in yang parser
by Frank Rimpler
· 7 years ago
b39dfce
tests BUGFIX reflect changed conformance status of ietf-datastore
by Radek Krejci
· 7 years ago
2a6e06e
Merge branch 'devel' into schemaopt
by Radek Krejci
· 7 years ago
f40a090
Add unit test i.o. to trigger a double free error in libyang parser
by Frank Rimpler
· 7 years ago
cfb0422
tests CHANGE test new (extended) format of searchpaths in ly_ctx_new()
by Radek Krejci
· 7 years ago
e2807ea
schema parsers CHANGE status inheritance in uses
by Radek Krejci
· 7 years ago
c1c2c65
tests BUGFIX add forgotten status test source file
by Radek Krejci
· 7 years ago
2cc2532
schema parsers CHANGE better checking and inheritence of status
by Radek Krejci
· 7 years ago
cdcace7
log BUGFIX provide prefix on top-level nodes
by Radek Krejci
· 7 years ago
dfb00d6
libyang CHANGE allow using different versions of ietf-yang-library
by Radek Krejci
· 7 years ago
d57525c
Merge branch 'devel' into schemaopt
by Radek Krejci
· 7 years ago
fcd974b
parser CHANGE compile flag enabled_cache updated
by Michal Vasko
· 7 years ago
4814fb0
libyang CHANGE use compiler thread-local variables
by Michal Vasko
· 7 years ago
8609f49
test BUGFIX invalid xpath should not cause an error
by Michal Vasko
· 7 years ago
5866c23
resolve BUGFIX decimal64 parsing overflow
by Michal Vasko
· 7 years ago
5057671
libyang CHANGE api functions xpath format unified
by Michal Vasko
· 7 years ago
4834b59
tests CHANGE check patterns optimizations in schema
by Radek Krejci
· 7 years ago
dd3263a
context FEATURE introduce context options
by Radek Krejci
· 7 years ago
1510431
xpath BUGFIX unprefixed nodes module
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
db4e9ff
context CHANGE extend ly_ctx_unset_searchdirs() to remove specific searchpath
by Radek Krejci
· 7 years ago
426ea2b
context CHANGE remove ly_ctx_get_searchdir() and add ly_ctx_get_searchidrs()
by Radek Krejci
· 7 years ago
696ac83
test BUGFIX missing schemas commit
by Michal Vasko
· 8 years ago
bb52044
resolve CHANGE unimplemented augment tree resolving
by Michal Vasko
· 8 years ago
a51f3ad
test BUGFIX wrong testing use-case corrected
by Michal Vasko
· 8 years ago
f6fac5e
data FEATURE lyd_validate_value() function for single data value validation without creating any node
by Radek Krejci
· 8 years ago
7285265
tests CHANGE add valgrind suppression file for ldopen()'s still reachable bytes
by Radek Krejci
· 8 years ago
3c60caa
test CHANGE valgrind tests should end with 1 on error
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
1a9c361
schema parsers BUGFIX prefixed unique statement values
by Radek Krejci
· 8 years ago
b0cd394
build BUGFIX fix RPath usage on OS X
by Radek Krejci
· 8 years ago
1cc6d24
tests NEW another lyd_merge test
by Michal Vasko
· 8 years ago
Next »