1. 95068c4 json printer FEATURE non-formatted output by Michal Vasko · 9 years ago
  2. 8de098c all DOC white space by Michal Vasko · 9 years ago
  3. 54f6fb3 MAINTENANCE correct license text in source codes by Radek Krejci · 9 years ago
  4. 5a721fd Revert "parser CHANGE do not free submodule on parsing failure" by Michal Vasko · 9 years ago
  5. 46b19ed parser CHANGE do not free submodule on parsing failure by Michal Vasko · 9 years ago
  6. d4742e6 tree printer BUGFIX augments printing by Michal Vasko · 9 years ago
  7. 861ee6d tree printer BUGFIX checking foreign augments by Michal Vasko · 9 years ago
  8. 3510f89 tree printer BUGFIX do not print foreign augments in submodule by Michal Vasko · 9 years ago
  9. e79abe8 tree printer CHANGE print only augments not targeting our module by Michal Vasko · 9 years ago
  10. bda3719 tree printer BUGFIX submodule does not have any data anymore by Michal Vasko · 9 years ago
  11. d49202f tree printer FEATURE print augment definitions by Radek Krejci · 9 years ago
  12. 662f1c0 tree printer CHANGE for augment nodes print their module name as prefix by Radek Krejci · 9 years ago
  13. c071c54 schema tree CHANGE processing submodules by Radek Krejci · 9 years ago
  14. 253035f all BUGFIX proper memory allocation return value check by Michal Vasko · 9 years ago
  15. fe8582c Merge branch 'tree_compat' into devel by Radek Krejci · 9 years ago
  16. 029e790 tree printer CHANGE be more compatible with pyang and do not connect data with RPCs/notifs by Radek Krejci · 9 years ago
  17. adf7a8e tree printer CHANGE printing rpcs: and notifications: labels by Radek Krejci · 9 years ago
  18. c176b68 tree printer DOC spec-config explanation duplicated by Michal Vasko · 9 years ago
  19. f396653 tree printer CHANGE space as a list's keys separator by Radek Krejci · 9 years ago
  20. 1e62a09 api CHANGE use const where should be by Michal Vasko · 9 years ago
  21. 1dca688 Revert "REVERT to version 0.2.55." by Michal Vasko · 9 years ago
  22. a5835e9 REVERT to version 0.2.55. by Michal Vasko · 9 years ago
  23. 0fb82c6 schema tree CHANGE type name store in JSON now by Michal Vasko · 9 years ago
  24. bac8176 Merge branch 'fdprint' into netconf by Radek Krejci · 9 years ago
  25. 76b0790 printer CHANGE generalize printers by Radek Krejci · 9 years ago
  26. 9272055 tree CHANGE merge RPCs, Notifications and Data under a single tree in module structure by Radek Krejci · 9 years ago
  27. 2d162e1 tree REFACTOR tree split into tree_schema and tree_data by Michal Vasko · 9 years ago
  28. 2d22b2d tree printer BUGFIX leafref path printing by Michal Vasko · 9 years ago
  29. f6f18f4 tree printer BUGFIX indent on sibling in uses by Michal Vasko · 9 years ago
  30. 998a0b8 source CHANGE make source file names unique by Radek Krejci · 9 years ago[Renamed (99%) from src/printer/tree.c]
  31. 104a93d Merge branch 'resolve_sibling' into devel by Michal Vasko · 9 years ago
  32. 41c0943 tree printer BUGFIX derived leafref types print by Michal Vasko · 9 years ago
  33. 69372e2 tree printer BUGFIX NULL pointer dereference by Radek Krejci · 9 years ago
  34. 1d82ef6 tree CHANGE rename variables and internal functions following changed naming conventions by Radek Krejci · 9 years ago
  35. 48061fb tree CHANGE make function to check if schema node enabled public by Radek Krejci · 9 years ago
  36. b804869 schema tree DOC finished schema tree structures documentation by Radek Krejci · 9 years ago
  37. 7651257 tree CHANGE unify naming, add/update augment, refine, deviation description by Radek Krejci · 9 years ago
  38. 96929d9 tree printer BUGFIX leaf key checking fixed by Michal Vasko · 9 years ago
  39. 1574a8d schema tree CHANGE review type and typedef structures by Radek Krejci · 9 years ago
  40. 5c7686d info printer OPTIMIZE minor optimization by Michal Vasko · 9 years ago
  41. 64448d7 info printer BUGFIX submodule broken parent indent fixed by Michal Vasko · 9 years ago
  42. 3d53afd tree printer BUGFIX feature check when looking for siblings by Michal Vasko · 9 years ago
  43. 1382c2d tree printer BUGFIX removed unused variables by Michal Vasko · 9 years ago
  44. 6a17ca3 tree printer MAINTENANCE code formatting by Michal Vasko · 9 years ago
  45. efbb319 tree printer MAINTENANCE feature enabled check moved to function by Michal Vasko · 9 years ago
  46. a4d19d4 tree printer BUGFIX cases are valid children by Michal Vasko · 9 years ago
  47. fc6ac17 tree printer NEW submodule print by Michal Vasko · 9 years ago
  48. 73f94a8 tree printer: BUGFIX: valid sibling can be checked including the parameter by Michal Vasko · 9 years ago
  49. fc3b0a3 tree printer: NEW: augment prefix print by Michal Vasko · 9 years ago
  50. 87e840c tree printer MAINTENANCE optimize features checks by Radek Krejci · 9 years ago
  51. 7e97c35 tree FEATURE allow enable/disable features in schemas by Radek Krejci · 9 years ago
  52. 28c6b57 tree printer: NEW: if-feature print by Michal Vasko · 9 years ago
  53. 0e893c9 tree printer: BUGFIX: copy-paste error by Michal Vasko · 9 years ago
  54. 6e4ffbb MAINTENANCE apply coding style rules to the source codes by Radek Krejci · 9 years ago
  55. f289630 tree printer: MAINTENANCE: use a defined function, do not duplicate code by Michal Vasko · 9 years ago
  56. e03bfbb tree printer: NEW: notification print by Michal Vasko · 9 years ago
  57. 07898f9 tree printer: OPTIMIZE: indenation string creation by Michal Vasko · 9 years ago
  58. b5c75d7 tree printer: NEW: rpc print by Michal Vasko · 9 years ago
  59. 14fd43c tree printer: OPTIMIZE: valid pointer value checks by Michal Vasko · 9 years ago
  60. 8487f4e tree printer: CHANGE: print anyxml type by Michal Vasko · 9 years ago
  61. f867433 tree printer: NEW: status print by Michal Vasko · 9 years ago
  62. 6db4fce tree printer: MAINTENANCE: coding style by Michal Vasko · 9 years ago
  63. 59b6884 tree printer: NEW: list anyxml print by Michal Vasko · 9 years ago
  64. f72afc9 tree printer: NEW: anyxml print by Michal Vasko · 9 years ago
  65. 7646fdb tree printer: NEW: default values by Michal Vasko · 9 years ago
  66. 7ea0a31 tree printer: BUGFIX: uses print by Michal Vasko · 9 years ago
  67. 3bde87f yin parser: FEATURE: support uses's refine substatement (RFC 6020 sec. 7.12.2) by Radek Krejci · 9 years ago
  68. e0dbb52 tree printer: BUGFIX: redundant space print by Michal Vasko · 9 years ago
  69. e9a975e tree printer: BUGFIX: uses max child name length checking by Michal Vasko · 9 years ago
  70. 1441046 tree printer: BUGFIX: corrected detecting siblings by Michal Vasko · 9 years ago
  71. 7bce32d tree printer: BUGFIX: state list does not have to have keys by Michal Vasko · 9 years ago
  72. 8d479bd tree printer: NEW: included submodules print by Michal Vasko · 9 years ago
  73. 315f70b tree printer: NEW: anyxml print by Michal Vasko · 9 years ago
  74. 449afde tree printer: NEW: leaf, leaf-list type, choice print by Michal Vasko · 9 years ago
  75. 5ed10f1 tree printer: NEW: source by Michal Vasko · 9 years ago