]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/history - psftp.c
Enable xterm mouse reporting of wheel actions in GTK.
[PuTTY_svn.git] / psftp.c
2013-11-17 Simon TathamImplement connection sharing between instances of PuTTY.
2013-07-22 Simon TathamFix a few more memory and resource leaks.
2013-07-19 Simon TathamAdd a nonfatal() function everywhere, to be used for...
2013-07-14 Simon TathamFix another giant batch of resource leaks. (Mostly...
2013-07-11 Simon TathamAdd an assortment of missing frees, and one missing...
2013-07-11 Simon Tathamxfer_{up,down}load_gotpkt free their input sftp_packet...
2013-07-11 Simon TathamFix a couple of code paths on which, if fxp_readdir...
2013-07-11 Simon TathamIt's not actually legal by the C standard to call qsort...
2013-07-11 Simon TathamRemove redundant null checks for arguments to sftp_...
2013-07-06 Simon TathamClean up handling of the return value from sftp_find_re...
2012-09-19 Simon TathamMake --help and --version work consistently across...
2012-08-22 Simon TathamFix a bug in the PSFTP command parser which would cause...
2012-06-20 Simon TathamJohn Hartnup reports that Apache SSHD's SFTP server...
2011-09-13 Simon TathamRevamp of EOF handling in all network connections,...
2011-08-11 Simon TathamPropagate file permissions in both directions in Unix...
2011-07-14 Simon TathamPost-release destabilisation! Completely remove the...
2011-03-01 Jacob NevinsRemove an unused variable (should shut up a warning...
2009-08-07 Jacob NevinsWorkarounds for compiling with -D_FORTIFY_SOURCE=2...
2009-04-23 Simon TathamWhen giving authorisation errors from the proxy code...
2008-11-24 Jacob NevinsTreat lines starting with '#' as comments in PSFTP.
2008-09-16 Simon TathamTim Kosse points out that xfer_upload_gotpkt can return...
2008-07-06 Simon TathamPatch from Tim Kosse: check back->exitcode() in both...
2008-07-06 Simon TathamPatch from Tim Kosse to make PSFTP remember to close...
2007-08-04 Ben HarrisIn the file-transfer applications, which only ever...
2007-04-10 Ben HarrisWhen we get an error writing to a local file, stop...
2007-04-02 Simon TathamWhen the comments say `if we're in restart mode', the...
2006-10-22 Jacob NevinsSpotted by Tim Kosse: we were returning an incorrect...
2006-08-27 Simon TathamThe `socket' function in the backends is only ever...
2006-08-26 Simon TathamOn cleanup, PSCP and PSFTP should explicitly check...
2006-08-12 Owen DunnLarge file support for psftp and pscp on both Windows...
2006-04-13 Jacob NevinsEverywhere we print an fxp_error(), try to make it...
2006-04-07 Jacob NevinsRemove login name prompt from PSFTP.
2006-02-19 Jacob NevinsFix up documentation/usage messages for r6572.
2005-10-30 Jacob NevinsRevamp SSH authentication code so that user interaction...
2005-06-08 Jacob NevinsDouble-free on mkdir error, spotted by Brian Hartsock.
2005-03-19 Jacob NevinsTry to make our PGP signing more useful:
2005-03-10 Jacob NevinsConsistently use a single notation to refer to SSH...
2005-01-01 Jacob NevinsLocalise "not connected to a host" messages.
2005-01-01 Jacob NevinsNow that rm, mkdir, and rmdir can operate on lots of...
2005-01-01 Jacob NevinsDocument recent changes to PSFTP (and other documentati...
2005-01-01 Jacob NevinsRemove rogue sfree()s inside new wildcard action functi...
2005-01-01 Simon TathamThere's always one: fix small memory leak introduced...
2005-01-01 Simon Tatham"Nirwana Nirwana" points out that mget, mput and ls...
2004-12-30 Simon TathamIntegrate unfix.org's IPv6 patches up to level 10,...
2004-12-30 Simon TathamI've decided that trying to do wildcards in PSFTP as...
2004-12-18 Jacob NevinsMissed options off mput help
2004-12-17 Simon TathamThe xfer mechanism wasn't gracefully terminating when...
2004-12-17 Jacob NevinsUpdate online help for "-r" and "--" options to get...
2004-12-16 Simon TathamGeneral mechanism for ensuring a dodgy SFTP server...
2004-12-16 Simon TathamImplement the `close' command, which terminates an...
2004-12-16 Simon TathamJacob points out that I introduced a bug in PSFTP when...
2004-12-16 Simon TathamWildcards in `ls'. I think that completes `psftp-multi...
2004-12-16 Simon TathamImplement mget and mput in PSFTP, supporting wildcards.
2004-12-16 Simon TathamSupport for recursive file transfer in PSFTP.
2004-11-27 Simon TathamNew timing infrastructure. There's a new function sched...
2004-11-19 Jacob NevinsMake PSFTP use console_get_line() to fetch username...
2004-09-21 Jacob Nevins`ampersat-in-username': tweak `strchr' to `strrchr...
2004-07-28 Jacob NevinsAnother wart in the command-line processing: if the...
2004-07-25 Jacob NevinsPSFTP was ignoring `-1' and `-2' and always using SSH...
2004-07-25 Jacob NevinsFix for `psftp-pscp-ignore-load': Default Settings...
2004-06-20 Jacob NevinsAdd a configuration option for TCP keepalives (SO_KEEPA...
2004-04-27 Jacob NevinsVarious tweaks to header comments to remind me which...
2004-04-17 Owen DunnAdd -V for version information to plink, pscp, and psftp.
2004-02-22 Jacob NevinsCorrect slightly misleading usage
2004-01-21 Simon TathamDarryl L. Miles's patch to support an optional port...
2004-01-21 Simon TathamTheo Markettos's unsigned-vs-signed-char pedantry patch.
2003-12-19 Simon TathamJoe Yates's memory leak patches.
2003-12-03 Jacob NevinsSpotted by Tim Kosse: reput on an already complete...
2003-10-12 Jacob NevinsRemove all the "assert(len>0)" which forbade zero-lengt...
2003-09-29 Simon TathamObvious memory leak in new fast download management. Oops.
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-08-24 Simon TathamNext phase of general SFTP reworking: psftp.c is now...
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-05-04 Simon TathamColin's const-fixing Patch Of Death. Seems to build...
2003-04-28 Simon TathamAsynchronous agent requests on Windows. Actually, I...
2003-03-29 Simon TathamIntroduced wrapper macros snew(), snewn() and sresize...
2003-02-01 Simon TathamOops, Ben is quite right about the rather appalling...
2003-01-21 Jacob NevinsFix "-v" in the Windows console utilities (plink, pscp...
2003-01-12 Simon TathamHaving laid all the groundwork, we can now remove the...
2003-01-12 Simon TathamThe logging module now contains a local copy of cfg too.
2003-01-12 Simon TathamThe back ends now contain their own copies of the Confi...
2003-01-12 Simon TathamThe command-line routines now take a pointer to `cfg' as an
2002-12-15 Jacob NevinsFixing trivial warnings spotted by Mingw-2.0.0/gcc-3.2:
2002-11-20 Simon TathamFixes for more robust handling of command-line parse...
2002-11-07 Simon TathamRobustness fixes for KEXINIT handling and others. In...
2002-11-03 Simon TathamHalf of Lars Gunnarsson's iXplorer compatibility patch...
2002-10-26 Simon TathamYet more global-removal. The static variables in loggin...
2002-10-26 Simon TathamPort forwarding module now passes backend handles aroun...
2002-10-25 Simon TathamMajor destabilisation, phase 2. This time it's the...
2002-10-22 Simon TathamMajor destabilisation, phase 1. In this phase I've...
2002-10-16 Simon TathamFix for `hostname-whitespace'; thanks to Justin Bradford.
2002-10-09 Simon TathamFirst phase of porting. pterm now compiles and runs...
2002-10-07 Jacob NevinsFix pscp-cmdline-port-bug for PSFTP too. (Also removes...
2002-09-11 Jacob NevinsUpdated usage messages for command-line utilities to...
2002-08-04 Simon TathamRevamp of command-line handling. Most command line...
2002-03-31 Simon TathamFix major memory leak in sftp_cmd_ls (thanks to Hans...
2002-03-06 Simon TathamEnsure our network layer is properly cleaned up before...
next