summaryrefslogtreecommitdiff
path: root/src/internal.ml
AgeCommit message (Collapse)Author
2026-04-16T8488: add read/write to string in 'internal' (yojson) formatJohn Estabrook
In addition to the existing read/write yojson to file, it is useful to have the string representation, for example, for including in config-sync request.
2025-11-03T7915: add compiler alerts and annotationsJohn Estabrook
2025-11-01T7980: add write_internal_atomic to cache config in presence of readersJohn Estabrook
Add write function for keeping an up to date copy of the active config with unsynchonized read access.
2025-11-01T7980: add module descriptionJohn Estabrook
2025-07-06T7499: set appropriate permissions on write cacheJohn Estabrook
2025-07-06T7499: remove internal lockingJohn Estabrook
Read/write of internal cache always occurs under an external lock; remove internal lock.
2025-01-15T7046: add proper locks and checks on internal repJohn Estabrook
2024-10-24T6718: add functor for internal repJohn Estabrook