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
2015-04-07more openbsd compile fixesopenbsdrofl0r
2015-04-06fix compilation with openbsdrofl0r
2015-04-03fix makefile link orderjackyzy823
2015-03-22Merge pull request #51 from tyll/ldflagsrofl0r
2015-03-22Merge pull request #44 from sarum9in/masterrofl0r
2015-03-15Fix LDFLAGSTill Maas
2015-02-17support MSG_FASTOPEN on old kernelsAleksey Filippov
2015-01-23add sendto hook to handle MSG_FASTOPEN flagAleksey Filippov
2014-11-15README: fix typorofl0r
2014-11-14hostsreader: use temporary vars for string manipulationrofl0r
2014-11-14replace problematic hostentdb with hostsreaderrofl0r
2014-09-14fix FSF address in COPYING to mute opensuse build service complaintsrofl0r
2014-07-22release 4.8.1v4.8.1rofl0r
2014-07-22fix regression in install-config Makefile targetrofl0r
2014-07-22release 4.8v4.8rofl0r
2014-07-22configure: hint that gmake should be used on BSDrofl0r
2014-07-22update .gitignorerofl0r
2014-07-22use musl's install.sh rather than doing workarounds for BSD installrofl0r
2014-07-22print proxychains version on DLL initrofl0r
2014-07-21libproxychains.c: whitespace cleanuprofl0r
2014-07-21get_chain_data: reject invalid entries in proxylist sectionrofl0r
2014-07-21bail out when no proxy was configuredrofl0r
2014-07-09main.c: remove trailing whitespace noiserofl0r
2014-07-09main.c: append previously existing LD_PRELOAD contents rather than overwritingrofl0r
2014-07-09main.c: remove code duplication around LD_PRELOADrofl0r
2014-07-02common.c: fix trailing whitespacerofl0r
2014-02-02Makefile: respect CPPFLAGSrofl0r
2014-02-02Makefile: add proper dependency info for install targetsrofl0r
2014-01-23README: fix typo in contributor namerofl0r
2014-01-23update AUTHORSrofl0r
2014-01-23proxy_getaddrinfo: don't use strncpyrofl0r
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