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

github.com/haad/proxychains.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-10Port Proxychains to NetBSD.proxychains-4.2.0develAdam Hamsik
2012-08-05Add option to do a development build with --devel configure flag. Rename prox...Adam Hamsik
2012-07-29Fix couple of problems introduced/detected by clang checker and new -fno-comm...Adam Hamsik
2012-07-25Add more strict warnings, make proxychains build with -WconversionAdam Hamsik
2012-07-24Add new thread-safe getsrvbyname for MacOS Xproxychains-4.1.0Adam Hamsik
2012-07-24Merge branch 'rofl0r-master'Adam Hamsik
2012-07-24Merge branch 'master' of https://github.com/rofl0r/proxychains into rofl0r-ma...Adam Hamsik
2012-07-16getaddrinfo: cosmeticsrofl0r
2012-07-16proxy_getaddrinfo: fix segfault when hints is NULLrofl0r
2012-07-16make getaddrinfo threadsaferofl0r
2012-07-14use threadsafe getservbyname_rrofl0r
2012-07-14simplify log funcrofl0r
2012-07-08slightly better error messagerofl0r
2012-07-08print everything to stderr, and fflush on PDEBUGrofl0r
2012-06-22Remove trailing white space.Adam Hamsik
2012-01-28Merge rofl0r updates to bring both forks of proxychains to same base and to n...Adam Hamsik
2012-01-28use macros for mutex stuffrofl0r
2012-01-27remove dangerous uses of inet_ntoarofl0r
2012-01-27remove superfluous DEBUG checksrofl0r
2012-01-27ran indent tool on the source coderofl0r
2012-01-27fix *all* trailing whitespace at oncerofl0r
2012-01-27Pull some fixes from proxychains sf forum.Adam Hamsik
2012-01-27Replace homegrown pc_stringfromipv4 standard libc inet_ntoa, this should be a...Adam Hamsik
2012-01-27remove cdefs.h from include, fix non THREAD_SAFE build, do some more PDEBUG c...Adam Hamsik
2012-01-26Remove THREAD_SAFE ifdefs and use macros for it. Is there any reason to not r...Adam Hamsik
2012-01-26make remote_dns_subnet a config optionrofl0r
2012-01-17fix signedness of hashfuncrofl0r
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-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-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