summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fixes an issue when calling recvmsg on a domain socket non-blockingHEADmasterOla Bini2020-10-27
* Fixed out-of-bounds write in onion pool.anonhelper2020-10-27
* Add getdents / getdents64 support re ticket 28861Alejandro Alvarado2019-01-22
* Fix a bunch of stuff in the wrapper script, #24967Alex Xu (Hello71)2018-11-19
* gethostbyaddr_r: always assign resultDavid Goulet2018-11-19
* log: Remove log line when logging is stoppedDavid Goulet2018-11-19
* gethostbyaddr_r: Don't put garbage in data->hostnameDavid Goulet2018-04-20
* gethostbyaddr_r: Populate h_addrtype fieldDavid Goulet2018-04-20
* log: Avoid crash or file corruption when closing logsDavid Goulet2018-04-20
* connect: Always pass .onion IP cookie to connection objectDavid Goulet2018-04-20
* Merge remote-tracking branch 'yawning/bug23715'David Goulet2018-04-20
|\
| * Bug 23715: Support memfd_create(2).Yawning Angel2017-09-30
* | Make torsocks always connect to the configured Tor portDavid Goulet2018-04-20
* | socks5: Always use ATYP 0x03 for CONNECT commandDavid Goulet2018-04-20
* | Merge remote-tracking branch 'upstream/master'David Goulet2018-04-20
|\ \ | |/
| * Merge remote-tracking branch 'debian/bugfix/typo-subsytem'David Goulet2017-08-04
| |\
| | * Fix typo: subsytem → subsystem.intrigeri2016-10-19
| * | Merge remote-tracking branch 'debian/bugfix/typo-conect'David Goulet2017-08-04
| |\ \
| | * | Fix typo: conect → connect.intrigeri2016-10-19
| | |/
* | | accept4: Initialize libc symbol earlyDavid Goulet2018-04-20
|/ /
* | Add a -q/--quiet to torsocksDavid Goulet2017-02-24
* | Make cpp conditional for definition of handle_mmap match useTaylor R Campbell2017-02-24
* | utils: Add useful function for later useDavid Goulet2017-02-24
* | Remove clang warningsDavid Goulet2017-02-24
* | Add missing quotes to variable in torsocks.inDavid Goulet2017-02-24
* | Fix check_addr() to return either 0 or 1David Goulet2017-02-24
* | Ignore stderr for getcap commandDavid Goulet2017-02-24
* | syscall: Add seccomp, gettimeofday, clock_gettime, forkDavid Goulet2016-12-22
|/
* execve: only include xattr.h for LinuxDavid Goulet2016-10-18
* syscall: sched_getaffinity is only LinuxDavid Goulet2016-10-18
* close: Prefix debug messages with [close]David Goulet2016-10-16
* Add check for Apple's System Integrity Protection.Alexander Færøy2016-10-16
* Quote the non-zero length check of $getcap.Alexander Færøy2016-10-16
* compat: Fix bad use of defined macro for OS XDavid Goulet2016-10-16
* Use AC_USE_SYSTEM_EXTENSIONS to try to use POSIX extensionsDavid Goulet2016-10-16
* log: Fix whitespace in log.hDavid Goulet2016-10-16
* syscall: OS X doesn't support sched_getaffinity()David Goulet2016-10-16
* Fix memcpy buffer overrun in gethostbyaddr()David Goulet2016-08-21
* Fix memcpy() buffer overrun in gethostbyname()David Goulet2016-08-21
* Fix typo: catched -> caughtintrigeri2016-06-23
* syscall: Whitelist sched_getaffinity(2)David Goulet2016-06-23
* 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