aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Create connection_edge.hSebastian Hahn2010-07-27
* Create connection.hSebastian Hahn2010-07-27
* Create config.hSebastian Hahn2010-07-27
* Create command.hSebastian Hahn2010-07-27
* Create circuituse.hSebastian Hahn2010-07-27
* Create circuitlist.hSebastian Hahn2010-07-27
* Create circuitbuild.hSebastian Hahn2010-07-27
* 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
* whitespace fixSebastian Hahn2010-07-27
* Fix compilation with mingw and OpenSSL 0.9.8m+mingw-san2010-07-26
* Make sure we don't warn for libevent versions like 1.4.14b-stableSebastian Hahn2010-07-26
* mike needs DEFAULT_ROUTE_LEN in other filesRoger Dingledine2010-07-21
* whitespace fixRoger Dingledine2010-07-21
* naked constants are badRoger Dingledine2010-07-20
* Fix getinfo_helper_networkstatus to return 0 on question-not-knownNick Mathewson2010-07-18
* Make the controller act more usefully when GETINFO failsNick Mathewson2010-07-18
* Alter how guard flags are chosen.Mike Perry2010-07-14
* print right controller purpose string for measure-timeout circsRoger Dingledine2010-07-14
* No dirport should mean no hsdir flag (bug 1693)Roger Dingledine2010-07-14
* bump to 0.2.2.14-alpha-devRoger Dingledine2010-07-13
* bump to 0.2.2.14-alphaRoger Dingledine2010-07-12
* Rename log.h to torlog.hNick Mathewson2010-07-09
* More gracefully handle corrupt state files.Mike Perry2010-07-06
* Fix unittest failure in bug 1660.Mike Perry2010-07-06
* Make directory mirrors report non-zero dirreq-v[23]-shares again.Karsten Loesing2010-07-05
* Fix bugs with assuming time_t can be implicitly cast to longNick Mathewson2010-06-29
* Merge remote branch 'public/rand_double2'Nick Mathewson2010-06-29
|\
| * Make cbt_generate_sample use crypto_rand_double()Nick Mathewson2010-06-25
| * Add a function to return a double in range [0,1).Nick Mathewson2010-06-22
* | Merge remote branch 'mikeperry/cbt-bugfixes3'Nick Mathewson2010-06-29
|\ \
| * | Mention the purpose field for leaked circuits.Mike Perry2010-06-16
| * | Add CLOSE_MS and CLOSE_RATE keywords to buildtimeout event.Mike Perry2010-06-15
| * | Be more proactive about closing unused circuits.Mike Perry2010-06-15
| * | Split the circuit timeout and close codepaths.Mike Perry2010-06-15
| * | Fix initialization and reset issues with close_ms.Mike Perry2010-06-15
| * | Keep circuits open until the greater of 95th CDF percentile or 60s.Mike Perry2010-06-09
| * | Make the Xm mode selection a consensus parameter.Mike Perry2010-06-09
| * | Address some issues with unit tests.Mike Perry2010-06-09
| * | Add timeout count state variable.Mike Perry2010-06-09
| * | Remove synthetic timeout code in favor of better Pareto model.Mike Perry2010-06-09
| * | Arma hates (\d+). Remove mine and some others.Mike Perry2010-06-09
| * | Improve log message about large timeouts and fix some typos.Mike Perry2010-06-09
| * | Fix CBT unit tests.Mike Perry2010-05-12