1. 7908d19 Merge branch 'hash_tab' into devel by David Sedlák · 6 years ago
  2. 7c7ab5e printer_lyb ADD detection of fatal hash collision by David Sedlák · 6 years ago
  3. b284803 context FEATURE allow to switch off searching for schemas in searchdirs by Radek Krejci · 6 years ago
  4. 72cdfac schema parsers FEATURE lys_search_localfile() by Radek Krejci · 6 years ago
  5. a7a1ce4 schema tree CHANGE do not use packed for schema nodes by Michal Vasko · 6 years ago
  6. e899d3d xpath BUGFIX uninitialized variable use by Michal Vasko · 6 years ago
  7. add5dc9 Merge branch 'lyb' into devel by Michal Vasko · 6 years ago
  8. 88025b4 hash table MAINTENANCE trailing whitespaces by Michal Vasko · 6 years ago
  9. 4968b9c Revert "lyb CHANGE option to store hashes with the data" by Michal Vasko · 6 years ago lyb
  10. 1440eb5 lyb OPTIMIZE read/write numbers by Michal Vasko · 6 years ago
  11. 96e51aa JSON schema printer CHANGE provide only list of features in module printing by Radek Krejci · 6 years ago json_schema_printer
  12. 44120dd lyb CHANGE option to store hashes with the data by Michal Vasko · 6 years ago
  13. 6d2beea context CHANGE do not use chdir() by Michal Vasko · 6 years ago
  14. 8aa90c9 jsons printer CHANGE various small changes and fixes in the printed format by Radek Krejci · 6 years ago
  15. 7a1e607 schema parsers CHANGE resolving lists' keys inside groupings by Radek Krejci · 6 years ago
  16. 0caee4c schema parsers BUGFIX parsing if-feature expressions by Radek Krejci · 6 years ago
  17. 5a8213f Merge branch 'devel' into json_schema_printer by Radek Krejci · 6 years ago
  18. 9d4d838 hash table BUGFIX missing function prototype by Michal Vasko · 6 years ago
  19. a396996 Merge branch 'lyb' into hash_tab by David Sedlák · 6 years ago
  20. fb86334 dictionary CHANGE default size of hash_tab by David Sedlák · 6 years ago
  21. 22eaf90 parser_yin BUGFIX insert expression into dictionary only once by David Sedlák · 6 years ago
  22. 437ec40 parser_yang BUGFIX free deviation attributes before setting deviation_size to 0 by David Sedlák · 6 years ago
  23. b53e670 parser_yang BUGFIX when import of module fails, remove also prefix of that module from dictionary by David Sedlák · 6 years ago
  24. e0b1f14 Merge branch 'devel' into lyb by Michal Vasko · 6 years ago
  25. 762c8b7 print BUGFIX do not trim containers with non-default values by Michal Vasko · 6 years ago
  26. e7750b8 dict_insert() REMOVE duplicit argument check by David Sedlák · 6 years ago
  27. 0737fbe lyb printer BUGFIX go through submods when collecting used modules by Michal Vasko · 6 years ago
  28. ddd545b lyb parser BUGFIX handle presence container by Michal Vasko · 6 years ago
  29. ed5fc58 lyb parser BUGFIX wring variable used by Michal Vasko · 6 years ago
  30. caac88b lydict_insert OPTIMIZATION use parametr in lyht_insert instead of calling lyht_find by David Sedlák · 6 years ago
  31. 83b1faf CHANGE lyht_insert calls according to new function prototype by David Sedlák · 6 years ago
  32. 9b35783 hash_table CHANGE lyht_insert() can now return value that was inserted into table by David Sedlák · 6 years ago
  33. fd4235c hash_table.c CHANGE move assert ahead of free for easier debugging by David Sedlák · 6 years ago
  34. 191c650 Merge branch 'devel' into lyb by Michal Vasko · 6 years ago
  35. 71e2424 Pass the correct parameter by Andrew Langefeld · 6 years ago
  36. ceaf8b4 Fix dangling parsing_sub_modules pointer by Andrew Langefeld · 6 years ago
  37. 4d1e7b0 validation BUGFIX properly clear unique validation flags by Michal Vasko · 6 years ago
  38. 196c610 data tree NEW function for learning lyb data length by Michal Vasko · 6 years ago
  39. 5667036 lyb parser BUGFIX proper unresolved instid parsing by Michal Vasko · 6 years ago
  40. dcaf722 data tree CHANGE new anydata value type by Michal Vasko · 6 years ago
  41. 0d73b8c lyb parser BUGFIX strings across several chunks read by Michal Vasko · 6 years ago
  42. a985252 lyb CHANGE add inner chunks count to chunk meta data by Michal Vasko · 6 years ago
  43. 885c78a hash_table.c CHANGE simplify validation of arguments in lydict_insert function by David Sedlák · 6 years ago
  44. ee0ffc7 hash_table.c ADD some comments and LOGDBG by David Sedlák · 6 years ago
  45. 3468d3c hash_table.c CHANGE check and log possible errors using LY macros by David Sedlák · 6 years ago
  46. 9af9ed5 hash_table.c possible BUGFIX, do not change cb_data before locking mutex by David Sedlák · 6 years ago
  47. 1c151f2 hash_table.c CHANGE check if all records were removed before calling lyht_free() by David Sedlák · 6 years ago
  48. 2aabdea hash_table.c CHANGE pass len parametr to cmp callback by David Sedlák · 6 years ago
  49. 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
  50. c427b75 Merge branch 'devel' into lyb by Michal Vasko · 6 years ago
  51. 434cf78 data tree BUGFIX od not create leafrefs without value by Michal Vasko · 6 years ago
  52. 3f04683 data tree CHANGE new format of lyd_anydata value by Michal Vasko · 6 years ago
  53. 33f20ee Merge branch 'devel' into lyb by Michal Vasko · 6 years ago
  54. e342d9f Revert "xml parser BUGFIX avoid missing child in hash table assert" by Michal Vasko · 6 years ago
  55. 3fac7e3 lyb printer BUGFIX correctly handle rpcs and rpc replies by Michal Vasko · 6 years ago
  56. 365849c lyb MAINTENANCE some checks and prints added by Michal Vasko · 6 years ago
  57. a1db4be lyb printer BUGFIX hash printing and checking refactor by Michal Vasko · 6 years ago
  58. 5a28e0e hash table CHANGE check all return values by Michal Vasko · 6 years ago
  59. 760054d Merge branch 'devel' into lyb by Michal Vasko · 6 years ago
  60. b6ea11c hash_table.c CHANGE use macro to log errors + code formating fix by David Sedlák · 6 years ago
  61. 6e70a01 xpath BUGFIX union merge corner case by Michal Vasko · 6 years ago
  62. 54de282 parser BUGFIX handle unicode blocks in brackets by Michal Vasko · 6 years ago
  63. 56601c9 schema tree BUGFIX do not assume input/output node position by Michal Vasko · 6 years ago
  64. b5f9ffb resolve BUFGIX do not transform leafref path by Michal Vasko · 6 years ago
  65. c6ecb89 hash_table.c CHANGE rewrite lydict functions to use generic hash table by David Sedlák · 6 years ago
  66. 9cf9cd3 lydict CHANGE struct definition to use generic hash table by David Sedlák · 6 years ago
  67. 3144c9d Merge branch 'devel' into lyb by Michal Vasko · 6 years ago
  68. 362fbe7 jsons printer CHANGE several small changes and fixes of the json schema output by Radek Krejci · 6 years ago
  69. 114ffd4 schema tree BUGFIX do not switch type pointers around by Michal Vasko · 6 years ago
  70. 78ef03a yang parser MAINTENANCE minor refactor by Michal Vasko · 6 years ago
  71. 81c7144 schema tree CHANGE backup deviation nodes switch only content by Michal Vasko · 6 years ago
  72. 40cb8d7 jsons printer CHANGE several small changes and fixes of the json schema output by Radek Krejci · 6 years ago
  73. 15e3e61 xml parser BUGFIX avoid missing child in hash table assert by Michal Vasko · 6 years ago
  74. 38a3f85 xpath BUGFIX preserve coparison order by Michal Vasko · 6 years ago
  75. 830d622 xpath BUGFIX conversion to number skipped in some cases by Michal Vasko · 6 years ago
  76. 5df038e parser BUGFIX support input/output deviations by Michal Vasko · 6 years ago
  77. 4abb960 jsons printer CHANGE print complete feature info in module by Radek Krejci · 6 years ago
  78. b5f7ed1 jsons printer CHANGE print info about import's target by Radek Krejci · 6 years ago
  79. b3c271a jsons printer BUGFIX data concatenation by Radek Krejci · 6 years ago
  80. 7708761 json printer BUGFIX incorrect print of control characters in JSON strings by Radek Krejci · 6 years ago
  81. 2096478 resolve BUGFIX skip input/output nodes in lyd_new_path by Michal Vasko · 6 years ago
  82. bd9d15a xpath BUGFIX memory leak by Michal Vasko · 6 years ago
  83. 274322c xpath BUGFIX uninitialized variable read by Michal Vasko · 6 years ago
  84. c30c95a tree DOC minor enhancements by Michal Vasko · 6 years ago
  85. 3c9fa25 xpath BUGFIX comparison evaluation wrong by Michal Vasko · 6 years ago
  86. fb446d5 tree printer BUGFIX invalid variable reuse by Michal Vasko · 6 years ago
  87. e4ebe5a xpath BUGFIX manage hashes during unions by Michal Vasko · 6 years ago
  88. 9f3ce1c Revert "CHANGE add hash table to context" by David Sedlák · 6 years ago
  89. cc583f0 CHANGE add hash table to context by David Sedlák · 6 years ago
  90. 0e67ac4 schema printers FEATURE print YANG schemas in JSON by Radek Krejci · 6 years ago
  91. 45105ac lyb printer BUGFIX double output size fixed by Michal Vasko · 6 years ago
  92. db13927 lyb printer BUGFIX proper schema node hash checks by Michal Vasko · 6 years ago
  93. 5383066 lyb parser BUGFIX handle unknown modules by Michal Vasko · 6 years ago
  94. 42132c5 lyb parser BUGFIX handling unres data nodes by Michal Vasko · 6 years ago
  95. 18c3b6d lyb parser BUGFIX use data callback for missing modules by Michal Vasko · 6 years ago
  96. fe43d04 lyb CHANGE hash handling by Michal Vasko · 6 years ago
  97. b0c3d9e lyb printer BUGFIX remove dec64 trailing zeros by Michal Vasko · 6 years ago
  98. 27e5e68 lyb BUGFIX several fixes by Michal Vasko · 6 years ago
  99. dd53542 lyb OPIMIZE significant printer optimizations by Michal Vasko · 6 years ago
  100. d748b48 lyb BUGFIX used hash was actually 1b shorter than desired by Michal Vasko · 6 years ago