Sebastian Kuschel reports that pfd_closing can be called for a socket
[u/mdw/putty] / network.h
2013-07-27 simonAdd an assortment of missing consts I've just noticed.
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...
2009-02-24 jacobSince r8305, Unix PuTTY has always "upgraded" an X11...
2008-11-08 simonImplement sk_addr_dup().
2005-01-16 simonSupport for falling back through the list of addresses...
2004-12-30 simonIntegrate unfix.org's IPv6 patches up to level 10,...
2004-06-20 jacobAdd a configuration option for TCP keepalives (SO_KEEPA...
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-10 simonFixes for Debian bug #192701 (64-bit gccs warn about...
2003-05-04 simonColin's const-fixing Patch Of Death. Seems to build...
2003-01-12 simonproxy.c now no longer refers to `cfg'. Instead, each...
2003-01-10 simonIntroduce framework for authenticating with the local...
2002-12-18 simonSupport for doing DNS at the proxy end. I've invented...
2002-12-18 simonStop proxying connections to localhost by default;...
2002-12-18 simonImplement `portfwd-loopback-choice'. Works on local...
2002-10-30 simonMore preparatory work: remove the <windows.h> include...
2002-04-27 simonSOCKS proxy support added (next instalment of Justin...
2002-03-23 simonJustin Bradford's proxy support patch. Currently suppor...
2002-03-06 simonEnsure our network layer is properly cleaned up before...
2001-11-29 simonConfigurable TCP_NODELAY option on network connections
2001-10-30 simonTidy up the SERIOUS NETWORK ERROR fixes
2001-09-07 simonRobert de Bath's asynchronous-connect patch. Helps...
2001-08-27 simonPort forwarding update: local-host-only listening socke...
2001-08-25 simonExtensive changes that _should_ fix the socket bufferin...
2001-08-08 simonSSH port forwarding! How cool is that?
2001-05-06 simonRun entire source base through GNU indent to tidy up...
2001-03-13 simonDave Hinton's modifications to the network layer interf...
2001-02-01 simonYet another attempt at OOB handling in the network...
2001-01-24 simonImprove socket error handling so that a socket error...
2001-01-19 simonExperimental Rlogin support, thanks to Delian Delchev...
2000-10-24 simonFix miscellaneous compiler warnings. Thanks to Jacob...
2000-10-23 simonCreated a shiny new abstraction for the socket handling...