summaryrefslogtreecommitdiff
path: root/_oasis
AgeCommit message (Collapse)Author
2017-01-07Remove the old message library that will be replaced with the Protobuf one.Daniil Baturin
2017-01-06Add initial implementation of the protobuf schema.Daniil Baturin
2017-01-05Initial implementation of the curly config parser.Daniil Baturin
2016-12-30Add some unit tests for the Session.string_of_op function.Daniil Baturin
2016-12-23Move housekeeping stuff from vyconfd.ml to Startup module.Daniil Baturin
2016-12-15T212: use a directory (normally $program_dir/validators) for external ↵Daniil Baturin
validators. What's bad is that right now way too many things are aware of the nature of external validators, and the validators dir (formerly validators hashtable) is passed around a lot. We'll need to think it through.
2016-12-14T210: Add tests and test data for the vyconfd config loader.Daniil Baturin
2016-12-14T210: use TOML for the vyconf config file.Daniil Baturin
Add an example of the file too.
2016-12-08Fix build for ocaml 4.03Daniil Baturin
Yojson now uses the Result.result type for its decoding functions instead of polymorphic variants.
2015-10-01Some error handling in config loading.Daniil Baturin
2015-09-28Add types and derivers for the message decoder.Daniil Baturin
2015-09-24Add Vyconf_config to _oasisDaniil Baturin
2015-09-23Add session module stub.Daniil Baturin
2015-05-11Add vytree insertion load test.Daniil Baturin
2015-04-28Rename vyconf_tree_test to just vytree_test.Daniil Baturin
2015-04-26Add config tree module.Daniil Baturin
2015-04-24Initial implementation of the reference tree module.Daniil Baturin
2015-04-24Add the util module to the _oasisDaniil Baturin
2015-04-15Add value validator module.Daniil Baturin
2015-04-15Group vyconf modules into a single library.Daniil Baturin
2015-03-04Add some tests for the vylist module.Daniil Baturin
2015-03-01Move the source files back to src/Daniil Baturin
Splitting directories was a bit premature and unnecessary.
2015-02-28Move vytree to its own subdir.Daniil Baturin
2015-02-28Factor out list operations from vytree.Daniil Baturin
2015-02-13Use the "best" arch for executables.Daniil Baturin
2015-02-13Add vytree to build.Daniil Baturin
2015-02-12Add unit test dummy for build integration testing.Daniil Baturin
2015-02-02Add basic oasis build setup.Daniil Baturin