Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
CESNET
/
libyang
/
b6c4b141c26798787ce4a2e562801f4c678378a7
/
tests
/
api
85a54be
schemas BUGFIX maintain backlinks in case of removing module(s) from context
by Radek Krejci
· 8 years ago
a606951
tests BUGFIX add missing files for testing ly_ctx_remove_module()
by Radek Krejci
· 8 years ago
8c107fe
context CHANGE allow removing schemas from the context
by Radek Krejci
· 8 years ago
e741628
tests MAINTENANCE use strlen() instead of constant number
by Denis Volpato Martins
· 8 years ago
ca73f50
tests BUGFIX buffer overflow
by Radek Krejci
· 8 years ago
9b6aad2
data tree FEATURE new lyd_leaf_type() to get real type of a leaf/leaf-list
by Radek Krejci
· 8 years ago
434780f
tests CHANGE basic test for lyd_insert_sibling()
by Radek Krejci
· 8 years ago
54d5352
tests CHANGE merge tests extended
by Michal Vasko
· 8 years ago
cdb9017
data treee CHANGE lyd_validate variable argument now mandatory
by Michal Vasko
· 8 years ago
d186567
tests BUGFIX use lyd_free_withsiblings() instead of lyd_free() to free the complete data tree
by Radek Krejci
· 8 years ago
76b4d7d
tests CHANGE add new tests covering lyd_replace()
by Radek Krejci
· 8 years ago
b2f40be
resolve BUGFIX instid prefixes are always mandatory
by Michal Vasko
· 8 years ago
0148458
change wrong license in tests
by Luka Perkov
· 8 years ago
832568e
tests CHANGE old test removed
by Michal Vasko
· 8 years ago
f06fb5b
libyang REFACTOR 2 functions renamed
by Michal Vasko
· 8 years ago
46a4bf9
schema tree NEW lys_xpath_node function
by Michal Vasko
· 8 years ago
5f001dd
tests CHANGE reflect recent changes in libyang behaviour
by Radek Krejci
· 8 years ago
99d737f
diff CHANGE add new mode for lyd_diff() to take default values into account
by Radek Krejci
· 8 years ago
46180b5
with defaults CHANGE rewrite default values handling
by Radek Krejci
· 8 years ago
a95db14
tests NEW YANG 1.1 functions
by Michal Vasko
· 8 years ago
4582601
data trees CHANGE anydata/anyxml content handling
by Radek Krejci
· 8 years ago
74677f1
tests BUGFIX correct expected tree printer output
by Radek Krejci
· 8 years ago
71d5183
Merge branch 'master' into devel
by Radek Krejci
· 8 years ago
f7b3181
tests BUGFIX correct input file for testing action parsing
by Radek Krejci
· 8 years ago
f4f1fbe
tests FEATURE merge test
by Michal Vasko
· 8 years ago
2786283
tests BUGFIX correct expected result in tree_schema test
by Radek Krejci
· 8 years ago
d3f28c6
Merge branch 'set_optimization'
by Radek Krejci
· 8 years ago
be90a90
data tree FEATURE new lyd_validate_leafref() function
by Radek Krejci
· 8 years ago
09891a2
ly_set OPTIMIZE allow optimized use of ly_set
by Radek Krejci
· 8 years ago
bf70464
tests BUGFIX memory leaks
by Michal Vasko
· 8 years ago
4c3bc11
diff CHANGE accept NULL for first and second in lyd_diff()
by Radek Krejci
· 9 years ago
a4b9e9a
Merge branch 'diff'
by Radek Krejci
· 9 years ago
3c0f9f5
resolve BUGFIX another shorthand path fix
by Michal Vasko
· 9 years ago
5e7c63f
tests CHANGE addition tests for lyd_diff()
by Radek Krejci
· 9 years ago
09b1bed
tests FEATURE context tests extended a bit
by Michal Vasko
· 9 years ago
a8a76ad
tests FEATURE context tests added/updated
by Michal Vasko
· 9 years ago
fb6b8f0
tests MAINTENANCE unused code removed
by Michal Vasko
· 9 years ago
65578ab
tests FEATURE new xpath union test
by Michal Vasko
· 9 years ago
135bc48
tests FEATURE xpath union tests
by Michal Vasko
· 9 years ago
b1fb497
tests FEATURE xpath tests
by Michal Vasko
· 9 years ago
98a5a74
data tree CHANGE rpc reply includes top RPC data element
by Michal Vasko
· 9 years ago
29cb50d
node set CHANGE return information about found duplicity in ly_set_add()
by Radek Krejci
· 9 years ago
87df411
diff test CHANGE reflect changes of diff implementation
by Radek Krejci
· 9 years ago
0d531f9
tests FEATURE basic test for lyd_diff()
by Radek Krejci
· 9 years ago
6d53828
data FEATURE lyd_path() function
by Radek Krejci
· 9 years ago
d3219de
tests CHANGE modified based on recent changes
by Michal Vasko
· 9 years ago
45a8518
tests BUGFIX single-model-implemented update
by Michal Vasko
· 9 years ago
9eb6dd0
parser CHANGE module conformance, augment and deviation handling improved
by Michal Vasko
· 9 years ago
f29903d
data tree OPTIMIZE list keys are always first and ordered in the data
by Michal Vasko
· 9 years ago
8f55ad9
tests BUGFIX test data are configuration data (without status)
by Radek Krejci
· 9 years ago
4049e59
test CHANGE add support yang parser to test_tree_schema
by Pavol Vican
· 9 years ago
949708b
test CHANGE add support yang parser to test_libyang
by Pavol Vican
· 9 years ago
779f959
tests BUGFIX memory leaks
by Radek Krejci
· 9 years ago
1175d3e
tests BUGFIX consider symlinks in paths used in tests
by Radek Krejci
· 9 years ago
3767f71
tests CHANGE tests of removed functions deleted
by Michal Vasko
· 9 years ago
462be9a
context CHANGE module retrieval API changed
by Michal Vasko
· 9 years ago
327d9a1
test BUGFIX invalid lydict_remove test
by Radek Krejci
· 9 years ago
4d0d935
tests BUGFIX memory leaks
by Radek Krejci
· 9 years ago
95068c4
json printer FEATURE non-formatted output
by Michal Vasko
· 9 years ago
da3c529
Merge branch 'lyd_order' into devel
by Michal Vasko
· 9 years ago
8681b66
tests FEATURE tests for lyd_new_path and lyd_schema_sort
by Michal Vasko
· 9 years ago
175db9e
Merge branch 'test_libyang' of https://github.com/freenetconf/libyang into freenetconf-test_libyang
by Radek Krejci
· 9 years ago
849ba33
tests BUGFIX checking for invalid file descriptor
by Radek Krejci
· 9 years ago
32f61a1
tests BUGFIX dead code
by Radek Krejci
· 9 years ago
30fa42e
tests BUGFIX add missing unit tests from header libyang.h
by Mislav Novakovic
· 9 years ago
1e6bc0c
tests UPDATE reflect changed API to the code merged from devel branch
by Radek Krejci
· 9 years ago
1f160ab
tests FEATURE simple unit test of tree_data.h functions
by Mislav Novakovic
· 9 years ago
b260141
tests BUGFIX uninitialized variable
by Michal Vasko
· 9 years ago
87e5f00
tests FEATURE simple unit test of dict.h functions
by Mislav Novakovic
· 9 years ago
c02aa81
doc CHANGE update tools links in README for devel branch
by Radek Krejci
· 9 years ago