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
2017-05-04properly handle non-blocking mode of socketnonblockrofl0r
2017-02-23allocator_thread.c: handle EINTR case when reading/writing pipe dataEINTRrofl0r
2016-12-24release 4.12v4.12rofl0r
2016-12-24Revert "Makefile: suppress pedantic warnings in user CFLAGS"rofl0r
2016-12-24configure: use quotes for echo callsrofl0r
2016-12-24Fix configure so the right CC gets picked upJatin Rungta
2016-12-21check snprintf return value for errorrofl0r
2016-12-13Makefile: suppress pedantic warnings in user CFLAGSrofl0r
2016-12-13Avoid using %n$ operand number formats to compile cleanly with ISO C.Carlos Maddela
2016-12-13Prevent empty translation units to satisfy ISO C compilers.Carlos Maddela
2016-12-13Fix format ‘%p’ expects argument of type ‘void *’ warning.Carlos Maddela
2016-12-13Fix format specifier for unsigned int.Carlos Maddela
2016-12-05Fix grammar in usage message to keep Lintian happy.Carlos Maddela
2016-12-05Fix spelling in log message: doesnt -> doesn'tCarlos Maddela
2016-10-16core.c: add HOST header to each CONNECT requestforkbomber
2016-10-16configure: make buildsystem-set CPPFLAGS non-overridableOUR_CPPFLAGSrofl0r
2016-10-15Fix random_chain on Mac OS XJay Taylor
2016-10-08configure: do not use mktemprofl0r
2016-06-23print error message instead of segfaulting for invalid chain_lenrofl0r
2016-06-09Fix build failure with -pie in user LDFLAGSCarlos Maddela
2016-06-09Fix trivial compilation warningCarlos Maddela
2016-05-26don't call dlsym() from close() hookrofl0r
2016-05-26don't call INIT() from close hookrofl0r
2016-02-09release 4.11v4.11rofl0r
2016-02-09README: add 'Known Problems' sectionrofl0r
2016-02-04configure: whitespace cleanup in help textrofl0r
2016-02-04add check for broken OpenBSD fclose()rofl0r
2016-02-04improve hostsreader test coderofl0r
2016-02-04Fix bug in hostsreaderAlexander Batischev
2015-12-06getnameinfo: support ipv6 as wellrofl0r
2015-12-06test_getnameinfo: improve, check ipv6rofl0r
2015-12-06mute warning in debug moderofl0r
2015-12-02factor out setup_hooks()rofl0r
2015-12-01debug.c: fix for ipv6 changesrofl0r
2015-10-01configure: check for availability of s6_addr16rofl0r
2015-09-19README: fix omission and whitespacerofl0r
2015-09-16remove obsolete config.mak examplerofl0r
2015-09-15connect(): handle ipv4-mapped ipv6 addressesrofl0r
2015-09-15add testcase for ipv4-mapped ipv6 addressrofl0r
2015-08-10preliminary ipv6 supportrofl0r
2015-06-14fix socks5 bug: always requested user auth caprofl0r
2015-06-14put INIT() call consistently at beginning of hooked funcsrofl0r
2015-06-14clean up some debug ifdefsrofl0r
2015-06-14remove commented-out code [2]rofl0r
2015-06-14remove commented-out coderofl0r
2015-06-13whitespace fixes for proxytype switch blockrofl0r
2015-06-13replace string manip. in HTTP setup code with single snprintfrofl0r
2015-06-13simplify socks5 buffer setup coderofl0r
2015-06-13simplify start_chain struct setuprofl0r
2015-06-09release 4.10v4.10rofl0r