Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
CESNET
/
libyang
/
1aa8335402594c03855959831f38a1355e5ce7ea
1aa8335
C++: implemented lyd_dup_withsiblings
by Mislav Novakovic
· 6 years ago
749812c
Merge pull request #565 from sartura/doxygen_cpp
by Radek Krejci
· 6 years ago
d6a3b4a
doxygen BUGFIX ly_ctx structure reference
by Radek Krejci
· 6 years ago
4a0f47a
VERSION bump to version 0.16.12
by Michal Vasko
· 6 years ago
e581e98
lyb parser BUGFIX use platform-independent print chars
by Michal Vasko
· 6 years ago
7646042
parser BUGFIX change revisions of imported/included models
by Michal Vasko
· 6 years ago
919e419
VERSION bump to version 0.16.11
by Michal Vasko
· 6 years ago
851e2c0
Merge pull request #579 from Dajvid/devel
by Michal Vasko
· 6 years ago
9460ece
Dictionary CHANGE do not free unremoved string from dictionary in debug mode
by David Sedlák
· 6 years ago
990ddd9
VERSION bump to version 0.16.10
by Michal Vasko
· 6 years ago
056f5f3
Merge pull request #578 from Dajvid/devel
by Michal Vasko
· 6 years ago
b091584
Dictionary MAINTENANCE code formating fix
by David Sedlák
· 6 years ago
69ed449
Dictionary CHANGE log warning instead of assert for easier debugging
by David Sedlák
· 6 years ago
6cc5af1
libyang TEST some additional checks
by Michal Vasko
· 6 years ago
ddb2d48
doxygen: add C++ ducumentation
by Mislav Novakovic
· 6 years ago
5f5096b
fixup! xml BUGFIX memory leak
by Michal Vasko
· 6 years ago
d9f21b6
VERSION bump to version 0.16.9
by Michal Vasko
· 6 years ago
c9c2fe3
xml BUGFIX memory leak
by Michal Vasko
· 6 years ago
3cb7d17
lyb BUGFIX null pointer dereference
by Michal Vasko
· 6 years ago
870702f
JSON schema printer CHANGE avoid unnecessary test for NULL variable
by Radek Krejci
· 6 years ago
bb1feeb
VERSION bump to version 0.16.8
by Michal Vasko
· 6 years ago
64e6cf8
xml BUGFIX memory leak
by Michal Vasko
· 6 years ago
cd9fe46
data tree BUGFIX return value check
by Michal Vasko
· 6 years ago
ffdf4ce
resolve BUGFIX use of uninitialized variable
by Michal Vasko
· 6 years ago
f685f05
printer BUGFIX null pointer dereference
by Michal Vasko
· 6 years ago
501a84b
printer BUGFIX added returnvalue checks
by Michal Vasko
· 6 years ago
e748db4
json printer BUGFIX invalid apointer access
by Michal Vasko
· 6 years ago
8c8e1db
plugins BUGFIX memory leak
by Michal Vasko
· 6 years ago
f5df3bb
yang parser MAINTENANCE regenerated parser using newer bison
by Michal Vasko
· 6 years ago
beeb1bf
lyb parser BUGFIX uninitialized variable
by Michal Vasko
· 6 years ago
3390170
lyb BUGFIX handle correctly anydata datatree
by Michal Vasko
· 6 years ago
df2778e
hah table BUGFIX missing unlock
by Michal Vasko
· 6 years ago
de70186
context BUGFIX uninitialized variable
by Michal Vasko
· 6 years ago
aecdb21
context BUGFIX error check added
by Michal Vasko
· 6 years ago
c4d5841
VERSION bump to version 0.16.7
by Radek Krejci
· 6 years ago
4fb7d7d
context FEATURE add ly_ctx_get_options() to get currently set context's options
by Radek Krejci
· 6 years ago
cf3b7ca
context CHANGE allow setting LY_CTX_DISABLE_SEARCHDIR_CWD for contexts
by Radek Krejci
· 6 years ago
38f8cea
context BUGFIX typo in LY_CTX_DISABLE_SEARCHDIRS
by Radek Krejci
· 6 years ago
cc53bbd
VERSION bump to version 0.16.6
by Radek Krejci
· 6 years ago
b41abfe
Merge branch 'json_schema_printer' into devel
by Radek Krejci
· 6 years ago
88b7842
context CHANGE allow setting LY_CTX_DISABLE_SEARCHIDRS on existing contexts
by Radek Krejci
· 6 years ago
9e00519
VERSION bump to version 0.16.5
by Michal Vasko
· 6 years ago
e61cc76
Merge pull request #576 from Dajvid/devel
by Michal Vasko
· 6 years ago
694605f
printer_lyb CHANGE formating fix + minor changes
by David Sedlák
· 6 years ago
7908d19
Merge branch 'hash_tab' into devel
by David Sedlák
· 6 years ago
c563faf
tests ADD test case with augments from multiple modules
by David Sedlák
· 6 years ago
7c7ab5e
printer_lyb ADD detection of fatal hash collision
by David Sedlák
· 6 years ago
3260bce
VERSION bump to version 0.16.4
by Radek Krejci
· 6 years ago
b284803
context FEATURE allow to switch off searching for schemas in searchdirs
by Radek Krejci
· 6 years ago
801f97c
VERSION bump to version 0.16.3
by Radek Krejci
· 6 years ago
72cdfac
schema parsers FEATURE lys_search_localfile()
by Radek Krejci
· 6 years ago
2033d20
VERSION bump to version 0.16.2
by Michal Vasko
· 6 years ago
a7a1ce4
schema tree CHANGE do not use packed for schema nodes
by Michal Vasko
· 6 years ago
b8e9289
VERSION bump to version 0.16.1
by Michal Vasko
· 6 years ago
e899d3d
xpath BUGFIX uninitialized variable use
by Michal Vasko
· 6 years ago
dd20e91
VERSION bump to version 0.16.0
by Michal Vasko
· 6 years ago
add5dc9
Merge branch 'lyb' into devel
by Michal Vasko
· 6 years ago
88025b4
hash table MAINTENANCE trailing whitespaces
by Michal Vasko
· 6 years ago
4968b9c
Revert "lyb CHANGE option to store hashes with the data"
by Michal Vasko
· 6 years ago
lyb
1440eb5
lyb OPTIMIZE read/write numbers
by Michal Vasko
· 6 years ago
96e51aa
JSON schema printer CHANGE provide only list of features in module printing
by Radek Krejci
· 6 years ago
json_schema_printer
44120dd
lyb CHANGE option to store hashes with the data
by Michal Vasko
· 6 years ago
93e9e1c
VERSION bump to version 0.15.164
by Michal Vasko
· 6 years ago
6d2beea
context CHANGE do not use chdir()
by Michal Vasko
· 6 years ago
8aa90c9
jsons printer CHANGE various small changes and fixes in the printed format
by Radek Krejci
· 6 years ago
7a1e607
schema parsers CHANGE resolving lists' keys inside groupings
by Radek Krejci
· 6 years ago
0caee4c
schema parsers BUGFIX parsing if-feature expressions
by Radek Krejci
· 6 years ago
5a8213f
Merge branch 'devel' into json_schema_printer
by Radek Krejci
· 6 years ago
9d4d838
hash table BUGFIX missing function prototype
by Michal Vasko
· 6 years ago
336efd4
Merge pull request #574 from Dajvid/hash_tab
by Michal Vasko
· 6 years ago
25ca7b2
Merge branch 'lyb' of https://github.com/CESNET/libyang into hash_tab
by David Sedlák
· 6 years ago
a396996
Merge branch 'lyb' into hash_tab
by David Sedlák
· 6 years ago
deb6158
fixup! api TEST new merge test
by Michal Vasko
· 6 years ago
fb86334
dictionary CHANGE default size of hash_tab
by David Sedlák
· 6 years ago
22eaf90
parser_yin BUGFIX insert expression into dictionary only once
by David Sedlák
· 6 years ago
c4a6618
dict tests ADD new test case
by David Sedlák
· 6 years ago
437ec40
parser_yang BUGFIX free deviation attributes before setting deviation_size to 0
by David Sedlák
· 6 years ago
b53e670
parser_yang BUGFIX when import of module fails, remove also prefix of that module from dictionary
by David Sedlák
· 6 years ago
e0b1f14
Merge branch 'devel' into lyb
by Michal Vasko
· 6 years ago
455cd40
VERSION bump to version 0.15.163
by Michal Vasko
· 6 years ago
762c8b7
print BUGFIX do not trim containers with non-default values
by Michal Vasko
· 6 years ago
e7750b8
dict_insert() REMOVE duplicit argument check
by David Sedlák
· 6 years ago
94663fd
test BUGFIX remove strings from dictionary before ly_ctx_destroy
by David Sedlák
· 6 years ago
0737fbe
lyb printer BUGFIX go through submods when collecting used modules
by Michal Vasko
· 6 years ago
ddd545b
lyb parser BUGFIX handle presence container
by Michal Vasko
· 6 years ago
ed5fc58
lyb parser BUGFIX wring variable used
by Michal Vasko
· 6 years ago
caac88b
lydict_insert OPTIMIZATION use parametr in lyht_insert instead of calling lyht_find
by David Sedlák
· 6 years ago
83b1faf
CHANGE lyht_insert calls according to new function prototype
by David Sedlák
· 6 years ago
9b35783
hash_table CHANGE lyht_insert() can now return value that was inserted into table
by David Sedlák
· 6 years ago
fd4235c
hash_table.c CHANGE move assert ahead of free for easier debugging
by David Sedlák
· 6 years ago
c6d9546
Merge branch 'devel' into lyb
by Michal Vasko
· 6 years ago
e6ee035
api TEST new merge test
by Michal Vasko
· 6 years ago
191c650
Merge branch 'devel' into lyb
by Michal Vasko
· 6 years ago
dad0a3c
Merge pull request #569 from ADTRAN/parsing-sub-modules-dangling-pointer
by Michal Vasko
· 6 years ago
71e2424
Pass the correct parameter
by Andrew Langefeld
· 6 years ago
ceaf8b4
Fix dangling parsing_sub_modules pointer
by Andrew Langefeld
· 6 years ago
a5af738
lyb TEST new test for anydata processing
by Michal Vasko
· 6 years ago
4d1e7b0
validation BUGFIX properly clear unique validation flags
by Michal Vasko
· 6 years ago
196c610
data tree NEW function for learning lyb data length
by Michal Vasko
· 6 years ago
5667036
lyb parser BUGFIX proper unresolved instid parsing
by Michal Vasko
· 6 years ago
Next »