aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Implement policies for nodes (and for microdescriptors too)Nick Mathewson2010-10-01
* Fix a bug in smartlist_choose_node_by_bandwidthNick Mathewson2010-10-01
* Implement a few more node-based functionsNick Mathewson2010-10-01
* Implement node-based router family codeNick Mathewson2010-10-01
* Rename routerstatus_t.is_running to is_flagged_runningNick 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
* Implement a basic node and nodelist typeNick Mathewson2010-10-01
* Initialize fd values in tor_port_check_forwarding to -1Nick Mathewson2010-10-01
* Merge branch 'maint-0.2.2'Roger Dingledine2010-10-01
|\
| * fix commentRoger Dingledine2010-10-01
| * log when we guess our ip address, not just when we failRoger Dingledine2010-10-01
| * bump to 0.2.2.17-alpha-devRoger Dingledine2010-10-01
| * bump to 0.2.2.17-alphaRoger Dingledine2010-09-30
* | Merge branch 'tor-fw-squashed2'Nick Mathewson2010-09-30
|\ \
| * | Fix space and formatting issuesNick Mathewson2010-09-30
| * | #if-out the fw-helper code in util.c when building on windowsNick Mathewson2010-09-30
| * | Turn select() usage in tor-fw-helper into a function.Nick Mathewson2010-09-30
| * | Start tor-fw-helper in the background, and log whatever it outputsSteven Murdoch2010-09-30
| * | Changes to tor-fw-helper, some based on Nick's reviewJacob Appelbaum2010-09-30
| * | First implementation of tor-fw-helper.Jacob Appelbaum2010-09-30
* | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2010-09-30
|\ \ \ | |/ / |/| / | |/
| * Note an XXX about potential overflowSebastian Hahn2010-09-30
| * Use an upper and lower bound for bridge weightsSebastian Hahn2010-09-30
| * Fix check-spacesSebastian Hahn2010-09-30
* | Whitespace fixes on recent merges to master.Nick Mathewson2010-09-30
* | Merge branch 'maint-0.2.2'Roger Dingledine2010-09-30
|\|
| * Merge commit 'mikeperry/bug1772' into maint-0.2.2Roger Dingledine2010-09-30
| |\
| | * Nominaly lower the minimum timeout value to 1500.Mike Perry2010-09-29
| * | 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
| | * no measurement circs if not enough build timesRoger Dingledine2010-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 branch 'maint-0.2.2'Roger Dingledine2010-09-29
|\| |
| * | Merge commit 'mikeperry/bug1739' into maint-0.2.2Roger Dingledine2010-09-29
| |\|
| | * Send control port events for timeouts.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
* | | make c612ddee compile with old libeventsRoger Dingledine2010-09-29
* | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2010-09-29
|\| |
| * | even more commentRoger Dingledine2010-09-28
| * | 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