]> asedeno.scripts.mit.edu Git - PuTTY.git/history - unix/uxsftp.c
Unix buildinfo: stop saying 'GTK' in pure CLI utilities.
[PuTTY.git] / unix / uxsftp.c
2017-02-22 Simon TathamUnix buildinfo: stop saying 'GTK' in pure CLI utilities.
2017-02-11 Jacob NevinsLog when -restrict-acl is in use.
2017-01-06 Simon TathamAdd some missing checks for EINTR after select(2).
2016-04-03 Owen DunnMerge branch 'master' of ssh://tartarus.org/putty
2016-04-02 Simon TathamExtend ACL-restriction to all Windows tools.
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-09-24 Simon TathamCentralise stripslashes() and make it OS-sensitive.
2015-08-16 Simon TathamChange uxsel_input_add's return type from int to pointer.
2015-07-25 Simon TathamMerge tag '0.65'
2015-06-25 Ben HarrisMerge branch 'pre-0.65'
2015-06-22 Simon TathamMerge branch 'pre-0.65'
2015-06-22 Simon TathamInaugural merge from branch 'pre-0.65'.
2015-05-15 Simon TathamGiant const-correctness patch of doom!
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...
2013-07-14 Simon TathamFix another giant batch of resource leaks. (Mostly...
2012-09-18 Ben HarrisTwo related changes to timing code:
2012-05-13 Simon TathamPatch from Robert de Bath to substantially simplify...
2011-12-08 Simon TathamArrange to call net_pending_errors on Unix, which we...
2011-10-02 Simon TathamTurn 'Filename' into a dynamically allocated type with...
2011-10-01 Simon TathamChange the semantics of 'FontSpec' so that it's a dynam...
2011-08-11 Simon TathamPropagate file permissions in both directions in Unix...
2011-07-14 Simon TathamPost-release destabilisation! Completely remove the...
2009-04-26 Jacob NevinsSeveral people have spotted an uninitialised structure...
2008-11-17 Simon TathamRevamp of the local X11 connection code. We now parse...
2006-08-15 Simon TathamShifts left and right by 32 were tripping a gcc warning...
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-09-14 Ben HarrisSome systems (HP-UX) don't yet have <sys/select.h>...
2005-04-21 Jacob NevinsFirst crack at `terminal-modes' in SSH. PuTTY now sends...
2005-03-28 Simon TathamRender timing.c robust in the face of strangeness....
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-12-16 Simon TathamImplement mget and mput in PSFTP, supporting wildcards.
2004-11-27 Simon TathamNew timing infrastructure. There's a new function sched...
2004-10-06 Jacob NevinsX forwarding changes:
2004-05-31 Simon TathamRJK's patch to enable PuTTY's X forwarding to connect...
2003-09-02 Simon TathamInclude stdlib.h for exit() - thanks Colin.
2003-09-02 Simon TathamRemove CRs. Oops :-/
2003-08-25 Simon Tatham... and there's a Unix port of PSCP. Ooh.
2003-08-25 Simon TathamWindows PSCP now links against winsftp.c, and scp.c...
2003-08-24 Simon TathamAnd just to prove that psftp.c really is now platform...