Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | | Quick fix on 5956 for authorities | Nick Mathewson | 2013-02-04 | |
| |/ / / / / / / | ||||
* | | | | | | | | Merge branch 'bug8146_etc' | Nick Mathewson | 2013-02-04 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||
| * | | | | | | | When we mark a node as a sybil, mark it down and reset its uptime to 0 | Nick Mathewson | 2013-02-04 | |
| * | | | | | | | Ignore tiny bandwidths entirely when computing thresholds | Nick Mathewson | 2013-02-04 | |
| * | | | | | | | Increase the minimum value for the Fast flag to 4096. | Nick Mathewson | 2013-02-04 | |
| * | | | | | | | Refactor should-count-towards-thresholds test into new function | Nick Mathewson | 2013-02-04 | |
| * | | | | | | | When computing performance thresholds, ignore omitted-as-sybil nodes. | Nick Mathewson | 2013-02-04 | |
* | | | | | | | | Merge branch 'bug8153' | Nick Mathewson | 2013-02-04 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | Fix a warning when building with --disable-curve25519 | Nick Mathewson | 2013-02-04 | |
| * | | | | | | | | Fix compilation with --disable-curve25519 option | Nick Mathewson | 2013-02-04 | |
| |/ / / / / / / | ||||
* / / / / / / / | Reinstate some fixes/tweaks from 6e4a4002 | Nick Mathewson | 2013-02-04 | |
|/ / / / / / / | ||||
* | | | | | | | Whoops: evdns_log, not tor_log, in src/ext/eventdns.c | Nick Mathewson | 2013-02-04 | |
* | | | | | | | Merge remote-tracking branch 'public/feature7706' | Nick Mathewson | 2013-02-01 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | Document the ?? country code. | Nick Mathewson | 2013-01-30 | |
| * | | | | | | | When excluding nodes by country, exclude {??} and {A1} too | Nick Mathewson | 2013-01-17 | |
* | | | | | | | | Merge remote-tracking branch 'public/bug7708_023_v3_squashed' | Nick Mathewson | 2013-02-01 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | Clarify documentation of connection_finished_flushing | Nick Mathewson | 2013-02-01 | |
| * | | | | | | | | Fix serious breakage in connection_handle_write_impl | Nick Mathewson | 2013-02-01 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||
* | | | | | | | | Merge branch 'ticket8081_squashed' | Nick Mathewson | 2013-02-01 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | Fix a couple of warnings on the 8081 branch. | Nick Mathewson | 2013-02-01 | |
| * | | | | | | | | Add EntryGuardPathUseBias to state file keyword list. | Mike Perry | 2013-02-01 | |
| * | | | | | | | | Increment an informational counter for use failed state. | Mike Perry | 2013-02-01 | |
| * | | | | | | | | Rename and relocate the bw weight scale param getter. | Mike Perry | 2013-02-01 | |
| * | | | | | | | | Fix a log typo found by sysrqb. | Mike Perry | 2013-02-01 | |
| * | | | | | | | | Bounds-check path bias rate parameters. | Mike Perry | 2013-02-01 | |
| * | | | | | | | | Refactor code that rolls back the use state | Mike Perry | 2013-02-01 | |
| * | | | | | | | | Refactor and rename pathbias rate evaluation. | Mike Perry | 2013-02-01 | |
| * | | | | | | | | Refactor the scaling parameter fetching into a single function. | Mike Perry | 2013-02-01 | |
| * | | | | | | | | Mark entry guard state dirty everwhere the pathbias code touches it. | Mike Perry | 2013-02-01 | |
| * | | | | | | | | Add a tristate to guard against unexpected circ purpose transitions | Mike Perry | 2013-02-01 | |
| * | | | | | | | | Clarify state transition and related pathbias comments | Mike Perry | 2013-02-01 | |
|/ / / / / / / / | ||||
* | | | | | | | | Merge branch 'rename_log_7599' | Nick Mathewson | 2013-02-01 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | fix wide lines from tor_log rename | Nick Mathewson | 2013-02-01 | |
| * | | | | | | | | Fix a silly mistake in the tor_mathlog() documentation. Give it a unit test. | Nick Mathewson | 2013-02-01 | |
| * | | | | | | | | Remove old wrapper code and defines for keeping log() and log(3) apart | Nick Mathewson | 2013-02-01 | |
| * | | | | | | | | Rename log() to tor_log() for logging | Nick Mathewson | 2013-02-01 | |
* | | | | | | | | | Help us track bug 8093: | Roger Dingledine | 2013-02-01 | |
|/ / / / / / / / | ||||
* | | | | | | | | typo in crypto_curve25519.c comment, spotted by rransom | Nick Mathewson | 2013-01-31 | |
* | | | | | | | | whitespace fix | Nick Mathewson | 2013-01-31 | |
* | | | | | | | | Merge branch 'double-0-check' | Nick Mathewson | 2013-01-31 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | Detect platforms where memset(0) doesn't set doubles to 0.0. | Nick Mathewson | 2013-01-29 | |
* | | | | | | | | | Use %d, not %02d, for decimal percentages | Nick Mathewson | 2013-01-30 | |
* | | | | | | | | | Merge branch 'rename_queue_macros_squashed' | Nick Mathewson | 2013-01-30 | |
|\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | Rename all of the macros in tor_queue.h to start with TOR_ | Nick Mathewson | 2013-01-30 | |
|/ / / / / / / / / | ||||
* | | | | | | | | | Merge branch 'bug5956_squashed' | Nick Mathewson | 2013-01-30 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||
| * | | | | | | | | Parameterize FRAC_USABLE_NEEDED for fraction of circuits | Nick Mathewson | 2013-01-30 | |
| * | | | | | | | | Compute whether we're ready to build circuits based on fraction of paths | Nick Mathewson | 2013-01-30 | |
| * | | | | | | | | Add an optional out-arg to count_usable_descriptors | Nick Mathewson | 2013-01-30 | |
| * | | | | | | | | Add a function to compute fraction of nodes (by weighted bw) with descriptors | Nick Mathewson | 2013-01-30 | |
| * | | | | | | | | Split smartlist_choose_node_by_bandwidth_weights | Nick Mathewson | 2013-01-18 |