summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-18Merge remote-tracking branch 'public/bug6164' into maint-0.2.4Nick Mathewson
2013-03-18Fix another case of bug 8206; patch from flupzorNick Mathewson
2013-03-18Merge remote-tracking branch 'public/bug6673' into maint-0.2.4Nick Mathewson
2013-03-18Fix some wide linesNick Mathewson
2013-03-18Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
Conflicts: src/test/test_addr.c
2013-03-18Merge remote-tracking branch 'public/bug8377' into maint-0.2.3Nick Mathewson
2013-03-18Merge remote-tracking branch 'andrea/bug8435' into maint-0.2.4Nick Mathewson
2013-03-18Make stream events for RESOLVE lookups more consistentNick Mathewson
Fixes 8203; patch by Desoxy
2013-03-18Merge remote-tracking branch 'public/bug8290' into maint-0.2.4Nick Mathewson
2013-03-18Improve comment for routers_with_measured_bw static var in dirserv.cAndrea Shepard
2013-03-18Improve comment on router_counts_toward_thresholds()Andrea Shepard
2013-03-18Add dirserv_has_measured_bw() predicate wrapper for ↵Andrea Shepard
dirserv_query_measured_bw_cache()
2013-03-18Merge remote-tracking branch 'public/no_dup_guards' into maint-0.2.4Nick Mathewson
2013-03-18Merge remote-tracking branch 'public/bug8059' into maint-0.2.4Nick Mathewson
2013-03-18Remove an unused local variable.Nick Mathewson
2013-03-18Merge branch 'bug8206_squashed' into maint-0.2.4Nick Mathewson
2013-03-18Check return values from fcntl and setsockoptNick Mathewson
(Based on a patch from flupzor; bug #8206)
2013-03-18Check for 0.2.4.8, not 0.2.4.7, to determine EXTEND2 supportNick Mathewson
Fixes bug 8464; bugfix on b2863739 in 0.2.4.8-alpha
2013-03-18Ignore advertised bandwidths if we have enough measured bandwidths availableAndrea Shepard
2013-03-15Merge remote-tracking branch 'public/bug8180_023_v2' into maint-0.2.4Nick Mathewson
2013-03-15Upgrade the warn for EntryNodes without UseEntryGuards to an errorNick Mathewson
fixes bug 8180
2013-03-15Merge remote-tracking branch 'public/unused_stuff' into maint-0.2.4Nick Mathewson
2013-03-15Fix some basic socket issues with tor-fw-helper-natpmp on windowsNick 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-15Remove incentives.txt from tor git; putting it into torspec.Nick Mathewson
2013-03-15Fix 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-15Improve asciidoc-helper's suggestion of what to installNick Mathewson
Fixes bug #7766. Patch by David Fifield, revised by Peter Palfrader.
2013-03-15Be explicit that we want not only nacl but nacl-with-a-fast-curve25519Nick Mathewson
Resolves the user experience part of #8014.
2013-03-14Make circuit_purpose_to_string handle CIRCUIT_PURPOSE_PATH_BIAS_TESTINGNick Mathewson
2013-03-11Look 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-11Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2013-03-11Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson
2013-03-11Give an #error when we want threads and OpenSSL has disabled threadsNick Mathewson
Fixes ticket 6673.
2013-03-11Fix a framing bug when reading versions from a versions cell.Nick Mathewson
Our ++ should have been += 2. This means that we'd accept version numbers even when they started at an odd position. This bug should be harmless in practice for so long as every version number we allow begins with a 0 byte, but if we ever have a version number starting with 1, 2, 3, or 4, there will be trouble here. Fix for bug 8059, reported pseudonymously. Bugfix on 0.2.0.10-alpha -- specifically, commit 6fcda529, where during development I increased the width of a version to 16 bits without changing the loop step.
2013-03-10start part-way through the ssl cert lifetimeRoger Dingledine
also, snap the start time and end time to a day boundary, since most certs in the wild seem to do this.
2013-03-10randomize SSLKeyLifetime by defaultRoger Dingledine
resolves ticket 8443.
2013-03-10parameterize SSLKeyLifetimeRoger Dingledine
no actual changes in behavior yet
2013-03-10Merge remote-tracking branch 'arma/bug6783_big_hammer' into maint-0.2.4Nick Mathewson
2013-03-10Fix typos in a few log messagesBenjamin Kerensa
2013-03-10set DisableV2DirectoryInfo_ off by defaultRoger Dingledine
since it's only enableable by authorities, nobody else would be able to start their tor
2013-03-10Tweak bug6783 patch.Nick Mathewson
2013-03-10Add a DisableV2DirectoryInfo_ option to 404 all v2 ns requestsNick Mathewson
I have no idea whether b0rken clients will DoS the network if the v2 authorities all turn this on or not. It's experimental. See #6783 for a description of how to test it more or less safely, and please be careful!
2013-03-10Merge branch 'bug8447_squashed' into maint-0.2.4Nick Mathewson
2013-03-10Fix 8447: use %u to format circid_t.Nick Mathewson
Now that circid_t is 4 bytes long, the default integer promotions will leave it alone when sizeof(int) == 4, which will leave us formatting an unsigned as an int. That's technically undefined behavior. Fixes bug 8447 on bfffc1f0fc7616a25c32da2eb759dade4651659e. Bug not in any released Tor.
2013-03-07Better comment for dirserv_query_measured_bw_cache()Andrea Shepard
2013-03-07Use DIGESTMAP_FOREACH_MODIFY in dirserv_expire_measured_bw_cache() for concisionAndrea Shepard
2013-03-07Add unit test for dirserv measured bandwidth cacheAndrea Shepard
2013-03-07Update to the March 2013 GeoIP database.Karsten Loesing
2013-03-07Make sure expiry check in dirserv_expire_measured_bw_cache() works if time_t ↵Andrea Shepard
is unsigned
2013-03-07More constness in dirserv.cAndrea Shepard
2013-03-07Make dirserv_cache_measured_bw() use a const measured_bw_line_t *Andrea Shepard