aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.h
AgeCommit message (Expand)Author
2015-05-28Merge branch '12498_ed25519_keys_v6'Nick Mathewson
2015-05-28prop220: Implement certificates and key storage/creationNick Mathewson
2015-04-23Unit tests for consider_adding_dir_servers() as modified in #15642teor
2015-04-01Drop support for --digestsNick Mathewson
2015-01-28Support unix: prefix in port configurationDavid Goulet
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-11-27Merge remote-tracking branch 'andrea/cmux_refactor_configurable_threshold'Nick Mathewson
2014-11-04Merge remote-tracking branch 'andrea/ticket6456'Nick Mathewson
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-09-30Make is_local_addr() mockableAndrea Shepard
2014-09-29Clear the cached address from resolve_my_address() when our IP changesNick Mathewson
2014-08-15Restore functionality for CookieAuthFileGroupReadable.Nick Mathewson
2014-07-28Replace all calls to parse_client_transport_line() or parse_server_transport_...Andrea Shepard
2014-07-25Expose parse_client_transport_line() and parse_server_transport_line() for th...Andrea Shepard
2014-04-15Uplift status.c unit test coverage with new test cases and macros.dana koch
2013-09-13Whoops; make options_validate conform to validate_fn_t.Nick Mathewson
2013-09-13Expose commandline parser so that we can use it for --quiet,etc.Nick Mathewson
2013-08-15Implement and use a generic auth. cookie initialization function.George Kadianakis
2013-07-18Start of a unit test for options_validate.Nick Mathewson
2013-07-18Place the options in the environment after processing them properly.George Kadianakis
2013-07-18Write function that parses ServerTransportOptions torrc lines.George Kadianakis
2013-07-15Merge remote-tracking branch 'public/fancy_test_tricks'Nick Mathewson
2013-07-11Remove a bogus semicolon spotted by Gisle VanemNick Mathewson
2013-07-10Completely refactor how FILENAME_PRIVATE worksNick Mathewson
2013-05-24Extract duplicate code in geoip and rephist.Peter Retzlaff
2013-03-19Merge remote-tracking branch 'asn/bug3594_rebased_and_fixed'Nick Mathewson
2013-02-12get rid of the new caching notion in resolve_my_address()Roger Dingledine
2013-02-11Teach resolve_my_address() to return a cached answerRoger Dingledine
2013-02-11Refactor resolve_my_address() so logs are more accurate / helpfulRoger Dingledine
2013-02-11Refactoring to make parse_bridge_line() unittestable.George Kadianakis
2013-01-16Update the copyright date to 201.Nick Mathewson
2012-11-27Add a torrc option to specify the bind address of managed proxies.George Kadianakis
2012-10-12Convert all include-guard macros to avoid reserved identifiers.Nick Mathewson
2012-09-13Split the or_state_t portions of config.c into their own fileNick Mathewson
2012-09-13Split the generic config_fmt_t code into a new confparse.c fileNick Mathewson
2012-09-05General tweaks and fixes for Nick's comments.George Kadianakis
2012-08-17whitespace fixNick Mathewson
2012-08-15Raise the part of torrc mapaddress handling that knows wildcardsNick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-05-11Do not publish the "git-XXX" tag in server descriptorsNick Mathewson
2012-04-12Fix issues found by nickm.George Kadianakis
2012-03-31Pass OR address to PT proxy, even with IPv6 or ORListenAddress.George Kadianakis
2012-01-13Improve names of some pluggable transport-related functions.George Kadianakis
2011-12-18Server transports should be instructed to bind on INADDR_ANY by default.George Kadianakis
2011-11-30Whitespace changes.Linus Nordberg
2011-11-30Turn get_first_advertised_v4_port_by_type() into get_first_advertised_port_by...Linus Nordberg
2011-11-30Initial hacking for proposal 186.Nick Mathewson
2011-11-27Support for a defaults torrc file.Nick Mathewson
2011-11-27Add the ability to append and clear linelist options from cmdlineNick Mathewson
2011-11-25Purge ATTR_PURE from the codeSebastian Hahn