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
2022-07-22fat-binary-m1: use arm64e for dylib, but not for executableHEADmasterrofl0r
2022-06-01fix --fat-binary-m1 optionrofl0r
2022-05-15Fix zsh completion file to proxychains4Zenithal
2022-04-13Add zsh completion fileFreed-Wu
2021-12-17only use -ldl if available (netbsd compilation fix)rofl0r
2021-12-12remove 10 year old workaround for wrong glibc getnameinfo signaturerofl0r
2021-04-30configure: check for -pthread vs -lpthread (#379)rofl0r
2020-09-24experimental new feature: proxy_dns_daemonrofl0r
2020-09-23get rid of ip_type.crofl0r
2019-11-26get own_dir by using dladdr() instead of argv[0]Solar Flare
2018-01-10configure: Solaris detection, ld 'soname' option auto detection; other Solari...WHR
2016-12-24Revert "Makefile: suppress pedantic warnings in user CFLAGS"rofl0r
2016-12-13Makefile: suppress pedantic warnings in user CFLAGSrofl0r
2016-06-09Fix build failure with -pie in user LDFLAGSCarlos Maddela
2015-06-06fix segfault in DNS mapping lookup coderofl0r
2015-06-04configure: respect user LDFLAGS without breaking link orderrofl0r
2015-06-04Revert "Fix LDFLAGS"rofl0r
2015-06-04Revert "fix makefile link order"rofl0r
2015-04-03fix makefile link orderjackyzy823
2015-03-15Fix LDFLAGSTill Maas
2014-11-14replace problematic hostentdb with hostsreaderrofl0r
2014-07-22fix regression in install-config Makefile targetrofl0r
2014-07-22use musl's install.sh rather than doing workarounds for BSD installrofl0r
2014-07-22print proxychains version on DLL initrofl0r
2014-02-02Makefile: respect CPPFLAGSrofl0r
2014-02-02Makefile: add proper dependency info for install targetsrofl0r
2013-06-25Add DUMP_PROXY_CHAIN for debug builds and debug.c.crass
2013-02-10Makefile: prevent from using 2 slashes (cosmetic change)rofl0r
2013-01-06Makefile: add install-data to .PHONYrofl0r
2013-01-06Makefile: put include config later so the program name can be overriddenrofl0r
2012-12-25FreeBSD supportv4.4rofl0r
2012-12-18fix for mac build errorrofl0r
2012-12-18fix the never-ending issues with the wrong glibc prototype of getnameinforofl0r
2012-11-08replace hostent lookup with better performing in-memory copy.rofl0r
2012-11-08remove THREAD_SAFE ifdefs. from now on, pthreads are required.rofl0r
2012-11-08preliminary first fork-safe versionrofl0r
2012-11-07failed attempt to use shared memory for the ip <-> dns mappingrofl0r
2012-11-04fix issues with pthread and dlsym symbols on ubuntu 12.04rofl0r
2012-07-16Makefile: put config into new install-config targetrofl0r
2012-07-09use config file lookup routine from a common placerofl0r
2012-03-07Makefile: create destination dirs in case they do not existrofl0r
2012-03-07Makefile: add support for DESTDIRrofl0r
2012-01-30complete sysconfdir supportrofl0r
2012-01-30added support for --sysconfdirrofl0r
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-24make Makefile simpler and more correctrofl0r
2011-11-06fix realloc and add a layer of threadsafety upon dns-list accessesrofl0r