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-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
2020-09-20allocator_thread: rework message sending structuresrofl0r
2020-09-20get_chain_data: print debug inforofl0r
2020-09-20debug: fix DUMP_PROXY_CHAIN() hackrofl0r
2020-09-05fix build on FreeBSD due to usage of Dl_inforofl0r
2020-08-17Add Haiku support (#340)Ethan F
2020-07-08dnat: add rule precedence logictom gilon
2020-05-06Add option to change tcp destination port and ip before sending to proxy servertom gilon
2019-11-26get own_dir by using dladdr() instead of argv[0]Solar Flare
2019-11-12fix a buffer overflow bugSolar Flare