Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Don't call fmt_addr() twice in a parameter list. | George Kadianakis | 2012-10-09 |
| | |||
* | Merge remote-tracking branch 'origin/maint-0.2.3' | Nick Mathewson | 2012-10-09 |
|\ | |||
| * | Merge branch 'bug7014_023_squashed' into maint-0.2.3 | Nick Mathewson | 2012-10-09 |
| |\ | |||
| | * | Don't call fmt_addr() twice in a parameter list. | George Kadianakis | 2012-10-09 |
| |/ | |||
* | | Downgrade "Failed to hand off onionskin" messages | Roger Dingledine | 2012-10-05 |
| | | | | | | | | | | | | | | They're typically redundant with the "Your computer is too slow" messages. Fixes bug 7038; bugfix on 0.2.2.16-alpha. (In retrospect, we should have fixed this bug back in ticket 1042.) | ||
* | | Merge remote-tracking branch 'public/openssl_1_is_best' | Nick Mathewson | 2012-10-04 |
|\ \ | |||
| * | | Log a notice if we're running with OpenSSL before 1.0.0. | Nick Mathewson | 2012-09-12 |
| | | | | | | | | | | | | | | | These versions have some dubious, slow crypto implementations; 1.0.0 is a great improvement, and at this point is pretty mature. | ||
| * | | Drop support for openssl 0.9.7 | Nick Mathewson | 2012-09-12 |
| | | | | | | | | | | | | | | | | | | | | | 097 hasn't seen a new version since 2007; we can drop support too. This lets us remove our built-in sha256 implementation, and some checks for old bugs. | ||
* | | | Merge remote-tracking branch 'origin/maint-0.2.3' | Nick Mathewson | 2012-10-04 |
|\ \ \ | | |/ | |/| | |||
| * | | Merge remote-tracking branch 'arma/bug7037' into maint-0.2.3 | Nick Mathewson | 2012-10-04 |
| |\ \ | |||
| | * | | Refuse extra create cells with reason "resource limit" | Roger Dingledine | 2012-10-03 |
| | | | | | | | | | | | | | | | | | | | | In the past we had used reason "internal", which is more vague than it needs to be. Resolves bug 7037. | ||
* | | | | Add autoconf magic to support Bitrig | Nick Mathewson | 2012-10-04 |
| | | | | | | | | | | | | | | | | Bitrig is an openbsd fork. Patch from dhill. Ticket 6982. | ||
* | | | | Fix tabs in config.c | Nick Mathewson | 2012-10-04 |
| | | | | |||
* | | | | Merge remote-tracking branch 'linus/bug6757' | Nick Mathewson | 2012-10-04 |
|\ \ \ \ | |||
| * | | | | Have node_get_pref_orport() return an IPv6 OR port when UseBridges is set. | Linus Nordberg | 2012-09-19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We used to never return an IPv6 address unless ClientUseIPv6 was set. We should allow clients running with bridges use IPv6 OR ports even without setting ClientUseIPv6. Configuring an IPv6 address in a Bridge line should imply that. Fixes th second part of #6757. | ||
| * | | | | Set (and reset) node_t.ipv6_preferred for bridges based on Bridge lines. | Linus Nordberg | 2012-09-19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We used to set it only when ClientPreferIPv6ORPort was set which seems wrong. Fixes one part of #6757. | ||
* | | | | | Merge remote-tracking branch 'origin/maint-0.2.3' | Nick Mathewson | 2012-10-04 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||
| * | | | | properly free the return values of rate_limit_log() | Roger Dingledine | 2012-10-03 |
| | |/ / | |/| | | | | | | | | | | resolves bug 7022. | ||
* | | | | pass the reason from the truncated cell to the controller | Roger Dingledine | 2012-10-03 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | (rather than just always declaring that the reason is END_CIRC_REASON_OR_CONN_CLOSED) resolves bug 7039. | ||
* | | | | actually use the rate-limiting string | Roger Dingledine | 2012-10-03 |
| | | | | | | | | | | | | | | | | previously we just allocated the string and then freed it. | ||
* | | | | reformat; no actual changes | Roger Dingledine | 2012-10-02 |
| | | | | |||
* | | | | and make the last commit compile | Roger Dingledine | 2012-10-02 |
| | | | | |||
* | | | | Fix compilation error left over from 1cbf45bed1. (Bug 7021) | Nick Mathewson | 2012-10-02 |
| | | | | |||
* | | | | more consistently use [gs]et_uint8 | Roger Dingledine | 2012-10-02 |
| | | | | |||
* | | | | The --version option should imply --quiet. | Nick Mathewson | 2012-10-01 |
| | | | | | | | | | | | | | | | | Patch from 'maker'. | ||
* | | | | Add missing declaration so 6876 compiles | Nick Mathewson | 2012-09-28 |
| | | | | |||
* | | | | Merge remote-tracking branch 'linus/enh6876_2' | Nick Mathewson | 2012-09-28 |
|\ \ \ \ | |||
| * | | | | Make option OutboundBindAddress accept IPv6 addresses too. | Linus Nordberg | 2012-09-20 |
| | | | | | | | | | | | | | | | | | | | | Implements ticket 6786. | ||
* | | | | | Merge remote-tracking branch 'rransom/warn-about-hses-without-guards' | Nick Mathewson | 2012-09-25 |
|\ \ \ \ \ | |||
| * | | | | | Fix comment typo | Robert Ransom | 2012-09-18 |
| | | | | | | |||
| * | | | | | Warn if HSes are configured on a client with UseEntryGuards disabled | Robert Ransom | 2012-09-18 |
| | | | | | | |||
* | | | | | | Merge branch 'maint-0.2.3' | Roger Dingledine | 2012-09-22 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | |||
| * | | | | | add faravahar as our ninth v3 dir auth | Roger Dingledine | 2012-09-22 |
| | | | | | | |||
* | | | | | | bump to 0.2.4.3-alpha-dev | Roger Dingledine | 2012-09-22 |
| | | | | | | |||
* | | | | | | bump to 0.2.4.3-alpha | Roger Dingledine | 2012-09-22 |
| | | | | | | |||
* | | | | | | 4aff97cfc didn't update the 'last modified' timestamp | Roger Dingledine | 2012-09-22 |
| | | | | | | |||
* | | | | | | fold in changes files | Roger Dingledine | 2012-09-22 |
| | | | | | | |||
* | | | | | | Remove the testing_since* fields | Nick Mathewson | 2012-09-21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They weren't actually used since 7a35dad00 Bug 5809 | ||
* | | | | | | Fix comment in crypto.h; bug 6830 | Nick Mathewson | 2012-09-21 |
| | | | | | | |||
* | | | | | | add changes file and whitespace fixes for bug 4020 | Nick Mathewson | 2012-09-21 |
| | | | | | | |||
* | | | | | | Reinstate address in warning message when binding non-locally | Tom Fitzhenry | 2012-09-21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug4020 Signed-off-by: Tom Fitzhenry <tom@tom-fitzhenry.me.uk> | ||
* | | | | | | Don't leak msg when parse_virtual_addr_network() fails. | Linus Nordberg | 2012-09-20 |
| |_|/ / / |/| | | | | |||
* | | | | | Make ./configure -q really silent | Nick Mathewson | 2012-09-19 |
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | Our updateVersions script was being verbose, which might have made sense back when I wrote it, but doesn't any more. Final fix for bug 6599 | ||
* | | | | Merge branch 'bug6843' | Nick Mathewson | 2012-09-19 |
|\ \ \ \ | |||
| * | | | | Fix dependency checking on manpage builds | Nick Mathewson | 2012-09-14 |
| | | | | | | | | | | | | | | | | | | | | Fixes bug 6843; bugfix on 0.2.4.1-alpha. | ||
* | | | | | Merge remote-tracking branch 'origin/maint-0.2.3' | Nick Mathewson | 2012-09-19 |
|\ \ \ \ \ | | |/ / / | |/| / / | |_|/ / |/| | | | |||
| * | | | Clarify that hidden services are TCP only | Nick Mathewson | 2012-09-19 |
| | | | | | | | | | | | | | | | | | | | | | | | | Also remove some trailing whitespace. Patch from maker; fixes bug 6024. | ||
* | | | | Correct comment explaining why tor2web mode should disable entry guards | Robert Ransom | 2012-09-18 |
| | | | | |||
* | | | | Note a bug number for 6888 | Nick Mathewson | 2012-09-18 |
| | | | | |||
* | | | | Disable Guard usage for Tor2webMode. | Mike Perry | 2012-09-18 |
| | | | | | | | | | | | | | | | | | | | | Tor2webMode is fingerprintable by hidden services through repeated usage of the same three guard nodes for its rend and intro points. |