index
:
vyos1x-config.git
circinus
circinus-public-unmaintained
circinus-stream
cla
crux
current
equuleus
feature/T9082-codeql-onboard
nos-task-id
rolling
sagitta
sagitta-pubic-unmaintained
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
/
config_diff.ml
Age
Commit message (
Expand
)
Author
2026-05-27
T8916: add missing descendents along paths in mask_exclusive
John Estabrook
2026-05-26
T8916: add missing descendents along paths in subtree_from_partial
John Estabrook
2026-04-16
T8488: add utility subtree_from_partial
John Estabrook
2026-04-16
T8488: add mask_exclusive
John Estabrook
2026-02-06
T8232: simplify return value of fold_tree_with_path
John Estabrook
2025-12-21
T8113: fix logic error in show on tag nodes
John Estabrook
2025-12-19
T8109: fix show command on leaf path
John Estabrook
2025-11-11
T7988: add diff function for show config
John Estabrook
2025-11-11
T7988: enforce lexical-numeric order for option tuple compare
John Estabrook
2025-11-11
T7988: adjust/normalize function names
John Estabrook
2025-11-11
T7988: change type name to avoid collision with standard result type
John Estabrook
2025-11-11
T7988: drop Config_diff type as no longer needed
John Estabrook
2025-11-03
T7915: add compiler alerts and annotations
John Estabrook
2025-07-06
T7499: add non-/destructive configtree merge
John Estabrook
2025-02-03
T6946: add function get_tagged_delete_tree to restore tag values
John Estabrook
2025-01-30
T6946: add utilities for commit algorithm
John Estabrook
2025-01-15
T7046: use generalized tree_union for config_diff nosetest
John Estabrook
2024-10-24
T5528: add support for cstore_diff function
John Estabrook
2024-03-29
T6180: add ability to apply mask to config tree
John Estabrook
2023-07-27
T5317: remove mutable references
John Estabrook
2023-07-27
T5316: drop trim functions
John Estabrook
2023-07-27
T5316: use a single pass of diff function instead of trim function
John Estabrook
2023-03-23
T5089: add tree_union for use in unit test.
John Estabrook
2023-03-23
T4235: drop unneeded graft function
John Estabrook
2023-03-23
T5087: clone with lexical insertion of nodes and ordering of values
John Estabrook
2023-02-10
T4991: add function show_diff for unified diff of configs
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-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: function diff_tree now returns single tree containing diffs
John Estabrook
2022-02-08
configtree: T4235: implementation of config tree diff
John Estabrook