1. 2a8f433 Correct escaping of list keys with single quotes by Jan Kundrát · 6 years ago
  2. 89728d8 Change syntax for multi-key list indexing by Václav Kubernát · 6 years ago
  3. e7d4aea Add recursive ls by Václav Kubernát · 6 years ago
  4. a6c5fff Request YANG schemas via sysrepo by Václav Kubernát · 6 years ago
  5. e387702 cli: Ignore blank lines by Jan Kundrát · 6 years ago
  6. b6ff0b6 Add get command by Václav Kubernát · 6 years ago
  7. a571e4a Merge "Add commit command" by Jan Kundrát · 6 years ago
  8. 812ee28 Add commit command by Václav Kubernát · 6 years ago
  9. 37171a1 Support absolute paths by Václav Kubernát · 6 years ago
  10. c89736b Implement getItems for SysrepoAccess by Václav Kubernát · 6 years ago
  11. 6415b82 Tie datastore to the interpreter by Václav Kubernát · 6 years ago
  12. 80aacc0 Implement SysrepoAccess by Václav Kubernát · 6 years ago
  13. 13e7c65 Make currentNode prepend a slash by Václav Kubernát · 6 years ago
  14. 50949e6 Improve joinPaths by Václav Kubernát · 6 years ago
  15. e7a9fa3 Add abstract class for datastore access by Václav Kubernát · 6 years ago
  16. 627f615 Move enum_ and leaf_data_ to a separate header by Václav Kubernát · 6 years ago
  17. 4ed0e9f Use namespaced libyang-cpp by Jan Kundrát · 6 years ago
  18. 4030b77 libyang: adapt to upstream API changes by Jan Kundrát · 6 years ago
  19. 2b68461 Make main take schema arguments by Václav Kubernát · 6 years ago
  20. 5ce5ab2 Remove redundant includes and usings in main by Václav Kubernát · 6 years ago
  21. 0d4db44 Implement YangSchema subclass by Václav Kubernát · 6 years ago
  22. 578347c Move schema model into its own library by Jan Kundrát · 6 years ago
  23. 76e983c Change return value of listKeys by Václav Kubernát · 6 years ago
  24. 11afac7 Add ls by Václav Kubernát · 6 years ago
  25. 744f57f Add modules by Václav Kubernát · 6 years ago
  26. 0b0272f Make set report the expected type in case of error by Václav Kubernát · 6 years ago
  27. bddbb17 Create an abstract class for schemas by Václav Kubernát · 6 years ago
  28. a10d8b6 Change m_schema in Parser to a shared pointer by Václav Kubernát · 6 years ago
  29. ebca255 Add types for leaves by Václav Kubernát · 6 years ago
  30. 4137845 Improve error handling by Václav Kubernát · 6 years ago
  31. c3b37df Make the interpreter for set print the whole path by Václav Kubernát · 6 years ago
  32. 24df80e split ast definitions into more files by Václav Kubernát · 6 years ago
  33. 0720424 add leaves by Václav Kubernát · 6 years ago
  34. b61336d add presence containers by Václav Kubernát · 6 years ago
  35. 96344a1 add Interpreter class by Václav Kubernát · 6 years ago
  36. f2e463f show keys of lists in the prompt by Václav Kubernát · 6 years ago
  37. 48fc383 rename some of the classes by Václav Kubernát · 6 years ago
  38. 814fa41 refactor the parser class and parsercontext to work with path_ by Václav Kubernát · 6 years ago
  39. 2a9e179 move m_curDir to the parser class by Václav Kubernát · 6 years ago
  40. 60d6f29 allow moving up a node with cd by Václav Kubernát · 6 years ago
  41. 195eeea move parserContext to its own file by Václav Kubernát · 6 years ago
  42. 7e4e82f fix some invalid inputs by Václav Kubernát · 6 years ago
  43. ff2c9f6 add a basic interpreter for cd by Václav Kubernát · 6 years ago
  44. 2315c73 make parseCommand take an extra error stream argument by Václav Kubernát · 6 years ago
  45. 0b76a04 unify m_name member variable by Václav Kubernát · 6 years ago
  46. 0a2a2e8 split ast.hpp into more files by Václav Kubernát · 6 years ago
  47. b96eef7 add list parsing by Václav Kubernát · 6 years ago
  48. 94938b7 move joinPaths to utils.cpp by Václav Kubernát · 6 years ago
  49. d666296 add test for basic cd parsing by Václav Kubernát · 6 years ago
  50. 8cd6342 add definition of the AST for the cd command by Václav Kubernát · 6 years ago
  51. 624a887 add class representing the node tree by Václav Kubernát · 6 years ago
  52. a274044 Clarify the licensing terms by Jan Kundrát · 6 years ago
  53. dc2b072 CLI's main() scaffolding by Jan Kundrát · 6 years ago