index
:
vyos1x-config.git
circinus
circinus-stream
crux
current
equuleus
sagitta
OCaml library for parsing, manipulating, and exporting VyOS configs (mirror of https://github.com/vyos/vyos1x-config.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2023-03-14
T5088: add lexical_numeric_compare function
John Estabrook
2023-02-10
T4991: add function show_diff for unified diff of configs
John Estabrook
2023-01-27
T4961: add name of offending node in exception Insert_error of string
John Estabrook
2022-09-01
Revert "Merge pull request #11 from jestabro/tag-node-name-whitespace"
John Estabrook
2022-08-19
T4628: render tag node names containing whitespace in quotes
John Estabrook
2022-06-28
T4491: use empty string for name of config_tree root node
John Estabrook
2022-04-27
T4235: add comments on producing delete commands
John Estabrook
2022-04-21
T4334: make the lexer reentrant by passing state around
Daniil Baturin
2022-02-28
T4235: add function 'trim_tree' to produce tree for delete commands
John Estabrook
2022-02-25
T4235: change type/variable names for clarity; add is_empty for list
John Estabrook
2022-02-25
T4235: keep full paths in subtract tree
John Estabrook
2022-02-23
T4235: add utility function get_subtree
John Estabrook
2022-02-23
T4235: function diff_tree now returns single tree containing diffs
John Estabrook
2022-02-08
configtree: T4235: render delete commands
John Estabrook
2022-02-08
configtree: T4235: implementation of config tree diff
John Estabrook
2022-01-04
Use a modification of String.escaped to leave UTF-8 bytes unescaped
John Estabrook
2019-10-27
Expose the JSON AST export function.
Daniil Baturin
2019-10-27
Add a "simple" JSON renderer.
Daniil Baturin
2019-06-30
Change syntax error wording.
Daniil Baturin
2019-06-30
T1479: switch to Menhir's incremental API and add support for reporting error...
Daniil Baturin
2019-06-30
T1478: Improved lexing error reporting, including proper support for single q...
Daniil Baturin
2019-06-30
Initial import of libraries from Vyconf and old libvyosconfig.
Daniil Baturin