1. beaca3f tests BUGFIX free reachable memory by Michal Vasko · 2 years, 1 month ago
  2. 4b3f295 xml UPDATE check for namespace errors by Michal Vasko · 2 years, 1 month ago
  3. 8cf6f72 xml FEATURE support for CDATA by Michal Vasko · 2 years, 7 months ago
  4. ddd7659 plugins ext FEATURE initial schema-mount support by Michal Vasko · 2 years, 8 months ago
  5. 023f83a doxygen BUGFIX source file headers, file attribute by aPiecek · 3 years, 4 months ago
  6. 85a5523 tests BUGFIX fix binnary test case. In this case parsed data should be empty string. Fix xml test by change checking parameter from name to value. by Radek Iša · 3 years, 7 months ago
  7. ddace2c libyang REFACTOR avoid connection between context and log location storage by Radek Krejci · 3 years, 9 months ago
  8. 2efc45b libyang REFACTOR simplify logging and extend location information by Radek Krejci · 3 years, 9 months ago
  9. d54412f libyang CHANGE extend input handler by line counter by Radek Krejci · 3 years, 9 months ago
  10. 56ca9e4 utests data REFACTOR put repetitive commands into macros by Radek Iša · 4 years ago[Renamed (79%) from tests/utests/test_xml.c]
  11. b4ac5a9 tests MAINTENANCE source code formatting by Radek Krejci · 3 years, 10 months ago
  12. f8dc59a libyang BUGFIX set feature macro for strdup() on OSX by Radek Krejci · 3 years, 10 months ago
  13. afac782 libyang REFACTOR printer -> in, parser -> out by Michal Vasko · 4 years ago
  14. c8a230d libyang REFACTOR prefix format always decides the callback (#1169) by Michal Vasko · 4 years, 1 month ago
  15. 63f3d84 libyang REFACTOR parsed/printed bytes in in/out structs by Michal Vasko · 4 years, 3 months ago
  16. 70593c1 tests CHANGE headers includes cleanup by Radek Krejci · 4 years, 3 months ago
  17. 1fd5ad6 tests CHANGE move tests from source view to a units view by Radek Krejci · 4 years, 4 months ago[Renamed from tests/src/test_xml.c]
  18. b36053d parser xml CHANGE major refactorization by Michal Vasko · 4 years, 6 months ago
  19. 1465471 tree schema NEW unique validation by Michal Vasko · 4 years, 8 months ago
  20. dd92399 tests BUGFIX remove duplicit test setup caused by automatic merge by David Sedlák · 5 years ago
  21. 54a6f13 xml parser BUGFIX double free by David Sedlák · 5 years ago
  22. c53e742 Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
  23. e553e6d types FEATURE partial support of instance-identifier data type values by Radek Krejci · 5 years ago
  24. 13b5c11 tests CHANGE remove duplicit test by David Sedlák · 5 years ago
  25. dfafff7 Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
  26. fad79c9 xml parser CHANGE corner case behavior for earlier detection of end-of-input by Radek Krejci · 5 years ago
  27. 6e50afd Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
  28. f2c721d xml parser CHANGE do not eat closing elements by lyxml_get_string() by Radek Krejci · 5 years ago
  29. ecf5eb8 Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
  30. 339e2de xml parser CHANGE handle mixed XML content by Radek Krejci · 5 years ago
  31. 17dca99 XML parser CHANGE make lyxml_ns_rm() return just void, since it just frees by Radek Krejci · 5 years ago
  32. 0a1d0d4 YANG parser BUGFIX improve checking of input data when parsing by Radek Krejci · 5 years ago
  33. 2d7a47b tests CHANGE speedup building by Radek Krejci · 5 years ago
  34. bbbbda9 tests BUGFIX include compatibility code to run in different environments by Radek Krejci · 5 years ago
  35. 4916573 tests BUGFIX reflect the recent changes of the XML parser in its tests by Radek Krejci · 5 years ago
  36. 17a78d8 xml CHANGE hide namespace handling into the XML parser by Radek Krejci · 5 years ago
  37. e7b9509 data tree FEATURE initial implementation of YANG data support by Radek Krejci · 5 years ago
  38. 3fbc987 xml BUGFIX incorrect length used to allocate memory by Radek Krejci · 5 years ago
  39. c5c31bb xml BUGFIX detect unknown XML section by Radek Krejci · 5 years ago
  40. e0734d2 xml BUGFIX handling namespaces in parent/child elements of the same name by Radek Krejci · 5 years ago
  41. 3d0a82b xml parser CHANGE don't expect null terminated string as uri in lyxml_ns_add by David Sedlák · 6 years ago
  42. 7e084f9 tests BUGFIX free context properly by David Sedlák · 6 years ago
  43. 0a1d667 tests CHANGE lyxml_get_string now reads ending >, reflect this change in parsing test by David Sedlák · 6 years ago
  44. b3bed7a tests ADD parsing of simple xml structure by David Sedlák · 6 years ago
  45. 28e8cb5 xml parser CHANGE simplify processing of element tag termination by Radek Krejci · 6 years ago
  46. f3f4784 build BUGFIX correctly set hidden visibility of shared objects by Radek Krejci · 6 years ago
  47. b7db73a schemas FEATURE add schema getters from the context by Radek Krejci · 6 years ago
  48. a93621b tests CHANGE enhance tests by Radek Krejci · 6 years ago
  49. d5f2b5f YANG parser CHANGE quoted string indentation counter rewritten by Radek Krejci · 6 years ago
  50. d70d107 xml parser CHANGE optimize using dynamically allocated memory by Radek Krejci · 6 years ago
  51. b189064 xml CHANGE process closing element tags by Radek Krejci · 6 years ago
  52. 44ceedc YANG parser CHANGE code review, utf8 support by Radek Krejci · 6 years ago
  53. 9efa87a tests CHANGE use prefix on test's sourco files by Radek Krejci · 6 years ago[Renamed from tests/src/xml.c]
  54. 4b74d5e xml FEATURE namespace manipulation functions by Radek Krejci · 6 years ago
  55. 117d208 tests CHANGE nehance xml tests - processing n-bytes UTF characters by Radek Krejci · 6 years ago
  56. ed6c6ad tests CHANGE enhance xml test for getting string data by Radek Krejci · 6 years ago
  57. 7a7fa90 xml FEATURE XML string parser by Radek Krejci · 6 years ago
  58. d972c25 xml FEATURE XML attribute parsing function by Radek Krejci · 6 years ago
  59. 234ace0 tests BUGFIX UTF8 xml tests by Radek Krejci · 6 years ago
  60. de362c0 tests CHANGE enhance xml parser tests by Radek Krejci · 6 years ago
  61. fb7c658 tests CHANGE enhance xml parser tests by Radek Krejci · 6 years ago
  62. d91dbaf xml FEATURE xml parser by Radek Krejci · 6 years ago