aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | | | | | | Make stream events for RESOLVE lookups more consistent•••Fixes 8203; patch by Desoxy Nick Mathewson2013-03-18
* | | | | | | | Merge remote-tracking branch 'public/bug8290' into maint-0.2.4Nick Mathewson2013-03-18
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove some lingering tsocks cruft.•••Now the manpages no longer refer to tsocks or tsocks.conf, and we no longer have or ship a tor-tsocks.conf. The only remaining instances of "tsocks" in our repository are old ChangeLog and ReleaseNotes entries, and the torify script saying that it doesn't support tsocks. Fixes bug 8290. Nick Mathewson2013-02-27
| |/ / / / / / /
* | | | | | | | Merge remote-tracking branch 'public/no_dup_guards' into maint-0.2.4Nick Mathewson2013-03-18
|\ \ \ \ \ \ \ \
| * | | | | | | | Changes file for bug8231 (duplicate directory guards)Nick Mathewson2013-02-14
| * | | | | | | | Be more robust when excluding existing nodes as new dirguards•••In addition to rejecting them post-hoc, avoid picking them in the first place. This makes us less likely to decide that we can't add guards at all. Nick Mathewson2013-02-14
| * | | | | | | | Add some code to bluntly prevent duplicate guards from getting added•••Apparently something in the directory guard code made it possible for the same node to get added as a guard over and over when there were no actual running guard nodes. Nick Mathewson2013-02-14
* | | | | | | | | Merge remote-tracking branch 'public/bug8059' into maint-0.2.4Nick Mathewson2013-03-18
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix a framing bug when reading versions from a versions cell.•••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. Nick Mathewson2013-03-11
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Remove an unused local variable.Nick Mathewson2013-03-18
* | | | | | | | | Merge branch 'bug8206_squashed' into maint-0.2.4Nick Mathewson2013-03-18
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Check return values from fcntl and setsockopt•••(Based on a patch from flupzor; bug #8206) Nick Mathewson2013-03-18
|/ / / / / / / / /
* | | | | | | | | Check for 0.2.4.8, not 0.2.4.7, to determine EXTEND2 support•••Fixes bug 8464; bugfix on b2863739 in 0.2.4.8-alpha Nick Mathewson2013-03-18
* | | | | | | | | Merge remote-tracking branch 'public/bug8180_023_v2' into maint-0.2.4Nick Mathewson2013-03-15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Upgrade the warn for EntryNodes without UseEntryGuards to an error•••fixes bug 8180 Nick Mathewson2013-03-15
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge remote-tracking branch 'public/unused_stuff' into maint-0.2.4Nick Mathewson2013-03-15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Remove some functions which were unused except for their testsNick Mathewson2013-02-23
| * | | | | | | | | Remove some totally unused functionsNick Mathewson2013-02-23
| * | | | | | | | | Remove a bunch of unused macro definitionsNick Mathewson2013-02-23
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Fix some basic socket issues with tor-fw-helper-natpmp on windows•••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. Nick Mathewson2013-03-15
* | | | | | | | | Remove incentives.txt from tor git; putting it into torspec.Nick Mathewson2013-03-15
* | | | | | | | | Fix brackets in tor-fw-helper help output.•••Change nesting from [(]) to [()]. Formerly it made it look to me at first glance that "internal port" was optional. [Trivial change; fixes #7767 --nickm] David Fifield2013-03-15
* | | | | | | | | Improve asciidoc-helper's suggestion of what to install•••Fixes bug #7766. Patch by David Fifield, revised by Peter Palfrader. Nick Mathewson2013-03-15
* | | | | | | | | Be explicit that we want not only nacl but nacl-with-a-fast-curve25519•••Resolves the user experience part of #8014. Nick Mathewson2013-03-15
* | | | | | | | | Make circuit_purpose_to_string handle CIRCUIT_PURPOSE_PATH_BIAS_TESTINGNick Mathewson2013-03-14
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Look at the right variable when warning about signed size_t.•••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. Nick Mathewson2013-03-11
* | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson2013-03-11
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| / / / / / | |_|/ / / / / |/| | | | | |
| * | | | | | Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson2013-03-11
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | Update to the March 2013 GeoIP database.Karsten Loesing2013-03-07
* | | | | | | start part-way through the ssl cert lifetime•••also, snap the start time and end time to a day boundary, since most certs in the wild seem to do this. Roger Dingledine2013-03-10
* | | | | | | randomize SSLKeyLifetime by default•••resolves ticket 8443. Roger Dingledine2013-03-10
* | | | | | | parameterize SSLKeyLifetime•••no actual changes in behavior yet Roger Dingledine2013-03-10
* | | | | | | Merge remote-tracking branch 'arma/bug6783_big_hammer' into maint-0.2.4Nick Mathewson2013-03-10
|\ \ \ \ \ \ \
| * | | | | | | set DisableV2DirectoryInfo_ off by default•••since it's only enableable by authorities, nobody else would be able to start their tor Roger Dingledine2013-03-10
| * | | | | | | Tweak bug6783 patch.Nick Mathewson2013-03-10
| * | | | | | | Add a DisableV2DirectoryInfo_ option to 404 all v2 ns requests•••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! Nick Mathewson2013-03-10
* | | | | | | | Fix typos in a few log messagesBenjamin Kerensa2013-03-10
|/ / / / / / /
* | | | | | | Merge branch 'bug8447_squashed' into maint-0.2.4Nick Mathewson2013-03-10
|\ \ \ \ \ \ \
| * | | | | | | Fix 8447: use %u to format circid_t.•••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. Nick Mathewson2013-03-10
|/ / / / / / /
* | | | | | | Correctly set entry->is_dir_cache when adding an entry guard for the first time••• (Second part of a bug8367 fix. -NM) Andrea Shepard2013-03-01
* | | | | | | Fix bootstrapping with bridges by making is_dir_cache is set on them.•••This fixes bug 8367, introduced in d7089ff228227259137b5a8b. Not in any released Tor. Nick Mathewson2013-03-01
| |_|_|_|/ / |/| | | | |
* | | | | | update the in-progress bandwidth requirements for authoritiesRoger Dingledine2013-02-25
* | | | | | Fix a comment in tor_main.c•••We don't use subversion or src/*/makefile.am any longer Nick Mathewson2013-02-25
| |_|/ / / |/| | | |
* | | | | fix a wide lineNick Mathewson2013-02-19
* | | | | Merge branch 'bug8065_v2'Nick Mathewson2013-02-19
|\ \ \ \ \
| * | | | | Downgrade an assert to LD_BUG•••This should prevent crashes on further recurrence of 8065, and help diagnose such if they occur Nick Mathewson2013-02-19
* | | | | | Fix a may-be-used-uninitialized warning.Nick Mathewson2013-02-19
* | | | | | Merge branch 'bug2286_unit_test_squashed'Nick Mathewson2013-02-19
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Test alternate values of maxunmeasuredbw tooAndrea Shepard2013-02-19
| * | | | | Update unmeasured bandwidth clipping unit test per NickM's bugfix for the Unm...Andrea Shepard2013-02-19