Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-08 | It's 2020. Update the copyright dates with "make update-copyright" | Nick Mathewson | |
2019-11-07 | Stop using "config_suite_offset=-1" to indicate "no config suite." | Nick Mathewson | |
Instead, create a separate "has_config_suite" boolean, so that only top-level formats with config_suites need to declare an offset at all. | |||
2019-10-26 | Rename confparse.[ch] identifiers to confmgt.[ch] identifiers. | Nick Mathewson | |
This is an automated commit, generated by this command: ./scripts/maint/rename_c_identifier.py \ confparse.h confmgt.h \ confparse.c confmgt.c \ CONFPARSE_PRIVATE CONFMGT_PRIVATE \ TOR_CONFPARSE_H TOR_CONFMGT_H | |||
2019-10-24 | Extend confmgr tests to handle validation callbacks. | Nick Mathewson | |
2019-09-11 | Update #includes to point to confparse.h in its new location. | Nick Mathewson | |
This commit was automatically generated by running scripts/maint/rectify_include_paths.py . | |||
2019-08-28 | Add a test for clear_fn support in handling non-managed fields | Nick Mathewson | |
2019-08-28 | Add a test for dumping a compound configuration | Nick Mathewson | |
2019-08-28 | Simple tests for nested configuration formats | Nick Mathewson | |
One test makes sure that the toplevel magic numbers are distinct. One test makes sure that we can parse a configuration object with two sub-objects. | |||
2019-08-28 | Confmgr tests: test deprecations and abbreviations. | Nick Mathewson | |
2019-08-28 | Start on test cases for the multi-object feature of confmgr. | Nick Mathewson | |
This test case, at this point, only constructs the confmgr object. More code to come. |