aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
Commit message (Expand)AuthorAge
* More debugging code for node_t branchNick Mathewson2010-10-01
* Initial conversion to use node_t throughout our codebase.Nick Mathewson2010-10-01
* Try to make most routerstatus_t interfaces constNick Mathewson2010-10-01
* Try to make most routerinfo_t interfaces constNick Mathewson2010-10-01
* Merge branch 'bug1772' into maint-0.2.2Roger Dingledine2010-09-29
|\
| * fix two castsRoger Dingledine2010-09-29
| * Comment network liveness and change detection behavior.Mike Perry2010-09-29
| * refactor and recomment; no actual changesRoger Dingledine2010-09-29
| * Cap the circuit build timeout to the max time we've seen.Mike Perry2010-09-29
| * Do away with the complexity of the network liveness detection.Mike Perry2010-09-29
| * Fix state checks on liveness handling.Mike Perry2010-09-29
| * Fix non-live condition checks.Mike Perry2010-09-29
* | Merge commit 'mikeperry/bug1740' into maint-0.2.2Roger Dingledine2010-09-29
|\|
| * Only count timeout data for 3 hop circuits.Mike Perry2010-09-29
* | improve code comments, based on comments from nickRoger Dingledine2010-09-28
* | handle ugly edge case in retrying entrynodesRoger Dingledine2010-09-28
* | Actually notice when our last entrynode goes downRoger Dingledine2010-09-28
* | optimistically retry EntryNodes on socks requestRoger Dingledine2010-09-28
* | remove a redundant assertRoger Dingledine2010-09-28
* | refactor; no actual changesRoger Dingledine2010-09-28
* | Merge branch 'maint-0.2.1' into maint-0.2.2Roger Dingledine2010-09-28
|\ \ | |/ |/|
| * actually retry bridges when your network goes awayRoger Dingledine2010-09-28
* | Rename has_completed_circuit to can_complete_circuitNick Mathewson2010-09-22
* | A start at a patch for bug 1943 (alignment issues)Roger Dingledine2010-09-20
* | I hear we are close to a release. Clean up the whitespace.Nick Mathewson2010-09-16
* | Fix behavior of adding a cell to a blocked queue.Nick Mathewson2010-09-02
* | 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