summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-12-17T8009: fix logic in test potential_tag_valueJohn Estabrook
2025-11-26T8032: add file_compare utility for comparing files up to whitespaceJohn Estabrook
2025-11-24T8009: add allowed_edit_level to test necessary conditions on pathJohn Estabrook
2025-11-20T8009: remove unnecessary alert on empty path for refpathJohn 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: move function flag to util.ml for general useJohn Estabrook
2025-11-11T7988: add util is_sublistJohn 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-11T7988: expose finer grained render commandsJohn Estabrook
2025-11-03T7915: add compiler alerts and annotationsJohn Estabrook
2025-11-03T7969: add boolean test value_existsJohn Estabrook
2025-11-01T7980: add write_internal_atomic to cache config in presence of readersJohn Estabrook
2025-11-01T7980: add module descriptionJohn Estabrook
2025-09-15T7737: add util replace_or_cons for prepending to list if not elementJohn Estabrook
2025-09-15T7737: support for logging of vyconf cfg_opJohn Estabrook
2025-08-13T7718: add revised validate_tree methodJohn Estabrook
2025-08-06T7694: insert paths lexico-numerically in config_tree setJohn Estabrook
2025-07-18T7605: add string sanitization functions for direct load of config fileJohn Estabrook
2025-07-06T7499: set appropriate permissions on write cacheJohn Estabrook
2025-07-06T7499: remove internal lockingJohn Estabrook
2025-07-06T7499: add non-/destructive configtree mergeJohn Estabrook
2025-05-13deps: T7450: use PCRE2 instead of the original, outdated PCREDaniil Baturin
2025-04-11T7321: fix bug in split_path which missed tag valuesJohn Estabrook
2025-04-11T7321: add utility needed for validate_tree in vyconfd load configJohn Estabrook
2025-04-11T7321: add save config utilityJohn Estabrook
2025-04-11T7321: move load_config util from vyconf for general useJohn Estabrook
2025-04-02T7292: add utility functions to set tag/leaf data on newly defined pathJohn Estabrook
2025-03-30T7272: expose config_tree cloneJohn Estabrook
2025-03-18T7246: drop lexer rule ignoring lines beginning with '//'John 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: add merge_reference_tree_cache and cache i/oJohn Estabrook
2025-01-15T7046: add proper locks and checks on internal repJohn Estabrook
2025-01-15T7046: use generalized tree_union for config_diff nosetestJohn Estabrook
2025-01-15T7046: extend tree_union to reference_tree for addon supportJohn Estabrook
2025-01-13T6342: formating and delete trailing whitespacerebortg
2025-01-08T6342: add parsing of docs elementrebortg
2024-10-25T6718: inject environment variables required by certain validatorsJohn Estabrook
2024-10-24T6718: catch bad_validator errorJohn Estabrook
2024-10-24T6718: format error outputJohn Estabrook
2024-10-24T6718: fix typo in quoting argJohn Estabrook
2024-10-24T6718: validate_path returns unit instead of (path, value)John Estabrook
2024-10-24T6718: update value_checker to return validator output on errorJohn Estabrook
2024-10-24T6718: util list_of_path: config path str -> config path listJohn Estabrook
2024-10-24T6718: add function refpath: config path -> reference_tree pathJohn Estabrook
2024-10-24T6718: add optional arg to write internal rep during buildJohn Estabrook
2024-10-24T6718: add functor for internal repJohn Estabrook