Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-29 | Merge branch 'ticket25573-034' into ticket25573-master | Mike Perry | |
2018-08-29 | Merge branch 'maint-0.3.4' | Nick Mathewson | |
2018-08-29 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-08-29 | Merge branch 'maint-0.3.2' into maint-0.3.3 | Nick Mathewson | |
2018-08-29 | Merge branch 'maint-0.2.9' into maint-0.3.2 | Nick Mathewson | |
2018-08-29 | Ticket #25573: Count TRUNCATED cells. | Mike Perry | |
TRUNCATED cells were ignored while in path bias. Now they are obeyed, and cause us to tear down the circuit. The actual impact is minimal, since we would just wait around for a probe that would never arrive before. This commit changes client behavior. | |||
2018-08-29 | Ticket #25573: Check half-opened stream ids when choosing a new one | Mike Perry | |
Avoid data corrupton by avoiding mixing up old stream ids with new ones. This commit changes client behavior. | |||
2018-08-29 | Ticket #25573: Track half-closed stream ids | Mike Perry | |
We allow their CONNECTEDs, RESOLVEDs, ENDs, SENDMEs, and DATA cells to not count as dropped until the windows are empty, or we get an END. This commit does not change behavior. It only changes CIRC_BW event field values. | |||
2018-08-28 | Merge remote-tracking branch 'onionk/prototest1' | Nick Mathewson | |
2018-08-29 | Test: avoid spurious failures in make test-network-all | teor | |
Before running make test-network-all, delete old logs and test result files, to avoid spurious failures. Fixes bug 27295; bugfix on 0.2.7.3-rc. | |||
2018-08-29 | Test: consistently use $(TEST_NETWORK_ALL_LOG_DIR) in Makefile.am | teor | |
Part of 27295. | |||
2018-08-29 | Mark smartlist_bsearch as taking a const list. | Mike Perry | |
It does not modify the actual list. | |||
2018-08-28 | fix man page issue noticed during #26367 review | Roger Dingledine | |
and fix two other nearby issues while i'm there | |||
2018-08-28 | Set the file encoding in checkIncludes.py with Python3 | Nick Mathewson | |
2018-08-28 | make a comment more right | Roger Dingledine | |
(from #20874 fix) | |||
2018-08-28 | Merge remote-tracking branch 'teor/bug22747' | Nick Mathewson | |
2018-08-28 | Merge remote-tracking branch 'onionk/connection-comments1' | Nick Mathewson | |
2018-08-28 | Merge branch 'bug26367_035_01' | Nick Mathewson | |
2018-08-28 | hs: Remove rend_client_non_anonymous_mode_enabled | David Goulet | |
The removal of Tor2Web made this function useless. Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2018-08-28 | hs: Remove rend_client_allow_non_anonymous_connection | David Goulet | |
By removing Tor2Web, there is no way a client can be non anonymous so we remove that function and the callsites. Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2018-08-28 | circ: Remove useless param from cannibalization function | David Goulet | |
Because we just removed Tor2web support, the need_specific_rp is not needed anymore when cannibalizing a circuit. Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2018-08-28 | hs: Render obsolete Tor2web | David Goulet | |
Remove support for Tor2web in the code and build system. At this commit, tor doesn't have Tor2web support anymore. Ref: https://lists.torproject.org/pipermail/tor-dev/2018-July/013295.html Close #26367 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2018-08-28 | Merge remote-tracking branch 'dgoulet/ticket27215_035_01' | Nick Mathewson | |
2018-08-28 | fixup! hs: Change default version from 2 to 3 | David Goulet | |
2018-08-28 | Fix log.c comments about assert vs tor_assert vs raw_assert. | Nick Mathewson | |
2018-08-28 | Merge remote-tracking branch 'tor-github/pr/245' | Nick Mathewson | |
2018-08-28 | Merge remote-tracking branch 'tor-github/pr/279' | Nick Mathewson | |
2018-08-28 | Merge branch 'bug26896_034' | Nick Mathewson | |
2018-08-28 | fixup! hs: Learn service version by trying to load the keys | David Goulet | |
2018-08-27 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-08-27 | Merge branch 'maint-0.3.2' into maint-0.3.3 | Nick Mathewson | |
2018-08-27 | Merge branch 'maint-0.3.4' | Nick Mathewson | |
2018-08-27 | When running make test-network-all, use the mixed+hs-v2 network | teor | |
No behaviour change. A previous fix to chutney removed v3 onion services from the mixed+hs-v23 network, so seeing "mixed+hs-v23" in tests is confusing. Fixes bug 27345; bugfix on 0.3.2.1-alpha. | |||
2018-08-27 | core/mainloop: more comments documenting connection.c | cypherpunks | |
2018-08-27 | core/mainloop: fix documentation of connection_handle_write_impl() | cypherpunks | |
Inaccurate since d9746bd468f551d1ada57d962b20eddd15256ce9. | |||
2018-08-24 | Merge branch 'maint-0.3.4' | Nick Mathewson | |
"ours" to avoid version bump. | |||
2018-08-24 | Forward-port changelog from 0.3.4.7-rc | Nick Mathewson | |
2018-08-24 | Update to 0.3.4.7-rc-dev | Nick Mathewson | |
2018-08-24 | Fix a compilation warning on i386 with clang | Nick Mathewson | |
2018-08-24 | Merge remote-tracking branch 'tor-github/pr/289' | Nick Mathewson | |
2018-08-24 | Merge remote-tracking branch 'teor/ticket27211' | Nick Mathewson | |
2018-08-24 | Merge remote-tracking branch 'teor/bug27237' | Nick Mathewson | |
2018-08-24 | Merge branch 'maint-0.3.4' | Nick Mathewson | |
2018-08-24 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-08-24 | Merge branch 'maint-0.3.2' into maint-0.3.3 | Nick Mathewson | |
2018-08-24 | Merge branch 'ticket27286_032_v2' into maint-0.3.2 | Nick Mathewson | |
2018-08-24 | Update the protocol versions recommendations to remove LinkAuth=1 | Nick Mathewson | |
LinkAuth method 1 is the one where we pull the TLS master secrets out of the OpenSSL data structures and authenticate them with RSA. Right now we list method 1 as required for clients and relays. That's a problem, since we can't reasonably support it with NSS. So let's remove it as a requirement and a recommendation. As for method 3: I'd like to recommend it it, but that would make 0.2.9 start warning. Let's not do that till at least some time after 0.3.5 (the next LTS) is stable. Closes ticket 27286 | |||
2018-08-24 | Merge branch 'maint-0.3.4' | Nick Mathewson | |
2018-08-24 | Bootstrap: add some extra logging | teor | |
Diagnostics for 27236. | |||
2018-08-24 | Bootstrap: allow internal-only onion service networks to bootstrap | teor | |
This fix requires chutney's 27230 fix to bridge client bootstrap. Part of 27236. |