1. d4f8249 parser xml BUGFIX typo by Michal Vasko · 2 years, 9 months ago
  2. 8e20bc0 VERSION bump to version 2.0.131 by Michal Vasko · 2 years, 9 months ago
  3. c8e6052 SOVERSION bump to version 2.14.3 by Michal Vasko · 2 years, 9 months ago
  4. e601aaa parser xml BUGFIX action needs operation node as well by Michal Vasko · 2 years, 9 months ago
  5. c2da307 parser json BUGFIX do not open next element on data skip by Michal Vasko · 2 years, 9 months ago
  6. 0cc3d3d readme DOC explicit distinction for unix/win build by Michal Vasko · 2 years, 9 months ago
  7. 5ed8594 docs: document Windows by Jan Kundrát · 2 years, 9 months ago
  8. 0b2af77 docs: link to the C++ bindings by Jan Kundrát · 2 years, 9 months ago
  9. 142684e docs: markdown: fix indenting by Jan Kundrát · 2 years, 9 months ago
  10. 2b77870 Windows: do not skip building `yangre` by Jan Kundrát · 2 years, 9 months ago
  11. 3d158c6 VERSION bump to version 2.0.130 by Michal Vasko · 2 years, 9 months ago
  12. 3825029 SOVERSION bump to version 2.14.2 by Michal Vasko · 2 years, 9 months ago
  13. c486d21 schema compile UPDATE use compiled module as current mod for unique by Michal Vasko · 2 years, 9 months ago
  14. d80c6e4 parser yin BUGFIX ext instance has no stmt order restrictions by Michal Vasko · 2 years, 9 months ago
  15. d4088a8 CI: start building on Windows by Jan Kundrát · 2 years, 9 months ago
  16. f96ebe8 CI: remove an unused job by Jan Kundrát · 2 years, 9 months ago
  17. bc66112 MSVC: source code is in UTF-8 by Jan Kundrát · 2 years, 9 months ago
  18. 2718235 Allow building on Windows under MSVC as well by Jan Kundrát · 2 years, 10 months ago
  19. d5e4ac8 Windows: tests: path handling by Jan Kundrát · 2 years, 9 months ago
  20. b156803 Windows: tests: do not invoke syscalls on an invalid FDs by Jan Kundrát · 2 years, 9 months ago
  21. c998948 inet_* functions on Windows by Jan Kundrát · 2 years, 9 months ago
  22. 07b801d MSVC: tests: fix a naked "negative 2^31 literal" by Jan Kundrát · 2 years, 9 months ago
  23. 7e5036d tests: Plugins are not supported on Windows, yet by Jan Kundrát · 2 years, 9 months ago
  24. a3ea193 Use semicolon as a directory delimiter on Windows by Jan Kundrát · 2 years, 9 months ago
  25. 79ad014 Windows: use binary I/O everywhere by Jan Kundrát · 2 years, 9 months ago
  26. 5ee3886 MSVC: tests: fix linking with yangobj by Jan Kundrát · 2 years, 10 months ago
  27. 08fda68 MSVC: tests: link with all the compat libraries by Jan Kundrát · 2 years, 10 months ago
  28. 06b507b MSVC: compat: implement setenv() by Jan Kundrát · 2 years, 10 months ago
  29. aece666 MSVC: do not build fuzz/ and style/ tests on Windows by Jan Kundrát · 2 years, 10 months ago
  30. 5ea2265 MSVC: compat: strcasecmp() in <strings.h> by Jan Kundrát · 2 years, 10 months ago
  31. 55428a5 MSVC: compat: dirname() from <libgen.h> by Jan Kundrát · 2 years, 10 months ago
  32. 1b8351e MSVC: yanglint: look for the getopt library by Jan Kundrát · 2 years, 10 months ago
  33. e4910da MSVC: tools: disable interactive tools by Jan Kundrát · 2 years, 10 months ago
  34. 3b75bb6 MSVC: do not link with -lm by Jan Kundrát · 2 years, 10 months ago
  35. 111ce78 MSVC: there's no mmap() on Windows by Jan Kundrát · 2 years, 10 months ago
  36. 517f2b7 MSVC: compat: make the POSIX shims available to all targets by Jan Kundrát · 2 years, 10 months ago
  37. e8fa5de MSVC: extract file name from FD by Jan Kundrát · 2 years, 10 months ago
  38. 8e63fe6 MSVC: implement some of the atomic operations via MSVC' Interlocked ops by Jan Kundrát · 2 years, 10 months ago
  39. 8ed77b4 MSVC: compat: disable pthread_mutex_timedlock on Windows by Jan Kundrát · 2 years, 10 months ago
  40. a78fb6a compat: MSVC: strtok_r is known as strtok_s by Jan Kundrát · 2 years, 10 months ago
  41. 39acd44 Run uncrustify on an imported source file by Jan Kundrát · 2 years, 9 months ago
  42. b49112c compat: strptime: lobotomize to not depend on nl_langinfo by Jan Kundrát · 2 years, 10 months ago
  43. 7f8fee0 compat: MUSL implementation of strptime() by Jan Kundrát · 2 years, 10 months ago
  44. 6e25176 MSVC: implement timegm() by Jan Kundrát · 2 years, 10 months ago
  45. 447970d MSVC: compat: implement localtime_r by Jan Kundrát · 2 years, 9 months ago
  46. 8d3229b MSVC: implement fsync() by Jan Kundrát · 2 years, 10 months ago
  47. a5b3b99 MSVC: compat: implement realpath() by Jan Kundrát · 2 years, 10 months ago
  48. 100c572 MSVC: implement `S_ISREG`, `S_ISDIR`, `S_IRUSR`, `S_IWUSR` by Jan Kundrát · 2 years, 10 months ago
  49. 099b712 compat: make sure ssize_t is available by Jan Kundrát · 2 years, 10 months ago
  50. 3ce107d compat: there's no <sys/time.h> on MSVC by Jan Kundrát · 2 years, 10 months ago
  51. 054cad3 compat: MSVC: handle `PATH_MAX` and `_POSIX_PATH_MAX` by Jan Kundrát · 2 years, 10 months ago
  52. e31e4f5 compat: <unistd.h>: make X_OK a no-op on Windows by Jan Kundrát · 2 years, 10 months ago
  53. ce0606e MSVC: POSIX compatibility files by Jan Kundrát · 2 years, 10 months ago
  54. c6e39de MSVC: handle symbol visibility by Jan Kundrát · 2 years, 10 months ago
  55. c1a1d03 MSVC: handle THREAD_LOCAL by Jan Kundrát · 2 years, 10 months ago
  56. aac59c2 Allow building on platforms without `struct tm.tm_gmtoff`, `timezone`, `daylight` by Jan Kundrát · 2 years, 10 months ago
  57. 654d9ff Do not try to compare strings using C preprocessor by Jan Kundrát · 2 years, 10 months ago
  58. a2fd210 include: make self-sufficient by Jan Kundrát · 2 years, 10 months ago
  59. 9b7ca33 tests: do not hardcode paths under /tmp by Jan Kundrát · 2 years, 9 months ago
  60. a8bd186 build: format-check: invoke `make` in a portable way by Jan Kundrát · 2 years, 9 months ago
  61. 690c496 VERSION bump to version 2.0.129 by Michal Vasko · 2 years, 9 months ago
  62. 0c83fbe SOVERSION bump to version 2.14.1 by Michal Vasko · 2 years, 9 months ago
  63. 67544fe parser yang BUGFIX extension instance statement order by Michal Vasko · 2 years, 9 months ago
  64. 9716ca7 schema compile REFACTOR local function made static by Michal Vasko · 2 years, 9 months ago
  65. 80a5b0c xpath BUGFIX empty ptr access by Michal Vasko · 2 years, 9 months ago
  66. 8ecf3d5 VERSION bump to version 2.0.128 by Michal Vasko · 2 years, 9 months ago
  67. c5269e2 SOVERSION bump to version 2.14.0 by Michal Vasko · 2 years, 9 months ago
  68. 0245d50 xpath BUGFIX handle root context node by Michal Vasko · 2 years, 9 months ago
  69. 279539d tree data FEATURE function lyd_find_xpath3 by Michal Vasko · 2 years, 9 months ago
  70. daecae2 build REFACTOR formatting by Michal Vasko · 2 years, 9 months ago
  71. 62b7f76 xpath BUGFIX current() result for root ctx node by Michal Vasko · 2 years, 9 months ago
  72. 93cf943 VERSION bump to version 2.0.127 by Michal Vasko · 2 years, 9 months ago
  73. da0631f SOVERSION bump to version 2.13.20 by Michal Vasko · 2 years, 9 months ago
  74. 88d3759 validation BUGFIX keep order of node_when nodes by Michal Vasko · 2 years, 9 months ago
  75. dde2639 VERSION bump to version 2.0.126 by Michal Vasko · 2 years, 10 months ago
  76. 4578d41 SOVERSION bump to version 2.3.19 by Michal Vasko · 2 years, 10 months ago
  77. d320337 printer json BUGFIX close array only if opened by Michal Vasko · 2 years, 10 months ago
  78. 40b8059 parser json BUGFIX lydctx may be NULL on error by Michal Vasko · 2 years, 10 months ago
  79. cd37a35 VERSION bump to version 2.0.125 by Michal Vasko · 2 years, 10 months ago
  80. 22c4210 SOVERSION bump to version 2.13.18 by Michal Vasko · 2 years, 10 months ago
  81. 9e6420b printer yin BUGFIX use parent flag for when print by Michal Vasko · 2 years, 10 months ago
  82. a3afbfe parser FEATURE set of currently parsed modules by Michal Vasko · 2 years, 10 months ago
  83. 5ba428f VERSION bump to version 2.0.124 by Michal Vasko · 2 years, 10 months ago
  84. 772eeb7 SOVERSION bump to version 2.13.17 by Michal Vasko · 2 years, 10 months ago
  85. 22cd9ea date and time BUGFIX handle DST when moving timestamp to UTC by Michal Vasko · 2 years, 10 months ago
  86. b5e2067 VERSION bump to version 2.0.123 by Michal Vasko · 2 years, 10 months ago
  87. 2db3ad3 SOVERSION bump to version 2.13.16 by Michal Vasko · 2 years, 10 months ago
  88. 0110cc9 validation BUGFIX ignore unresolved when when adding implicit nodes by Michal Vasko · 2 years, 10 months ago
  89. 84fbe27 VERSION bump to version 2.0.122 by Michal Vasko · 2 years, 10 months ago
  90. 0686359 SOVERSION bump to version 2.13.15 by Michal Vasko · 2 years, 10 months ago
  91. 4865f1b tree schema BUGFIX macro NULL handling by Michal Vasko · 2 years, 10 months ago
  92. a5af776 xpath BUGFIX uninitialized variable access by Michal Vasko · 2 years, 10 months ago
  93. 9f8febd VERSION bump to version 2.0.121 by Michal Vasko · 2 years, 10 months ago
  94. c2d4d1c SOVERSION bump to version 2.13.14 by Michal Vasko · 2 years, 10 months ago
  95. 9d41411 xpath BUGFIX faulty logic when moving all the nodes in a set by Michal Vasko · 2 years, 10 months ago
  96. 2f3c7d1 VERSION bump to version 2.0.120 by Michal Vasko · 2 years, 10 months ago
  97. 81a15c2 SOVERSION bump to version 2.13.13 by Michal Vasko · 2 years, 10 months ago
  98. b6b2530 printer json BUGFIX assert when printing nested list instance by Michal Vasko · 2 years, 10 months ago
  99. 41deb5d VERSION bump to version 2.0.119 by Michal Vasko · 2 years, 10 months ago
  100. df6dea1 SOVERSION bump to version 2.13.12 by Michal Vasko · 2 years, 10 months ago