Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-18 | Merge remote-tracking branch 'origin/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 'origin/maint-0.2.4' | Nick Mathewson | |
2013-03-18 | Merge remote-tracking branch 'public/bug6673' into maint-0.2.4 | Nick Mathewson | |
2013-03-18 | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson | |
Conflicts: src/test/test_addr.c | |||
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 'origin/maint-0.2.4' | Nick Mathewson | |
2013-03-18 | Merge remote-tracking branch 'andrea/bug8435' into maint-0.2.4 | Nick Mathewson | |
2013-03-18 | Merge remote-tracking branch 'origin/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 'origin/maint-0.2.4' | Nick Mathewson | |
2013-03-18 | Merge remote-tracking branch 'public/bug8290' into maint-0.2.4 | Nick Mathewson | |
2013-03-18 | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson | |
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 'origin/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 | Merge remote-tracking branch 'origin/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 | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson | |
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 'origin/maint-0.2.4' | Nick Mathewson | |
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 'origin/maint-0.2.4' | Nick Mathewson | |
Conflicts: src/or/routerlist.c | |||
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 | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson | |
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 | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson | |
2013-03-14 | Make circuit_purpose_to_string handle CIRCUIT_PURPOSE_PATH_BIAS_TESTING | Nick Mathewson | |
2013-03-11 | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson | |
2013-03-11 | Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4 | Nick Mathewson | |
2013-03-11 | Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3 | Nick Mathewson | |
2013-03-11 | Give an #error when we want threads and OpenSSL has disabled threads | Nick Mathewson | |
Fixes ticket 6673. | |||
2013-03-11 | Fix 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-10 | Merge branch 'maint-0.2.4' | Roger Dingledine | |
2013-03-10 | randomize SSLKeyLifetime by default | Roger Dingledine | |
resolves ticket 8443. | |||
2013-03-10 | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson | |
2013-03-10 | Add a DisableV2DirectoryInfo_ option to 404 all v2 ns requests | Nick 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-07 | Update to the March 2013 GeoIP database. | Karsten Loesing | |
2013-03-01 | Unit tests for a few more functions and cases in address.c | Nick Mathewson | |
This brings address's coverage up over 80%. | |||
2013-03-01 | More unit tests for old TAP onion handshake. | Nick Mathewson | |
The test coverage for onion_tap.c is now at 89%, up from 67%. | |||
2013-03-01 | Make sure that [::1] is recognized as a private address | Nick Mathewson | |
Fixes bug 8377; bugfix on 0.2.1.3-alpha. | |||
2013-03-01 | Merge remote-tracking branch 'public/feature8109' | Nick Mathewson | |
2013-02-27 | Prefer measured bandwidths over advertised when computing things for votes ↵ | Andrea Shepard | |
on a dirauth | |||
2013-02-27 | Remove some lingering tsocks cruft. | Nick Mathewson | |
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. | |||
2013-02-19 | Merge branch 'bug8065_v2' | Nick Mathewson | |
2013-02-19 | Downgrade an assert to LD_BUG | Nick Mathewson | |
This should prevent crashes on further recurrence of 8065, and help diagnose such if they occur | |||
2013-02-19 | Merge branch 'bug2286_unit_test_squashed' | Nick Mathewson | |