]> asedeno.scripts.mit.edu Git - PuTTY.git/history - windows/winsftp.c
Fix a handle leak in Windows PSFTP.
[PuTTY.git] / windows / winsftp.c
2014-12-20 Simon TathamFix a handle leak in Windows PSFTP.
2014-11-22 Simon TathamFix uninitialised variable in two Windows event loops.
2013-09-15 Simon TathamOnly run one toplevel callback per event loop iteration.
2013-08-17 Simon TathamAdd a general way to request an immediate top-level...
2012-09-19 Ben HarrisWindows PSFTP has two places that call run_timers and...
2012-09-18 Ben HarrisTwo related changes to timing code:
2011-08-11 Simon TathamPropagate file permissions in both directions in Unix...
2011-07-14 Simon TathamPost-release destabilisation! Completely remove the...
2009-09-27 Jacob NevinsQuell more warnings and, perhaps, avoid alignment fault...
2009-09-27 Jacob NevinsFix some (probably harmless) warnings.
2008-11-17 Simon TathamRevamp of the local X11 connection code. We now parse...
2007-01-12 Jacob NevinsExperimental fix for `psftp-hang'. (Experimental only...
2006-08-29 Simon TathamThe Windows HANDLE type, despite being a `void *',...
2006-08-26 Simon TathamCleanups to reduce dependency on Windows SFTP tools...
2006-08-25 Simon TathamNew piece of Windows infrastructure: winhandl.c takes...
2006-08-12 Owen DunnLarge file support for psftp and pscp on both Windows...
2005-10-30 Jacob NevinsRevamp SSH authentication code so that user interaction...
2005-04-21 Jacob NevinsFirst crack at `terminal-modes' in SSH. PuTTY now sends...
2005-02-26 Jacob NevinsWe weren't correctly discounting "." and ".." when...
2004-12-16 Simon TathamGeneral mechanism for ensuring a dodgy SFTP server...
2004-12-16 Simon TathamJacob points out that I introduced a bug in PSFTP when...
2004-11-27 Simon TathamNew timing infrastructure. There's a new function sched...
2004-11-16 Simon TathamNow that we have Subversion's file renaming ability...