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
2012-01-24add quiet mode to proxychains launcherremote-dnsrofl0r
2012-01-24make Makefile simpler and more correctrofl0r
2012-01-24prevent configure-generated config to always overwrite CFLAGS in envrofl0r
2012-01-24add proper feature tests for putenv, getenvrofl0r
2012-01-17fix signedness of hashfuncrofl0r
2011-11-14updated READMErofl0r
2011-11-07fix potential buffer overflow (exists in vanilla 3.1 as well)rofl0r
2011-11-07oh wait. checking the hash is not enough.rofl0r
2011-11-07fix SOCKSv4arofl0r
2011-11-07cleanup debug code and remove warningsrofl0r
2011-11-06do not override our CFLAGS when none are passedrofl0r
2011-11-06add possibility to search for DLL in exe's pathrofl0r
2011-11-06fix realloc and add a layer of threadsafety upon dns-list accessesrofl0r
2011-11-06buff is unsigned char nowrofl0r
2011-11-06fix index algorofl0r
2011-11-06implemented remote proxy dns lookup via use of reserved ip ranges and a looku...rofl0r
2011-11-06cleaned up main programrofl0r
2011-11-06cleanup of the Makefile and renamed to proxychains4rofl0r
2011-09-11added a configure script for nostalgics, and to not update INSTALLrofl0r
2011-09-11updated TODOrofl0r
2011-09-11fix getopt usage (C) unknown authorrofl0r
2011-09-11care about the argv array when the filename is passedrofl0r
2011-09-11set executable bit for stuff in binrofl0r
2011-09-11remove dependency on lib dir in build dirrofl0r
2011-09-11add a config template for the Makefile, and remove some unused variablesrofl0r
2011-09-11install also proxychains config template into etcrofl0r
2011-09-11remove nonexisting docsrofl0r
2011-09-11care about HOME also in proxychains loader. put common symbols in common.hrofl0r
2011-09-04exact fix for the wrong getnameinfo prototype in GLIBC < 2.14rofl0r
2011-09-04some cosmetic changesrofl0r
2011-09-04fixed a couple of bugs, warnings, added basic gethostbyaddr support and a pla...rofl0r
2011-09-03fixed usage of int instead of socklen_trofl0r
2011-09-02remove gnu autocraprofl0r
2011-09-02fixes needed to compile with a standard compliant libcrofl0r
2011-03-23Merge branch 'master' into proxychain_fixesproxychain_fixesAdam Hamsik
2011-03-22added port support for localnetproxychain-localnetjianingy-proxychain-localnetJianing Yang
2011-02-25Add some README fixes, mention new -f parameter and other changes.Adam Hamsik
2011-02-25Add support for localnet config entry in proxychains.conf file.Adam Hamsik
2011-02-25Add support for localnet keyword to proxychains config file.Adam Hamsik
2011-02-25Add proxychains singal fixes, refactor code while I was there it was pretty h...Adam Hamsik
2011-02-25Add gitignore file to disable build files from commits.Adam Hamsik
2011-02-25Add my multiple config file fixes to proxychain.Adam Hamsik
2011-02-25Add vanila proxychains 3.1 sources.proxychain_authAdam Hamsik