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
path: root/src
AgeCommit message (Expand)Author
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-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-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-05-14initialize rand seed with nano-second granularityrofl0r
2021-02-05proxy_getaddrinfo(): debug: print hints->ai_flagsrofl0r
2021-02-05debug.h: print pid in all debug outputrofl0r
2021-01-08fix compiler parentheses warning in dnat coderofl0r
2021-01-08proxychains.conf: fix localnet documentationrofl0r
2020-12-12support 'raw' proxy type (#348)Alexandre Viau
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
2019-07-21getaddrinfo: fix behaviour when node is null and !passiverofl0r
2019-05-25proxy_getaddrinfo: don't use sizeof(struct sockaddr_storage) for addr_lenrofl0r
2019-04-25proxy_getaddrinfo: implement support for numeric ipv6rofl0r
2019-04-21proxy url parser: look for @ from the right siderofl0r
2019-02-28allow non-numeric proxy ips under certain circumstancesrofl0r
2019-02-28allocator_thread.c: whitespace cleanuprofl0r
2019-02-28get_chain_data(): no need for inlinerofl0r
2019-02-28shrink huge log bufferrofl0r
2019-02-28don't try to connect to null-routed ipsrofl0r
2018-12-25allocator_thread.c: set O_CLOEXEC/FD_CLOEXEC for pipes, fix #273.Tom Li