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
2021-02-14add support for a fixed number of proxies that are *always* usedfixed_lenrofl0r
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
2019-09-07add libc gethostbyname testrofl0r
2019-09-07test_gethostent: improve compileabilityrofl0r
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-03-17release 4.14v4.14rofl0r
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
2018-12-25configure: define HAVE_PIPE2 if we have pipe2() and O_CLOEXEC.Tom Li
2018-12-25configure: force check_compile() to link an executablerofl0r
2018-12-02replace getservbyname_r ifdef hacks with configure checkrofl0r