summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Update version to v2.0.0v2.0.0David Goulet2014-08-11
* Fix: compilation issue on Debian kfreebsd-i386David Goulet2014-08-11
* Fix: add LICENSE file to repositoryDavid Goulet2014-08-11
* Fix: add compilation requirements to README.mdDavid Goulet2014-07-14
* Update version to v2.0.0-rc7v2.0.0-rc7David Goulet2014-04-04
* Fix: fix NULL dereference on errorDavid Goulet2014-04-03
* Fix: memory leak in connect error pathDavid Goulet2014-04-03
* Delete old source directoryDavid Goulet2014-03-31
* Fix: nullify constant that might be undefinedDavid Goulet2014-03-31
* Refactor the connect() code flow for clarityDavid Goulet2014-03-31
* Tests: add connect() testDavid Goulet2014-03-31
* Tests: add socket() testDavid Goulet2014-03-31
* Fix: socketpair() denied for INET[6] socketDavid Goulet2014-03-31
* Fix: socket() type check SOCK_STREAMDavid Goulet2014-03-31
* Fix: add autogen.sh to installation proceduresDavid Goulet2014-03-26
* Fix: change TSOCKS_LOOPBACK bitnessLunar2014-03-24
* Fix: support kfreebsd for mmap()Jérémy Bobbio2014-03-18
* Update version to v2.0.0-rc6v2.0.0-rc6David Goulet2014-03-17
* Fix: set addr len for getsockname in acceptDavid Goulet2014-03-17
* Fix: use socket fd and NOT sockaddr in acceptDavid Goulet2014-03-17
* Update version to v2.0.0-rc5v2.0.0-rc5David Goulet2014-03-17
* Fix: strict aliasing in libraryDavid Goulet2014-03-12
* Add fclose() supportDavid Goulet2014-03-08
* Fix: add torsocks.conf option typeDavid Goulet2014-03-04
* Add option to allow inbound connectionsDavid Goulet2014-03-04
* Fix: handle NULL node in getaddrinfoDavid Goulet2014-03-04
* Update version to v2.0.0-rc4v2.0.0-rc4David Goulet2014-03-03
* Extras: add bash and zsh completion fileDavid Goulet2014-03-03
* Fix: move functions in file and set hidden attributeDavid Goulet2014-03-03
* Update torsocks.1 man page with new options and some fixesDavid Goulet2014-03-03
* Add -u/-p/-d to torsocks scriptDavid Goulet2014-03-03
* Fix: check SOCKS5 user/pass before setting them in configDavid Goulet2014-03-03
* Test: add socks5 testsLuke Gallagher2014-03-02
* Fix: assert conn->fd typoLuke Gallagher2014-03-02
* Add SOCKS5 username/password authenticationDavid Goulet2014-03-02
* Fix: handle conn. type domain name for socks5 connectDavid Goulet2014-02-25
* Fix: check strdup return value in config-file.cDavid Goulet2014-02-20
* Fix: make tsock_tor_resolve support IPv6David Goulet2014-02-20
* Fix: overload listen and not bindDavid Goulet2014-02-20
* Fix: remove the use of IPv4 sockaddr in connectDavid Goulet2014-02-20
* Tests: add one for utils_tokenize_ignore_commentsDavid Goulet2014-02-20
* Fix: use unsigned char for socks5 ABIDavid Goulet2014-02-20
* Fix: use connection_get_ref on creationDavid Goulet2014-02-20
* Fix: use strtok_r reentrant instead of strtokDavid Goulet2014-02-20
* Fix: check is_suid flag before each getenv()David Goulet2014-02-20
* Deny libc function bind()David Goulet2014-02-20
* Deny libc function accept()/accept4()David Goulet2014-02-20
* Fix: handle hints being NULL in getaddrinfoDavid Goulet2014-02-20
* Fix: handle socket creation with multiple typesDavid Goulet2014-02-20
* Fix: better document connection registry mutexDavid Goulet2014-02-20