| Commit message (Expand) | Author | Age |
... | |
* | | | | | Merge remote-tracking branch 'andrea/bug6028' | Nick Mathewson | 2012-06-18 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Always set *socket_error to something appropriate when returning -1 from conn... | Andrea Shepard | 2012-06-15 |
* | | | | | conn_type_to_string() on a listener already says it's a listener | Roger Dingledine | 2012-06-16 |
* | | | | | fix the typo on the typo fix | Roger Dingledine | 2012-06-15 |
* | | | | | fix typos from 783f705d | Roger Dingledine | 2012-06-15 |
* | | | | | fix a compiler warning added in one of my XXX023 fixes. | Nick Mathewson | 2012-06-15 |
| |/ / /
|/| | | |
|
* | | | | Whitespace fix | Nick Mathewson | 2012-06-15 |
* | | | | Fix a typo found by Mike. | Nick Mathewson | 2012-06-15 |
* | | | | Merge remote-tracking branch 'public/xxx023' | Nick Mathewson | 2012-06-15 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Check the correct consensus before giving it to the client•••Previously, a directory would check the latest NS consensus for
having the signatures the client wanted, and use that consensus's
valid_until time to set the HTTP lifetime. With this patch, the
directory looks at NS consensus or the microdesc consensus,
depending on what the client asked for.
| Nick Mathewson | 2012-06-15 |
| * | | | Change a silent ignore-the-bug in microdesc.c to a LOG_INFO•••I don't believe this bug occurs, but there was an XXX023 to make
sure it doesn't.
| Nick Mathewson | 2012-06-15 |
| * | | | Move tor_gettimeofday_cached() into compat_libevent | Nick Mathewson | 2012-06-15 |
| * | | | Refactor GETINFO process/descriptor-limit•••Previously it duplicated some getrlimit code and content from compat.c;
now it doesn't.
| Nick Mathewson | 2012-06-15 |
| * | | | Document that we are unlikely to underflow session group IDs. | Nick Mathewson | 2012-06-15 |
| * | | | Triage the XXX023 and XXX022 comments: postpone many. | Nick Mathewson | 2012-06-15 |
* | | | | Merge remote-tracking branch 'public/bug5932' | Nick Mathewson | 2012-06-15 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Downgrade an eventdns warning to PROTOCOL_WARN. | Nick Mathewson | 2012-06-07 |
* | | | | Downgrade log messages about cbt enabled/disabled. Bug 6169. | Nick Mathewson | 2012-06-15 |
* | | | | whitespace fix | Roger Dingledine | 2012-06-15 |
* | | | | bump to 0.2.3.17-beta-dev | Roger Dingledine | 2012-06-15 |
* | | | | give 0.2.3.17-beta a release blurb | Roger Dingledine | 2012-06-15 |
* | | | | another little step at making debugging 5458 easier | Roger Dingledine | 2012-06-15 |
* | | | | tab-man returneth (this time using the name 'rob') | Roger Dingledine | 2012-06-15 |
* | | | | fix typos, logic error, default in man page | Roger Dingledine | 2012-06-15 |
* | | | | bump to 0.2.3.17-beta | Roger Dingledine | 2012-06-15 |
* | | | | fold in next changes items | Roger Dingledine | 2012-06-15 |
* | | | | Expand on bug5458 changes file | Nick Mathewson | 2012-06-15 |
* | | | | Add a changes file for bug5458. | Mike Perry | 2012-06-14 |
* | | | | Lower the default path bias notice rate to 40%.•••I saw 72% on a test run with 26 circuits. 70% might be a little close to the
line. That, or min_circs is too low and we need to be more patient. We still
need to test/simulate more.
| Mike Perry | 2012-06-14 |
* | | | | For now, never disable any guards. | Mike Perry | 2012-06-14 |
* | | | | Defend against entry node path bias attacks•••The defense counts the circuit failure rate for each guard for the past N
circuits. Failure is defined as the ability to complete a first hop, but not
finish completing the circuit all the way to the exit.
If the failure rate exceeds a certain amount, a notice is emitted.
If it exceeds a greater amount, a warn is emitted and the guard is disabled.
These values are governed by consensus parameters which we intend to tune as
we perform experiments and statistical simulations.
| Mike Perry | 2012-06-14 |
* | | | | Document --hush; fix documentation for --quiet. | Nick Mathewson | 2012-06-14 |
* | | | | Merge remote-tracking branch 'asn-mytor/bug5589_take2' | Nick Mathewson | 2012-06-14 |
|\ \ \ \ |
|
| * | | | | Remove validate_pluggable_transports_config(): redundant since 9d9b5ed0.•••The warning message of validate_pluggable_transports_config() is
superseded by the changes in the warning message of
connection_or_connect() when the proxy credentials can't be found.
| George Kadianakis | 2012-06-14 |
* | | | | | demote two entries that don't affect most users | Roger Dingledine | 2012-06-14 |
* | | | | | fold in further changes files | Roger Dingledine | 2012-06-14 |
* | | | | | Merge remote-tracking branch 'public/bug4663' | Nick Mathewson | 2012-06-13 |
|\ \ \ \ \ |
|
| * | | | | | Add a warning for using HTTPProxy with no other proxy.•••From what I can tell, this configuration is usually a mistake, and
leads people to think that all their traffic is getting proxied when
in fact practically none of it is. Resolves the issue behind "bug"
4663.
| Nick Mathewson | 2012-06-12 |
* | | | | | | Merge branch 'trac-5049-squashed' | Nick Mathewson | 2012-06-13 |
|\ \ \ \ \ \ |
|
| * | | | | | | One more fix for bug 5049. | Nick Mathewson | 2012-06-13 |
| * | | | | | | Satisfy make check-spaces | Andrea Shepard | 2012-06-13 |
| * | | | | | | Move cbt->liveness.timeouts_after_firsthop free code into its own function | Andrea Shepard | 2012-06-13 |
| * | | | | | | Add change file for bug 5049 | Andrea Shepard | 2012-06-13 |
| * | | | | | | Early exit from circuit_build_times_set_timeout() if adaptive timeouts are di... | Andrea Shepard | 2012-06-13 |
| * | | | | | | Don't poll to see if we need to build circuits for timeout data if LearnCircu... | Andrea Shepard | 2012-06-13 |
| * | | | | | | Use K&R style | Andrea Shepard | 2012-06-13 |
| * | | | | | | Unconditionally use config CircuitBuildTimeout if LearnCircuitBuildTimeout is... | Andrea Shepard | 2012-06-13 |
| * | | | | | | Don't track circuit timeout history unless we're actually using adaptive time... | Andrea Shepard | 2012-06-13 |
| * | | | | | | Add debug logging to circuit_build_times_* of circuitbuild.c to trace queries... | Andrea Shepard | 2012-06-13 |
|/ / / / / / |
|
* | | | | | | Only use -Qunused-arguments when building with clang. fix on 5210 fix. | Nick Mathewson | 2012-06-13 |