Read environment variables before creating the SOCKS5 connection. |
|
More...
|
almost 10 years ago
|
Add --address and --port for torsocks. |
|
More...
|
almost 10 years ago
|
Expose set_tor_{address,port} as conf_file_set_tor_{address,port}. |
|
More...
|
almost 10 years ago
|
Use DEFAULT_CONF_FILE_ENV instead of a hardcoded value. |
|
More...
|
almost 10 years ago
|
Return EIO, not whatever 1 is, on EOF in recv_data. |
|
More...
|
about 10 years ago
|
Use seconds since epoch, not local time, for log timestamps. |
|
More...
|
about 10 years ago
|
Avoid potential null pointer dereferences in test_connection. |
|
More...
|
about 10 years ago
|
Make sure pipe_fds is initialized in error branch. |
|
More...
|
about 10 years ago
|
Block, rather than busy-wait, in send/recv_data_impl. |
|
More...
|
about 10 years ago
|
Switch from Perl to automake tap. No more run-time Perl needed. |
|
More...
|
about 10 years ago
|
Use the correct libc symbol for socket, __socket30, on newer NetBSD. |
|
More...
|
about 10 years ago
|
Suppress signed/unsigned comparison warnings with justified casts. |
|
More...
|
about 10 years ago
|
Use size_t, not int, for indices below size_t bounds. |
|
More...
|
about 10 years ago
|
Use same type for i as for pool->count, uint32_t. |
|
More...
|
about 10 years ago
|
Avoid signed/unsigned comparison. Assert bound on size. |
|
More...
|
about 10 years ago
|
Work around broken declaration of gethostbyaddr on older NetBSD. |
|
More...
|
about 10 years ago
|
Update version to v2.1.0 |
|
More...
|
about 10 years ago
|
Fix: socks5 resolve wasn't sending data correctly |
|
More...
|
about 10 years ago
|
Fix: wrong label when auth_socks5 fail |
|
More...
|
about 10 years ago
|
Move SOCKS5 auth in a seperate function |
|
More...
|
about 10 years ago
|
Change IsolatePID password from 42 to 0 |
|
More...
|
about 10 years ago
|
Add automatic per process isolation (IsolatePID) |
|
More...
|
about 10 years ago
|
Send the SOCKS5 authentication for RESOLVE/RESOLVE_PTR requests. |
|
More...
|
about 10 years ago
|
Merge remote-tracking branch 'yawning/getaddrinfo' into getaddrinfo |
|
More...
|
about 10 years ago
|
Fix: indentation in getpeername test |
|
More...
|
about 10 years ago
|
Merge remote-tracking branch 'yawning/getpeername' |
|
More...
|
about 10 years ago
|
Add support for the various inotify routines when invoked via syscall(). |
|
More...
|
over 10 years ago
|
Support the eventfd2(2) syscall. |
|
More...
|
over 10 years ago
|
Support the various epoll routines when invoked via syscall(). |
|
More...
|
over 10 years ago
|
Handle accept4(2) when invoked via syscall(). |
|
More...
|
over 10 years ago
|