aboutsummaryrefslogtreecommitdiff
path: root/src/or/main.c
Commit message (Expand)AuthorAge
* Forget all rendezvous client state on SIGNAL NEWNYMRobert Ransom2011-04-28
* Bump copyright statements to 2011Nick Mathewson2011-01-03
* Remove a needless keep_open_until_flushedNick Mathewson2010-09-08
* Close a non-open OR connection *only* after KeepalivePeriod.Nick Mathewson2010-09-03
* close idle tls conns earlyRoger Dingledine2010-04-23
* finally get rid of "clique mode"Roger Dingledine2010-04-23
* close idle dir-fetch circs earlyRoger Dingledine2010-04-23
* Update Tor Project copyright yearsNick Mathewson2010-02-27
* Fix compile warnings on Snow LeopardSebastian Hahn2009-09-01
* Only send reachability status events on overall success/failureRoger Dingledine2009-08-31
* the third piece of bug 969 fixingRoger Dingledine2009-06-30
* Fix gprof bottlenecks on exit nodes found by Jacob.Nick Mathewson2009-06-03
* Spell-check Tor.Nick Mathewson2009-05-27
* Update copyright to 2009.Karsten Loesing2009-05-04
* Support 64-bit time_t. Patch from Matthias Drochner. Partial backport candid...Nick Mathewson2009-01-22
* Make sure that even in the weird fiddly paths that lead to init_keys,Nick Mathewson2009-01-21
* Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson2009-01-04
* Checkpoint my big bug-891 patch.Nick Mathewson2008-12-24
* Document most undocumented variables.Nick Mathewson2008-12-23
* Add DOCDOC entries for undocumented static and global variables.Nick Mathewson2008-12-22
* Fix most DOCDOCs remaining and/or added by redox.Nick Mathewson2008-12-22
* Add DOCDOC comments for all undocumented functions. Add missing *s to other ...Nick Mathewson2008-12-22
* Why were we using gettimeofday() in second_elapsed_callback? We were only ev...Nick Mathewson2008-12-18
* Replace calls to time(NULL) that occur on the order of once per read, one per...Nick Mathewson2008-12-18
* Remove fixed xxx020s; downgrade unfixed ones.Nick Mathewson2008-12-18
* Call release_lockfile() before exiting.Nick Mathewson2008-12-18
* Remove RedirectExit feature; it has been deprecated since 0.2.0.3-alphaNick Mathewson2008-12-17
* Rename ServerDNSAllowBrokenResolvConf to ServerDNSAllowBrokenConfig.Nick Mathewson2008-12-17
* Move edge-only flags from connection_t to edge_connection_t.Nick Mathewson2008-12-17
* Rename or_is_obsolete and move it to or_connection_t where it belongs.Nick Mathewson2008-12-17
* Avoid multiple descriptor-fetch connections to authorities. Fixes bug 366.Nick Mathewson2008-12-11
* Fix wide line in main.cNick Mathewson2008-12-11
* 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
* Directory mirrors no longer fetch the v1 directory orRoger Dingledine2008-12-07
* Add comment clarifying OpenSSL usage.Jacob Appelbaum2008-12-07
* clean up some log messagesRoger Dingledine2008-11-29
* prepare_for_poll() -- plus its mysterious cousin, prepare_for_pool() --Roger Dingledine2008-11-21
* Document a couple of functions.Nick Mathewson2008-11-10
* beg nick for some documentation on the locking functionsRoger Dingledine2008-11-10
* Whitespace fixes.Nick Mathewson2008-09-25
* Remove now-needless _tor_dmalloc_free helper.Nick Mathewson2008-09-25
* Refactor unit test macros and tor_free_all() logic a bit so as to make it eas...Nick Mathewson2008-09-09
* minor cleanups on karsten's patchRoger Dingledine2008-09-09
* karsten's patch for bug 767.Roger Dingledine2008-09-09
* Catch and report a few more bootstrapping failure cases when TorRoger Dingledine2008-09-09
* Fix mingw build with --enable-gcc-warnings set.Nick Mathewson2008-09-04
* 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
* r17641@31-33-44: nickm | 2008-08-05 16:07:53 -0400Nick Mathewson2008-08-05