1. 47fab89 libyang CHANGE review header includes by Radek Krejci · 3 years, 11 months ago
  2. afac782 libyang REFACTOR printer -> in, parser -> out by Michal Vasko · 4 years ago
  3. 3d92e44 set CHANGE replace LY_SET_OPT_USEASLIST by a single flag in ly_set_add() by Radek Krejci · 4 years ago
  4. 6973015 uncrustify FORMAT set various uncrustify options by Michal Vasko · 4 years ago
  5. 011e4aa dictionary REFACTOR unify functions pattern to return LY_ERR by Radek Krejci · 4 years, 1 month ago
  6. 857189e libyang FEATURE introduce and use new ly_bool type by Radek Krejci · 4 years, 1 month ago
  7. ba03a5a set CHANGE make ly_set* functions return LY_ERR values by Radek Krejci · 4 years, 1 month ago
  8. 1deb5be libyang REFACTOR use size-specific int types instead of generic types (#1177) by Radek Krejci · 4 years, 1 month ago
  9. d989ba0 uncrustify FEATURE control stmt spacing options by Michal Vasko · 4 years, 1 month ago
  10. 44f3d2c uncrustify FEATURE force spaces around operators, parentheses by Michal Vasko · 4 years, 1 month ago
  11. 0f96988 libyang FORMAT uncrustify format of all sources by Radek Krejci · 4 years, 1 month ago
  12. 1e008d2 libyang MAINTENANCE change format of the empty loops by Radek Krejci · 4 years, 1 month ago
  13. 5233e96 printer REFACTOR remove ctx and status (#1170) by Michal Vasko · 4 years, 1 month ago
  14. c8a230d libyang REFACTOR prefix format always decides the callback (#1169) by Michal Vasko · 4 years, 1 month ago
  15. 1798aae data FEATURE parser for YANG data in JSON format by Radek Krejci · 4 years, 2 months ago
  16. 50f0c6b data FEATURE generic JSON format parser by Radek Krejci · 4 years, 3 months ago
  17. cb017cc xml BUGFIX heap oob crash issues in lyxml_parse_value (#1129) by Juraj Vijtiuk · 4 years, 3 months ago
  18. ed4fcfe libyang MAINTENANCE fox uninitialized vars warnings by Michal Vasko · 4 years, 3 months ago
  19. 63f3d84 libyang REFACTOR parsed/printed bytes in in/out structs by Michal Vasko · 4 years, 3 months ago
  20. fd69e1d libyang REFACTOR rename sized array size to count by Michal Vasko · 4 years, 3 months ago
  21. 5aa44c0 compat FEATURE use standalone compat "library" by Michal Vasko · 4 years, 3 months ago
  22. f55ae20 xml BUGFIX always set correct EOF status by Michal Vasko · 4 years, 3 months ago
  23. 8cef523 xml MAINTENANCE docs added by Michal Vasko · 4 years, 3 months ago
  24. ca376bd headers MAINTENANCE headers/include cleanup by Radek Krejci · 4 years, 3 months ago
  25. baeb838 printers CHANGE modify basic printers' functions to provide number of printed bytes by Radek Krejci · 4 years, 4 months ago
  26. 535ea9f libyang CHANGE headers includes cleanup using include-what-you-use tool (#1098) by Radek Krejci · 4 years, 4 months ago
  27. 241f6b5 libyang CHANGE rename ambiguous lyp_ prefixed functions and structures by Radek Krejci · 4 years, 4 months ago
  28. a5bba31 printers CHANGE rewrite printers mechanism by Radek Krejci · 4 years, 9 months ago
  29. 7eb54ba libyang CHANGE use LY_ARRAY_SIZE_TYPE for iterator variables in LY_TREE_FOR by Radek Krejci · 4 years, 4 months ago
  30. b36053d parser xml CHANGE major refactorization by Michal Vasko · 4 years, 6 months ago
  31. 44685da xml parser NEW opaque parsing of invalid values/lists by Michal Vasko · 4 years, 6 months ago
  32. 52927e2 data tree NEW opaque data node by Michal Vasko · 4 years, 6 months ago
  33. 1465471 tree schema NEW unique validation by Michal Vasko · 4 years, 8 months ago
  34. 7f9b651 common CHANGE new ly_strncmp() by Radek Krejci · 5 years ago
  35. 7f2b6ca Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
  36. 4ad42aa MAINTENANCE variable initiation by Radek Krejci · 5 years ago
  37. 83ba28f Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
  38. ee4cab2 data tree FEATURE support for anydata by Radek Krejci · 5 years ago
  39. 54a6f13 xml parser BUGFIX double free by David Sedlák · 5 years ago
  40. efbb392 data types FEATURE support for union types in data by Radek Krejci · 5 years ago
  41. e553e6d types FEATURE partial support of instance-identifier data type values by Radek Krejci · 5 years ago
  42. fad79c9 xml parser CHANGE corner case behavior for earlier detection of end-of-input by Radek Krejci · 5 years ago
  43. f2c721d xml parser CHANGE do not eat closing elements by lyxml_get_string() by Radek Krejci · 5 years ago
  44. 8ced2f7 xml BUGFIX memory leaks by Radek Krejci · 5 years ago
  45. e92210c data types BUGFIX several tests and bugfixes for parsing binary values from XML by Radek Krejci · 5 years ago
  46. 339e2de xml parser CHANGE handle mixed XML content by Radek Krejci · 5 years ago
  47. 17dca99 XML parser CHANGE make lyxml_ns_rm() return just void, since it just frees by Radek Krejci · 5 years ago
  48. 2d7a47b tests CHANGE speedup building by Radek Krejci · 5 years ago
  49. 17a78d8 xml CHANGE hide namespace handling into the XML parser by Radek Krejci · 5 years ago
  50. e7b9509 data tree FEATURE initial implementation of YANG data support by Radek Krejci · 5 years ago
  51. 3fbc987 xml BUGFIX incorrect length used to allocate memory by Radek Krejci · 5 years ago
  52. c5c31bb xml BUGFIX detect unknown XML section by Radek Krejci · 5 years ago
  53. bb9b198 BUGFIX memory leaks by Radek Krejci · 5 years ago
  54. e0734d2 xml BUGFIX handling namespaces in parent/child elements of the same name by Radek Krejci · 5 years ago
  55. 28e8cb5 xml parser CHANGE simplify processing of element tag termination by Radek Krejci · 6 years ago
  56. c1c03d6 MAINTENANCE unify Feature Test macros usage by Radek Krejci · 6 years ago
  57. b1646a9 xpath FEATURE start of integrating XPath implementation by Radek Krejci · 6 years ago
  58. d70d107 xml parser CHANGE optimize using dynamically allocated memory by Radek Krejci · 6 years ago
  59. b189064 xml CHANGE process closing element tags by Radek Krejci · 6 years ago
  60. b416be6 common CHANGE make utf8 getter more generic for other parsers, not only for XML by Radek Krejci · 6 years ago
  61. 7ab47f0 xml CHANGE optimize UTF8 character checking by Radek Krejci · 6 years ago
  62. 4b74d5e xml FEATURE namespace manipulation functions by Radek Krejci · 6 years ago
  63. 117d208 tests CHANGE nehance xml tests - processing n-bytes UTF characters by Radek Krejci · 6 years ago
  64. ed6c6ad tests CHANGE enhance xml test for getting string data by Radek Krejci · 6 years ago
  65. 7a7fa90 xml FEATURE XML string parser by Radek Krejci · 6 years ago
  66. d972c25 xml FEATURE XML attribute parsing function by Radek Krejci · 6 years ago
  67. d91dbaf xml FEATURE xml parser by Radek Krejci · 6 years ago