]> asedeno.scripts.mit.edu Git - PuTTY.git/history - sftp.c
first pass
[PuTTY.git] / sftp.c
2017-02-15 Simon Tathamscp_recv_filedata: handle EOF more sensibly.
2016-12-29 Tim KosseHandle failed SSH_FXP_CLOSE requests in sftp_put_file.
2016-11-19 Tim KosseFix type mismatch in sftp_find_request
2016-04-09 Ben HarrisSwitch to flow-control-based SFTP uploading.
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-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-07-14 Simon TathamTighten up a lot of casts from unsigned to int which...
2013-07-11 Simon Tathamxfer_{up,down}load_gotpkt free their input sftp_packet...
2013-07-06 Simon TathamClean up handling of the return value from sftp_find_re...
2012-08-12 Simon TathamUse a single sftp_senddata() to send each SFTP packet...
2011-08-11 Simon TathamPropagate file permissions in both directions in Unix...
2007-01-09 Simon TathamGet rid of all the MSVC warnings.
2006-06-02 Simon TathamLionel Fourquaux offers this very simple patch to speed...
2005-04-12 Jacob NevinsUnify GET_32BIT()/PUT_32BIT() et al from numerous sourc...
2005-02-25 Simon TathamPer Gunnar Floe spotted a reversed test in sftp_cleanup...
2005-02-20 Simon TathamAdditional robustness to SFTP packet parsing and memory...
2004-12-17 Simon TathamThe xfer mechanism wasn't gracefully terminating when...
2003-12-19 Simon TathamJoe Yates's memory leak patches.
2003-09-28 Simon TathamUploads turn out to be much easier than downloads,...
2003-09-27 Simon TathamFirst cut at speeding up SFTP. Generic download-managem...
2003-08-24 Simon TathamAnd just to prove that psftp.c really is now platform...
2003-06-29 Simon TathamPhase 1a of SFTP re-engineering: fix the glaring memory...
2003-06-29 Simon TathamFirst phase of SFTP re-engineering. Each base-level...
2003-03-29 Simon TathamIntroduced wrapper macros snew(), snewn() and sresize...
2002-10-26 Simon TathamYet more global-removal. The static variables in loggin...
2002-03-31 Simon TathamFix major memory leak in sftp_cmd_ls (thanks to Hans...
2002-03-01 Simon TathamMemory leak fix: repair endemic failure to call sftp_pk...
2001-12-14 Simon TathamRemove ghastly hack involving fxp_error_message.
2001-12-11 Simon TathamFix error handling in sftp (the sftp_recv return value...
2001-11-14 Simon TathamYikes! sftp.c wasn't using the misc.h wrappered malloc...
2001-08-26 Simon TathamPSCP now uses the modern SFTP protocol if it can, and...
2001-08-26 Simon TathamMore upgrades to psftp: it now supports mv, chmod,...
2001-08-04 Simon TathamPatch to PSFTP: implement mkdir, rmdir, rm and scriptin...
2001-05-06 Simon TathamRun entire source base through GNU indent to tidy up...
2001-03-05 Simon TathamFix various trivial compiler warnings
2001-02-27 Simon TathamPatches to prevent a couple of silly crashes
2001-02-24 Simon Tathampsftp now works as part of the PuTTY suite
2001-02-24 Simon TathamSFTP client now successfully handles cd, ls, get and put.
2001-02-23 Simon TathamFirst stab at an SFTP client. Currently a Unixland...