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
2014-11-28Using OpenDNS and Drill (ldns-utils)ZhiFeng Hu
2014-06-30Merge pull request #44 from hmgle/fix_usageAdam Hamsik
2014-06-30fix #43mingang.he
2014-04-21Fix Linux compile issueDan Hutchinson
2013-04-17Fix to compile on Ubuntu 13:04douglasanpa
2012-10-15Make linux and mac options similar.Adam Hamsik
2012-10-15Use same LD parameters where is it possible.Adam Hamsik
2012-10-15Merge tomsawyer changes while, Makefile changes were fixed in my previous com...Adam Hamsik
2012-10-15Merge branch 'master' of github.com:haad/proxychainsAdam Hamsik
2012-10-15Add OS specific LD, C flags this enables use to use -pthread and -lpthread fo...Adam Hamsik
2012-10-15Merge pull request #30 from benizi/add-socks5-modeAdam Hamsik
2012-10-12Add README changes for simple SOCKS5 modeBenjamin R. Haskell
2012-10-12Add simple SOCKS5 proxy modeBenjamin R. Haskell
2012-10-10gethostbyname() and Makefile fixesSemion Laptev
2012-10-10Mention homebrew formula in README.Adam Hamsik
2012-10-10Fix library settings.Adam Hamsik
2012-10-10Fix wrong glibc prototype.Adam Hamsik
2012-09-22Merge pull request #25 from xiezhenye/patch-1Adam Hamsik
2012-09-22Update src/proxyresolvXie Zhenye
2012-08-10Add more documentation updates about BSD support and using pkgsrc to install ...Adam Hamsik
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-29Add more files to ignore.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-25Add more info, about last work, versions.Adam 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-24Add more binary stuffAdam Hamsik
2012-07-24Delete binary file.rofl0r-masterAdam Hamsik
2012-07-24Merge branch 'master' of https://github.com/rofl0r/proxychains into rofl0r-ma...Adam Hamsik
2012-07-16fix omission in common.crofl0r
2012-07-16Makefile: put config into new install-config targetrofl0r
2012-07-16correct copyright of main.crofl0r
2012-07-16update AUTHORSrofl0r
2012-07-16getaddrinfo: cosmeticsrofl0r
2012-07-16add test for getaddrinforofl0r
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-09put abort functionality into get_config_path to further reduce code duplicationrofl0r
2012-07-09remove unused filerofl0r
2012-07-09use config file lookup routine from a common placerofl0r
2012-07-08update READMErofl0r
2012-07-08slightly better error messagerofl0r
2012-07-08print everything to stderr, and fflush on PDEBUGrofl0r
2012-07-08fixup for d95ef42d487c7d9rofl0r
2012-07-08configure: add --help textrofl0r
2012-07-08simplify load_sym code and remove potential aliasing violation.rofl0r