]> asedeno.scripts.mit.edu Git - PuTTY.git/history - windows/winhandl.c
first pass
[PuTTY.git] / windows / winhandl.c
2017-02-03 Simon TathamFix an EOF-testing goof in winhandl.c.
2016-02-29 Simon TathamMerge branch 'pre-0.67'
2016-02-29 Simon TathamInaugural merge from branch 'pre-0.67'.
2015-11-07 Simon TathamMerge tag '0.66'
2015-11-07 Simon TathamInitial 'merge -s ours' from 0.66 release branch.
2015-10-29 Simon TathamFix winhandl.c's failure to ever free a foreign handle.
2015-09-25 Simon TathamFix winhandl.c's failure to ever free a foreign handle.
2015-08-15 Tim KosseCast pointers to uintptr_t instead of unsigned {long,int}.
2015-06-20 Simon TathamFix a dangerous cross-thread memory access.
2015-06-20 Simon TathamImprove comments in winhandl.c.
2015-04-07 Simon TathamFix a dangerous cross-thread memory access.
2015-02-28 Simon TathamMerge branch 'pre-0.64'
2015-02-27 Jacob NevinsMerge branch 'pre-0.64'
2015-02-24 Jacob NevinsMerge branch 'pre-0.64'
2015-02-07 Simon TathamImprove comments in winhandl.c.
2015-02-07 Simon TathamMerge branch 'pre-0.64'
2015-02-07 Simon TathamMark handles defunct before calling gotdata/sentdata.
2015-02-07 Simon TathamFix handle leak in winhandl.c.
2014-01-07 Simon TathamRename the handle-type enumeration values.
2013-11-17 Simon TathamAdd support for Windows named pipes.
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...