summaryrefslogtreecommitdiff
path: root/src/or/or.h
AgeCommit message (Expand)Author
2010-07-27Create connection_or.hSebastian Hahn
2010-07-27Create connection_edge.hSebastian Hahn
2010-07-27Create connection.hSebastian Hahn
2010-07-27Create config.hSebastian Hahn
2010-07-27Create command.hSebastian Hahn
2010-07-27Create circuituse.hSebastian Hahn
2010-07-27Create circuitlist.hSebastian Hahn
2010-07-27Create circuitbuild.hSebastian Hahn
2010-07-27Create buffers.hSebastian Hahn
2010-07-27Create rendservice.hSebastian Hahn
2010-07-27Create rendclient.hSebastian Hahn
2010-07-27Create rendcommon.hSebastian Hahn
2010-07-27Create routerlist.hSebastian Hahn
2010-07-27Create router.hSebastian Hahn
2010-07-27Create geoip.hSebastian Hahn
2010-07-27Split headers for dnsserv.c functions out of or.hSebastian Hahn
2010-07-21mike needs DEFAULT_ROUTE_LEN in other filesRoger Dingledine
2010-07-18Make the controller act more usefully when GETINFO failsNick Mathewson
2010-07-14Alter how guard flags are chosen.Mike Perry
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