summaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
AgeCommit message (Expand)Author
2010-08-15Make Sebastian's bug1831 branch build with --enable-gcc-warningsNick Mathewson
2010-08-16Fix misplaced labelsSebastian Hahn
2010-08-16Refactor circuit_build_times_parse_stateSebastian Hahn
2010-08-16Fix a memory leak in circuit_build_times_parse_stateSebastian Hahn
2010-07-27Create routerparse.hSebastian Hahn
2010-07-27Create rephist.hSebastian Hahn
2010-07-27Create relay.hSebastian Hahn
2010-07-27Create policies.hSebastian Hahn
2010-07-27Create onion.hSebastian Hahn
2010-07-27Create networkstatus.hSebastian Hahn
2010-07-27Create main.hSebastian Hahn
2010-07-27Create directory.hSebastian Hahn
2010-07-27Create control.hSebastian Hahn
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 circuituse.hSebastian Hahn
2010-07-27Create circuitlist.hSebastian Hahn
2010-07-27Create circuitbuild.hSebastian Hahn
2010-07-27Create routerlist.hSebastian Hahn
2010-07-27Create router.hSebastian Hahn
2010-07-21mike needs DEFAULT_ROUTE_LEN in other filesRoger Dingledine
2010-07-20naked constants are badRoger Dingledine
2010-07-18Make the controller act more usefully when GETINFO failsNick Mathewson
2010-07-06More gracefully handle corrupt state files.Mike Perry
2010-07-06Fix unittest failure in bug 1660.Mike Perry
2010-06-29Fix bugs with assuming time_t can be implicitly cast to longNick Mathewson
2010-06-29Merge remote branch 'public/rand_double2'Nick Mathewson
2010-06-29Merge remote branch 'mikeperry/cbt-bugfixes3'Nick Mathewson
2010-06-25Make cbt_generate_sample use crypto_rand_double()Nick Mathewson
2010-06-15Add CLOSE_MS and CLOSE_RATE keywords to buildtimeout event.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-09Improve log message about large timeouts and fix some typos.Mike Perry
2010-06-03Let bridge users use the non-primary address of a multi-homed bridgeRoger Dingledine
2010-05-20Don't use "try" as an identifiervalerino
2010-05-12Fix CBT unit tests.Mike Perry
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-10Bug 1245: Ignore negative and large timeouts.Mike Perry
2010-05-10Bump timeout calculation message to notice when timeout changes.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