Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-23 | Merge branch 'maint-0.3.4' | Nick Mathewson | |
2018-08-23 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-08-23 | Merge branch 'maint-0.3.2' into maint-0.3.3 | Nick Mathewson | |
2018-08-23 | Merge branch 'maint-0.2.9' into maint-0.3.2 | Nick Mathewson | |
2018-08-24 | Silence a compilation warning on MSVC 2017 and clang-cl | teor | |
test.c no longer uses lround(), so we don't need to declare it, and we can use math.h for fabs(). Fixes bug 27185; bugfix on 0.2.2.2-alpha. | |||
2018-08-23 | Merge branch 'maint-0.3.4' | Nick Mathewson | |
2018-08-23 | Merge remote-tracking branch 'teor/bug27236-034' into maint-0.3.4 | Nick Mathewson | |
2018-08-24 | Bootstrap: check the exit policy and flag on descriptors | teor | |
Previously, Tor would only check the exit flag. In small networks, Tor could bootstrap once it received a consensus with exits, without fetching the new descriptors for those exits. After bootstrap, Tor delays descriptor fetches, leading to failures in fast networks like chutney. Fixes 27236; bugfix on 0.2.6.3-alpha. | |||
2018-08-23 | Update the message logged on relays when DirCache is disabled | teor | |
Since 0.3.3.5-rc, authorities require DirCache (V2Dir) for the Guard flag. Fixes bug 24312; bugfix on 0.3.3.5-rc. | |||
2018-08-23 | Change the wording of the DirCache warning | Dominique Ingoglia | |
2018-08-22 | Merge branch 'maint-0.3.2' into maint-0.3.3 | Nick Mathewson | |
2018-08-22 | Merge branch 'maint-0.2.9' into maint-0.3.2 | Nick Mathewson | |
2018-08-22 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-08-22 | Merge branch 'maint-0.3.4' | Nick Mathewson | |
2018-08-22 | Mark cert_matches_key as not-intrusive; fix stretch compilation. | Nick Mathewson | |
2018-08-21 | Merge remote-tracking branch 'tor-github/pr/287' | Nick Mathewson | |
2018-08-21 | Merge branch 'maint-0.3.2' into maint-0.3.3 | Nick Mathewson | |
2018-08-21 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-08-21 | Merge branch 'maint-0.3.4' | Nick Mathewson | |
2018-08-21 | Merge remote-tracking branch 'teor/travis-osx-master' | Nick Mathewson | |
2018-08-21 | Merge remote-tracking branch 'teor/travis-osx-034' into maint-0.3.4 | Nick Mathewson | |
2018-08-21 | Merge remote-tracking branch 'teor/travis-osx-033' into maint-0.3.3 | Nick Mathewson | |
2018-08-21 | Merge branch 'maint-0.2.9' into maint-0.3.2 | Nick Mathewson | |
2018-08-21 | Merge remote-tracking branch 'teor/travis-osx-032' into maint-0.3.2 | Nick Mathewson | |
2018-08-21 | Merge remote-tracking branch 'teor/travis-osx-029' into maint-0.2.9 | Nick Mathewson | |
2018-08-21 | Remove duplicate include in src/test/test_address.c | Neel Chauhan | |
2018-08-21 | Merge branch 'maint-0.3.4' | Nick Mathewson | |
2018-08-21 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-08-21 | Merge branch 'maint-0.3.2' into maint-0.3.3 | Nick Mathewson | |
2018-08-21 | Merge branch 'maint-0.2.9' into maint-0.3.2 | Nick Mathewson | |
2018-08-21 | Merge branch 'coverage_6aug_squashed' | Nick Mathewson | |
2018-08-21 | Add a unit test for tor_log_mallinfo() | Nick Mathewson | |
2018-08-21 | Add unit tests for parsing "extended" format of config lines. | Nick Mathewson | |
2018-08-21 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-08-21 | Merge branch 'maint-0.3.4' | Nick Mathewson | |
2018-08-21 | Add changes file for 26873. I missed this when merging earlier. | Nick Mathewson | |
2018-08-20 | Rewrite test_tortls_cert_matches_key() | Nick Mathewson | |
Unlike the old test, this test no will no longer mess around with the forbidden internals of any openssl data structures. Additionally, it verifies several other behaviors of tor_tls_cert_matches_key() that we had wanted to verify, such as the possibility of the certificate's key not matching. Fixes bug 27226; bugfix on 0.2.5.1-alpha. | |||
2018-08-20 | Use our x509 wrapper code in tor_tls_cert_matches_key() | Nick Mathewson | |
This allows us to mock our own tor_tls_get_peer_certificate() function in order to test ..cert_matches_key(), which will in turn allow us to simplify test_tortls_cert_matches_key() considerably. Prep work for the fix for 27226. | |||
2018-08-20 | Fix typo in comment for getinfo_helper_current_time() | Neel Chauhan | |
2018-08-17 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-08-17 | Merge branch 'maint-0.3.4' | Nick Mathewson | |
2018-08-17 | Merge remote-tracking branch 'onionk/rust-protospace' into maint-0.3.3 | Nick Mathewson | |
2018-08-17 | rust/protover: don't accept whitespace in ProtoSet::from_str() | cypherpunks | |
It's impossible for spaces to get here, since spaces are used as separators between individual protocol entries higher up. And it shouldn't ignore whitespace that isn't a literal space character, because that would differ from the C implementation. These were added in 9925d2e68709aa7346f4c5bc98ea1349df6741f3. Fixes #27177. Bugfix on 0.3.3.5-rc. | |||
2018-08-17 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-08-17 | Merge branch 'maint-0.3.4' | Nick Mathewson | |
2018-08-17 | rust/protover: fix hyphen parsing bug in ProtoSet::from_str() | cypherpunks | |
It was parsing "1-2-3" as if it were 1-2, ignoring the 2nd hyphen and everything after. Introduced in d1820c1516a31a149fc51a9e5126bf899e4c4e08. Fixes #27164; bugfix on 0.3.3.1-alpha. | |||
2018-08-17 | Merge remote-tracking branch 'onionk/rust-docs1' | Nick Mathewson | |
2018-08-17 | In addrs_in_same_network_family(), choose IP subnet size based on IP type | Neel Chauhan | |
2018-08-17 | rust/protover: fix docs for UnvalidatedProtoEntry::from_str | cypherpunks | |
This got shuffled around in b786b146edd33b025774819f54d7bba3d07bf832 and hasn't been accurate since 124caf28e6db1e7bf8cdfef25c55760c81fb91b5. | |||
2018-08-17 | rust/protover: fix parsing docs | cypherpunks | |
The function takes an already validated utf-8 string, and it never checks if the version numbers are an empty string. That parse error happens later. Fix on 701c2b69f52cb4db46aa7455904e518b35fafc1a |