aboutsummaryrefslogtreecommitdiff
path: root/src/or/confparse.c
AgeCommit message (Expand)Author
2013-10-09Free the smartlist after parsing csv config optionMatthew Finkel
2013-09-13Add a --dump-config option to help testing option parsing.Nick Mathewson
2013-09-13Use commandline parser for other optionsNick Mathewson
2013-07-26Allow {,k,kilo,m,mega,g,giga,t,tera}bit{,s} in torrcNick Mathewson
2013-05-24Tweak #6752 patch based on comments by nickm.Karsten Loesing
2013-05-16Lower dir fetch retry schedules in testing networks.Karsten Loesing
2013-03-19Merge branch 'bug8240_v2_squashed' into maint-0.2.4Nick Mathewson
2013-02-19Make a parse_config_line_from_str variant that gives error messagesNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2012-09-14Split the routerset code out of routerlist.cNick Mathewson
2012-09-13Remove all remaining spurious or_options_t invocations in confparse.cNick Mathewson
2012-09-13Split the generic config_fmt_t code into a new confparse.c fileNick Mathewson