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
2021-09-05Fix GCC errors in DEBUG modeJack Hu
2020-10-27support 'raw' proxy typeaviau
2020-07-28Update libproxychains.cAdam Hamsik
2020-05-07Add option to change tcp destination port and ip before sending to proxy servertom gilon
2018-04-23allow dynamic host for simple socks env vartinyzimmer
2012-10-12Add simple SOCKS5 proxy modeBenjamin R. Haskell
2012-10-10Fix wrong glibc prototype.Adam Hamsik
2012-08-10Port Proxychains to NetBSD.proxychains-4.2.0develAdam 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-16make getaddrinfo threadsaferofl0r
2012-07-09put abort functionality into get_config_path to further reduce code duplicationrofl0r
2012-07-09use config file lookup routine from a common placerofl0r
2012-07-08fixup for d95ef42d487c7d9rofl0r
2012-07-08simplify load_sym code and remove potential aliasing violation.rofl0r
2012-07-08externalize some variables, which are used from both C filesrofl0r
2012-06-22Extract configuration file opening to separate routine.Adam Hamsik
2012-06-18Fix merge error.testingAdam Hamsik
2012-06-16Merge rofl0r changes to main stream.Adam Hamsik
2012-05-23bugfix: localnet never used if no port specified. Fix typo.Jahrome
2012-05-22bugfix: localnet never used if no port specified. Fix typo.Jahrome
2012-04-24cosmetic fixrofl0r
2012-04-24use sane defaultsrofl0r
2012-04-24fix debug messagerofl0r
2012-04-24use dynloader to call init() func when gcc is available, and lock it properlyrofl0r
2012-04-24macrosrofl0r
2012-04-23debloat init_lib()rofl0r
2012-03-07bugfix: localnet conflicts with proxydnsJianing Yang
2012-03-03bugfix: localnet conflicts with proxydns (fixed bytes-order)Jianing Yang
2012-03-03bugfix: localnet conflicts with proxydnsJianing Yang
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-27Replace inet_ntoa which is not thread safe by re-entrant threadsafe inet_ntop.Adam Hamsik
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-26Merge branch 'master' of github.com:haad/proxychainsAdam Hamsik
2012-01-26Add some more code checking to CCFLAGS, remove unnecessary ifdef'sAdam Hamsik
2012-01-26make remote_dns_subnet a config optionrofl0r
2012-01-26Merge branch 'remote-dns' of https://github.com/rofl0r/proxychains into rofl0...proxychains-4.0Adam Hamsik
2012-01-24Fix localnet issue with fix suggested in #issue 4 on github.Adam Hamsik
2012-01-24add quiet mode to proxychains launcherrofl0r
2012-01-11Merge pull request #3 from rofl0r/masterAdam Hamsik