summaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
AgeCommit message (Expand)Author
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
2009-05-27Spell-check Tor.Nick Mathewson
2009-05-25Remove support for events without the extended format or long names.Nick Mathewson
2009-05-04Update copyright to 2009.Karsten Loesing
2009-05-02Update copyright to 2009.Karsten Loesing
2009-04-11only log that at loglevel notice if there's a problem with theRoger Dingledine
2009-04-11Clients replace entry guards that were chosen more than a few monthsRoger Dingledine
2009-03-18If we have a routerstatus but no routerinfo to name a router, use the routers...Nick Mathewson
2009-03-09We were already rejecting relay begin cells with destination portRoger Dingledine
2009-02-21Patch from lark: if we get two extend cells for the same circuit id, drop the...Nick Mathewson
2009-02-04If we're using bridges and our network goes away, be more willingRoger Dingledine