aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* partial changelog for 0.2.2.15-alphaRoger Dingledine2010-07-21
* whitespace fixRoger Dingledine2010-07-21
* Add missing changes file for d461799f0Nick Mathewson2010-07-21
* naked constants are badRoger Dingledine2010-07-20
* Merge branch 'bug1699'Nick Mathewson2010-07-19
|\
| * 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
* fetching a directory on sighup is years out of dateRoger Dingledine2010-07-14
* No dirport should mean no hsdir flag (bug 1693)Roger Dingledine2010-07-14
* 0.2.2.14-alpha blurbRoger Dingledine2010-07-13
* bump to 0.2.2.14-alpha-devRoger Dingledine2010-07-13
* bump to 0.2.2.14-alphaRoger Dingledine2010-07-12
* guh. 'git commit' did not do what i expect.Roger Dingledine2010-07-12
* i'm going to tag 0.2.2.14-alpha tonightRoger Dingledine2010-07-12
* Rename log.h to torlog.hNick Mathewson2010-07-09
* fold in the latest changesRoger Dingledine2010-07-09
* Remove TODO items that are either done or moved to the trackerNick Mathewson2010-07-06
* 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
| * | Update changelog.Mike Perry2010-06-09
| * | Keep circuits open until the greater of 95th CDF percentile or 60s.Mike Perry2010-06-09
| * | Update spec with new right-censored pareto estimators.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
| * | Add changelog for this branch.Mike Perry2010-05-10