- introduces IPv6 support
- connect back
- DNS proxy via TCP with parent proxy support
- non-blocking name resolution via default system methods on *nix
- reduced memory usage
- multiple race conditions fixes.
It's recommended to move to 0.8.0 if you use 3proxy under high load.
PR: 206423
Submitted by: timp87@gmail.com (maintainer)
The CONFLICT with libproxy was resolved by removing the conflicting files.
0.7.1.2
- Increased limits for header / request size in HTTP proxy
- Increased system failures handling on insufficient resources
0.7.1.1
- Warnings added for most common misconfigurations
- ftppr NLSD command supported
- Ignore NTLM handshake if NTLM is not enabled
- memcpy replaced with memmove for overlapped region
- better EINTR handling on *nix
- FTP proxy debugging output removed, binding for data connection corrected
- memory leak fixed in ldapauth plugin
PR: 188374
Submitted by: igorz@yandex.ru, timp87@gmail.com