summaryrefslogtreecommitdiff
path: root/src/or/or.h
AgeCommit message (Expand)Author
2010-07-09Rename log.h to torlog.hNick Mathewson
2010-07-06Fix unittest failure in bug 1660.Mike Perry
2010-06-29Merge remote branch 'mikeperry/cbt-bugfixes3'Nick Mathewson
2010-06-15Add CLOSE_MS and CLOSE_RATE keywords to buildtimeout event.Mike Perry
2010-06-15Be more proactive about closing unused circuits.Mike Perry
2010-06-15Split the circuit timeout and close codepaths.Mike Perry
2010-06-15Fix initialization and reset issues with close_ms.Mike Perry
2010-06-09Keep circuits open until the greater of 95th CDF percentile or 60s.Mike Perry
2010-06-09Make the Xm mode selection a consensus parameter.Mike Perry
2010-06-09Add timeout count state variable.Mike Perry
2010-06-09Remove synthetic timeout code in favor of better Pareto model.Mike Perry
2010-06-09Arma hates (\d+). Remove mine and some others.Mike Perry
2010-06-07Add option to not warn when getting an IP instead of hostnameSebastian Hahn
2010-06-03Let bridge users use the non-primary address of a multi-homed bridgeRoger Dingledine
2010-05-24Port Tor to work on Windows CEvalerino
2010-05-10Fix comments from Sebastian + Nick's code review.Mike Perry
2010-05-10Bug 1296: Add option+logic to disable CBT learning.Mike Perry
2010-05-10Bug 1357: Store the suspended timeout value to resume.Mike Perry
2010-05-10Add consensus parameter for max synthetic quantile.Mike Perry
2010-05-10Add a TIMEOUT_RATE keyword to buildtimeout event.Mike Perry
2010-05-10Bug 1335: Implement filtering step to remove+prevent high timeouts.Mike Perry
2010-05-10Bug 1335: Alter Xm calculation to be weighted avg of top N=3 modes.Mike Perry
2010-04-23Merge branch 'maint-0.2.1'Roger Dingledine
2010-04-23finally get rid of "clique mode"Roger Dingledine
2010-04-23close idle dir-fetch circs earlyRoger Dingledine
2010-04-21finally get rid of "clique mode"Roger Dingledine
2010-04-21stop authority reachability check on startupRoger Dingledine
2010-04-21immediate reachability check for new relaysRoger Dingledine
2010-04-20fetch unknown descriptors if we see them in a voteRoger Dingledine
2010-04-19Move the declaration of bandwidth_rate_rule_to_stringNick Mathewson
2010-04-12Log bandwidth_weight_rule_t as a string, not an integer.Nick Mathewson
2010-03-10let people test the RefuseUnknownExits ideaRoger Dingledine
2010-02-27Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-02-27Update Tor Project copyright yearsNick Mathewson
2010-02-27Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-02-27Properly handle non-terminated stringsSebastian Hahn
2010-02-22Implement bw weighting selection algorithm.Mike Perry
2010-02-22Add parsing+verification for bw weight values.Mike Perry
2010-02-22Perform calculation of consensus bandwidth weights.Mike Perry
2010-02-18Move CBT params into consensus.Mike Perry
2010-02-18Add BUILDTIMEOUT_SET event for CBT stress testing.Mike Perry
2010-01-26Fix a memory corruption bug while collecting bridge statsKarsten Loesing
2009-12-29add config options to override.Roger Dingledine
2009-12-29add separate per-conn write limitingRoger Dingledine
2009-12-25Remove some old, commented out codeSebastian Hahn
2009-12-21fix compileRoger Dingledine
2009-12-21Be more willing to use an unsuitable circuit for exit.Roger Dingledine
2009-12-21Make EntryNodes config option much more aggressive.Roger Dingledine
2009-12-21Switch to a StrictNodes config option.Roger Dingledine
2009-12-19fix some typosRoger Dingledine