summaryrefslogtreecommitdiff
path: root/src/or/main.c
AgeCommit message (Expand)Author
2010-05-24moved wince related includes and defs to compat.h where possible, removed unu...valerino
2010-05-24Port Tor to work on Windows CEvalerino
2010-04-23Merge branch 'maint-0.2.1'Roger Dingledine
2010-04-23close idle tls conns earlyRoger Dingledine
2010-04-23Merge branch 'maint-0.2.1'Roger Dingledine
2010-04-23finally get rid of "clique mode"Roger Dingledine
2010-04-23close idle dir-fetch circs earlyRoger Dingledine
2010-04-21finally get rid of "clique mode"Roger Dingledine
2010-04-21stop authority reachability check on startupRoger Dingledine
2010-02-27Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-02-27Update Tor Project copyright yearsNick Mathewson
2009-12-25Remove some old, commented out codeSebastian Hahn
2009-12-18Merge commit 'karsten/fix-bridge-stats-master-4'Nick Mathewson
2009-12-17Fix bridge statistics.Karsten Loesing
2009-12-17Remove v0 hidden service statistics code.Karsten Loesing
2009-12-15Merge branch 'safelogging2'Nick Mathewson
2009-12-15Refactor the safe_str_*() API to make more sense.Nick Mathewson
2009-12-12Now that FOO_free(NULL) always works, remove checks before calling it.Nick Mathewson
2009-12-12Allow SafeLogging to exclude client related informationSebastian Hahn
2009-10-26Clarification to suppress Coverity CID 405.Nick Mathewson
2009-10-18Fix various bugs in microdescriptor caching.Nick Mathewson
2009-09-24Fix a couple of smaller issues with gathering statistics.Karsten Loesing
2009-09-01Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-09-01Fix compile warnings on Snow LeopardSebastian Hahn
2009-08-31Merge branch 'maint-0.2.1'Roger Dingledine
2009-08-31Only send reachability status events on overall success/failureRoger Dingledine
2009-08-26Merge commit 'karsten/proposal-166-impl-master'Nick Mathewson
2009-08-20Survive unparseable cached cert fileRoger Dingledine
2009-08-19Some final (?) cleanups of proposal 166 implementation.Karsten Loesing
2009-08-19Write all statistics to disk exactly every 24 hours.Karsten Loesing
2009-08-17Remove ./configure option for cell statistics.Karsten Loesing
2009-07-05If configured, write cell statistics to disk periodically.Karsten Loesing
2009-06-30Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-06-30the third piece of bug 969 fixingRoger Dingledine
2009-06-12Isolate Libevent API dependency to just main.c and dns.c in src/or.Nick Mathewson
2009-06-12Make Tor compile with Libevent 1.0 again.Nick Mathewson
2009-06-12Update Tor to use Libevent 2.0 APIs when available.Nick Mathewson
2009-06-04Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-06-03Fix gprof bottlenecks on exit nodes found by Jacob.Nick Mathewson
2009-05-31Merge branch 'hardware_accel_improvements'Nick Mathewson
2009-05-27Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-05-27Spell-check Tor.Nick Mathewson
2009-05-27Change the way how directories that are configured with --enable-geoip-stats ...Karsten Loesing
2009-05-24fix a commentRoger Dingledine
2009-05-23Add support for dynamic OpenSSL hardware crypto acceleration engines.Martin Peck
2009-05-22Log the number and size of DNS cache entries on SIGUSR1.Jacob Appelbaum
2009-05-04Update copyright to 2009.Karsten Loesing
2009-05-02Update 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