1. b41abfe Merge branch 'json_schema_printer' into devel by Radek Krejci · 6 years ago
  2. 88b7842 context CHANGE allow setting LY_CTX_DISABLE_SEARCHIDRS on existing contexts by Radek Krejci · 6 years ago
  3. 9e00519 VERSION bump to version 0.16.5 by Michal Vasko · 6 years ago
  4. e61cc76 Merge pull request #576 from Dajvid/devel by Michal Vasko · 6 years ago
  5. 694605f printer_lyb CHANGE formating fix + minor changes by David Sedlák · 6 years ago
  6. 7908d19 Merge branch 'hash_tab' into devel by David Sedlák · 6 years ago
  7. c563faf tests ADD test case with augments from multiple modules by David Sedlák · 6 years ago
  8. 7c7ab5e printer_lyb ADD detection of fatal hash collision by David Sedlák · 6 years ago
  9. 3260bce VERSION bump to version 0.16.4 by Radek Krejci · 6 years ago
  10. b284803 context FEATURE allow to switch off searching for schemas in searchdirs by Radek Krejci · 6 years ago
  11. 801f97c VERSION bump to version 0.16.3 by Radek Krejci · 6 years ago
  12. 72cdfac schema parsers FEATURE lys_search_localfile() by Radek Krejci · 6 years ago
  13. 2033d20 VERSION bump to version 0.16.2 by Michal Vasko · 6 years ago
  14. a7a1ce4 schema tree CHANGE do not use packed for schema nodes by Michal Vasko · 6 years ago
  15. b8e9289 VERSION bump to version 0.16.1 by Michal Vasko · 6 years ago
  16. e899d3d xpath BUGFIX uninitialized variable use by Michal Vasko · 6 years ago
  17. dd20e91 VERSION bump to version 0.16.0 by Michal Vasko · 6 years ago
  18. add5dc9 Merge branch 'lyb' into devel by Michal Vasko · 6 years ago
  19. 88025b4 hash table MAINTENANCE trailing whitespaces by Michal Vasko · 6 years ago
  20. 4968b9c Revert "lyb CHANGE option to store hashes with the data" by Michal Vasko · 6 years ago lyb
  21. 1440eb5 lyb OPTIMIZE read/write numbers by Michal Vasko · 6 years ago
  22. 96e51aa JSON schema printer CHANGE provide only list of features in module printing by Radek Krejci · 6 years ago json_schema_printer
  23. 44120dd lyb CHANGE option to store hashes with the data by Michal Vasko · 6 years ago
  24. 93e9e1c VERSION bump to version 0.15.164 by Michal Vasko · 6 years ago
  25. 6d2beea context CHANGE do not use chdir() by Michal Vasko · 6 years ago
  26. 8aa90c9 jsons printer CHANGE various small changes and fixes in the printed format by Radek Krejci · 6 years ago
  27. 7a1e607 schema parsers CHANGE resolving lists' keys inside groupings by Radek Krejci · 6 years ago
  28. 0caee4c schema parsers BUGFIX parsing if-feature expressions by Radek Krejci · 6 years ago
  29. 5a8213f Merge branch 'devel' into json_schema_printer by Radek Krejci · 6 years ago
  30. 9d4d838 hash table BUGFIX missing function prototype by Michal Vasko · 6 years ago
  31. 336efd4 Merge pull request #574 from Dajvid/hash_tab by Michal Vasko · 6 years ago
  32. 25ca7b2 Merge branch 'lyb' of https://github.com/CESNET/libyang into hash_tab by David Sedlák · 6 years ago
  33. a396996 Merge branch 'lyb' into hash_tab by David Sedlák · 6 years ago
  34. deb6158 fixup! api TEST new merge test by Michal Vasko · 6 years ago
  35. fb86334 dictionary CHANGE default size of hash_tab by David Sedlák · 6 years ago
  36. 22eaf90 parser_yin BUGFIX insert expression into dictionary only once by David Sedlák · 6 years ago
  37. c4a6618 dict tests ADD new test case by David Sedlák · 6 years ago
  38. 437ec40 parser_yang BUGFIX free deviation attributes before setting deviation_size to 0 by David Sedlák · 6 years ago
  39. b53e670 parser_yang BUGFIX when import of module fails, remove also prefix of that module from dictionary by David Sedlák · 6 years ago
  40. e0b1f14 Merge branch 'devel' into lyb by Michal Vasko · 6 years ago
  41. 455cd40 VERSION bump to version 0.15.163 by Michal Vasko · 6 years ago
  42. 762c8b7 print BUGFIX do not trim containers with non-default values by Michal Vasko · 6 years ago
  43. e7750b8 dict_insert() REMOVE duplicit argument check by David Sedlák · 6 years ago
  44. 94663fd test BUGFIX remove strings from dictionary before ly_ctx_destroy by David Sedlák · 6 years ago
  45. 0737fbe lyb printer BUGFIX go through submods when collecting used modules by Michal Vasko · 6 years ago
  46. ddd545b lyb parser BUGFIX handle presence container by Michal Vasko · 6 years ago
  47. ed5fc58 lyb parser BUGFIX wring variable used by Michal Vasko · 6 years ago
  48. caac88b lydict_insert OPTIMIZATION use parametr in lyht_insert instead of calling lyht_find by David Sedlák · 6 years ago
  49. 83b1faf CHANGE lyht_insert calls according to new function prototype by David Sedlák · 6 years ago
  50. 9b35783 hash_table CHANGE lyht_insert() can now return value that was inserted into table by David Sedlák · 6 years ago
  51. fd4235c hash_table.c CHANGE move assert ahead of free for easier debugging by David Sedlák · 6 years ago
  52. c6d9546 Merge branch 'devel' into lyb by Michal Vasko · 6 years ago
  53. e6ee035 api TEST new merge test by Michal Vasko · 6 years ago
  54. 191c650 Merge branch 'devel' into lyb by Michal Vasko · 6 years ago
  55. dad0a3c Merge pull request #569 from ADTRAN/parsing-sub-modules-dangling-pointer by Michal Vasko · 6 years ago
  56. 71e2424 Pass the correct parameter by Andrew Langefeld · 6 years ago
  57. ceaf8b4 Fix dangling parsing_sub_modules pointer by Andrew Langefeld · 6 years ago
  58. a5af738 lyb TEST new test for anydata processing by Michal Vasko · 6 years ago
  59. 4d1e7b0 validation BUGFIX properly clear unique validation flags by Michal Vasko · 6 years ago
  60. 196c610 data tree NEW function for learning lyb data length by Michal Vasko · 6 years ago
  61. 5667036 lyb parser BUGFIX proper unresolved instid parsing by Michal Vasko · 6 years ago
  62. dcaf722 data tree CHANGE new anydata value type by Michal Vasko · 6 years ago
  63. 0d73b8c lyb parser BUGFIX strings across several chunks read by Michal Vasko · 6 years ago
  64. a985252 lyb CHANGE add inner chunks count to chunk meta data by Michal Vasko · 6 years ago
  65. 885c78a hash_table.c CHANGE simplify validation of arguments in lydict_insert function by David Sedlák · 6 years ago
  66. ee0ffc7 hash_table.c ADD some comments and LOGDBG by David Sedlák · 6 years ago
  67. 3468d3c hash_table.c CHANGE check and log possible errors using LY macros by David Sedlák · 6 years ago
  68. 9af9ed5 hash_table.c possible BUGFIX, do not change cb_data before locking mutex by David Sedlák · 6 years ago
  69. 1c151f2 hash_table.c CHANGE check if all records were removed before calling lyht_free() by David Sedlák · 6 years ago
  70. 2aabdea hash_table.c CHANGE pass len parametr to cmp callback by David Sedlák · 6 years ago
  71. 4bff4b4 Merge branch 'devel' into lyb by Michal Vasko · 6 years ago
  72. 027e933 test BUGFIX test checks updated by Michal Vasko · 6 years ago
  73. 0f86049 hash_table.c BUGFIX do not use value that is not null terminated string as lyht_find parametr by David Sedlák · 6 years ago
  74. c427b75 Merge branch 'devel' into lyb by Michal Vasko · 6 years ago
  75. 6fd5fdb VERSION bump to version 0.15.162 by Michal Vasko · 6 years ago
  76. 434cf78 data tree BUGFIX od not create leafrefs without value by Michal Vasko · 6 years ago
  77. 3f04683 data tree CHANGE new format of lyd_anydata value by Michal Vasko · 6 years ago
  78. 33f20ee Merge branch 'devel' into lyb by Michal Vasko · 6 years ago
  79. a532e2e VERSION bump to version 0.15.161 by Michal Vasko · 6 years ago
  80. e342d9f Revert "xml parser BUGFIX avoid missing child in hash table assert" by Michal Vasko · 6 years ago
  81. e53e87e lyb TEST use strict flag, we do not want to ignore unknown nodes by Michal Vasko · 6 years ago
  82. 3fac7e3 lyb printer BUGFIX correctly handle rpcs and rpc replies by Michal Vasko · 6 years ago
  83. 365849c lyb MAINTENANCE some checks and prints added by Michal Vasko · 6 years ago
  84. a1db4be lyb printer BUGFIX hash printing and checking refactor by Michal Vasko · 6 years ago
  85. 5a28e0e hash table CHANGE check all return values by Michal Vasko · 6 years ago
  86. 760054d Merge branch 'devel' into lyb by Michal Vasko · 6 years ago
  87. b6ea11c hash_table.c CHANGE use macro to log errors + code formating fix by David Sedlák · 6 years ago
  88. 35cab19 Merge pull request #561 from jktjkt/cxxflags by Michal Vasko · 6 years ago
  89. 4109d2b VERSION bump to version 0.15.160 by Michal Vasko · 6 years ago
  90. 6e70a01 xpath BUGFIX union merge corner case by Michal Vasko · 6 years ago
  91. 199b42d cmake: fix CXXFLAGS setup by Jan Kundrát · 6 years ago cesnet/2018-08-02
  92. 5dd7f39 VERSION bump to version 0.15.159 by Michal Vasko · 6 years ago
  93. 54de282 parser BUGFIX handle unicode blocks in brackets by Michal Vasko · 6 years ago
  94. 4369aa7 VERSION bump to version 0.15.158 by Michal Vasko · 6 years ago
  95. 56601c9 schema tree BUGFIX do not assume input/output node position by Michal Vasko · 6 years ago
  96. 7a52f5c VERSION bump to version 0.15.157 by Michal Vasko · 6 years ago
  97. 9bf673f C++: Do not use CFLAGS as flags for the C++ compiler by Jan Kundrát · 6 years ago
  98. b5f9ffb resolve BUFGIX do not transform leafref path by Michal Vasko · 6 years ago
  99. c6ecb89 hash_table.c CHANGE rewrite lydict functions to use generic hash table by David Sedlák · 6 years ago
  100. d09dd88 tests CHANGE access to dictionary according to new structure of dict_table by David Sedlák · 6 years ago