aboutsummaryrefslogtreecommitdiff
path: root/src/or/main.c
AgeCommit message (Expand)Author
2011-10-26Rename get_client_identity_key to get_tlsclient_identity_keyNick Mathewson
2011-10-26Maintain separate server and client identity keys when appropriate.Robert Ransom
2011-10-26Maintain separate server and client TLS contexts.Robert Ransom
2011-10-26Refactor tor_tls_context_new:Robert Ransom
2011-09-13Generate our ssl session certs with a plausible lifetimeRoger Dingledine
2011-04-28Forget all rendezvous client state on SIGNAL NEWNYMRobert Ransom
2011-01-03Bump copyright statements to 2011Nick Mathewson
2010-09-08Remove a needless keep_open_until_flushedNick Mathewson
2010-09-03Close a non-open OR connection *only* after KeepalivePeriod.Nick Mathewson
2010-04-23close idle tls conns earlyRoger Dingledine
2010-04-23finally get rid of "clique mode"Roger Dingledine
2010-04-23close idle dir-fetch circs earlyRoger Dingledine
2010-02-27Update Tor Project copyright yearsNick Mathewson
2009-09-01Fix compile warnings on Snow LeopardSebastian Hahn
2009-08-31Only send reachability status events on overall success/failureRoger Dingledine
2009-06-30the third piece of bug 969 fixingRoger Dingledine
2009-06-03Fix gprof bottlenecks on exit nodes found by Jacob.Nick Mathewson
2009-05-27Spell-check Tor.Nick Mathewson
2009-05-04Update copyright to 2009.Karsten Loesing
2009-01-22Support 64-bit time_t. Patch from Matthias Drochner. Partial backport candid...Nick Mathewson
2009-01-21Make sure that even in the weird fiddly paths that lead to init_keys,Nick Mathewson
2009-01-04Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson
2008-12-24Checkpoint my big bug-891 patch.Nick Mathewson
2008-12-23Document most undocumented variables.Nick Mathewson
2008-12-22Add DOCDOC entries for undocumented static and global variables.Nick Mathewson
2008-12-22Fix most DOCDOCs remaining and/or added by redox.Nick Mathewson
2008-12-22Add DOCDOC comments for all undocumented functions. Add missing *s to other ...Nick Mathewson
2008-12-18Why were we using gettimeofday() in second_elapsed_callback? We were only ev...Nick Mathewson
2008-12-18Replace calls to time(NULL) that occur on the order of once per read, one per...Nick Mathewson
2008-12-18Remove fixed xxx020s; downgrade unfixed ones.Nick Mathewson
2008-12-18Call release_lockfile() before exiting.Nick Mathewson
2008-12-17Remove RedirectExit feature; it has been deprecated since 0.2.0.3-alphaNick Mathewson
2008-12-17Rename ServerDNSAllowBrokenResolvConf to ServerDNSAllowBrokenConfig.Nick Mathewson
2008-12-17Move edge-only flags from connection_t to edge_connection_t.Nick Mathewson
2008-12-17Rename or_is_obsolete and move it to or_connection_t where it belongs.Nick Mathewson
2008-12-11Avoid multiple descriptor-fetch connections to authorities. Fixes bug 366.Nick Mathewson
2008-12-11Fix wide line in main.cNick Mathewson
2008-12-10Add new internal-use-only option for controllers to use to prevent SIGHUP fro...Nick Mathewson
2008-12-10Bug 691 fix: do not shutdown Tor servers right away if the network is down.Nick Mathewson
2008-12-07Directory mirrors no longer fetch the v1 directory orRoger Dingledine
2008-12-07Add comment clarifying OpenSSL usage.Jacob Appelbaum
2008-11-29clean up some log messagesRoger Dingledine
2008-11-21prepare_for_poll() -- plus its mysterious cousin, prepare_for_pool() --Roger Dingledine
2008-11-10Document a couple of functions.Nick Mathewson
2008-11-10beg nick for some documentation on the locking functionsRoger Dingledine
2008-09-25Whitespace fixes.Nick Mathewson
2008-09-25Remove now-needless _tor_dmalloc_free helper.Nick Mathewson
2008-09-09Refactor unit test macros and tor_free_all() logic a bit so as to make it eas...Nick Mathewson
2008-09-09minor cleanups on karsten's patchRoger Dingledine
2008-09-09karsten's patch for bug 767.Roger Dingledine