aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
Commit message (Expand)AuthorAge
* Make Sebastian's bug1831 branch build with --enable-gcc-warningsNick Mathewson2010-08-15
* Fix misplaced labelsSebastian Hahn2010-08-16
* Refactor circuit_build_times_parse_stateSebastian Hahn2010-08-16
* Fix a memory leak in circuit_build_times_parse_stateSebastian Hahn2010-08-16
* Create routerparse.hSebastian Hahn2010-07-27
* Create rephist.hSebastian Hahn2010-07-27
* Create relay.hSebastian Hahn2010-07-27
* Create policies.hSebastian Hahn2010-07-27
* Create onion.hSebastian Hahn2010-07-27
* Create networkstatus.hSebastian Hahn2010-07-27
* Create main.hSebastian Hahn2010-07-27
* Create directory.hSebastian Hahn2010-07-27
* Create control.hSebastian Hahn2010-07-27
* Create connection_or.hSebastian Hahn2010-07-27
* Create connection_edge.hSebastian Hahn2010-07-27
* Create connection.hSebastian Hahn2010-07-27
* Create config.hSebastian Hahn2010-07-27
* Create circuituse.hSebastian Hahn2010-07-27
* Create circuitlist.hSebastian Hahn2010-07-27
* Create circuitbuild.hSebastian Hahn2010-07-27
* Create routerlist.hSebastian Hahn2010-07-27
* Create router.hSebastian Hahn2010-07-27
* mike needs DEFAULT_ROUTE_LEN in other filesRoger Dingledine2010-07-21
* naked constants are badRoger Dingledine2010-07-20
* Make the controller act more usefully when GETINFO failsNick Mathewson2010-07-18
* More gracefully handle corrupt state files.Mike Perry2010-07-06
* Fix unittest failure in bug 1660.Mike Perry2010-07-06
* Fix bugs with assuming time_t can be implicitly cast to longNick Mathewson2010-06-29
* Merge remote branch 'public/rand_double2'Nick Mathewson2010-06-29
|\
| * Make cbt_generate_sample use crypto_rand_double()Nick Mathewson2010-06-25
* | Merge remote branch 'mikeperry/cbt-bugfixes3'Nick Mathewson2010-06-29
|\ \ | |/ |/|
| * Add CLOSE_MS and CLOSE_RATE keywords to buildtimeout event.Mike Perry2010-06-15
| * Split the circuit timeout and close codepaths.Mike Perry2010-06-15
| * Fix initialization and reset issues with close_ms.Mike Perry2010-06-15
| * Keep circuits open until the greater of 95th CDF percentile or 60s.Mike Perry2010-06-09
| * Make the Xm mode selection a consensus parameter.Mike Perry2010-06-09
| * Add timeout count state variable.Mike Perry2010-06-09
| * Remove synthetic timeout code in favor of better Pareto model.Mike Perry2010-06-09
| * Improve log message about large timeouts and fix some typos.Mike Perry2010-06-09
| * Fix CBT unit tests.Mike Perry2010-05-12
| * Fix comments from Sebastian + Nick's code review.Mike Perry2010-05-10
| * Bug 1296: Add option+logic to disable CBT learning.Mike Perry2010-05-10
| * Bug 1357: Store the suspended timeout value to resume.Mike Perry2010-05-10
| * Bug 1245: Ignore negative and large timeouts.Mike Perry2010-05-10
| * Bump timeout calculation message to notice when timeout changes.Mike Perry2010-05-10
| * Add consensus parameter for max synthetic quantile.Mike Perry2010-05-10
| * Add a TIMEOUT_RATE keyword to buildtimeout event.Mike Perry2010-05-10
| * Bug 1335: Implement filtering step to remove+prevent high timeouts.Mike Perry2010-05-10
| * Bug 1335: Alter Xm calculation to be weighted avg of top N=3 modes.Mike Perry2010-05-10
* | Let bridge users use the non-primary address of a multi-homed bridgeRoger Dingledine2010-06-03