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-11use -Wno-unknown-pragmas if availablerofl0r
2022-06-01fix --fat-binary-m1 optionrofl0r
2022-05-19configure: add --fat-binary-m1 for arm64e/x86_64 (M1) fat binaryrofl0r
2022-05-15Fix zsh completion file to proxychains4Zenithal
2022-04-13Add zsh completion fileFreed-Wu
2022-04-13using qsort for 4 ints is overkillrofl0r
2022-04-12Add hook to close_range function, solves #439. |0!Recolic Keghart
2022-01-25add configure check for non-POSIX compliant getnameinfo signaturerofl0r
2022-01-23release 4.16v4.16rofl0r
2022-01-22proxy_getaddrinfo(): Fill in ai_socktype if requestedVladimir Panteleev
2022-01-22src/proxychains.conf: Fix typosVladimir Panteleev
2022-01-10main: add more luser-friendly error message when execvp failsrofl0r
2022-01-03support IPv6 localnetsEero Häkkinen
2021-12-17only use -ldl if available (netbsd compilation fix)rofl0r
2021-12-14configure: detect OSX >= 12 and use new dyld hooking methodrofl0r
2021-12-14preliminary support for new DYLD hooking method for OSX Montereyrofl0r
2021-12-12introduce HOOKFUNC macro to mark all libc hook functionsrofl0r
2021-12-12remove 10 year old workaround for wrong glibc getnameinfo signaturerofl0r
2021-12-12update some testcasesrofl0r
2021-10-01configure: fix regression in detecting linker optionsrofl0r
2021-07-24release 4.15v4.15rofl0r
2021-07-23configure: fix check_link_silent and check_compileFabrice Fontaine
2021-05-19README: freenode -> liberarofl0r
2021-05-14initialize rand seed with nano-second granularityrofl0r
2021-04-30configure: check for -pthread vs -lpthread (#379)rofl0r
2021-02-05proxy_getaddrinfo(): debug: print hints->ai_flagsrofl0r
2021-02-05debug.h: print pid in all debug outputrofl0r
2021-02-05test_getaddrinfo: also print port informationrofl0r
2021-01-08fix compiler parentheses warning in dnat coderofl0r
2021-01-08proxychains.conf: fix localnet documentationrofl0r
2020-12-18configure: check first whether C compiler worksrofl0r
2020-12-12support 'raw' proxy type (#348)Alexandre Viau
2020-10-29configure: fix typo in fail()rofl0r
2020-10-29configure: add missing function fail()rofl0r
2020-10-28proxy_gethostbyname_old(): fix omission of namebuffer populationrofl0r
2020-10-28proxy_gethostbyname_old(): fix returned address typerofl0r
2020-10-28proxy_gethostbyname_old(): likewise.rofl0r
2020-10-28proxy_gethostbyname(): fix failure to omit DNS lookup for ipv4 addrsrofl0r
2020-10-28move isnumericipv4() to common.crofl0r
2020-10-26tunnel_to: shrink huge buffer sizerofl0r
2020-10-26shrink huge gethostbyname bufferrofl0r
2020-09-24experimental new feature: proxy_dns_daemonrofl0r
2020-09-23get rid of ip_type.crofl0r
2020-09-21get_chain_data: fix strstr() config parsingrofl0r
2020-09-21proxy_dns_old: use pipe2 if available, else O_CLOEXECrofl0r
2020-09-21add support for "proxy_dns_old" to use old 3.1 DNS lookup methodrofl0r
2020-09-20make sure allocator thread is only used if proxy_dns is requestedrofl0r
2020-09-20initialize allocator thread from get_chain_data if neededrofl0r
2020-09-20only start allocator thread if proxy_dns is requestedrofl0r