Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Separate the flags for logging use bias.•••I think we want both sets of messages to appear independently to help us know what needs tuning. | Mike Perry | 2013-02-07 |
* | Implement Path use bias accounting.•••Path use bias measures how often we can actually succeed using the circuits we actually try to use. It is a subset of path bias accounting, but it is computed as a separate statistic because the rate of client circuit use may vary depending on use case. | Mike Perry | 2013-01-18 |
* | Update the copyright date to 201. | Nick Mathewson | 2013-01-16 |
* | Merge remote-tracking branch 'mikeperry/209-path-bias-changes' | Nick Mathewson | 2012-12-25 |
|\ | |||
| * | Space fixes. | Mike Perry | 2012-12-09 |
| * | Fix a rather serious use-count state bug.•••We need to use the success count or the use count depending on the consensus parameter. | Mike Perry | 2012-12-09 |
| * | Convert to doubles for all pathbias state.•••Let's hope this solves the rounding error issue.. | Mike Perry | 2012-12-09 |
| * | Also shorten circuit_successes to circ_successes.•••For consistency and great justice. Ok, mostly consistency. | Mike Perry | 2012-12-09 |
| * | Rename first_hop to circ_attempt.•••Since we've generalized what we can count from (first or second hop), we should generalize the variable and constant naming too. | Mike Perry | 2012-12-09 |
| * | Move a pathbias function that depends on entryguard_t. | Mike Perry | 2012-12-07 |
| * | Prop 209: Add path bias counts for timeouts and other mechanisms.•••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. | Mike Perry | 2012-12-07 |
| * | Update with code review changes from Nick. | Mike Perry | 2012-12-07 |
| * | Fix spaces. | Mike Perry | 2012-12-07 |
| * | Add log message checks for different rates.•••May want to squash this forward or back.. | Mike Perry | 2012-12-07 |
| * | Add the ability to count circuit timeouts for guards.•••This is purely for informational reasons for debugging. | Mike Perry | 2012-12-07 |
* | | Directory guard implementation.•••Implements proposal 207; ticket 6526. | Nick Mathewson | 2012-12-25 |
* | | Remember which of our guards are directory caches | Nick Mathewson | 2012-12-25 |
|/ | |||
* | Bug 3443: Don't count ORconn setup in circuit build time.•••Also, add a hack Roger suggested where we're more patient if no circuits are opened yet. | Mike Perry | 2012-12-07 |
* | Split code for entry guards and bridges into a new module. | Nick Mathewson | 2012-10-15 |