- Jun 17, 2015
-
-
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
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Apr 01, 2015
-
-
Nick Mathewson authored
-
- Mar 25, 2015
-
-
Nick Mathewson authored
-
- Mar 24, 2015
-
-
Nick Mathewson authored
-
- Mar 18, 2015
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Mar 15, 2015
-
-
- Mar 14, 2015
-
-
- Mar 12, 2015
-
-
Nick Mathewson authored
This actually lets us dump a lot of old cruft that nobody had (I hope!) tested in ages. Closes 15248.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Mar 10, 2015
-
-
Nick Mathewson authored
-
- Feb 24, 2015
-
- Feb 23, 2015
-
-
- Feb 19, 2015
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Feb 18, 2015
-
-
- Feb 11, 2015
-
-
Nick Mathewson authored
They have been off-by-default since 0.2.5 and nobody has complained. :) Also remove the buf_shrink() function, which hasn't done anything since we first stopped using contiguous memory to store buffers. Closes ticket 14848.
-
- Feb 09, 2015
-
-
Sebastian Hahn authored
-
- Jan 26, 2015
-
-
If --disable-systemd is given, $enable_systemd is set to "no", not "false". As a result, if libsystemd is found, we still turn on systemd support even if we explicitly disable it with --disable-system.
-
- Jan 14, 2015
-
-
Nick Mathewson authored
-
Nick Mathewson authored
This way we can use the linux eventfd extension where available. Using EVFILT_USER on the BSDs will be a teeny bit trickier, and will require libevent hacking.
-
Nick Mathewson authored
Also, re-enable the #if'd out condition-variable code. Work queues are going to make us hack on all of this stuff a bit more closely, so it might not be a terrible idea to make it easier to hack.
-