index
:
vyconf.git
master
Software appliance configuration framework (mirror of https://github.com/vyos/vyconf.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
vyconfd.ml
Age
Commit message (
Expand
)
Author
2018-05-22
Remove a leftover debug print.
Daniil Baturin
2018-05-22
Send a response to the client if error occurs.
Daniil Baturin
2018-02-16
Implement config reading functions and a minimal command line client for usin...
Daniil Baturin
2018-02-16
Add logging of interface definition file loading.
Daniil Baturin
2018-02-12
Add support for the idempotent config read functions to vyconfd.
Daniil Baturin
2018-01-26
Use absolute path for the vyconfd config file option rather than relative to ...
Daniil Baturin
2017-12-13
Handle malformed protobuf messages correctly.
Daniil Baturin
2017-12-12
Add config load upon startup.
Daniil Baturin
2017-12-12
Rename the Startup.load_config to load_daemon_config to avoid ambiguity with ...
Daniil Baturin
2017-02-18
Make config file path relative to basepath.
Daniil Baturin
2017-02-09
Add basepath as a command line option.
Daniil Baturin
2017-01-20
Use BatOption.defalt instead of homegrown equivalent.
Daniil Baturin
2017-01-19
Add basic session setup/teardown functionality to vyconfd.
Daniil Baturin
2017-01-16
Add a function for making secure session tokens.
Daniil Baturin
2017-01-15
Add functionality for socket communication.
Daniil Baturin
2016-12-23
Make log template and log level configurable.
Daniil Baturin
2016-12-23
Move housekeeping stuff from vyconfd.ml to Startup module.
Daniil Baturin
2016-12-15
T212: use a directory (normally $program_dir/validators) for external validat...
Daniil Baturin
2016-12-14
T210: Do not use the Result compatibility library, use built-in result type.
Daniil Baturin
2016-12-14
Move version info out of defaults to its own module.
Daniil Baturin
2016-12-13
Fix a few instances of sloppy sequences (with non-unit expressions).
Daniil Baturin
2016-12-08
Initial mockup of the vyconfd binary.
Daniil Baturin
2015-10-01
Some error handling in config loading.
Daniil Baturin
2015-09-24
Add a module for various defaults.
Daniil Baturin
2015-02-02
Add vyconfd main file stub for oasis testing.
Daniil Baturin