Fix another giant batch of resource leaks. (Mostly memory, but there's
[u/mdw/putty] / unix / uxsftp.c
2013-07-14 simonFix another giant batch of resource leaks. (Mostly...
2012-09-18 benTwo related changes to timing code:
2012-05-13 simonPatch from Robert de Bath to substantially simplify...
2011-12-08 simonArrange to call net_pending_errors on Unix, which we...
2011-10-02 simonTurn 'Filename' into a dynamically allocated type with...
2011-10-01 simonChange the semantics of 'FontSpec' so that it's a dynam...
2011-08-11 simonPropagate file permissions in both directions in Unix...
2011-07-14 simonPost-release destabilisation! Completely remove the...
2009-04-26 jacobSeveral people have spotted an uninitialised structure...
2008-11-17 simonRevamp of the local X11 connection code. We now parse...
2006-08-15 simonShifts left and right by 32 were tripping a gcc warning...
2006-08-12 owenLarge file support for psftp and pscp on both Windows...
2005-10-30 jacobRevamp SSH authentication code so that user interaction...
2005-09-14 benSome systems (HP-UX) don't yet have <sys/select.h>...
2005-04-21 jacobFirst crack at `terminal-modes' in SSH. PuTTY now sends...
2005-03-28 simonRender timing.c robust in the face of strangeness....
2004-12-16 simonGeneral mechanism for ensuring a dodgy SFTP server...
2004-12-16 simonJacob points out that I introduced a bug in PSFTP when...
2004-12-16 simonImplement mget and mput in PSFTP, supporting wildcards.
2004-11-27 simonNew timing infrastructure. There's a new function sched...
2004-10-06 jacobX forwarding changes:
2004-05-31 simonRJK's patch to enable PuTTY's X forwarding to connect...
2003-09-02 simonInclude stdlib.h for exit() - thanks Colin.
2003-09-02 simonRemove CRs. Oops :-/
2003-08-25 simon... and there's a Unix port of PSCP. Ooh.
2003-08-25 simonWindows PSCP now links against winsftp.c, and scp.c...
2003-08-24 simonAnd just to prove that psftp.c really is now platform...