summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Update version to v2.2.0-rc1v2.2.0-rc1David Goulet2016-06-21
* Return connection refused on deny by ruleset errorDavid Goulet2016-06-21
* Fix wrong tor_address check for NULLDavid Goulet2016-06-14
* Fix: accept{4} wrappers to accept addr to NULLDavid Goulet2016-06-14
* Fix typos in commentsjunglefowl2016-06-13
* Add --address and --port for torsocks.Alexander Færøy2016-06-13
* Read environment variables before creating the SOCKS5 connection.Alexander Færøy2016-06-13
* Expose set_tor_{address,port} as conf_file_set_tor_{address,port}.Alexander Færøy2016-06-13
* Use DEFAULT_CONF_FILE_ENV instead of a hardcoded value.Alexander Færøy2016-06-13
* Detect capabilities in torsocks wrapperShawn Landden2016-06-13
* Fix: allow port 65535.junglefowl2016-06-13
* Overflow when parsing config lines with many argumentsjunglefowl2016-06-13
* Add support for localhost only UDP via `AllowOutboundLocalhost 2`.Yawning Angel2016-06-13
* Add freebsd to the libc detection in configure.acDavid Goulet2016-06-13
* Switch from Perl to automake tap. No more run-time Perl needed.Taylor R Campbell2016-06-13
* Avoid potential null pointer dereferences in test_connection.Taylor R Campbell2016-06-13
* Make sure pipe_fds is initialized in error branch.Taylor R Campbell2016-06-13
* Suppress signed/unsigned comparison warnings with justified casts.Taylor R Campbell2016-06-13
* Use size_t, not int, for indices below size_t bounds.Taylor R Campbell2016-06-13
* Use same type for i as for pool->count, uint32_t.Taylor R Campbell2016-06-13
* Avoid signed/unsigned comparison. Assert bound on size.Taylor R Campbell2016-06-13
* Use seconds since epoch, not local time, for log timestamps.Taylor R Campbell2016-06-13
* Work around broken declaration of gethostbyaddr on older NetBSD.Taylor R Campbell2016-06-13
* Use the correct libc symbol for socket, __socket30, on newer NetBSD.Taylor R Campbell2016-06-13
* Include <sys/param.h> for __NetBSD_Prereq__ on NetBSD.Taylor R Campbell2016-06-13
* Block, rather than busy-wait, in send/recv_data_impl.Taylor R Campbell2016-06-13
* Return EIO, not whatever 1 is, on EOF in recv_data.Taylor R Campbell2016-06-13
* Block, rather than busy-wait, in send/recv_data_impl.Taylor R Campbell2016-06-13
* Hijack execve() syscall to check for cap/setuidDavid Goulet2016-06-13
* test: Change IPs with the new ones TPO just setupDavid Goulet2016-06-13
* Add support for musl-libcDavid Goulet2016-06-13
* Update version to v2.1.0v2.1.0David Goulet2015-05-27
* Fix: socks5 resolve wasn't sending data correctlyDavid Goulet2015-05-27
* Fix: wrong label when auth_socks5 failDavid Goulet2015-05-13
* Move SOCKS5 auth in a seperate functionDavid Goulet2015-05-12
* Send the SOCKS5 authentication for RESOLVE/RESOLVE_PTR requests.Yawning Angel2015-05-12
* Change IsolatePID password from 42 to 0David Goulet2015-05-12
* Add automatic per process isolation (IsolatePID)Yawning Angel2015-05-12
* Ensure that torsocks initializes itself in the presence of C++.Yawning Angel2015-05-12
* Merge remote-tracking branch 'yawning/getaddrinfo' into getaddrinfoDavid Goulet2015-04-23
|\
| * Fix getaddrinfo() to respect AI_NUMERICHOST.Yawning Angel2015-03-29
* | Fix: indentation in getpeername testDavid Goulet2015-04-22
* | Merge remote-tracking branch 'yawning/getpeername'David Goulet2015-04-22
|\ \
| * | Fix the broken getpeername() implementation.Yawning Angel2015-03-28
| |/
* | Add support for the various inotify routines when invoked via syscall().Yawning Angel2015-04-07
* | Support the eventfd2(2) syscall.Yawning Angel2015-04-07
* | Support the various epoll routines when invoked via syscall().Yawning Angel2015-04-07
* | Handle accept4(2) when invoked via syscall().Yawning Angel2015-04-07
* | Support certain Linux specific syscalls.Yawning Angel2015-03-28
|/
* Allow TCP Fast Open clients go through torTim Rühsen2015-01-21