summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2009-09-28Whitespace fixNick Mathewson
2009-09-28fix two comment bugs for load_stats_file()Roger Dingledine
2009-09-28Merge commit 'karsten/fix-another-stats-bug'Roger Dingledine
2009-09-28Fix some win32 compilation warningsNick Mathewson
2009-09-28Fix an issue with including stats in extra-info descriptors.Karsten Loesing
2009-09-27Make sure we can't overflow in connection_ap_handshake_send_resolveSebastian Hahn
2009-09-27Fix memory leakSebastian Hahn
2009-09-24Merge commit 'karsten/stats-fixes-master'Roger Dingledine
2009-09-24Fix a couple of smaller issues with gathering statistics.Karsten Loesing
2009-09-24Debugging logs for TLS handshakeNick Mathewson
2009-09-23downgrade a log notice at startupRoger Dingledine
2009-09-23Move testing code into new src/test directory.Nick Mathewson
2009-09-23Refactor unit tests to use the tinytest framework.Nick Mathewson
2009-09-22Be more robust to bad circwindow valuesRoger Dingledine
2009-09-21Merge commit 'mikeperry/circuittimeout-1103'Nick Mathewson
2009-09-21Fix Bug 1103.Mike Perry
2009-09-21downgrade a log severity, since this event has been knowntor-0.2.2.2-alphaRoger Dingledine
2009-09-20Merge branch 'maint-0.2.1'Roger Dingledine
2009-09-20Revert "Teach connection_ap_can_use_exit about Exclude*Nodes"Roger Dingledine
2009-09-20Fix build warnings on OSX 10.5.8Nick Mathewson
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-18disable the end of circuitbuildtimeout units testsRoger Dingledine
2009-09-18Fix compile on freebsdSebastian Hahn
2009-09-17Let our config abbreviations rewrite more than onceRoger Dingledine
2009-09-17a mish-mash of stuff in my sandboxRoger Dingledine
2009-09-17give proposal 151 a changelog and other touchupsRoger Dingledine
2009-09-17Choose early circuit idle timeout better.Roger Dingledine
2009-09-16Merge commit 'karsten/fix-1073' into maint-0.2.1Nick Mathewson
2009-09-16Merge commit 'mikeperry/circuitbuildtimeout-final'Roger Dingledine
2009-09-16Clarify use of magic number 0.98 with #define.Mike Perry
2009-09-16Merge branch 'maint-0.2.1'Roger Dingledine
2009-09-16Merge commit 'karsten/no-time-maint-0.2.1'Roger Dingledine
2009-09-16Merge commit 'sebastian/specconformance'Roger Dingledine
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