Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | Merge remote-tracking branch 'mikeperry/209-path-bias-changes' | Nick Mathewson | 2012-12-25 | |
|\ \ | ||||
| * | | Nick's Code review #3 part 2. | Mike Perry | 2012-12-18 | |
| | | | ||||
| * | | Changes from Nick's code review 'part 1' | Mike Perry | 2012-12-18 | |
| | | | | | | | | | | | | I think this is actually his third code review of this branch so far. | |||
| * | | Space fixes. | Mike Perry | 2012-12-09 | |
| | | | ||||
| * | | Fix a rather serious use-count state bug. | Mike Perry | 2012-12-09 | |
| | | | | | | | | | | | | | | | We need to use the success count or the use count depending on the consensus parameter. | |||
| * | | Convert to doubles for all pathbias state. | Mike Perry | 2012-12-09 | |
| | | | | | | | | | | | | Let's hope this solves the rounding error issue.. | |||
| * | | Also shorten circuit_successes to circ_successes. | Mike Perry | 2012-12-09 | |
| | | | | | | | | | | | | | | | | | | For consistency and great justice. Ok, mostly consistency. | |||
| * | | Rename first_hop to circ_attempt. | Mike Perry | 2012-12-09 | |
| | | | | | | | | | | | | | | | Since we've generalized what we can count from (first or second hop), we should generalize the variable and constant naming too. | |||
| * | | Prop 209: Add path bias counts for timeouts and other mechanisms. | Mike Perry | 2012-12-07 | |
| | | | | | | | | | | | | | | | | | | | | | Turns out there's more than one way to block a tagged circuit. This seems to successfully handle all of the normal exit circuits. Hidden services need additional tweaks, still. | |||
| * | | Update with code review changes from Nick. | Mike Perry | 2012-12-07 | |
| | | | ||||
| * | | Update pathbias parameters to match Proposal 209. | Mike Perry | 2012-12-07 | |
| | | | | | | | | | | | | Needs manpage update and testing still.. | |||
| * | | Add the ability to count circuit timeouts for guards. | Mike Perry | 2012-12-07 | |
| | | | | | | | | | | | | This is purely for informational reasons for debugging. | |||
* | | | Add configuration options for directory guards | Nick Mathewson | 2012-12-25 | |
| | | | | | | | | | | | | | | | In addition to all the other ways to make directory gurads not go, you can now set UseEntryGuardsAsDirGuards to 0. | |||
* | | | Directory guard implementation. | Nick Mathewson | 2012-12-25 | |
| | | | | | | | | | | | | Implements proposal 207; ticket 6526. | |||
* | | | Remember which of our guards are directory caches | Nick Mathewson | 2012-12-25 | |
|/ / | ||||
* / | Bug 3443: Don't count ORconn setup in circuit build time. | Mike Perry | 2012-12-07 | |
|/ | | | | | Also, add a hack Roger suggested where we're more patient if no circuits are opened yet. | |||
* | Fix more madness from the split_circuitbuild merge | Nick Mathewson | 2012-10-22 | |
| | ||||
* | Split code for entry guards and bridges into a new module. | Nick Mathewson | 2012-10-15 | |