Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-13 | Merge remote-tracking branch 'public/ticket11150_client_only' | Nick Mathewson | |
2015-11-13 | Remove a little duplicated code in TAP key expansion | Nick Mathewson | |
patch from pfrankw; closes 17587. | |||
2015-11-13 | Merge commit '7b859fd8c558c9cf08add79db87fb1cb76537535' | Nick Mathewson | |
2015-11-12 | Merge branch 'decouple_circuit_mark_squashed' | Nick Mathewson | |
2015-11-12 | Experimentally decouple the main body of circuit_mark_for_close | Nick Mathewson | |
2015-11-12 | Merge branch 'karsten_bug13192_026_03_teor' | Nick Mathewson | |
2015-11-10 | Merge branch 'bug17549' | Nick Mathewson | |
2015-11-10 | Mark fallback directoriess as too busy after a 503 response | teor (Tim Wilson-Brown) | |
Mark fallback directory mirrors as "too busy" when they return a 503 response. Previously, the code just marked authorities as busy. Unless clients set their own fallback directories, they will never see this bug. (There are no default fallbacks yet.) Fixes bug 17572; bugfix on 5c51b3f1f0d4 released in 0.2.4.7-alpha. Patch by "teor". | |||
2015-11-06 | Fix compilation with OpenSSL 1.1.0-dev. | Yawning Angel | |
OpenSSL changed the API: * https://github.com/openssl/openssl/commit/5998e2903589e7b19e102ebff06521f2dcb60409 * https://github.com/openssl/openssl/commit/b0700d2c8de79252ba605748a075cf2e5d670da1 | |||
2015-11-05 | Fix SipHash-2-4 performance for non multiple of 8 buffers. | Yawning Angel | |
Code cribbed from Andrew Moon's Public Domain SipHash-2-4 implementation (which IMO is also cleaner). Fixes bug 17544. | |||
2015-10-31 | remove changes files that have been used in existing changelogs | Nick Mathewson | |
2015-10-30 | Refer to the actual minima and the preferred minimum | Nick Mathewson | |
2015-10-30 | Merge remote-tracking branch 'rl1987/ticket16831_part2_rebased' | Nick Mathewson | |
2015-10-30 | Mention torspec URL in the manpage. | rl1987 | |
2015-10-24 | Adding changes file. | rl1987 | |
2015-10-21 | Note that you can use a unix domain socket for hsport | Nick Mathewson | |
2015-10-21 | Merge remote-tracking branch 'origin/maint-0.2.7' | Nick Mathewson | |
2015-10-21 | Merge remote-tracking branch 'public/bug17404_024' into maint-0.2.7 | Nick Mathewson | |
2015-10-21 | Check for len < 4 in dn_indicates_v3_cert | Nick Mathewson | |
Without this check, we potentially look up to 3 characters before the start of a malloc'd segment, which could provoke a crash under certain (weird afaik) circumstances. Fixes 17404; bugfix on 0.2.6.3-alpha. | |||
2015-10-21 | Merge remote-tracking branch 'origin/maint-0.2.7' | Nick Mathewson | |
2015-10-21 | Fix a memory leak in reading an expired ed signing key. | Nick Mathewson | |
Closes 17403. | |||
2015-10-21 | Merge remote-tracking branch 'origin/maint-0.2.7' | Nick Mathewson | |
2015-10-21 | Fix memory leak in rend_cache_failure_entry_free() | Nick Mathewson | |
Bug 17402. | |||
2015-10-21 | Merge remote-tracking branch 'origin/maint-0.2.7' | Nick Mathewson | |
2015-10-21 | Fix a use-after-free in validate_intro_point_failure. Bug 17401. Found w ↵ | Nick Mathewson | |
valgrind | |||
2015-10-21 | Merge remote-tracking branch 'origin/maint-0.2.7' | Nick Mathewson | |
2015-10-21 | Fix a memory leak; bug 17398. | Nick Mathewson | |
2015-10-19 | Merge commit '551af4f97d37c7b4cff7a8557c1a1a647487b4cb' | Nick Mathewson | |
2015-10-19 | tweak some changes files | Nick Mathewson | |
2015-10-15 | Merge remote-tracking branch 'origin/maint-0.2.7' | Nick Mathewson | |
2015-10-15 | Merge remote-tracking branch 'origin/maint-0.2.6' into maint-0.2.7 | Nick Mathewson | |
2015-10-15 | Add hidserv-stats filname to our sandbox filter | David Goulet | |
Fixes #17354 Signed-off-by: David Goulet <dgoulet@ev0ke.net> | |||
2015-10-15 | Fix compilation of sandbox.[ch] under musl-libc | Nick Mathewson | |
Patch from jamestk; fix on 0.2.5.1-alpha. Fixes 17347. | |||
2015-10-15 | Merge branch 'bug17347' | Nick Mathewson | |
2015-10-15 | Fix compilation of sandbox.[ch] under musl-libc | Nick Mathewson | |
Patch from jamestk; fix on 0.2.5.1-alpha. Fixes 17347. | |||
2015-10-09 | Merge remote-tracking branch 'origin/maint-0.2.7' | Nick Mathewson | |
2015-10-09 | Merge remote-tracking branch 'origin/maint-0.2.6' into maint-0.2.7 | Nick Mathewson | |
2015-10-09 | Merge remote-tracking branch 'origin/maint-0.2.5' into maint-0.2.6 | Nick Mathewson | |
2015-10-09 | Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5 | Nick Mathewson | |
2015-10-09 | Update geoip and geoip6 to the October 9 2015 database. | Karsten Loesing | |
2015-10-07 | Merge remote-tracking branch 'origin/maint-0.2.7' | Nick Mathewson | |
2015-10-07 | Make get_ifaddrs tests more tolerant of unusual network configs | teor (Tim Wilson-Brown) | |
* Don't assume that every test box has an IPv4 address * Don't assume that every test box has a non-local address Resolves issue #17255 released in unit tests in 0.2.7.3-rc. | |||
2015-10-07 | credit tvdw | Nick Mathewson | |
2015-10-07 | Remove the client-side code for the v1 and v2 tls handshakes. | Nick Mathewson | |
(This is safe since super-old Tor servers are no longer allowed on the network.) Closes the client-side part of 11150. | |||
2015-10-07 | changes file for 17078 | Nick Mathewson | |
2015-10-06 | changes file for #16563 | Nick Mathewson | |
2015-10-06 | Merge remote-tracking branch 'origin/maint-0.2.7' | Nick Mathewson | |
2015-10-06 | Work around openssl declaring x509_get_not{Before,After} as functions | Nick Mathewson | |
Now that x509_get_not{Before,After} are functions in OpenSSL 1.1 (not yet releasesd), we need to define a variant that takes a const pointer to X509 and returns a const pointer to ASN1_time. Part of 17237. I'm not convinced this is an openssl bug or a tor bug. It might be just one of those things. | |||
2015-10-06 | Fix 17251: avoid integer overflow in test_crypto_slow | Nick Mathewson | |
2015-10-02 | Fix warnings. | Nick Mathewson | |