| Commit message (Expand) | Author | Age |
| * | 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 |
| * | Move SOCKS5 auth in a seperate function | David Goulet | 2015-05-12 |
| * | Send the SOCKS5 authentication for RESOLVE/RESOLVE_PTR requests. | Yawning Angel | 2015-05-12 |
| * | Change IsolatePID password from 42 to 0 | David Goulet | 2015-05-12 |
| * | Add automatic per process isolation (IsolatePID) | Yawning Angel | 2015-05-12 |
| * | Ensure that torsocks initializes itself in the presence of C++. | Yawning Angel | 2015-05-12 |
| * | Merge remote-tracking branch 'yawning/getaddrinfo' into getaddrinfo | David Goulet | 2015-04-23 |
| |\ |
|
| | * | Fix getaddrinfo() to respect AI_NUMERICHOST. | Yawning Angel | 2015-03-29 |
| * | | Fix: indentation in getpeername test | David Goulet | 2015-04-22 |
| * | | Merge remote-tracking branch 'yawning/getpeername' | David Goulet | 2015-04-22 |
| |\ \ |
|
| | * | | Fix the broken getpeername() implementation. | Yawning Angel | 2015-03-28 |
| | |/ |
|
| * | | Add support for the various inotify routines when invoked via syscall(). | Yawning Angel | 2015-04-07 |
| * | | Support the eventfd2(2) syscall. | Yawning Angel | 2015-04-07 |
| * | | Support the various epoll routines when invoked via syscall(). | Yawning Angel | 2015-04-07 |
| * | | Handle accept4(2) when invoked via syscall(). | Yawning Angel | 2015-04-07 |
| * | | Support certain Linux specific syscalls. | Yawning Angel | 2015-03-28 |
| |/ |
|
| * | Allow TCP Fast Open clients go through tor | Tim Rühsen | 2015-01-21 |