- Dec 18, 2018
-
-
Nick Mathewson authored
Fixes bug 28612; bugfix on 0.3.5.3-alpha.
-
Nick Mathewson authored
It was always analyzed before use, but scan-build wasn't able to persuade itself of that. Closes ticket 28881.
-
Nick Mathewson authored
-
Nick Mathewson authored
This reverts commit 1b855af5.
-
Nick Mathewson authored
-
- Dec 17, 2018
-
-
Fixes #28562. While here, put the argument count test and usage message _before_ we attempt to read from sys.argv.
-
Nick Mathewson authored
Fixes bug 28883; bugfix on 0.3.5.4-alpha.
-
- Dec 10, 2018
-
-
Taylor Yu authored
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.
-
teor authored
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.
-
- Dec 07, 2018
-
-
teor authored
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.
-
- Dec 05, 2018
-
-
Karsten Loesing authored
-
- Dec 01, 2018
-
-
- Nov 30, 2018
-
-
Closes #19566 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
- Nov 26, 2018
-
-
David Goulet authored
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>
-
- Nov 22, 2018
-
-
teor authored
test_entry_guard_outdated_dirserver_exclusion leaks memory, and is missing some unmocks. Fixes 28554; bugfix on 0.3.0.1-alpha.
-
- Nov 19, 2018
-
-
Taylor Yu authored
Reset the added bootstrap tracking state introduced by ticket 27169. Fixes bug 28524; bugfix on 0.3.5.1-alpha.
-
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
-
- Nov 16, 2018
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Nov 15, 2018
-
-
teor authored
Correctly identify Windows 8.1, Windows 10, and Windows Server 2008 and later from their NT versions. On recent Windows versions, the GetVersionEx() function may report an earlier Windows version than the running OS. To avoid user confusion, add "[or later]" to Tor's version string on affected versions of Windows. Remove Windows versions that were never supported by the GetVersionEx() function. Stop duplicating the latest Windows version in get_uname(). Fixes bug 28096; bugfix on 0.2.2.34; reported by Keifer Bly.
-
- Nov 14, 2018
-
-
In conn_close_if_marked(), we can decide to keep a connection open that still has data to flush on the wire if it is being rate limited on the write side. However, in this process, we were also looking at the read() side which can still have token in its bucket and thus not stop the reading. This lead to a BUG() introduced in 0.3.4.1-alpha that was expecting the read side to be closed due to the rate limit but which only applies on the write side. This commit removes any bandwidth check on the read side and simply stop the read side on the connection regardless of the bucket state. If we keep the connection open to flush it out before close, we should not read anything. Fixes #27750 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
Nick Mathewson authored
-
This avoids leaking memory in case libtorrunner's child() function fails.
-
teor authored
Clients have ignored the Named flag since 0.3.2. Fixes bug 28441; bugfix on 0.3.2.1-alpha.
-
teor authored
-
teor authored
-
- Nov 12, 2018
-
-
Nick Mathewson authored
Apparently some freebsd compilers can't tell that 'c' will never be used uninitialized. Fixes bug 28413; bugfix on 0.2.9.3-alpha when we added support for longer AES keys to this function.
-
Nick Mathewson authored
We don't use this syscall, but openssl apparently does. (This syscall puts a socket into a half-closed state. Don't worry: It doesn't shut down the system or anything.) Fixes bug 28183; bugfix on 0.2.5.1-alpha where the sandbox was introduced.
-
- Nov 11, 2018
-
-
Nick Mathewson authored
Apparently, even though the manpage says it returns an int, it can return a long instead and cause a warning. Bug not in any released Tor. Part of #28399
-
Karsten Loesing authored
-
- Nov 09, 2018
-
-
Nick Mathewson authored
Failing to do on clients was causing TLS 1.3 negotiation to fail. Fixes bug 28245; bugfix on 0.2.9.15, when we added TLS 1.3 support.
-
- Nov 08, 2018
-
-
Nick Mathewson authored
-
- Nov 07, 2018
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Nov 06, 2018
-
-
Neel Chauhan authored
-
This fixes compilation on OpenBSD. Signed-off-by:
Kris Katterjohn <katterjohn@gmail.com>
-
Resume refusing to start with relative file paths and RunAsDaemon set (regression from the fix for bug 22731). Fixes bug 28298; bugfix on 0.3.3.1-alpha.
-