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-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-03support IPv6 localnetsEero Häkkinen
2020-12-12support 'raw' proxy type (#348)Alexandre Viau
2020-10-26tunnel_to: shrink huge buffer sizerofl0r
2020-10-26shrink huge gethostbyname bufferrofl0r
2020-09-21add support for "proxy_dns_old" to use old 3.1 DNS lookup methodrofl0r
2020-05-06Add option to change tcp destination port and ip before sending to proxy servertom gilon
2015-01-23add sendto hook to handle MSG_FASTOPEN flagAleksey Filippov
2013-06-26Add support for round robin mode.crass
2013-01-21hook close() to prevent rude programs like ssh to close our pipesrofl0r
2012-12-25fix no-newline warnings on old compilersrofl0r
2012-11-08move stringfromipv4 into common.crofl0r
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-04put a mutex lock around gethostent() usage, to prevent internalrofl0r
2012-11-04add RcB tags to core.hrofl0r
2012-08-06fix core.h to be usable on its ownrofl0r
2012-07-16make getaddrinfo threadsaferofl0r
2012-07-14simplify log funcrofl0r
2012-07-08print everything to stderr, and fflush on PDEBUGrofl0r
2012-07-08externalize some variables, which are used from both C filesrofl0r
2012-04-24use sane defaultsrofl0r
2012-04-24remove dead coderofl0r
2012-04-24fix PDEBUG macrorofl0r
2012-04-23some cleanup in core.hrofl0r
2012-01-28use macros for mutex stuffrofl0r
2012-01-27remove dangerous uses of inet_ntoarofl0r
2012-01-27fix *all* trailing whitespace at oncerofl0r
2011-11-06fix realloc and add a layer of threadsafety upon dns-list accessesrofl0r
2011-11-06implemented remote proxy dns lookup via use of reserved ip ranges and a looku...rofl0r
2011-09-11care about HOME also in proxychains loader. put common symbols in common.hrofl0r
2011-09-04fixed a couple of bugs, warnings, added basic gethostbyaddr support and a pla...rofl0r
2011-09-02remove gnu autocraprofl0r