- Nov 25, 2015
-
-
Nick Mathewson authored
Patch from rubiate; fixes bug 17551.
-
- Nov 20, 2015
-
-
Nick Mathewson authored
-
- Nov 13, 2015
-
-
Nick Mathewson authored
-
- Oct 19, 2015
-
-
Nick Mathewson authored
-
- Sep 30, 2015
-
-
Nick Mathewson authored
-
- Sep 29, 2015
-
-
- Sep 25, 2015
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Sep 24, 2015
-
-
Nick Mathewson authored
Use environment variables instead. This repairs 'make distcheck', which was running into trouble when it tried to chmod the generated scripts. Fixes 17148.
-
Nick Mathewson authored
-
- Sep 22, 2015
-
-
This allows builds on machines with a crippled openssl to fail early during configure. Bugfix on 0.2.7.1-alpha, which introduced the requirement for ECC support. Fixes bug 17109.
-
- Sep 10, 2015
-
-
teor (Tim Wilson-Brown) authored
Some platforms have true at different locations, like /usr/bin/true.
-
- Sep 03, 2015
-
-
Nick Mathewson authored
-
- Sep 01, 2015
-
-
Nick Mathewson authored
-
- Aug 05, 2015
-
-
Nick Mathewson authored
Closes ticket 16734.
-
- Jul 27, 2015
-
-
Nick Mathewson authored
-
- Jul 23, 2015
-
-
Nick Mathewson authored
-
- Jul 14, 2015
-
-
Nick Mathewson authored
It did a good idea, but the code-quality of libupnpc and libnatpnp is so dodgy that I'm not really comfortable including them alongside Tor proper. Instead, we'll recommend that people do the pure-go reimplementation instead. Closes ticket 13338.
-
- Jul 12, 2015
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Jul 10, 2015
-
-
Nick Mathewson authored
Apparently its mingw headers are missing some stuff.
-
- Jul 09, 2015
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Jul 06, 2015
-
-
rl1987 authored
-
- Jun 29, 2015
-
-
Nick Mathewson authored
-
- Jun 17, 2015
-
-
Nick Mathewson authored
This way glibc users don't have to fall back to getpass. Windows users are still out of luck
-
Nick Mathewson authored
-
- Jun 10, 2015
-
-
Andrea Shepard authored
-
- Jun 02, 2015
-
-
* Use `TLS_method()` instead of the deprecated `SSLv23_method()` * Fix one missed conversion to `SSL_CIPHER_get_id()`
-
Nick Mathewson authored
Repairs build with libressl
-
- May 26, 2015
-
-
Nick Mathewson authored
If the OpenSSL team accepts my patch to add an SSL_get_client_ciphers function, this patch will make Tor use it when available, thereby working better with openssl 1.1.
-
Nick Mathewson authored
Fixes bug 16164; bugfix on 0.2.6.3-alpha. Patch from Peter Palfrader.
-
- May 19, 2015
-
-
Nick Mathewson authored
-
- May 12, 2015
-
-
Nick Mathewson authored
-
- May 11, 2015
-
-
Nick Mathewson authored
-
- Apr 23, 2015
-
-
For this to work bt_test.py now returns an exit code indicating success or failure. Additionally, check-local and its specific dependencies are now obsolete so they are removed.
-
-
The zero length keys test now requires the path to the Tor binary as the first parameter to ensure the correct Tor binary is used without hard coding a path. The wrapper script calls the zero length keys test for each test separately to ensure the correct shell is used (as configured by autoconf). Another solution would have been to place the tests into separate functions so multiple tests could be run internally. This would have made a diff of considerable size and frankly it is outside the scope of this fix.
-
- Apr 06, 2015
-
-
Nick Mathewson authored
-