Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rofl0r/proxychains-ng.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-22hack up libproxychains.so to contain some glibc symbolsmusl-preloadrofl0r
2014-01-22update READMErofl0r
2014-01-22proxy_getaddrinfo: fix case when func was used in lieu of inet_atonrofl0r
2014-01-08remove obsolete ChangeLogrofl0r
2014-01-08start 4.8 release cycle.rofl0r
2014-01-08README: update release notes for 4.7v4.7rofl0r
2014-01-08fix incorrect poll.h inclusionrofl0r
2014-01-08Merge pull request #28 from pocographdotcom/masterrofl0r
2014-01-08Chromium tried to close our pipes and falls into infinity loop.David
2014-01-02Add option to build for i386 architecture on x64 Intel MacsNikki McCavee
2013-09-22update READMErofl0r
2013-08-31add missing INIT() to close hookrofl0r
2013-06-26fix indentation of debug.crofl0r
2013-06-26Add round_robin to example config.crass
2013-06-26Add support for round robin mode.crass
2013-06-25Add DUMP_PROXY_CHAIN for debug builds and debug.c.crass
2013-05-02proxychains.conf: add hint that proxy must be in ipv4 notationv4.6rofl0r
2013-05-02fix case where proxy was using a DNS name or non-dotted ipv4rofl0r
2013-04-30Merge pull request #18 from mancha1/masterrofl0r
2013-04-30libproxychains.c: fix NULL pointer dereference after fopen().mancha
2013-03-05README: add hint about IRC channelrofl0r
2013-02-10Makefile: prevent from using 2 slashes (cosmetic change)rofl0r
2013-02-10overhaul READMEv4.5rofl0r
2013-01-29better regex for obsolete proxyresolv script (thx yhzarcali)rofl0r
2013-01-21hook close() to prevent rude programs like ssh to close our pipesrofl0r
2013-01-07README: add disclaimer.rofl0r
2013-01-07README: add bold warnings about risksrofl0r
2013-01-06Makefile: add install-data to .PHONYrofl0r
2013-01-06README: mention install-configrofl0r
2013-01-06Makefile: put include config later so the program name can be overriddenrofl0r
2013-01-06update proxyresolvrofl0r
2013-01-06fine-tune configure for BSDrofl0r
2013-01-06post-release update of READMErofl0r
2013-01-06remove old proxychains launcher scriptrofl0r
2012-12-25FreeBSD supportv4.4rofl0r
2012-12-25fix no-newline warnings on old compilersrofl0r
2012-12-18fix for mac build errorrofl0r
2012-12-18fix compilation on musl libcrofl0r
2012-12-18add test for getnameinforofl0r
2012-12-18getnameinfo: check size and family of salenrofl0r
2012-12-18getnameinfo: return error if buffers are too smallrofl0r
2012-12-18fix the never-ending issues with the wrong glibc prototype of getnameinforofl0r
2012-12-12update README for 4.3 releasev4.3rofl0r
2012-11-08replace hostent lookup with better performing in-memory copy.rofl0r
2012-11-08move stringfromipv4 into common.crofl0r
2012-11-08README: remove paragraph about now fixed fork problems.rofl0r
2012-11-08remove THREAD_SAFE ifdefs. from now on, pthreads are required.rofl0r
2012-11-08use pipe instead of pipe2rofl0r
2012-11-08use mutexes also to protect the pipe communicationrofl0r
2012-11-08preliminary first fork-safe versionrofl0r