summaryrefslogtreecommitdiff
path: root/src/or/config.c
AgeCommit message (Expand)Author
2011-11-30Merge branch 'bug933_nm_rebased_v2'Nick Mathewson
2011-11-30Forbid remapping of *Nick Mathewson
2011-11-30Refactor addressmap_match_superdomains and representation of wildcardsNick Mathewson
2011-11-30Address nickm's comments at https://trac.torproject.org/projects/tor/ticket/9...Robert Hogan
2011-11-30Address nickm's comments at https://trac.torproject.org/projects/tor/ticket/9...Robert Hogan
2011-11-30Fix a memory leak in error path of my default-torrc codeNick Mathewson
2011-11-30appease "make check-spaces"Nick Mathewson
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-29Merge remote-tracking branch 'rransom-tor/bug4605'Nick Mathewson
2011-11-29Set torrc_fname in load_torrc_from_diskRobert Ransom
2011-11-29Merge remote-tracking branch 'asn-mytor/bug4548_take2'Nick Mathewson
2011-11-29Merge branch 'disable_network'Nick Mathewson
2011-11-28log a notice when disablenetwork is setNick Mathewson
2011-11-28New 'DisableNetwork' option to prevent Tor from using the networkNick 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-27Make linelists always overridden by the command lineNick Mathewson
2011-11-26Write dynamic DH parameters to a file.George Kadianakis
2011-11-26Normal relays should generate dynamic DH moduli as well.George Kadianakis
2011-11-25Simply initialize TLS context if DynamicDHGroups change.George Kadianakis
2011-11-25Only bother with dynamic DH moduli if we are a bridge.George Kadianakis
2011-11-24Move disable-debugger-attachment fn to compat where it belongs. Fix whitespaceNick Mathewson
2011-11-24Tweak disable_debugger_attachment a littleNick Mathewson
2011-11-24Merge remote-tracking branch 'ioerror/DisableDebuggerAttachment'Nick Mathewson
2011-11-24Merge remote-tracking branch 'public/feature4516'Nick Mathewson
2011-11-25Rename 'dynamic prime' to 'dynamic DH modulus'.George Kadianakis
2011-11-25s/DynamicPrimes/DynamicDHGroups/gGeorge Kadianakis
2011-11-24Move crypto_get_stored_dynamic_prime() to crypto.cGeorge Kadianakis
2011-11-24Implement dynamic prime reading and storing to disk.George Kadianakis
2011-11-24Make DynamicPrimes SIGHUP-able.George Kadianakis
2011-11-24Introduce the DynamicPrimes configuration option.George Kadianakis
2011-11-21raise AuthDirFastGuarantee from 20KB to 100KBRoger Dingledine
2011-11-21Merge branch 'maint-0.2.2'Roger Dingledine
2011-11-21parameterize bw cutoffs to guarantee Fast and Guard flagsRoger Dingledine
2011-11-18Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-11-19Don't log about stats when running as a client without geoipSebastian Hahn
2011-11-18New UserspaceIOCPBuffers option to set SO_{SND,RCV}BUF to zeroNick Mathewson
2011-10-29Disable stats requiring geoip info if we have noneSebastian Hahn
2011-10-27Merge branch 'maint-0.2.2_secfix' into master_secfixSebastian Hahn
2011-10-26Add option to give guard flag to relays without the CVE-2011-2768 fixRobert Ransom
2011-10-26Fix memory leak in options_act_reversible: fix Coverity CID 486,487Nick Mathewson
2011-10-26Fix a NULL pointer dereference in parse_server_transport_line().George Kadianakis
2011-10-26Fix a couple of pluggable transport bugsSebastian Hahn
2011-10-24Don't initialize desc stats for non-bridgedirauth nodesSebastian Hahn
2011-10-21Add new stats type: descriptor fetch statsSebastian Hahn
2011-10-20Check whether a client port is a Unix socket before using its IP addrRobert Ransom
2011-10-11Fix names of functions that convert strings to addrsNick Mathewson
2011-10-11Fix a bunch of whitespace errorsNick Mathewson