1. e41dfe6 libyang BUGFIX actually make symbols hidden by default by Michal Vasko · 6 years ago
  2. 9460ece Dictionary CHANGE do not free unremoved string from dictionary in debug mode by David Sedlák · 6 years ago
  3. b091584 Dictionary MAINTENANCE code formating fix by David Sedlák · 6 years ago
  4. 69ed449 Dictionary CHANGE log warning instead of assert for easier debugging by David Sedlák · 6 years ago
  5. df2778e hah table BUGFIX missing unlock by Michal Vasko · 6 years ago
  6. 88025b4 hash table MAINTENANCE trailing whitespaces by Michal Vasko · 6 years ago
  7. a396996 Merge branch 'lyb' into hash_tab by David Sedlák · 6 years ago
  8. fb86334 dictionary CHANGE default size of hash_tab by David Sedlák · 6 years ago
  9. e7750b8 dict_insert() REMOVE duplicit argument check by David Sedlák · 6 years ago
  10. caac88b lydict_insert OPTIMIZATION use parametr in lyht_insert instead of calling lyht_find by David Sedlák · 6 years ago
  11. 83b1faf CHANGE lyht_insert calls according to new function prototype by David Sedlák · 6 years ago
  12. 9b35783 hash_table CHANGE lyht_insert() can now return value that was inserted into table by David Sedlák · 6 years ago
  13. fd4235c hash_table.c CHANGE move assert ahead of free for easier debugging by David Sedlák · 6 years ago
  14. 885c78a hash_table.c CHANGE simplify validation of arguments in lydict_insert function by David Sedlák · 6 years ago
  15. ee0ffc7 hash_table.c ADD some comments and LOGDBG by David Sedlák · 6 years ago
  16. 3468d3c hash_table.c CHANGE check and log possible errors using LY macros by David Sedlák · 6 years ago
  17. 9af9ed5 hash_table.c possible BUGFIX, do not change cb_data before locking mutex by David Sedlák · 6 years ago
  18. 1c151f2 hash_table.c CHANGE check if all records were removed before calling lyht_free() by David Sedlák · 6 years ago
  19. 2aabdea hash_table.c CHANGE pass len parametr to cmp callback by David Sedlák · 6 years ago
  20. 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
  21. a1db4be lyb printer BUGFIX hash printing and checking refactor by Michal Vasko · 6 years ago
  22. 5a28e0e hash table CHANGE check all return values by Michal Vasko · 6 years ago
  23. b6ea11c hash_table.c CHANGE use macro to log errors + code formating fix by David Sedlák · 6 years ago
  24. c6ecb89 hash_table.c CHANGE rewrite lydict functions to use generic hash table by David Sedlák · 6 years ago
  25. 7854883 hash table BUGFIX first compare full hashes before callback by Michal Vasko · 6 years ago
  26. 1de7bd1 hash table BUGFIX do not iterate over already returned collision by Michal Vasko · 7 years ago
  27. 7f6f0f9 hash table BUGFIX handle correctly table without empty records by Michal Vasko · 7 years ago
  28. 1d89f90 hash table BUGFIX corner case of no empty records in HT by Michal Vasko · 7 years ago
  29. 8ac9453 hash table NEW allow modifying hash table val equal callback by Michal Vasko · 7 years ago
  30. 6634294 hash table BUGFIX use callback instead of memcmp by Michal Vasko · 7 years ago
  31. 8690d12 hash table CHANGE new function for duplicating ht by Michal Vasko · 7 years ago
  32. e330d71 hash table BUGFIX wrong hits limit check by Michal Vasko · 7 years ago
  33. fd5581a hash table CHANGE return found values by Michal Vasko · 7 years ago
  34. 24affa0 libyang CHANGE hash table updates, data hashing by Michal Vasko · 7 years ago
  35. 7d3ad5a hash table CHANGE completely rewritten by Michal Vasko · 7 years ago
  36. a0993f1 hash table BUGFIX test non-emptiness with hits, not val by Michal Vasko · 7 years ago
  37. 419fce0 hash table CHANGE now a completely generic hash table by Michal Vasko · 7 years ago
  38. d0f84c3 hash table BUGFIX allow size parameter smaller than min size by Michal Vasko · 7 years ago
  39. 04210d7 hash table FEATURE hash table dynamic resizing by Michal Vasko · 7 years ago
  40. 6c81070 validation CHANGE use a generic hash table implementation by Michal Vasko · 7 years ago[Renamed (70%) from src/dict.c]
  41. 53b7da0 libyang CHANGE bind errors and store them in a context by Michal Vasko · 7 years ago
  42. a8d111f CHANGE improve checking for memory allocation errors by Radek Krejci · 7 years ago
  43. 3e3228d libyang CHANGE enable displaying of only selected debug messages by Michal Vasko · 8 years ago
  44. 5c328e7 dict BUGFIX unsafe variable read by Michal Vasko · 8 years ago
  45. 63b79c8 validation CHANGE checking list/leaflist duplicities by Radek Krejci · 8 years ago
  46. 592e00d dict OPTIMIZE searching in dictionary by Radek Krejci · 9 years ago
  47. 57cdbb9 dict BUGFIX stop comparing on seeing 0 by Michal Vasko · 9 years ago
  48. 8de098c all DOC white space by Michal Vasko · 9 years ago
  49. 54f6fb3 MAINTENANCE correct license text in source codes by Radek Krejci · 9 years ago
  50. 6b0a888 dict BUGFIX maintain stats about dictionary usage by Radek Krejci · 9 years ago
  51. febcbfb dict CHANGE make dictionary thread-safe by Radek Krejci · 9 years ago
  52. c071c54 schema tree CHANGE processing submodules by Radek Krejci · 9 years ago
  53. 253035f all BUGFIX proper memory allocation return value check by Michal Vasko · 9 years ago
  54. fcf37bd dict BUGFIX make public functions visible outside the library by Radek Krejci · 9 years ago
  55. 41912fe dict CHANGE split dictionary API to private and public part by Radek Krejci · 9 years ago
  56. 29e7bce dict BUGFIX wrong variable used in the dict output by Michal Vasko · 9 years ago
  57. a526964 dict BUGFIX allow storing "" strings by Radek Krejci · 9 years ago
  58. 6e4ffbb MAINTENANCE apply coding style rules to the source codes by Radek Krejci · 9 years ago
  59. 8bc9ca0 yin parser: FEATURE: place grouping copy under the uses node by Radek Krejci · 9 years ago
  60. ce7fb78 libyang: CHANGE: review code and validity checks according to RFC 6020 sec 7.1 by Radek Krejci · 9 years ago
  61. 3045cf3 logger: CHANGE: make logger functions more useful by Radek Krejci · 9 years ago
  62. da04f4a yin parser: initial version by Radek Krejci · 10 years ago
  63. 674e1f8 FEATURE: namespace support by Radek Krejci · 10 years ago
  64. 4ea0838 FEATURE: zerocopy insert into dictionary by Radek Krejci · 10 years ago
  65. ee62758 FEATURE: dictionary for storing strings by Radek Krejci · 10 years ago