aboutsummaryrefslogtreecommitdiff
path: root/src/or/main.c
Commit message (Expand)AuthorAge
* Create buffers.hSebastian Hahn2010-07-27
* Create rendservice.hSebastian Hahn2010-07-27
* Create rendclient.hSebastian Hahn2010-07-27
* Create rendcommon.hSebastian Hahn2010-07-27
* Create routerlist.hSebastian Hahn2010-07-27
* Create router.hSebastian Hahn2010-07-27
* Create geoip.hSebastian Hahn2010-07-27
* Split headers for dnsserv.c functions out of or.hSebastian Hahn2010-07-27
* Use Libevent 2.0's periodic timers where available.Nick Mathewson2010-06-25
* moved wince related includes and defs to compat.h where possible, removed unu...valerino2010-05-24
* Port Tor to work on Windows CEvalerino2010-05-24
* Merge branch 'maint-0.2.1'Roger Dingledine2010-04-23
|\
| * close idle tls conns earlyRoger Dingledine2010-04-23
* | Merge branch 'maint-0.2.1'Roger Dingledine2010-04-23
|\|
| * finally get rid of "clique mode"Roger Dingledine2010-04-23
| * close idle dir-fetch circs earlyRoger Dingledine2010-04-23
* | finally get rid of "clique mode"Roger Dingledine2010-04-21
* | stop authority reachability check on startupRoger Dingledine2010-04-21
* | 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