Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-19 | Merge branch 'bug8240_v2_squashed' into maint-0.2.4 | Nick Mathewson | |
Conflicts: doc/tor.1.txt src/or/circuitbuild.c src/or/config.c src/or/or.h | |||
2013-03-19 | Drop the minimum guard lifetime back down to one month | Nick Mathewson | |
Mike believes that raising the default to 2 months with no way to lower it may create horrible load-balancing issues. | |||
2013-03-19 | Add support for days of the week to intervals | Nick Mathewson | |
2013-03-19 | Document the GuardLifetime option | Nick Mathewson | |
2013-03-19 | Make the guard lifetime configurable and adjustable via the consensus | Nick Mathewson | |
Fixes 8240. (Don't actually increase the default guard lifetime. It seems likely to break too many things if done precipitiously.) | |||
2013-03-19 | Merge remote-tracking branch 'public/bug7950' into maint-0.2.4 | Nick Mathewson | |
2013-03-19 | Merge remote-tracking branch 'public/bug7768' into maint-0.2.4 | Nick Mathewson | |
2013-03-19 | Use --test-commandline name in tor-fw-helper manpage | Nick Mathewson | |
2013-03-19 | Use option name --test-commandline in tor-fw-helper. | David Fifield | |
It was previously --Test in the help output and --test-commandline in the getopt call. The man page already had --test. (Originally by David, who resolved the tie in favor of "--test"; I chose --test-commandline" instead so that nothing that depended on it could break. -Nick) | |||
2013-03-19 | Merge remote-tracking branch 'public/bug8002' into maint-0.2.4 | Nick Mathewson | |
2013-03-19 | Merge remote-tracking branch 'public/bug8031' into maint-0.2.4 | Nick Mathewson | |
2013-03-19 | Merge branch 'bug7582_v2' into maint-0.2.4 | Nick Mathewson | |
2013-03-19 | Free prepend_policy values in origin circuits | Nick Mathewson | |
2013-03-18 | Merge remote-tracking branch 'public/bug6174' into maint-0.2.4 | Nick Mathewson | |
2013-03-18 | Merge remote-tracking branch 'public/bug8062' into maint-0.2.4 | Nick Mathewson | |
2013-03-18 | Merge branch 'bug7947' into maint-0.2.4 | Nick Mathewson | |
2013-03-18 | Handle TRUNCATE correctly if our next channel isn't done yet. | Nick Mathewson | |
Patch from 'cypherpunks'. Fixes bug #7947. Bugfix on 0.0.7.1. | |||
2013-03-18 | Merge remote-tracking branch 'public/bug6164' into maint-0.2.4 | Nick Mathewson | |
2013-03-18 | Fix another case of bug 8206; patch from flupzor | Nick Mathewson | |
2013-03-18 | Merge remote-tracking branch 'public/bug6673' into maint-0.2.4 | Nick Mathewson | |
2013-03-18 | Fix some wide lines | Nick Mathewson | |
2013-03-18 | Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4 | Nick Mathewson | |
Conflicts: src/test/test_addr.c | |||
2013-03-18 | Merge remote-tracking branch 'public/bug8377' into maint-0.2.3 | Nick Mathewson | |
2013-03-18 | Merge remote-tracking branch 'andrea/bug8435' into maint-0.2.4 | Nick Mathewson | |
2013-03-18 | Make stream events for RESOLVE lookups more consistent | Nick Mathewson | |
Fixes 8203; patch by Desoxy | |||
2013-03-18 | Merge remote-tracking branch 'public/bug8290' into maint-0.2.4 | Nick Mathewson | |
2013-03-18 | Improve comment for routers_with_measured_bw static var in dirserv.c | Andrea Shepard | |
2013-03-18 | Improve comment on router_counts_toward_thresholds() | Andrea Shepard | |
2013-03-18 | Add dirserv_has_measured_bw() predicate wrapper for ↵ | Andrea Shepard | |
dirserv_query_measured_bw_cache() | |||
2013-03-18 | Merge remote-tracking branch 'public/no_dup_guards' into maint-0.2.4 | Nick Mathewson | |
2013-03-18 | Merge remote-tracking branch 'public/bug8059' into maint-0.2.4 | Nick Mathewson | |
2013-03-18 | Remove an unused local variable. | Nick Mathewson | |
2013-03-18 | Merge branch 'bug8206_squashed' into maint-0.2.4 | Nick Mathewson | |
2013-03-18 | Check return values from fcntl and setsockopt | Nick Mathewson | |
(Based on a patch from flupzor; bug #8206) | |||
2013-03-18 | Check for 0.2.4.8, not 0.2.4.7, to determine EXTEND2 support | Nick Mathewson | |
Fixes bug 8464; bugfix on b2863739 in 0.2.4.8-alpha | |||
2013-03-18 | Ignore advertised bandwidths if we have enough measured bandwidths available | Andrea Shepard | |
2013-03-15 | Merge remote-tracking branch 'public/bug8180_023_v2' into maint-0.2.4 | Nick Mathewson | |
2013-03-15 | Upgrade the warn for EntryNodes without UseEntryGuards to an error | Nick Mathewson | |
fixes bug 8180 | |||
2013-03-15 | Merge remote-tracking branch 'public/unused_stuff' into maint-0.2.4 | Nick Mathewson | |
2013-03-15 | Fix some basic socket issues with tor-fw-helper-natpmp on windows | Nick Mathewson | |
This isn't going to be the last of these issues, but we might as well take the fixes as we find them. Patch from Gisle Vanem, fixes bug 7280. | |||
2013-03-15 | Remove incentives.txt from tor git; putting it into torspec. | Nick Mathewson | |
2013-03-15 | Fix brackets in tor-fw-helper help output. | David Fifield | |
Change nesting from [(]) to [()]. Formerly it made it look to me at first glance that "internal port" was optional. [Trivial change; fixes #7767 --nickm] | |||
2013-03-15 | Improve asciidoc-helper's suggestion of what to install | Nick Mathewson | |
Fixes bug #7766. Patch by David Fifield, revised by Peter Palfrader. | |||
2013-03-15 | Be explicit that we want not only nacl but nacl-with-a-fast-curve25519 | Nick Mathewson | |
Resolves the user experience part of #8014. | |||
2013-03-14 | Make circuit_purpose_to_string handle CIRCUIT_PURPOSE_PATH_BIAS_TESTING | Nick Mathewson | |
2013-03-11 | On END_REASON_EXITPOLICY, mark circuit as unusable for that address. | Nick Mathewson | |
Also, don't call the exit node 'reject *' unless our decision to pick that node was based on a non-summarized version of that node's exit policy. rransom and arma came up with the ideas for this fix. Fix for 7582; the summary-related part is a bugfix on 0.2.3.2-alpha. | |||
2013-03-11 | Fix option names in tor-fw-helper manpage | Nick Mathewson | |
fix for bug 7768 | |||
2013-03-11 | Look at the right variable when warning about signed size_t. | Nick Mathewson | |
In 81d69f4c2d8a451 (0.2.21-alpha) we added a compile-time check for a (totally broken) signed size_t. In 0e597471af (not yet released) I switched to a better configure-time check, which stored its output in a different variable. I didn't change the code which looked at the output, however. This bug is not in any released version of Tor, and would not affect anybody with a working Tor. | |||
2013-03-11 | Another possible diagnostic for 8031. | Nick Mathewson | |
This time, I'm checking whether our calculated offset matches our real offset, in each case, as we go along. I don't think this is the bug, but it can't hurt to check. | |||
2013-03-11 | Check more error codes when writing microdescriptors. | Nick Mathewson | |
Possible partial fix, or diagnosis tool, for bug 8031. |