summaryrefslogtreecommitdiff
path: root/src/config_diff.ml
AgeCommit message (Expand)Author
2026-05-27T8916: add missing descendents along paths in mask_exclusiveJohn Estabrook
2026-05-26T8916: add missing descendents along paths in subtree_from_partialJohn Estabrook
2026-04-16T8488: add utility subtree_from_partialJohn Estabrook
2026-04-16T8488: add mask_exclusiveJohn Estabrook
2026-02-06T8232: simplify return value of fold_tree_with_pathJohn Estabrook
2025-12-21T8113: fix logic error in show on tag nodesJohn Estabrook
2025-12-19T8109: fix show command on leaf pathJohn Estabrook
2025-11-11T7988: add diff function for show configJohn Estabrook
2025-11-11T7988: enforce lexical-numeric order for option tuple compareJohn Estabrook
2025-11-11T7988: adjust/normalize function namesJohn Estabrook
2025-11-11T7988: change type name to avoid collision with standard result typeJohn Estabrook
2025-11-11T7988: drop Config_diff type as no longer neededJohn Estabrook
2025-11-03T7915: add compiler alerts and annotationsJohn Estabrook
2025-07-06T7499: add non-/destructive configtree mergeJohn Estabrook
2025-02-03T6946: add function get_tagged_delete_tree to restore tag valuesJohn Estabrook
2025-01-30T6946: add utilities for commit algorithmJohn Estabrook
2025-01-15T7046: use generalized tree_union for config_diff nosetestJohn Estabrook
2024-10-24T5528: add support for cstore_diff functionJohn Estabrook
2024-03-29T6180: add ability to apply mask to config treeJohn Estabrook
2023-07-27T5317: remove mutable referencesJohn Estabrook
2023-07-27T5316: drop trim functionsJohn Estabrook
2023-07-27T5316: use a single pass of diff function instead of trim functionJohn Estabrook
2023-03-23T5089: add tree_union for use in unit test.John Estabrook
2023-03-23T4235: drop unneeded graft functionJohn Estabrook
2023-03-23T5087: clone with lexical insertion of nodes and ordering of valuesJohn Estabrook
2023-02-10T4991: add function show_diff for unified diff of configsJohn Estabrook
2022-06-28T4491: use empty string for name of config_tree root nodeJohn Estabrook
2022-04-27T4235: add comments on producing delete commandsJohn Estabrook
2022-02-28T4235: add function 'trim_tree' to produce tree for delete commandsJohn Estabrook
2022-02-25T4235: change type/variable names for clarity; add is_empty for listJohn Estabrook
2022-02-25T4235: keep full paths in subtract treeJohn Estabrook
2022-02-23T4235: function diff_tree now returns single tree containing diffsJohn Estabrook
2022-02-08configtree: T4235: implementation of config tree diffJohn Estabrook