aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_config.c
AgeCommit message (Expand)Author
2020-02-12Merge branch 'maint-0.4.1' into maint-0.4.2teor
2020-02-12Merge branch 'maint-0.3.5' into maint-0.4.1teor
2020-02-12Lowercase the BridgeDistribution value from torrc in descriptors.Alexander Færøy
2019-11-06Merge branch 'maint-0.4.0' into maint-0.4.1teor
2019-11-06Merge branch 'maint-0.3.5' into maint-0.4.0teor
2019-10-04Use {mock,unmock}_hostname_resolver() in relevant testsNick Mathewson
2019-09-24Merge branch 'bug31408_035' into bug31408_masterteor
2019-09-23Fix bug when %including folder with comment only files. #31408Daniel Pinto
2019-09-11Update #includes to point to confparse.h in its new location.Nick Mathewson
2019-09-11Test: Make sure NOLIST options are not listed.Nick Mathewson
2019-08-28Refactor config free logic to use a single path.Nick Mathewson
2019-08-12Merge branch 'maint-0.3.5' into maint-0.4.0teor
2019-07-24Use config_new() to construct configuration objects.Nick Mathewson
2019-06-11Merge branch 'tor-github/pr/1065' into maint-0.4.1George Kadianakis
2019-06-05Run "make autostyle."Nick Mathewson
2019-05-31Fix some tests for CL_PORT_NO_STREAM_OPTIONSNick Mathewson
2019-04-25kvline: handle empty alues as well as empty keysNick Mathewson
2019-01-16Bump copyright date to 2019Nick Mathewson
2019-01-16Bump copyright date to 2019.Nick Mathewson
2018-12-17Fix dead-assignment warnings in test_config.cNick Mathewson
2018-12-12Add code to parse K=V lines into config_line_t format.Nick Mathewson
2018-09-27Extract the non-stats part of geoip into a new src/lib/geoip.Nick Mathewson
2018-09-25Extract all the "am I a server" functions from router.cNick Mathewson
2018-09-21Split main.c into main.c and mainloop.cNick Mathewson
2018-09-19Split routerlist.c into 4 separate modulesNick Mathewson
2018-08-21Add unit tests for parsing "extended" format of config lines.Nick Mathewson
2018-08-01Merge branch 'maint-0.3.4'Nick Mathewson
2018-08-01Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-08-01Fix build on GNU/Hurd. Patch from paulusASol. Closes 26873.Nick Mathewson
2018-07-12Merge remote-tracking branch 'imnotbad/bug26663'Nick Mathewson
2018-07-10Isolate resolve.h usage in the modules that really need it.Nick Mathewson
2018-07-09Merge branch 'bug26488'Nick Mathewson
2018-07-09Validate that DirAuthority address is IPv4rl1987
2018-07-08Made 'auto' keyword in torrc case insensitiveKaidan
2018-07-05Fix our build system to know the new locations of the src/or stuffNick Mathewson
2018-07-05Fix every include path changed in the previous commit (automated)Nick Mathewson
2018-07-05Remove util.hNick Mathewson
2018-07-03Merge remote-tracking branch 'github/ticket26626'Nick Mathewson
2018-07-03Replace U64_LITERAL with the standard UINT64_CNick Mathewson
2018-07-01Remove system headers from or.hNick Mathewson
2018-07-01Remove needless includes from or.hNick Mathewson
2018-06-29Move fd and memory-info functions.Nick Mathewson
2018-06-28Move tor_gethostname to lib/netNick Mathewson
2018-06-28Fix the include paths for storagedir,conffile (automated)Nick Mathewson
2018-06-27Split confline into confline and conffile.Nick Mathewson
2018-06-27rectify include paths (automatic) for address.hNick Mathewson
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-06-20Update copyrights to 2018.Nick Mathewson
2018-06-15Extract routerinfo_t into its own header.Nick Mathewson
2018-06-14Move dir_server_t into its own header.Nick Mathewson