aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.c
AgeCommit message (Expand)Author
2013-06-18Implement a real OOM-killer for too-long circuit queues.Nick Mathewson
2012-09-22add faravahar as our ninth v3 dir authRoger Dingledine
2012-09-03fix whitespace and trivial typoRoger Dingledine
2012-08-27Disable extending to private/internal addresses by defaultNick Mathewson
2012-08-17Merge remote-tracking branch 'public/bug6244_part_c' into maint-0.2.3Nick Mathewson
2012-08-15Raise the part of torrc mapaddress handling that knows wildcardsNick Mathewson
2012-08-09Reject attempts to say FooPort and FooPort 0 in the same cfg domainNick Mathewson
2012-08-09Fix spaces from last patchNick Mathewson
2012-08-09Don't infer we have a FooPort from the presence of a FooPort lineNick Mathewson
2012-07-31Warn when accounting is used in a way likely to link hidden servicesNick Mathewson
2012-07-23Merge remote-tracking branch 'asn/bug6274_take3' into maint-0.2.3Nick Mathewson
2012-07-18Better handling of server managed proxies when Tor is not a relay.George Kadianakis
2012-07-18Merge branch 'smartlist_shorten' into maint-0.2.3Nick Mathewson
2012-07-17Improve message on spurious SOCKSListenAddressNick Mathewson
2012-07-17Change all SMARTLIST_FOREACH loops of >=10 lines to use BEGIN/ENDNick Mathewson
2012-07-17Allow TestingTorNetwork when alternate dir and bridge authorities are set.Linus Nordberg
2012-06-16conn_type_to_string() on a listener already says it's a listenerRoger Dingledine
2012-06-15Triage the XXX023 and XXX022 comments: postpone many.Nick Mathewson
2012-06-14Defend against entry node path bias attacksMike Perry
2012-06-12Add a warning for using HTTPProxy with no other proxy.Nick Mathewson
2012-06-11Merge branch 'bug5452'Nick Mathewson
2012-06-11Make RECOMMENDED_MIN_CIRCUIT_BUILD_TIMEOUT warning tell the user how to fix it.Andrea Shepard
2012-06-11Merge remote-tracking branch 'public/bug5598'Nick Mathewson
2012-06-08Warn if the user has set CircuitBuildTimeout stupidly low and turned off Lear...Andrea Shepard
2012-06-07Be more careful calling wcstombsNick Mathewson
2012-06-06Change the default for DynamicDHGroups to 0Nick Mathewson
2012-06-05Revert "Disable (Cell,DirReq,Entry,ExitPort)Statistics on bridges"Nick Mathewson
2012-06-05Disable (Cell,DirReq,Entry,ExitPort)Statistics on bridgesNick Mathewson
2012-06-05Merge remote-tracking branch 'public/bug4657'Nick Mathewson
2012-06-05Fix "make check-spaces" issuesNick Mathewson
2012-06-05Resolve about 24 DOCDOCsNick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-06-04Add about 60 more DOCDOC comments to 0.2.3Nick Mathewson
2012-06-04Resolve some markup complaints from doxygenNick Mathewson
2012-06-04Resolve all currently pending DOCDOC items in masterNick Mathewson
2012-05-30Merge branch 'bug5604'Nick Mathewson
2012-05-24Warn and ignore the MyFamily setting if BridgeRelay is also setNick Mathewson
2012-05-16When ReloadTorrcOnSIGHUP=1, do non-reload activities anywayNick Mathewson
2012-05-11Do not publish the "git-XXX" tag in server descriptorsNick Mathewson
2012-05-11Merge remote-tracking branch 'asn/bug4865_take2'Nick Mathewson
2012-05-07Fix comments: There is no such thing as a NUL pointerNick Mathewson
2012-04-18If DisableNetwork, don't even try to open non-controller listenersNick Mathewson
2012-04-12Fix issues found by nickm.George Kadianakis
2012-04-11Obsolete GiveGuardFlagTo_CVE_2011_2768_VulnerableRelaysNick Mathewson
2012-04-08Simplify DH prime generation logic some.Sebastian Hahn
2012-04-07fix bug 5572Daniel 'koolfy' Faucon
2012-04-04Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-04-04Wrap long line; strlen("ides")<strlen("turtles").Nick Mathewson
2012-04-05ides has become turtles, and gotten a new IP addressSebastian Hahn
2012-04-01Merge branch 'maint-0.2.2'Roger Dingledine