aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
Commit message (Expand)AuthorAge
* Remove checks for array existence. (CID 410..415)Nick Mathewson2009-10-26
* fix compile on windowsRoger Dingledine2009-10-11
* Fix a memleak when throwing away some build timesSebastian Hahn2009-10-10
* Tweak an assert that shouldn't fire either way.Mike Perry2009-10-07
* Tweak values for when to discard all of our history.Mike Perry2009-10-07
* Remove another overzealous assert.Mike Perry2009-10-07
* try to stem the 'sea of fail'Roger Dingledine2009-10-01
* Ignore one-hop circuits for circuit timeout calcRoger Dingledine2009-10-01
* Fix 1108: Handle corrupt or large build times state.Mike Perry2009-09-29
* Fix memory leakSebastian Hahn2009-09-27
* Fix Bug 1103.Mike Perry2009-09-21
* Change the condition on the nonlive timeout counting.Mike Perry2009-09-20
* 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
* Fix compile on freebsdSebastian Hahn2009-09-18
* give proposal 151 a changelog and other touchupsRoger Dingledine2009-09-17
* 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
* 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
* 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 commit 'origin/maint-0.2.1'Nick Mathewson2009-09-15
|\
| * make some bug 1090 warnings go awaySebastian Hahn2009-09-16
* | some cleanups:Sebastian Hahn2009-09-15
* | Read "circwindow=x" from the consensus and use itRoger Dingledine2009-09-15
* | Merge branch 'maint-0.2.1'Roger Dingledine2009-08-31
|\|
| * Only send reachability status events on overall success/failureRoger Dingledine2009-08-31
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-05-31
|\|
| * Do not report a node as a "chosen exit" when it is not in fact an exit.Nick Mathewson2009-05-31