Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-21 | Merge branch 'maint-0.3.4' into maint-0.3.5 | Nick Mathewson | |
2018-12-21 | mainloop: Reactivate the linked connection event with a non empty list | David Goulet | |
Linked connections aren't woken up by libevent due to I/O but rather artificially so we can, by chunks, empty the spooled object(s). Commit 5719dfb48f87a54aeb5982ff03345303bc058ebb (in 0.3.4.1-alpha) made it that the schedule_active_linked_connections_event would be only called once at startup but this is wrong because then we would never go through again the active linked connections. Fortunately, everytime a new linked connection is created, the event is activated and thus we would go through the active list again. On a busy relay, this issue is mitigated by that but on a slower relays or bridge, a connection could get stuck for a while until a new directory information request would show up. Fixes #28717, #28912 | |||
2018-12-20 | Merge remote-tracking branch 'tor-github/pr/607' into maint-0.3.5 | Nick Mathewson | |
2018-12-20 | Stop running stem's unit tests as part of "make test-stem" | teor | |
But continue to run stem's unit and online tests during "make test-stem-full". Fixes bug 28568; bugfix on 0.2.6.3-alpha. | |||
2018-12-19 | Merge branch 'ticket28883_035' into maint-0.3.5 | Nick Mathewson | |
2018-12-18 | Merge branch 'bug28612_squashed' into maint-0.3.5 | Nick Mathewson | |
2018-12-18 | Call run_tor_main_loop() in ntmain.c, rather than do_main_loop(). | Nick Mathewson | |
Fixes bug 28612; bugfix on 0.3.5.3-alpha. | |||
2018-12-18 | Merge branch 'ticket28881_035' into maint-0.3.5 | Nick Mathewson | |
2018-12-18 | Always initialize addr in parse_port_config() | Nick Mathewson | |
It was always analyzed before use, but scan-build wasn't able to persuade itself of that. Closes ticket 28881. | |||
2018-12-18 | Revert "Log bootstrap tag names" | Nick Mathewson | |
This reverts commit 1b855af5e33189d70d74273af03a535c343b63a5. | |||
2018-12-17 | Changes file for 28562 | Nick Mathewson | |
2018-12-17 | test_rebind: wait for tor to timeout, even if it is logging a lot | Nick Mathewson | |
Fixes bug 28883; bugfix on 0.3.5.4-alpha. | |||
2018-12-13 | Merge remote-tracking branch 'tlyu-github/ticket28731-035' into maint-0.3.5 | Nick Mathewson | |
2018-12-11 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-12-11 | Merge branch 'maint-0.3.4' into maint-0.3.5 | Nick Mathewson | |
2018-12-11 | Merge branch 'maint-0.2.9' into maint-0.3.3 | Nick Mathewson | |
2018-12-11 | Note ticket number in changes file for 24803 | Nick Mathewson | |
2018-12-11 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-12-11 | Merge branch 'maint-0.3.4' into maint-0.3.5 | Nick Mathewson | |
2018-12-11 | Merge branch 'maint-0.2.9' into maint-0.3.3 | Nick Mathewson | |
2018-12-10 | Log bootstrap tag names | Taylor Yu | |
Add the bootstrap tag name to the log messages, so people troubleshooting connection problems can look up a symbol instead of a number. Closes ticket 28731. | |||
2018-12-10 | Fallbacks: Update the hard-coded fallback list in December 2018 | teor | |
Merge Phoul's two lists into teor's list. Replace the 150 fallbacks originally introduced in Tor 0.3.3.1-alpha in January 2018 (of which ~115 were still functional), with a list of 157 fallbacks (92 new, 65 existing, 85 removed) generated in December 2018. Closes ticket 24803. | |||
2018-12-07 | Fallbacks: Update the hard-coded fallback list in December 2018 | teor | |
Replace the 150 fallbacks originally introduced in Tor 0.3.3.1-alpha in January 2018 (of which ~115 were still functional), with a list of 148 fallbacks (89 new, 59 existing, 91 removed) generated in December 2018. Closes ticket 24803. | |||
2018-12-06 | Merge branch 'maint-0.3.4' into maint-0.3.5 | Nick Mathewson | |
2018-12-06 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-12-06 | Merge branch 'maint-0.2.9' into maint-0.3.3 | Nick Mathewson | |
2018-12-05 | Update geoip and geoip6 to the December 5 2018 database. | Karsten Loesing | |
2018-12-05 | Merge remote-tracking branch 'tor-github/pr/546' into maint-0.3.5 | Nick Mathewson | |
2018-12-04 | man: Document HSv3 client authorization revocation | David Goulet | |
Removing a ".auth" file revokes a client access to the service but the rendezvous circuit is not closed service side because the service simply doesn't know which circuit is for which client. This commit notes in the man page that to fully revoke a client access to the service, the tor process should be restarted. Closes #28275 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2018-12-01 | Merge remote-tracking branch 'tor-github/pr/554' into maint-0.3.5 | Nick Mathewson | |
2018-12-01 | Add changes file | rl1987 | |
2018-12-01 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-12-01 | Merge branch 'maint-0.3.4' into maint-0.3.5 | Nick Mathewson | |
2018-11-30 | sr: Switch from tor_assert() to BUG() | Neel Chauhan | |
Closes #19566 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2018-11-27 | Merge branch 'maint-0.3.4' into maint-0.3.5 | Nick Mathewson | |
2018-11-27 | Explicitly specify path to OpenSSL for Appveyor. | Alexander Færøy | |
This patch explicitly specifies the path to our OpenSSL dependency and disables the installation of an external OpenSSL version and instead uses the OpenSSL version available from the MinGW environments. See: https://bugs.torproject.org/28574 | |||
2018-11-26 | Merge remote-tracking branch 'teor/bug28096-035-squashed' into maint-0.3.5 | Nick Mathewson | |
2018-11-26 | Merge remote-tracking branch 'dgoulet/ticket28128_035_01' into maint-0.3.5 | David Goulet | |
2018-11-26 | hs-v3: Do not close RP circuits when deleting an ephemeral service | David Goulet | |
Bug reported on tor-dev@ and here is the detail explanation of the issue: https://lists.torproject.org/pipermail/tor-dev/2018-November/013558.html Fixes bug #28619 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2018-11-22 | Test: Fix memory leaks and missing unmocks in entry guard tests | teor | |
test_entry_guard_outdated_dirserver_exclusion leaks memory, and is missing some unmocks. Fixes 28554; bugfix on 0.3.0.1-alpha. | |||
2018-11-20 | Merge branch 'maint-0.3.4' into maint-0.3.5 | Nick Mathewson | |
2018-11-20 | Merge remote-tracking branch 'teor/ticket28459-034' into maint-0.3.4 | Nick Mathewson | |
2018-11-19 | Update control_free_all() for #27169 | Taylor Yu | |
Reset the added bootstrap tracking state introduced by ticket 27169. Fixes bug 28524; bugfix on 0.3.5.1-alpha. | |||
2018-11-19 | Add missing library to build tor-print-ed-signing-cert. | Alexander Færøy | |
To succesful compile tor-print-ed-signing-cert.exe on Windows we sometimes need to include the @TOR_LIB_GDI@ library. See: https://bugs.torproject.org/28485 | |||
2018-11-16 | Merge remote-tracking branch 'dgoulet/ticket27471_035_02' into maint-0.3.5 | Nick Mathewson | |
2018-11-15 | Merge branch 'bug25573-034-typefix' into maint-0.3.4 | Nick Mathewson | |
2018-11-15 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-11-15 | Merge branch 'maint-0.2.9' into maint-0.3.3 | Nick Mathewson | |
2018-11-15 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-11-15 | Merge branch 'bug26913_033' into maint-0.3.3 | Nick Mathewson | |