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-02-08Update mac os build.Adam Hamsik
2020-01-02Add missing Make dependenciesThodoris Sotiropoulos
2012-10-15Add OS specific LD, C flags this enables use to use -pthread and -lpthread fo...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-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-16Makefile: put config into new install-config targetrofl0r
2012-07-09use config file lookup routine from a common placerofl0r
2012-06-18Add support for both i386 and amd64 in mac os x binary.Adam Hamsik
2012-06-16Merge rofl0r changes to main stream.Adam Hamsik
2012-03-07Makefile: create destination dirs in case they do not existrofl0r
2012-03-07Makefile: add support for DESTDIRrofl0r
2012-03-03new: added DESTDIR option to Makefile so that packaging will be easierJianing Yang
2012-01-30complete sysconfdir supportrofl0r
2012-01-30added support for --sysconfdirrofl0r
2012-01-29Create install destionation directories first with install -d.Adam Hamsik
2012-01-28Make proxychains working on Mac OS X, build universal binaries to make olderAdam Hamsik
2012-01-28Merge rofl0r updates to bring both forks of proxychains to same base and to n...Adam Hamsik
2012-01-27complete mac supportrofl0r
2012-01-27allow dll suffix to be passed from ./configurerofl0r
2012-01-27pass dll_name to proxychains app, makes it easier to port to MACrofl0r
2012-01-27pass install prefix to proxychains app, to find /etcrofl0r
2012-01-27Replace inet_ntoa which is not thread safe by re-entrant threadsafe inet_ntop.Adam Hamsik
2012-01-27Check variable install/etc directory for proxychains config. Fix for #12 on g...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 -Wextra which is unsupported on old gcc.Adam Hamsik
2012-01-26Add some more code checking to CCFLAGS, remove unnecessary ifdef'sAdam Hamsik
2012-01-26Merge branch 'remote-dns' of https://github.com/rofl0r/proxychains into rofl0...proxychains-4.0Adam Hamsik
2012-01-24make Makefile simpler and more correctrofl0r
2012-01-11Fix some leftovers in Makefile.Adam Hamsik
2012-01-11Make prefix basic variable which is used as base for all other subdirs, insta...Adam Hamsik
2011-11-06fix realloc and add a layer of threadsafety upon dns-list accessesrofl0r
2011-11-06cleanup of the Makefile and renamed to proxychains4rofl0r
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-04fixed a couple of bugs, warnings, added basic gethostbyaddr support and a pla...rofl0r