Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-09 | Try to fix windows build more. | Nick Mathewson | |
patch from rubiate on #16651 | |||
2015-12-09 | Try to fix windows build | Nick Mathewson | |
patch from rubiate on #16651 | |||
2015-12-08 | Add support for getrandom() and getentropy() when available | Yawning Angel | |
Implements feature #13696. | |||
2015-11-26 | Quote variables in case they contain spaces | cypherpunks | |
2015-11-25 | Attempt to make openbsd compilation happier with libevent2 installed | Nick Mathewson | |
Fix for bug 16651; patch from "rubiate". | |||
2015-11-25 | Merge branch 'maint-0.2.7' | Nick Mathewson | |
2015-11-25 | Include netinet/in.h (if detected) in check for net/pfvar.h | Nick Mathewson | |
Patch from rubiate; fixes bug 17551. | |||
2015-11-20 | bump version to 0.2.7-dev | Nick Mathewson | |
2015-11-13 | Bump to 0.2.7.5 | Nick Mathewson | |
2015-10-19 | Bump version to 0.2.7.4-rc | Nick Mathewson | |
2015-09-30 | Remove comment about a workaround for libevent versions we no longer work ↵ | Nick Mathewson | |
around. Fixes 16647 | |||
2015-09-29 | Merge remote-tracking branch 'origin/maint-0.2.7' | Nick Mathewson | |
2015-09-29 | FreeBSD needs -lexecinfo to get backtrace() | Marcin Cieślak | |
2015-09-25 | Bump master to 0.2.8.0-alpha-dev | Nick Mathewson | |
2015-09-25 | Bump to 0.2.7.3-rc-dev | Nick Mathewson | |
2015-09-24 | Stop trying to generate test scripts via autoconf substitution. | Nick Mathewson | |
Use environment variables instead. This repairs 'make distcheck', which was running into trouble when it tried to chmod the generated scripts. Fixes 17148. | |||
2015-09-24 | Increment version. | Nick Mathewson | |
2015-09-22 | Check that openssl has ECC support during configure | Sebastian Hahn | |
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. | |||
2015-09-10 | Use : rather than /bin/true in configure.ac | teor (Tim Wilson-Brown) | |
Some platforms have true at different locations, like /usr/bin/true. | |||
2015-09-03 | Try to fix #16974; bug not in any released version | Nick Mathewson | |
2015-09-01 | Fail in configure when openssl is too old. #16901. | Nick Mathewson | |
2015-08-05 | Add a compat function to check how much disk space is free. | Nick Mathewson | |
Closes ticket 16734. | |||
2015-08-04 | Merge remote-tracking branch 'public/bug13338' | Nick Mathewson | |
2015-07-27 | Bump version to 0.2.7.2-alpha-dev | Nick Mathewson | |
2015-07-23 | Bump version (and explain how) | Nick Mathewson | |
2015-07-14 | Remove tor-fw-helper code | Nick Mathewson | |
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. | |||
2015-07-12 | Nth time is maybe the charm for fixing windows readpassword build errors | Nick Mathewson | |
2015-07-10 | Try one more one more time to get tor-ci-windows working | Nick Mathewson | |
Apparently its mingw headers are missing some stuff. | |||
2015-07-09 | Merge branch 'libscrypt_eq_openssl_squashed' | Nick Mathewson | |
2015-07-09 | More windows header stuff. Will it work this time? | Nick Mathewson | |
2015-07-09 | Fix dumb windows compilation bug in d9052c62 | Nick Mathewson | |
2015-07-06 | Check if OpenSSL includes scrypt. | rl1987 | |
2015-06-29 | Remove checks for visual C 6. | Nick Mathewson | |
2015-06-17 | Add the openssh 6.8p1 readpassphrase implementation | Nick Mathewson | |
This way glibc users don't have to fall back to getpass. Windows users are still out of luck | |||
2015-06-17 | Merge branch '13642_offline_master_v2_squashed' | Nick Mathewson | |
2015-06-17 | Add a tor_getpass to read passphrases. Needs better backend. | Nick Mathewson | |
2015-06-02 | Merge remote-tracking branch 'public/bug15760_hard_026_v2' | Nick Mathewson | |
2015-06-02 | A few more minor OpenSSL 1.1 fixes. | Yawning Angel | |
* Use `TLS_method()` instead of the deprecated `SSLv23_method()` * Fix one missed conversion to `SSL_CIPHER_get_id()` | |||
2015-06-02 | Merge remote-tracking branch 'public/bug15760_hard_026_v2' | Nick Mathewson | |
Conflicts: src/common/tortls.c | |||
2015-06-02 | Use autoconf, not OPENSSL_VERSION_NUMBER, to detect SSL_CIPHER_find | Nick Mathewson | |
Repairs build with libressl | |||
2015-05-26 | Stop looking at session->ciphers when possible | Nick Mathewson | |
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. | |||
2015-05-26 | Merge remote-tracking branch 'origin/maint-0.2.6' | Nick Mathewson | |
2015-05-26 | Fix --enable-systemd builds on systems with libsystemd but not systemd | Nick Mathewson | |
Fixes bug 16164; bugfix on 0.2.6.3-alpha. Patch from Peter Palfrader. | |||
2015-05-19 | Bump maint-0.2.6 to 0.2.6.8 | Nick Mathewson | |
2015-05-12 | Bump version to 0.2.7.1-alpha-dev | Nick Mathewson | |
2015-05-11 | Bump version to 0.2.7.1-alpha. (This is not the release yet.) | Nick Mathewson | |
2015-04-23 | Merge remote-tracking branch 'public/remove_old_libevent_autoconf_stuff' | Nick Mathewson | |
2015-04-23 | Integrate backtrace test into the automake test suite. | cypherpunks | |
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. | |||
2015-04-23 | Integrate ntor test into the automake test suite. | cypherpunks | |
2015-04-23 | Integrate zero_length_keys test into the automake test suite. | cypherpunks | |
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. |