| Commit message (Expand) | Author | Age |
| * | Update version to v2.2.0v2.2.0 | David Goulet | 2016-10-18 |
| * | Use xz for dist tarball now | David Goulet | 2016-10-18 |
| * | Remove TODO as we use the bugtracker for those | David Goulet | 2016-10-18 |
| * | execve: only include xattr.h for Linux | David Goulet | 2016-10-18 |
| * | syscall: sched_getaffinity is only Linux | David Goulet | 2016-10-18 |
| * | close: Prefix debug messages with [close] | David Goulet | 2016-10-16 |
| * | Add check for Apple's System Integrity Protection. | Alexander Færøy | 2016-10-16 |
| * | Quote the non-zero length check of $getcap. | Alexander Færøy | 2016-10-16 |
| * | compat: Fix bad use of defined macro for OS X | David Goulet | 2016-10-16 |
| * | Use AC_USE_SYSTEM_EXTENSIONS to try to use POSIX extensions | David Goulet | 2016-10-16 |
| * | log: Fix whitespace in log.h | David Goulet | 2016-10-16 |
| * | syscall: OS X doesn't support sched_getaffinity() | David Goulet | 2016-10-16 |
| * | Fix memcpy buffer overrun in gethostbyaddr() | David Goulet | 2016-08-21 |
| * | Fix memcpy() buffer overrun in gethostbyname() | David Goulet | 2016-08-21 |
| * | Fix typo: catched -> caught | intrigeri | 2016-06-23 |
| * | syscall: Whitelist sched_getaffinity(2) | David Goulet | 2016-06-23 |
| * | Update version to v2.2.0-rc1v2.2.0-rc1 | David Goulet | 2016-06-21 |
| * | Return connection refused on deny by ruleset error | David Goulet | 2016-06-21 |
| * | Fix wrong tor_address check for NULL | David Goulet | 2016-06-14 |
| * | Fix: accept{4} wrappers to accept addr to NULL | David Goulet | 2016-06-14 |
| * | Fix typos in comments | junglefowl | 2016-06-13 |
| * | Add --address and --port for torsocks. | Alexander Færøy | 2016-06-13 |
| * | Read environment variables before creating the SOCKS5 connection. | Alexander Færøy | 2016-06-13 |
| * | Expose set_tor_{address,port} as conf_file_set_tor_{address,port}. | Alexander Færøy | 2016-06-13 |
| * | Use DEFAULT_CONF_FILE_ENV instead of a hardcoded value. | Alexander Færøy | 2016-06-13 |
| * | Detect capabilities in torsocks wrapper | Shawn Landden | 2016-06-13 |
| * | Fix: allow port 65535. | junglefowl | 2016-06-13 |
| * | Overflow when parsing config lines with many arguments | junglefowl | 2016-06-13 |
| * | Add support for localhost only UDP via `AllowOutboundLocalhost 2`. | Yawning Angel | 2016-06-13 |
| * | Add freebsd to the libc detection in configure.ac | David Goulet | 2016-06-13 |
| * | Switch from Perl to automake tap. No more run-time Perl needed. | Taylor R Campbell | 2016-06-13 |
| * | Avoid potential null pointer dereferences in test_connection. | Taylor R Campbell | 2016-06-13 |
| * | Make sure pipe_fds is initialized in error branch. | Taylor R Campbell | 2016-06-13 |
| * | Suppress signed/unsigned comparison warnings with justified casts. | Taylor R Campbell | 2016-06-13 |
| * | Use size_t, not int, for indices below size_t bounds. | Taylor R Campbell | 2016-06-13 |
| * | Use same type for i as for pool->count, uint32_t. | Taylor R Campbell | 2016-06-13 |
| * | Avoid signed/unsigned comparison. Assert bound on size. | Taylor R Campbell | 2016-06-13 |
| * | Use seconds since epoch, not local time, for log timestamps. | Taylor R Campbell | 2016-06-13 |
| * | Work around broken declaration of gethostbyaddr on older NetBSD. | Taylor R Campbell | 2016-06-13 |
| * | Use the correct libc symbol for socket, __socket30, on newer NetBSD. | Taylor R Campbell | 2016-06-13 |
| * | Include <sys/param.h> for __NetBSD_Prereq__ on NetBSD. | Taylor R Campbell | 2016-06-13 |
| * | Block, rather than busy-wait, in send/recv_data_impl. | Taylor R Campbell | 2016-06-13 |
| * | Return EIO, not whatever 1 is, on EOF in recv_data. | Taylor R Campbell | 2016-06-13 |
| * | Block, rather than busy-wait, in send/recv_data_impl. | Taylor R Campbell | 2016-06-13 |
| * | Hijack execve() syscall to check for cap/setuid | David Goulet | 2016-06-13 |
| * | test: Change IPs with the new ones TPO just setup | David Goulet | 2016-06-13 |
| * | Add support for musl-libc | David Goulet | 2016-06-13 |
| * | Update version to v2.1.0v2.1.0 | David Goulet | 2015-05-27 |
| * | Fix: socks5 resolve wasn't sending data correctly | David Goulet | 2015-05-27 |
| * | Fix: wrong label when auth_socks5 fail | David Goulet | 2015-05-13 |