aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_confparse.c
AgeCommit message (Expand)Author
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2020-11-12Fix typos.Samanta Navarro
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-11-11Merge remote-tracking branch 'tor-github/pr/1338'Nick Mathewson
2019-11-07Stop using "config_suite_offset=-1" to indicate "no config suite."Nick Mathewson
2019-10-28Check memunit parsing for overflow in confparseJosé M. Guisado
2019-10-26Rename confparse.[ch] identifiers to confmgt.[ch] identifiers.Nick Mathewson
2019-10-24Rename validate_fn{,_t} to start with "legacy_".Nick Mathewson
2019-10-24Use named-member syntax for initializing config_format_t objectsNick Mathewson
2019-10-24Merge remote-tracking branch 'tor-github/pr/1447'teor
2019-10-22config validation: make the "old_options" argument const.Nick Mathewson
2019-10-22validate_fn(): remove now-unused defaults and from_setconf.Nick Mathewson
2019-10-22Re-run make autostyle.Nick Mathewson
2019-10-22Merge branch 'ticket31705_v2' into ticket31705_v2_mergedNick Mathewson
2019-10-22test: Hide some test-declaration macro definitions to COCCI.Nick Mathewson
2019-09-16Merge branch 'tor-github/pr/1316'George Kadianakis
2019-09-13Detect overflow or underflow on double config values.Nick Mathewson
2019-09-11Update #includes to point to confparse.h in its new location.Nick Mathewson
2019-09-10Use strtod, not atof, for parsing doubles in the configuration.Nick Mathewson
2019-09-04Update routerset reset test to use new mgr API.Nick Mathewson
2019-09-04Merge branch 'ticket31240v2_merged_2' into ticket31240v2_merged_2_mergedNick Mathewson
2019-08-28test_confparse: verify that clearing a routerset sets it to NULL.Nick Mathewson
2019-08-28Tests for config_find_option_name()Nick Mathewson
2019-08-28Add tests for variable-listing functions.Nick Mathewson
2019-08-28Make a config_suite_t type to hold multiple config sub-objectsNick Mathewson
2019-08-28Refactor config free logic to use a single path.Nick Mathewson
2019-08-28Use special magic to enforce manager/object connection.Nick Mathewson
2019-07-24Sort variables in config_mgr_t.all_vars alphabeticallyNick Mathewson
2019-07-24Make config_var and config_fmt const.Nick Mathewson
2019-07-24Add a "freeze" function for config_mgr_t objects.Nick Mathewson
2019-07-24Add a config_mgr_t type to wrap config_format_tNick Mathewson
2019-06-25Extend macros to allow flag arguments.Nick Mathewson
2019-06-25Add a "flags" member to config_var_tNick Mathewson
2019-06-25Move responsibility for config var macrosNick Mathewson
2019-06-25A few more test cases and unreachable linesNick Mathewson
2019-06-25Use struct_magic_decl to verify magic numbers in config objectsNick Mathewson
2019-06-25Port confparse to use struct_var in place of typed_var.Nick Mathewson
2019-06-24Add unit tests for the unitparse.c module.Nick Mathewson
2019-06-24Add a "typed_var" abstraction to implement lvalue access in C.Nick Mathewson
2019-06-15Add more unit tests for confparse.c, so we can refactor.Nick Mathewson