summaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
AgeCommit message (Expand)Author
2010-12-15Merge remote branch fix_security_bug_021 into fix_security_bug_022Nick Mathewson
2010-12-15Make payloads into uint8_t.Nick Mathewson
2010-09-29Merge branch 'bug1772' into maint-0.2.2Roger Dingledine
2010-09-29fix two castsRoger Dingledine
2010-09-29Comment network liveness and change detection behavior.Mike Perry
2010-09-29refactor and recomment; no actual changesRoger Dingledine
2010-09-29Merge commit 'mikeperry/bug1740' into maint-0.2.2Roger Dingledine
2010-09-29Cap the circuit build timeout to the max time we've seen.Mike Perry
2010-09-29Do away with the complexity of the network liveness detection.Mike Perry
2010-09-29Fix state checks on liveness handling.Mike Perry
2010-09-29Fix non-live condition checks.Mike Perry
2010-09-29Only count timeout data for 3 hop circuits.Mike Perry
2010-09-28improve code comments, based on comments from nickRoger Dingledine
2010-09-28handle ugly edge case in retrying entrynodesRoger Dingledine
2010-09-28Actually notice when our last entrynode goes downRoger Dingledine
2010-09-28optimistically retry EntryNodes on socks requestRoger Dingledine
2010-09-28remove a redundant assertRoger Dingledine
2010-09-28refactor; no actual changesRoger Dingledine
2010-09-28Merge branch 'maint-0.2.1' into maint-0.2.2Roger Dingledine
2010-09-28actually retry bridges when your network goes awayRoger Dingledine
2010-09-22Rename has_completed_circuit to can_complete_circuitNick Mathewson
2010-09-20A start at a patch for bug 1943 (alignment issues)Roger Dingledine
2010-09-16I hear we are close to a release. Clean up the whitespace.Nick Mathewson
2010-09-02Fix behavior of adding a cell to a blocked queue.Nick Mathewson
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