]> asedeno.scripts.mit.edu Git - PuTTY.git/history - windows/winhandl.c
Revamp of EOF handling in all network connections, pipes and other
[PuTTY.git] / windows / winhandl.c
2011-09-13 Simon TathamRevamp of EOF handling in all network connections,...
2009-01-12 Simon TathamPatch from Gert-Jan Vons: create an event handle to...
2008-03-10 Simon TathamMerge out from trunk, to keep this branch viable. We...
2007-03-27 Simon TathamIn the wake of r7415, let's have some better error...
2007-03-27 Simon TathamWindows apparently sends ERROR_BROKEN_PIPE when a pipe...
2007-01-21 Jacob NevinsFix Plink, the serial backend, and local-proxy support...
2006-09-03 Simon TathamAdd a mini-rant to the top comment explaining why threa...
2006-08-28 Simon TathamReading 4K at a time from a serial port turns out to...
2006-08-28 Simon TathamApparently it helps for an OVERLAPPED structure to...
2006-08-27 Simon TathamGrow some nasty warts on the side of winhandl.c, in...
2006-08-26 Simon TathamWe _can_ have handle_throttle() called on defunct handl...
2006-08-26 Simon TathamAnother bug fix: always set the busy flag when telling...
2006-08-26 Simon TathamBug fix: since the input thread does not wait for the...
2006-08-26 Simon TathamSmall tweak to the new handle API: provide a `privdata...
2006-08-25 Simon TathamNew piece of Windows infrastructure: winhandl.c takes...