aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.h
Commit message (Expand)AuthorAge
* Uplift status.c unit test coverage with new test cases and macros.dana koch2014-04-15
* Whoops; make options_validate conform to validate_fn_t.Nick Mathewson2013-09-13
* Expose commandline parser so that we can use it for --quiet,etc.Nick Mathewson2013-09-13
* Implement and use a generic auth. cookie initialization function.George Kadianakis2013-08-15
* Start of a unit test for options_validate.Nick Mathewson2013-07-18
* Place the options in the environment after processing them properly.George Kadianakis2013-07-18
* Write function that parses ServerTransportOptions torrc lines.George Kadianakis2013-07-18
* Merge remote-tracking branch 'public/fancy_test_tricks'Nick Mathewson2013-07-15
|\
| * Completely refactor how FILENAME_PRIVATE worksNick Mathewson2013-07-10
* | Remove a bogus semicolon spotted by Gisle VanemNick Mathewson2013-07-11
|/
* Extract duplicate code in geoip and rephist.Peter Retzlaff2013-05-24
* Merge remote-tracking branch 'asn/bug3594_rebased_and_fixed'Nick Mathewson2013-03-19
|\
| * Refactoring to make parse_bridge_line() unittestable.George Kadianakis2013-02-11
* | get rid of the new caching notion in resolve_my_address()Roger Dingledine2013-02-12
* | Teach resolve_my_address() to return a cached answerRoger Dingledine2013-02-11
* | Refactor resolve_my_address() so logs are more accurate / helpfulRoger Dingledine2013-02-11
|/
* Update the copyright date to 201.Nick Mathewson2013-01-16
* Add a torrc option to specify the bind address of managed proxies.George Kadianakis2012-11-27
* Convert all include-guard macros to avoid reserved identifiers.Nick Mathewson2012-10-12
* Split the or_state_t portions of config.c into their own fileNick Mathewson2012-09-13
* Split the generic config_fmt_t code into a new confparse.c fileNick Mathewson2012-09-13
* General tweaks and fixes for Nick's comments.George Kadianakis2012-09-05
* whitespace fixNick Mathewson2012-08-17
* Raise the part of torrc mapaddress handling that knows wildcardsNick Mathewson2012-08-15
* Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson2012-06-04
* Do not publish the "git-XXX" tag in server descriptorsNick Mathewson2012-05-11
* Fix issues found by nickm.George Kadianakis2012-04-12
* Pass OR address to PT proxy, even with IPv6 or ORListenAddress.George Kadianakis2012-03-31
* Improve names of some pluggable transport-related functions.George Kadianakis2012-01-13
* Server transports should be instructed to bind on INADDR_ANY by default.George Kadianakis2011-12-18
* Whitespace changes.Linus Nordberg2011-11-30
* Turn get_first_advertised_v4_port_by_type() into get_first_advertised_port_by...Linus Nordberg2011-11-30
* Initial hacking for proposal 186.Nick Mathewson2011-11-30
* Support for a defaults torrc file.Nick Mathewson2011-11-27
* Add the ability to append and clear linelist options from cmdlineNick Mathewson2011-11-27
* Purge ATTR_PURE from the codeSebastian Hahn2011-11-25
* Merge remote-tracking branch 'asn2/bug3656'Nick Mathewson2011-10-07
|\
| * Improve the code a tad.George Kadianakis2011-08-15
| * Spawn multiple protocols using a single managed proxy.George Kadianakis2011-08-12
| * Server transport proxies should bind on the same port each time, if possible.George Kadianakis2011-08-07
* | Parse prop171 options; refactor listener/port option codeNick Mathewson2011-07-19
* | Merge remote-tracking branch 'public/bug1666'Nick Mathewson2011-07-13
|\ \
| * | bug1666 - Pass-through support for SOCKS5 authenticationRobert Hogan2010-12-14
* | | Make the get_options() return constNick Mathewson2011-06-14
| |/ |/|
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-04-28
|\ \
| * | stop putting wacky values into state->lastwrittenRoger Dingledine2011-04-28
* | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-01-03
|\| | | |/ |/|
| * Bump copyright statements to 2011 (0.2.2)Nick Mathewson2011-01-03
* | Autodetect the number of CPUs when possible if NumCPUs==0Nick Mathewson2010-09-28
|/
* Create config.hSebastian Hahn2010-07-27