summaryrefslogtreecommitdiff
path: root/src/or/confparse.c
AgeCommit message (Expand)Author
2018-04-22Change the type of "download schedule" from smartlist to int.Nick Mathewson
2017-12-08Update free functions into macros: src/or/ part 1Nick Mathewson
2017-05-02Delete useless checks in confparse.cTaylor Yu
2017-04-04Move config_line_t functions from confparse.c into common.Nick Mathewson
2017-03-15Run the copyright update script.Nick Mathewson
2017-03-08Fix a memory leak in config_get_assigned_option()Nick Mathewson
2017-01-30Make "GETCONF SocksPort" work againNick Mathewson
2017-01-23Merge branch 'feature_20956_029'Nick Mathewson
2017-01-18Handle __NonSavedOptions correctly inside LINELIST_V blocks.Nick Mathewson
2016-11-10Add "TByte" and "TBytes" units; also add "TBits" to man pageMatt Nordhoff
2016-10-24Module documentation for config.c and confparse.cNick Mathewson
2016-08-19Log a warning when Testing options are deprecated.Nick Mathewson
2016-08-03Add new warn_deprecated option to config_assign*().Nick Mathewson
2016-08-03Mark a big pile of options as deprecated.Nick Mathewson
2016-08-03Add deprecation for configuration options that need to go away.Nick Mathewson
2016-06-11Add -Wfloat-conversion for GCC >= 4.9Nick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2016-02-27Make sure that every module in src/or has a brief description.Nick Mathewson
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-10-28Add another year to our copyright dates.Nick Mathewson
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