summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Fix: check strdup return valueDavid Goulet2014-02-20
* Fix: deny connection to ANY addressDavid Goulet2014-02-20
* Fix: remove all variables with double underscoreDavid Goulet2014-02-18
* Fix: change socks5_send_ptr_request to use address typeLuke Gallagher2014-02-18
* Fix: IPv6 typo in socks5_send_resolve_ptr_requestLuke Gallagher2014-02-18
* Fix: assert conn->fd typoLuke Gallagher2014-02-18
* Fix: build status markdownArlo Breault2014-02-11
* Fix: return right value with localhost resolveDavid Goulet2014-02-10
* Fix: fd leak on tor resolve errorDavid Goulet2014-02-10
* Fix: use libc close() when resolving through TorDavid Goulet2014-02-08
* Fix: socks5 connect use connection domain and correct lenDavid Goulet2014-02-08
* Fix: bad reference in getaddrinfo() using inet_ptonDavid Goulet2014-02-08
* Test: add unit test for sockaddr_is_localhostDavid Goulet2014-02-08
* Fix: remove gethostent() usageDavid Goulet2014-02-08
* Add localhost resolve utils functionDavid Goulet2014-02-08
* Fix: README typosJérémie Galarneau2014-02-07
* Fix: bad libc detection on system with libcap.soDavid Goulet2014-02-07