summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-18Begin a changelog for 0.3.5.6-rctor-0.3.5.6-rcNick Mathewson
2018-12-18Merge branch 'maint-0.3.5' into release-0.3.5Nick Mathewson
2018-12-18Revert "Log bootstrap tag names"Nick Mathewson
This reverts commit 1b855af5e33189d70d74273af03a535c343b63a5.
2018-12-18Merge branch 'maint-0.3.5' into release-0.3.5Nick Mathewson
2018-12-18Bump to 0.3.5.6-rcNick Mathewson
2018-12-17Merge branch 'maint-0.3.5' into release-0.3.5Nick Mathewson
2018-12-17Changes file for 28562Nick Mathewson
2018-12-17Create a temporary directory for tor's DataDirectory in test_rebind.Taylor R Campbell
Fixes #28562. While here, put the argument count test and usage message _before_ we attempt to read from sys.argv.
2018-12-13Merge branch 'maint-0.3.5' into release-0.3.5Nick Mathewson
2018-12-13Merge remote-tracking branch 'tlyu-github/ticket28731-035' into maint-0.3.5Nick Mathewson
2018-12-13Merge branch 'maint-0.3.5' into release-0.3.5Nick Mathewson
2018-12-13Merge remote-tracking branch 'teor/bug28826-035' into maint-0.3.5Nick Mathewson
2018-12-12Appveyor: Explain appveyor image names in the commentsteor
Appveyor images are named after the Visual Studio version they contain. But we compile using MinGW, not Visual Studio. We use these images because they have different Windows versions. Closes bug 28826.
2018-12-11Merge branch 'maint-0.3.5' into release-0.3.5Nick Mathewson
2018-12-11Merge branch 'maint-0.3.4' into maint-0.3.5Nick Mathewson
2018-12-11Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-12-11Merge branch 'maint-0.2.9' into maint-0.3.3Nick Mathewson
2018-12-11Note ticket number in changes file for 24803Nick Mathewson
2018-12-11Merge branch 'maint-0.3.5' into release-0.3.5Nick Mathewson
2018-12-11Merge branch 'maint-0.3.4' into maint-0.3.5Nick Mathewson
2018-12-11Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-12-11Merge branch 'maint-0.2.9' into maint-0.3.3Nick Mathewson
2018-12-10Log bootstrap tag namesTaylor 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-10Fallbacks: Update the hard-coded fallback list in December 2018teor
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-07Fallbacks: Update the hard-coded fallback list in December 2018teor
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-06Merge branch 'maint-0.3.5' into release-0.3.5Nick Mathewson
2018-12-06Merge branch 'maint-0.3.4' into maint-0.3.5Nick Mathewson
2018-12-06Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-12-06Merge branch 'maint-0.2.9' into maint-0.3.3Nick Mathewson
2018-12-05Update geoip and geoip6 to the December 5 2018 database.Karsten Loesing
2018-12-05Merge branch 'maint-0.3.5' into release-0.3.5Nick Mathewson
2018-12-05Merge remote-tracking branch 'tor-github/pr/546' into maint-0.3.5Nick Mathewson
2018-12-04Merge branch 'maint-0.3.5' into release-0.3.5David Goulet
2018-12-04man: Document HSv3 client authorization revocationDavid 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-01Merge branch 'maint-0.3.5' into release-0.3.5Nick Mathewson
2018-12-01Merge remote-tracking branch 'tor-github/pr/554' into maint-0.3.5Nick Mathewson
2018-12-01Merge branch 'maint-0.3.5' into release-0.3.5Nick Mathewson
2018-12-01Merge branch 'bug28229_diag_035' into maint-0.3.5Nick Mathewson
2018-12-01Also log a Tor log entry when it has a substring we are waiting forrl1987
2018-12-011 ms. resolution for Tor logsrl1987
2018-12-01Add changes filerl1987
2018-12-01Log everything from tor down to debug loglevelrl1987
2018-12-01In test_rebind.py, log stuff with timestampsrl1987
2018-12-01Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-12-01Merge branch 'maint-0.3.5' into release-0.3.5Nick Mathewson
2018-12-01Merge branch 'maint-0.3.4' into maint-0.3.5Nick Mathewson
2018-11-30sr: Switch from tor_assert() to BUG()Neel Chauhan
Closes #19566 Signed-off-by: David Goulet <dgoulet@torproject.org>
2018-11-27Merge branch 'maint-0.3.5' into release-0.3.5Nick Mathewson
2018-11-27Merge branch 'maint-0.3.4' into maint-0.3.5Nick Mathewson
2018-11-27Explicitly 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