Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-16 | Merge branch 'tor-github/pr/1591' | George Kadianakis | |
2019-12-16 | Add changes file | Mike Perry | |
2019-12-16 | Add circuit padding developer and quickstart docs. | Mike Perry | |
2019-12-16 | Merge branch 'maint-0.4.2' | teor | |
2019-12-16 | Merge branch 'maint-0.4.1' into maint-0.4.2 | teor | |
2019-12-16 | Merge branch 'maint-0.4.0' into maint-0.4.1 | teor | |
2019-12-16 | Merge branch 'maint-0.3.5' into maint-0.4.0 | teor | |
2019-12-16 | Merge branch 'maint-0.2.9' into maint-0.3.5 | teor | |
2019-12-16 | Merge remote-tracking branch 'tor-github/pr/1505' | teor | |
2019-12-16 | Merge remote-tracking branch 'tor-github/pr/1577' into maint-0.4.2 | teor | |
2019-12-16 | Merge remote-tracking branch 'tor-github/pr/1576' into maint-0.3.5 | teor | |
2019-12-16 | Merge remote-tracking branch 'tor-github/pr/1575' into maint-0.2.9 | teor | |
2019-12-13 | Merge remote-tracking branch 'tor-github/pr/1598' | Nick Mathewson | |
2019-12-12 | changes: update changes file for 32609 | teor | |
2019-12-12 | Makefile: Remove the broken, duplicate check-practracker-unit-test | teor | |
This test doesn't set PYTHON, and ignores USE_PYTHON. And it's already listed in TEST_SCRIPTS. Fixes CI issue 32705. | |||
2019-12-12 | src/ext: Add __future__ imports for python 3 compatibility | teor | |
Closes ticket 32732. | |||
2019-12-12 | python: Add __future__ imports for python 3 compatibility | teor | |
Except for src/ext, which we may not want to modify. Closes ticket 32732. | |||
2019-12-10 | Merge branch 'tor-github/pr/1581' | George Kadianakis | |
2019-12-10 | hs-v3: Handle client rendezvous circuit timeout | David Goulet | |
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> | |||
2019-12-10 | Merge branch 'tor-github/pr/1583' | David Goulet | |
2019-12-10 | hs-v3: Fix memory leak in test_hs_control_store_permanent_creds() | George Kadianakis | |
2019-12-09 | Merge branch 'maint-0.4.2' | Nick Mathewson | |
"ours" to avoid version bump. | |||
2019-12-09 | bump to 0.4.2.5-dev | Nick Mathewson | |
2019-12-09 | Merge branch 'maint-0.4.1' into maint-0.4.2 | Nick Mathewson | |
"ours" to avoid version bump. | |||
2019-12-09 | bump to 0.4.1.7-dev | Nick Mathewson | |
2019-12-09 | Merge branch 'maint-0.4.0' into maint-0.4.1 | Nick Mathewson | |
2019-12-09 | Bump version to 0.4.0.6-dev | Nick Mathewson | |
2019-12-09 | Merge branch 'maint-0.3.5' into maint-0.4.0 | Nick Mathewson | |
"ours" to avoid version bump. | |||
2019-12-09 | bump to 0.3.5.9-dev | Nick Mathewson | |
2019-12-09 | Merge remote-tracking branch 'tor-github/pr/1589' | Nick Mathewson | |
2019-12-09 | Copy forward the changelogs and releasenotes for today's releases. | Nick Mathewson | |
They are 0.4.2.5, 0.4.1.7, 0.4.0.6, and 0.3.5.9. | |||
2019-12-09 | changes file for ticket 30984 | Taylor Yu | |
2019-12-09 | Rename control_reply_add_1kv | Taylor Yu | |
Part of ticket 30984. | |||
2019-12-09 | Port changelog tools to python 3 | Nick Mathewson | |
Closes ticket 32704. | |||
2019-12-08 | Doxyfile: skip CHECK_PRINTF() | Taylor Yu | |
Part of ticket 30984. | |||
2019-12-08 | simplify getinfo using reply lines | Taylor Yu | |
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. | |||
2019-12-08 | use control reply lines for protocolinfo | Taylor Yu | |
Simplify handle_control_protocolinfo() by using the new reply line abstraction. Part of #30984. | |||
2019-12-08 | refactor handle_control_protocolinfo | Taylor Yu | |
Factor out the parts of handle_control_protocolinfo() that assemble the AUTHMETHODS and COOKIEFILE strings. Part of #30984. | |||
2019-12-08 | simplify getconf by using reply lines | Taylor Yu | |
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. | |||
2019-12-08 | reply lines structures | Taylor Yu | |
Part of #30984. | |||
2019-12-08 | add KV_RAW to kvline.c | Taylor Yu | |
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. | |||
2019-12-08 | clean up kvline_can_encode_lines() | Taylor Yu | |
Add a check for '=' characters in needs_escape(). This simplifies the logic in kvline_can_encode_lines(). Part of #30984. | |||
2019-12-06 | Merge branch 'maint-0.4.1' into maint-0.4.2 | Nick Mathewson | |
2019-12-06 | Merge branch 'maint-0.4.0' into maint-0.4.1 | Nick Mathewson | |
2019-12-06 | Merge branch 'maint-0.4.2' | Nick Mathewson | |
2019-12-06 | Merge branch 'maint-0.3.5' into maint-0.4.0 | Nick Mathewson | |
2019-12-06 | Merge branch 'maint-0.2.9' into maint-0.3.5 | Nick Mathewson | |
2019-12-06 | Update geoip and geoip6 to the December 3 2019 database. | Karsten Loesing | |
2019-12-06 | changes: file for 32629 | teor | |
2019-12-06 | changes: file for 32629 | teor | |