aboutsummaryrefslogtreecommitdiff
path: root/src/or/confparse.h
Commit message (Collapse)AuthorAge
* Add a --dump-config option to help testing option parsing.Nick Mathewson2013-09-13
|
* Use commandline parser for other optionsNick Mathewson2013-09-13
| | | | | These were previously allowed only in the initial position: --help, -h , --version, --digests, --list-torrc-options
* Start of a unit test for options_validate.Nick Mathewson2013-07-18
| | | | | | 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.
* Lower dir fetch retry schedules in testing networks.Karsten Loesing2013-05-16
| | | | | | | Also lower maximum interval without directory requests, and raise maximum download tries. Implements #6752.
* Update the copyright date to 201.Nick Mathewson2013-01-16
|
* In comments and logs, say "UTC" not "GMT"Nick Mathewson2012-11-23
| | | | | | | Fix for #6113. Note that the RFC1123 times we generate still all say 'GMT'. I'm going to suggest this is not worth changing.
* Split the generic config_fmt_t code into a new confparse.c fileNick Mathewson2012-09-13
This helps us split up one of our larger files, and sets the stage for refactoring the configuration backend a little