summaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
AgeCommit message (Expand)Author
2011-01-03Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-03Bump copyright statements to 2011Nick Mathewson
2010-12-19Merge branch 'maint-0.2.2'Roger Dingledine
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-11-11Merge remote branch 'public/refactor_pports'Nick Mathewson
2010-10-29Fix up comments in choose_good_entry_server. Spotted by Robert Ransom.Nick Mathewson
2010-10-15Make the predicted ports logic a little simpler.Nick Mathewson
2010-10-15Fold timestamp_created into highres_createdNick Mathewson
2010-10-15Remove "is this too slow?" XXXX comments for code not appearing in profilesNick Mathewson
2010-10-13Merge remote branch 'arma/bug1982_2'Nick Mathewson
2010-10-04Switch an && to an ||, stop a *NULL.Nick Mathewson
2010-10-01More debugging code for node_t branchNick Mathewson
2010-10-01Initial conversion to use node_t throughout our codebase.Nick Mathewson
2010-10-01Try to make most routerstatus_t interfaces constNick Mathewson
2010-10-01Try to make most routerinfo_t interfaces constNick 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-29allow countries and IP addresses in EntryNodesRoger Dingledine
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