Sebastian Kuschel reports that pfd_closing can be called for a socket
[u/mdw/putty] / windows / winhandl.c
2011-09-13 simonRevamp of EOF handling in all network connections,...
2009-01-12 simonPatch from Gert-Jan Vons: create an event handle to...
2007-03-27 simonIn the wake of r7415, let's have some better error...
2007-03-27 simonWindows apparently sends ERROR_BROKEN_PIPE when a pipe...
2007-01-21 jacobFix Plink, the serial backend, and local-proxy support...
2006-09-03 simonAdd a mini-rant to the top comment explaining why threa...
2006-08-28 simonReading 4K at a time from a serial port turns out to...
2006-08-28 simonApparently it helps for an OVERLAPPED structure to...
2006-08-27 simonGrow some nasty warts on the side of winhandl.c, in...
2006-08-26 simonWe _can_ have handle_throttle() called on defunct handl...
2006-08-26 simonAnother bug fix: always set the busy flag when telling...
2006-08-26 simonBug fix: since the input thread does not wait for the...
2006-08-26 simonSmall tweak to the new handle API: provide a `privdata...
2006-08-25 simonNew piece of Windows infrastructure: winhandl.c takes...