aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix typos and comments, plus two bugsRoger Dingledine2009-09-20
* Implement and document new network liveness algorithm.Mike Perry2009-09-20
* Fix some precision-related asserts in unit tests.Mike Perry2009-09-20
* replace contrib/auto-naming with a readme saying where it wentRoger Dingledine2009-09-19
* clarify our rules for assigning the Named flagRoger Dingledine2009-09-18
* disable the end of circuitbuildtimeout units testsRoger Dingledine2009-09-18
* draw in a lot of 0.2.1.20 changelog items into 0.2.2.2-alphaRoger Dingledine2009-09-17
* Fix compile on freebsdSebastian Hahn2009-09-18
* Let our config abbreviations rewrite more than onceRoger Dingledine2009-09-17
* a mish-mash of stuff in my sandboxRoger Dingledine2009-09-17
* give proposal 151 a changelog and other touchupsRoger Dingledine2009-09-17
* Choose early circuit idle timeout better.Roger Dingledine2009-09-17
* Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-09-17
|\
| * Work around a memory leak in openssl 0.9.8g (and maybe others)Nick Mathewson2009-09-17
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-09-16
|\|
| * Merge commit 'karsten/fix-1073' into maint-0.2.1Nick Mathewson2009-09-16
| |\
| | * Reduce log level for bug case that we now know really exists.Karsten Loesing2009-09-01
| | * Avoid segfault when accessing hidden service.Karsten Loesing2009-08-29
* | | Merge commit 'mikeperry/circuitbuildtimeout-final'Roger Dingledine2009-09-16
|\ \ \
| * | | Clarify use of magic number 0.98 with #define.Mike Perry2009-09-16
| * | | Fix unit tests and compile issues on Snow LeopardSebastian Hahn2009-09-16
| * | | Change liveness value to be a function of the timeout.Mike Perry2009-09-16
| * | | Add log message so we have accurate build time values.Mike Perry2009-09-16
| * | | Address nickm's issues from his review #1.Mike Perry2009-09-16
| * | | Update proposal to match implementation.Mike Perry2009-09-16
| * | | Move circuitbuildtimeout config check.Mike Perry2009-09-16
| * | | Time for some debugging by asserts.Mike Perry2009-09-16
| * | | Fix bugs relating to not counting timeouts as circuit builds.Mike Perry2009-09-16
| * | | Document functions and constants.Mike Perry2009-09-16
| * | | Remove an assert.Mike Perry2009-09-16
| * | | Fix issues found by arma in review.Mike Perry2009-09-16
| * | | space/indent cleanups, plus point out three bugsRoger Dingledine2009-09-16
| * | | Woops. Fix a couple memory leaks.Mike Perry2009-09-16
| * | | Remove trailing spaces. As if bytes were free...Karsten Loesing2009-09-16
| * | | Resolve mode ties in favor of the higher (slower) mode.Mike Perry2009-09-16
| * | | More detail for some log msgs.Mike Perry2009-09-16
| * | | Use our variable directly for timeout.Mike Perry2009-09-16
| * | | Update proposal to bring it more in-line with implementation.Mike Perry2009-09-16
| * | | Fix a couple of assert bugs.Mike Perry2009-09-16
| * | | Fix timeout edge case when we get enough samples.Mike Perry2009-09-16
| * | | Fix the math.h log() conflict.Mike Perry2009-09-16
| * | | Recover from changing network connections.Mike Perry2009-09-16
| * | | Factor out the pretimeout handling code.Mike Perry2009-09-16
| * | | Write unit tests and fix issues they uncovered.Mike Perry2009-09-16
| * | | Implement the pareto fitting and timeout calculating bits.Mike Perry2009-09-16
| * | | Clean up Fallon's partially complete GSoC project.Mike Perry2009-09-16
* | | | Merge branch 'maint-0.2.1'Roger Dingledine2009-09-16
|\ \ \ \ | | |/ / | |/| |
| * | | Teach connection_ap_can_use_exit about Exclude*NodesSebastian Hahn2009-09-16
* | | | Merge commit 'karsten/no-time-maint-0.2.1'Roger Dingledine2009-09-16
|\ \ \ \
| * | | | Avoid calling time(NULL) too often.Karsten Loesing2009-09-03