- 09 Jan, 2020 1 commit
-
-
Nick Mathewson authored
-
- 15 Dec, 2019 9 commits
- 13 Dec, 2019 1 commit
-
-
Nick Mathewson authored
-
- 12 Dec, 2019 4 commits
- 10 Dec, 2019 4 commits
-
-
George Kadianakis authored
-
David Goulet authored
With v3, the "pending_final_cpath" of a circuit is always NULL which means that for v3, established client rendezvous circuit waiting for the intro point to ACK, will always end up timing out quickly. This can increase the delays to which you connect to a service since in order to succeed, the rendezvous circuit needs to fully established (CIRCUIT_PURPOSE_C_REND_JOINED) within the cutoff of the introduction circuit as well which is these days around 2-3 seconds. Fixes #32021 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
-
-
- 09 Dec, 2019 19 commits
-
-
Nick Mathewson authored
"ours" to avoid version bump.
-
Nick Mathewson authored
-
Nick Mathewson authored
"ours" to avoid version bump.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
"ours" to avoid version bump.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
They are 0.4.2.5, 0.4.1.7, 0.4.0.6, and 0.3.5.9.
-
Taylor Yu authored
-
Taylor Yu authored
Part of ticket 30984.
-
Nick Mathewson authored
Closes ticket 32704.
-
Taylor Yu authored
Part of ticket 30984.
-
Taylor Yu authored
Simplify handle_control_getinfo() by using the new reply lines abstraction. Previously, this function explicitly checked for whether it should generate a MidReplyLine, a DataReplyLine, or an EndReplyLine. control_write_reply_lines() now abstracts this check. Part of #30984.
-
Taylor Yu authored
Simplify handle_control_protocolinfo() by using the new reply line abstraction. Part of #30984.
-
Taylor Yu authored
Factor out the parts of handle_control_protocolinfo() that assemble the AUTHMETHODS and COOKIEFILE strings. Part of #30984.
-
Taylor Yu authored
In handle_control_getconf(), use the new control reply line abstraction to simplify output generation. Previously, this function explicitly checked for whether it should generate a MidReplyLine or an EndReplyLine. control_write_reply_lines() now abstracts this check. Part of #30984.
-
Taylor Yu authored
Part of #30984.
-
- 08 Dec, 2019 2 commits
-
-
Taylor Yu authored
Add the KV_RAW flag to kvline_encode(). This allows generation of output that is compatible with some quirks of the control protocol. Part of #30984.
-
Taylor Yu authored
Add a check for '=' characters in needs_escape(). This simplifies the logic in kvline_can_encode_lines(). Part of #30984.
-