aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
AgeCommit message (Expand)Author
2009-10-11fix compile on windowstor-0.2.2.5-alphaRoger Dingledine
2009-10-10Fix a memleak when throwing away some build timesSebastian Hahn
2009-10-07Tweak an assert that shouldn't fire either way.Mike Perry
2009-10-07Tweak values for when to discard all of our history.Mike Perry
2009-10-07Remove another overzealous assert.Mike Perry
2009-10-01try to stem the 'sea of fail'Roger Dingledine
2009-10-01Ignore one-hop circuits for circuit timeout calcRoger Dingledine
2009-09-29Fix 1108: Handle corrupt or large build times state.Mike Perry
2009-09-27Fix memory leakSebastian Hahn
2009-09-21Fix Bug 1103.Mike Perry
2009-09-20Change the condition on the nonlive timeout counting.Mike Perry
2009-09-20Fix typos and comments, plus two bugsRoger Dingledine
2009-09-20Implement and document new network liveness algorithm.Mike Perry
2009-09-20Fix some precision-related asserts in unit tests.Mike Perry
2009-09-18Fix compile on freebsdSebastian Hahn
2009-09-17give proposal 151 a changelog and other touchupsRoger Dingledine
2009-09-16Clarify use of magic number 0.98 with #define.Mike Perry
2009-09-16Fix unit tests and compile issues on Snow LeopardSebastian Hahn
2009-09-16Change liveness value to be a function of the timeout.Mike Perry
2009-09-16Add log message so we have accurate build time values.Mike Perry
2009-09-16Address nickm's issues from his review #1.Mike Perry
2009-09-16Move circuitbuildtimeout config check.Mike Perry
2009-09-16Time for some debugging by asserts.Mike Perry
2009-09-16Fix bugs relating to not counting timeouts as circuit builds.Mike Perry
2009-09-16Document functions and constants.Mike Perry
2009-09-16Remove an assert.Mike Perry
2009-09-16Fix issues found by arma in review.Mike Perry
2009-09-16space/indent cleanups, plus point out three bugsRoger Dingledine
2009-09-16Woops. Fix a couple memory leaks.Mike Perry
2009-09-16Remove trailing spaces. As if bytes were free...Karsten Loesing
2009-09-16Resolve mode ties in favor of the higher (slower) mode.Mike Perry
2009-09-16More detail for some log msgs.Mike Perry
2009-09-16Use our variable directly for timeout.Mike Perry
2009-09-16Fix a couple of assert bugs.Mike Perry
2009-09-16Fix timeout edge case when we get enough samples.Mike Perry
2009-09-16Fix the math.h log() conflict.Mike Perry
2009-09-16Recover from changing network connections.Mike Perry
2009-09-16Factor out the pretimeout handling code.Mike Perry
2009-09-16Write unit tests and fix issues they uncovered.Mike Perry
2009-09-16Implement the pareto fitting and timeout calculating bits.Mike Perry
2009-09-16Clean up Fallon's partially complete GSoC project.Mike Perry
2009-09-15Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-09-16make some bug 1090 warnings go awaySebastian Hahn
2009-09-15some cleanups:Sebastian Hahn
2009-09-15Read "circwindow=x" from the consensus and use itRoger Dingledine
2009-08-31Merge branch 'maint-0.2.1'Roger Dingledine
2009-08-31Only send reachability status events on overall success/failureRoger Dingledine
2009-05-31Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-05-31Do not report a node as a "chosen exit" when it is not in fact an exit.Nick Mathewson
2009-05-27Merge commit 'origin/maint-0.2.1'Nick Mathewson