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