aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.c
Commit message (Expand)AuthorAge
* Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this p...Nick Mathewson2008-12-18
* Oops: SeverDNS->ServerDNS.Nick Mathewson2008-12-17
* Remove RedirectExit feature; it has been deprecated since 0.2.0.3-alphaNick Mathewson2008-12-17
* Resolve many DOCDOCs.Nick Mathewson2008-12-17
* Rename ServerDNSAllowBrokenResolvConf to ServerDNSAllowBrokenConfig.Nick Mathewson2008-12-17
* Clip the MaxCircuitDirtiness config option to a minimum of 10Roger Dingledine2008-12-17
* Add new internal-use-only option for controllers to use to prevent SIGHUP fro...Nick Mathewson2008-12-10
* Bug 691 fix: do not shutdown Tor servers right away if the network is down.Nick Mathewson2008-12-10
* Mark DirPortFrontPage as a FILENAME rather than a STRING. Right now this has...Nick Mathewson2008-12-08
* Small whitespace fix to properly format if () {} statement.Jacob Appelbaum2008-12-07
* This helps return a better error message when the file supplied to DirPortFro...Jacob Appelbaum2008-12-07
* cleanups on r17500Roger Dingledine2008-12-07
* New DirPortFrontPage option that takes an html file and publishes it as "/" o...Jacob Appelbaum2008-12-07
* Change logging code to use fds instead of stdio. Fixes bug 861, and probably...Nick Mathewson2008-12-02
* vidalia asks us for the value of the Group config option. but nowRoger Dingledine2008-11-07
* now that we drop privs more thoroughly, switch_id() is no longerRoger Dingledine2008-11-07
* Patch from Jacob Appelbaum and me to make User option more robust, properly s...Steven Murdoch2008-11-07
* Implement the 0x20-hack to make DNS poisoning harder against us, especially w...Nick Mathewson2008-10-29
* gabelmoo has a new IP address.Karsten Loesing2008-10-27
* Now NodeFamily and MyFamily config options allow spaces inRoger Dingledine2008-10-01
* Remove the old v2 directory authority 'lefkada' from the defaultRoger Dingledine2008-09-29
* If we have correct permissions on $datadir, we complain to stdoutRoger Dingledine2008-09-29
* Proposal 152 implementation from Josh Albrecht, with tweaks.Nick Mathewson2008-09-26
* Widen the conditions under which we whine about not having a geoip file to in...Nick Mathewson2008-09-25
* Add country-code support to configured node lists to implement the ever-popul...Nick Mathewson2008-09-25
* Directory mirrors store and serve v2 hidden service descriptors by default.Karsten Loesing2008-09-11
* Refactor some code and add some asserts based on scanner results.Nick Mathewson2008-09-05
* Fix numerous memory leaks: some were almost impossible to trigger, and some a...Nick Mathewson2008-09-05
* Add a lockfile to the Tor data directory to avoid situations where two Tors s...Nick Mathewson2008-09-01
* Next patch from Karsten: client-side configuration stuff for proposal 121.Nick Mathewson2008-08-12
* The first of Karsten's proposal 121 patches: configure and maintain client au...Nick Mathewson2008-08-08
* r17664@tombo: nickm | 2008-08-06 12:32:09 -0400Nick Mathewson2008-08-06
* r17641@31-33-44: nickm | 2008-08-05 16:07:53 -0400Nick Mathewson2008-08-05
* Take out the TestVia config option, since it was a workaround forRoger Dingledine2008-08-05
* r17358@pc-10-8-1-079: nickm | 2008-07-25 16:41:03 +0200Nick Mathewson2008-07-25
* r17309@aud-055: nickm | 2008-07-23 16:05:43 +0200Nick Mathewson2008-07-23
* r17188@tombo: nickm | 2008-07-18 14:35:18 -0400Nick Mathewson2008-07-18
* Correct punctuation.Karsten Loesing2008-07-06
* Added prefixes to testing-network-only configuration options.Karsten Loesing2008-06-20
* implement more fine-tuning options for stats codeNick Mathewson2008-06-18
* Clean up a macro/cpp interaction related to bug 707. Also, add a new "filena...Nick Mathewson2008-06-16
* Comments and doc tweaks on Karsten's testing-dir-networks patchNick Mathewson2008-06-14
* Patch from Karsten to implement proposal 135 ("Testing Tor Networks").Nick Mathewson2008-06-14
* Malloc does not return size_t. (bug noticed by lodger.)Nick Mathewson2008-06-14
* forward-port r15129, but also note the real way we should fix it.Roger Dingledine2008-06-11
* forward-port r14934Roger Dingledine2008-06-04
* blind-forward-port that, while i'm at itRoger Dingledine2008-06-04
* New code to implement proposal for local geoip stats. Only enabled with --ena...Nick Mathewson2008-05-29
* On win32, default to looking for the geoip file in the same directory as torr...Nick Mathewson2008-05-29
* include the geoip file in the tarball, and load it by defaultRoger Dingledine2008-05-28