1. 62f0da7 context FEATURE add alternate to ly_ctx_get_submodule() by Radek Krejci · 9 years ago
  2. a7533f2 context CHANGE correct ly_ctx_get_submodule by Radek Krejci · 9 years ago
  3. 880dceb context CHANGE do not call free on clb module data by default by Michal Vasko · 9 years ago
  4. d3e975b context CHANGE module free function argument should be void *, not char * by Michal Vasko · 9 years ago
  5. 8de098c all DOC white space by Michal Vasko · 9 years ago
  6. 54f6fb3 MAINTENANCE correct license text in source codes by Radek Krejci · 9 years ago
  7. 6e8fc0b logger CHANGE make path of error elements thread-safe and accessible ex-post by Radek Krejci · 9 years ago
  8. adb5761 parsers FEATURE error information when validation fails by Radek Krejci · 9 years ago
  9. 386714d logger CHANGE make last error string available to caller by Radek Krejci · 9 years ago
  10. 3edeaf7 schema CHANGE resolve_schema_nodeid split into several functions by Michal Vasko · 9 years ago
  11. a63ca34 yin printer FEATURE printer implemented by Michal Vasko · 9 years ago
  12. fa0b5e0 schema tree CHANGE improve work with private objects in lys_node by Radek Krejci · 9 years ago
  13. 6a1ab6f data tree FEATURE lyd_get_list_keys() function by Michal Vasko · 9 years ago
  14. 105cef1 data tree FEATURE function lyd_get_node() by Michal Vasko · 9 years ago
  15. bd9e8d2 context CHANGE update used ietf-yang-library to revision 2016-02-01 (draft 04) by Radek Krejci · 9 years ago
  16. 722b007 all CHANGE unify naming conventions by Radek Krejci · 9 years ago
  17. def5002 doc CHANGE add the missing documentation by Radek Krejci · 9 years ago
  18. 2342cf6 data parser CHANGE make data parser accept empty data by Radek Krejci · 9 years ago
  19. 7d9f46a threads CHANGE make ly_errno thread-safe by Radek Krejci · 9 years ago
  20. dc15443 trees CHANGE make lyd_set more generic to hold data and schema nodes by Radek Krejci · 9 years ago
  21. 86252b3 schema tree CHANGE ly_ctx_get_node to lys_get_node by Michal Vasko · 9 years ago
  22. 5044be3 printers FEATURE add printer options by Radek Krejci · 9 years ago
  23. 4a49bdf data parser CHANGE support for various data types by Radek Krejci · 9 years ago
  24. ceca008 docs BUGFIX small improvement of macro description by Radek Krejci · 9 years ago
  25. 8653821 xml parser CHANGE do not require single top-level element in case of input XML data by Radek Krejci · 9 years ago
  26. cf50998 schema parser CHANGE add missing status check following RFC 6020 7.19.2 by Radek Krejci · 9 years ago
  27. 8afe75e resolve BUGFIX resolve_schema_nodeid changed for like 6th time by Michal Vasko · 9 years ago
  28. f1d62cf log FEATURE logging callback by Michal Vasko · 9 years ago
  29. 662610a api CHANGE ly(d/s)_(print/parse)_(method) function unification by Michal Vasko · 9 years ago
  30. 94b4689 Revert "common FEATURE transforming to/from XML to/from JSON now public" by Michal Vasko · 9 years ago
  31. 281f93e common FEATURE transforming to/from XML to/from JSON now public by Michal Vasko · 9 years ago
  32. 36ef693 parser FEATURE functions to parse RPC output (rpc-reply) directly by Michal Vasko · 9 years ago
  33. 99b0aad context FEATURE callback for retrieving import/include models by Michal Vasko · 9 years ago
  34. 1e62a09 api CHANGE use const where should be by Michal Vasko · 9 years ago
  35. 9c26491 Merge branch 'xml-format' into devel by Radek Krejci · 9 years ago
  36. 4910e24 MAINTENANCE: update function descriptions and TODOs by Radek Krejci · 9 years ago
  37. 5e6a71a DOC old comment removed by Michal Vasko · 9 years ago
  38. 8246596 context FEATURE new function ly_ctx_load_module by Michal Vasko · 9 years ago
  39. 20cdf63 data parser CHANGE extend data parser options set by Radek Krejci · 9 years ago
  40. 04b97de xml parser OPTIMIZE allow continuous XML free when parsing data by Radek Krejci · 9 years ago
  41. f7a03dc context FEATURE ly_ctx_get_node implementation by Michal Vasko · 9 years ago
  42. 41912fe dict CHANGE split dictionary API to private and public part by Radek Krejci · 9 years ago
  43. 5a79757 context FEATURE add ly_ctx_get_searchdir() by Radek Krejci · 9 years ago
  44. 2fa0fc1 printer FEATURE print data into memory by Radek Krejci · 9 years ago
  45. 50929eb printer CHANGE allow passing argument to the caller's provided printer callback by Radek Krejci · 9 years ago
  46. 6140e4e printer FEATURE allow writing libyang data via callback provided by caller by Radek Krejci · 9 years ago
  47. bac8176 Merge branch 'fdprint' into netconf by Radek Krejci · 9 years ago
  48. 87f5237 printer FEATURE allow printing into file descriptors by Radek Krejci · 9 years ago
  49. c6704c8 xml FEATURE provide public API to a simple XML parser by Radek Krejci · 9 years ago
  50. 163faae data tree DOC lyd_parse options updated by Michal Vasko · 9 years ago
  51. 2d162e1 tree REFACTOR tree split into tree_schema and tree_data by Michal Vasko · 9 years ago
  52. 91b833c doc CHANGE improve context description in connection with schema and data trees by Radek Krejci · 9 years ago
  53. bc9ee4f DOC update description of data parser options by Radek Krejci · 9 years ago
  54. 39d8d0d build CHANGE allow using public header files in C++ code by Radek Krejci · 9 years ago
  55. 6d6076e doc NEW short description of the info printer target syntax by Michal Vasko · 9 years ago
  56. 4f0a874 data tree CHANGE remove restriction for root XML node in lyd_parse() by Radek Krejci · 9 years ago
  57. b1c1251 data tree CHANGE add various modes to parse instance data by Radek Krejci · 9 years ago
  58. 25b9fd3 data tree CHANGE implement data parser options by Radek Krejci · 9 years ago
  59. fd4e6e3 context FEATURE add ly_ctx_get_module_by_ns() by Radek Krejci · 9 years ago
  60. ae6817a logger CHANGE start error codes with 0 assigned to success (no error) by Radek Krejci · 9 years ago
  61. 7ab2515 context CHANGE hide ietf-yang-library getter as context info getter by Radek Krejci · 9 years ago
  62. 704a7a9 tree DESIGN prototypes of new API functions by Radek Krejci · 9 years ago
  63. b804869 schema tree DOC finished schema tree structures documentation by Radek Krejci · 9 years ago
  64. a9167ef tree CHANGE unify naming of schema and data in/out formats by Radek Krejci · 9 years ago
  65. 5895397 yang lib FEATURE yang library data built by Michal Vasko · 9 years ago
  66. 0e1d1a6 data tree CHANGE make lyd_free() public by Radek Krejci · 9 years ago
  67. d9ba3e3 tree DOC schema manipulation description by Radek Krejci · 9 years ago
  68. f647e61 context CHANGE handle multiple revisions of the same schema by Radek Krejci · 9 years ago
  69. bc9cf93 api CHANGE hide lys_free() to free a particular schema by Radek Krejci · 9 years ago
  70. 96a10da api CHANGE use const values by Radek Krejci · 9 years ago
  71. 26715a4 DOC some more info about libyang usage and some function descriprion by Radek Krejci · 9 years ago
  72. 912da45 parsers CHANGE shorten function names and unify naming by Radek Krejci · 9 years ago
  73. 63a91a9 parsers CHANGE hide decision about module type (import/implement) by Radek Krejci · 9 years ago
  74. d8aa32d yin parser & info printer FEATURE implemented flag by Michal Vasko · 9 years ago
  75. 94ca54b json printer FEATURE initial version of JSON output printer by Radek Krejci · 9 years ago
  76. b20c62d xml parser FEATURE basic functionality of xml data parser by Radek Krejci · 9 years ago
  77. 85217a3 info printer NEW by Michal Vasko · 9 years ago
  78. 7bf0688 context CHANGE make ly_ctx_get_submodule() public by Michal Vasko · 9 years ago
  79. fa8c828 context NEW get submodule names of a module by Michal Vasko · 9 years ago
  80. 60ba9a6 context NEW function to modify searchpath by Michal Vasko · 9 years ago
  81. 3ec07dc API: NEW: function for getting all the names of the loaded modules by Michal Vasko · 9 years ago
  82. 6e4ffbb MAINTENANCE apply coding style rules to the source codes by Radek Krejci · 9 years ago
  83. e3d2ee0 tree printer: NEW by Michal Vasko · 9 years ago
  84. 0af1387 yin parser: FEATURE: parse belongs-to statement in submodules by Radek Krejci · 9 years ago
  85. 812b10a libyang CHANGE error messages cleanup by Radek Krejci · 9 years ago
  86. 8dfe289 xml parser: CHANGE: use improved logger for validation issues by Radek Krejci · 9 years ago
  87. 3045cf3 logger: CHANGE: make logger functions more useful by Radek Krejci · 9 years ago
  88. efaeba3 yin parser: FEATURE: support submodules (via include statement) by Radek Krejci · 9 years ago
  89. efdd0ce CHANGE: directory structure to allow better splitting of parsers/printers code by Radek Krejci · 9 years ago
  90. da04f4a yin parser: initial version by Radek Krejci · 10 years ago
  91. 9b4ca39 FEATURE: library logger by Radek Krejci · 10 years ago