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