Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-19 | Log a warning when Testing options are deprecated. | Nick Mathewson | |
2016-08-03 | Add new warn_deprecated option to config_assign*(). | Nick Mathewson | |
Also, collapse all the config_assign*() options into a flags argument, since having two boolean arguments was already confusing. | |||
2016-08-03 | Mark a big pile of options as deprecated. | Nick Mathewson | |
2016-08-03 | Add deprecation for configuration options that need to go away. | Nick Mathewson | |
2016-08-03 | We no longer use config_var_description_t | Nick Mathewson | |
2016-02-27 | Update the copyright year. | Nick Mathewson | |
2015-01-02 | Bump copyright dates to 2015, in case someday this matters. | Nick Mathewson | |
2014-10-28 | Add another year to our copyright dates. | Nick Mathewson | |
Because in 95 years, we or our successors will surely care about enforcing the BSD license terms on this code. Right? | |||
2013-09-13 | Add a --dump-config option to help testing option parsing. | Nick Mathewson | |
2013-09-13 | Use commandline parser for other options | Nick Mathewson | |
These were previously allowed only in the initial position: --help, -h , --version, --digests, --list-torrc-options | |||
2013-07-18 | Start of a unit test for options_validate. | Nick Mathewson | |
I added this so I could write a unit test for ServerTransportOptions, but it incidentally exercises the succeed-on-defaults case of options_validate too. | |||
2013-05-16 | Lower dir fetch retry schedules in testing networks. | Karsten Loesing | |
Also lower maximum interval without directory requests, and raise maximum download tries. Implements #6752. | |||
2013-01-16 | Update the copyright date to 201. | Nick Mathewson | |
2012-11-23 | In comments and logs, say "UTC" not "GMT" | Nick Mathewson | |
Fix for #6113. Note that the RFC1123 times we generate still all say 'GMT'. I'm going to suggest this is not worth changing. | |||
2012-09-13 | Split the generic config_fmt_t code into a new confparse.c file | Nick Mathewson | |
This helps us split up one of our larger files, and sets the stage for refactoring the configuration backend a little |