Sebastian Kuschel reports that pfd_closing can be called for a socket
[u/mdw/putty] / proxy.c
2013-07-27 simonAdd an assortment of missing consts I've just noticed.
2013-07-22 simonFix a few more memory and resource leaks.
2013-07-14 simonFix another giant batch of resource leaks. (Mostly...
2012-10-16 simonWhen a proxy negotiation function is called with PROXY_...
2012-10-16 simonIf you configure Unix PuTTY to use a proxy, tell it...
2011-09-13 simonRevamp of EOF handling in all network connections,...
2011-07-14 simonPost-release destabilisation! Completely remove the...
2007-01-21 jacobFix several bugs that stopped %proxyport from doing...
2005-04-22 jacobChange proxy-dns `Auto' default for SOCKS5 from local...
2005-01-16 simonSupport for falling back through the list of addresses...
2005-01-07 simonProxy command formatting now recognises `%proxyhost...
2004-12-30 simonIntegrate unfix.org's IPv6 patches up to level 10,...
2004-08-30 simonMalcolm Smith's patch to support CHAP (digest-based...
2004-06-20 jacobAdd a configuration option for TCP keepalives (SO_KEEPA...
2004-02-10 simonJacob reports a segfault when using HTTP proxying under...
2004-01-20 simonMark Wutzke points out that the comment in sk_proxy_set...
2003-08-07 jacobControl of 'addr' is now handed over to {platform_...
2003-06-06 benMove prototype for platform_new_connection() to a heade...
2003-05-24 jacobIncorporate matthew.gabeler-lee's suggested fix for...
2003-05-10 benEliminate a "possible unintended assignment" warning.
2003-05-10 simonFixes for Debian bug #192701 (64-bit gccs warn about...
2003-05-07 simonYesterday's proxy enhancements also slightly nadgered...
2003-05-06 simonSupport, on Unix only (so far), for OpenSSH-style gener...
2003-05-04 simonColin's const-fixing Patch Of Death. Seems to build...
2003-04-23 simonUnix makefile now uses -O2, which massively cuts down...
2003-04-12 bensocks5_negotiate(): rather than using an uninitialised...
2003-03-29 simonIntroduced wrapper macros snew(), snewn() and sresize...
2003-03-18 benChange the token for HTTP Basic Authentication from...
2003-03-11 simonNever pass a `char' to a ctype function. I had relied...
2003-01-27 simonRemove all `enum'-typed variables from the Config struc...
2003-01-12 simonproxy.c now no longer refers to `cfg'. Instead, each...
2003-01-10 simonIntroduce framework for authenticating with the local...
2003-01-04 benFix some char * vs unsigned char * conversions, plus...
2003-01-02 simonPresence of unexpected characters in the proxy exclude...
2002-12-18 simonSupport for doing DNS at the proxy end. I've invented...
2002-12-18 simonBetter reporting of DNS errors while trying to find...
2002-12-18 simonStop proxying connections to localhost by default;...
2002-12-18 simonImplement `portfwd-loopback-choice'. Works on local...
2002-12-10 jacobIPv4/IPv6 sense problem in SOCKS5 proxying spotted...
2002-12-08 jacobWrong length was causing spurious \0 to be sent during...
2002-12-07 jacobFix write to freed memory in HTTP proxying. Things...
2002-11-07 simonRobustness fixes for KEXINIT handling and others. In...
2002-10-30 simonMore preparatory work: remove the <windows.h> include...
2002-10-26 simonFix proxy.c so that the static variables become const.
2002-10-23 jacobMinor compiler nits:
2002-10-22 simonJustin Bradford's patch for increased proxy robustness.
2002-10-11 jacobInitialise some members of the Proxy_Socket structure...
2002-09-24 simonFinish replacing `Network error' with `Proxy error...
2002-09-21 simonCleanups to proxy code: greater robustness in receiving...
2002-09-21 simonSupport username/password authentication in SOCKS 5.
2002-09-21 simonSupport username and password authentication when talki...
2002-04-27 simonSOCKS proxy support added (next instalment of Justin...
2002-03-27 simonUpdates to proxy support, both from me and from Justin...
2002-03-23 simonJustin Bradford's proxy support patch. Currently suppor...