Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-03-10Consistently use a single notation to refer to SSH protocol versions, asJacob Nevins
2005-01-01Localise "not connected to a host" messages.Jacob Nevins
2005-01-01Now that rm, mkdir, and rmdir can operate on lots of files, make them moreJacob Nevins
2005-01-01Document recent changes to PSFTP (and other documentation tweaks).Jacob Nevins
2005-01-01Remove rogue sfree()s inside new wildcard action functions -- were causingJacob Nevins
2005-01-01There's always one: fix small memory leak introduced in last revision.Simon Tatham
2005-01-01"Nirwana Nirwana" points out that mget, mput and ls are not the onlySimon Tatham
2004-12-30Integrate unfix.org's IPv6 patches up to level 10, with rather a lotSimon Tatham
2004-12-30I've decided that trying to do wildcards in PSFTP as a special caseSimon Tatham
2004-12-18Missed options off mput helpJacob Nevins
2004-12-17The xfer mechanism wasn't gracefully terminating when an error wasSimon Tatham
2004-12-17Update online help for "-r" and "--" options to get/put commands.Jacob Nevins
2004-12-16General mechanism for ensuring a dodgy SFTP server can't returnSimon Tatham
2004-12-16Implement the `close' command, which terminates an SFTP session butSimon Tatham
2004-12-16Jacob points out that I introduced a bug in PSFTP when I did theSimon Tatham
2004-12-16Wildcards in `ls'. I think that completes `psftp-multi'. Woo!Simon Tatham
2004-12-16Implement mget and mput in PSFTP, supporting wildcards.Simon Tatham
2004-12-16Support for recursive file transfer in PSFTP.Simon Tatham
2004-11-27New timing infrastructure. There's a new function schedule_timer()Simon Tatham
2004-11-20Make PSFTP use console_get_line() to fetch username, so that that prompt isJacob Nevins
2004-09-21`ampersat-in-username': tweak `strchr' to `strrchr' where necessary toJacob Nevins
2004-07-28Another wart in the command-line processing: if the user just specifiesJacob Nevins
2004-07-25PSFTP was ignoring `-1' and `-2' and always using SSH-2 with fallback toJacob Nevins
2004-07-25Fix for `psftp-pscp-ignore-load': Default Settings is now loadedJacob Nevins
2004-06-20Add a configuration option for TCP keepalives (SO_KEEPALIVE), default off.Jacob Nevins
2004-04-27Various tweaks to header comments to remind me which bits are meant to beJacob Nevins
2004-04-18Add -V for version information to plink, pscp, and psftp.Owen Dunn
2004-02-22Correct slightly misleading usageJacob Nevins
2004-01-21Darryl L. Miles's patch to support an optional port number argumentSimon Tatham
2004-01-21Theo Markettos's unsigned-vs-signed-char pedantry patch.Simon Tatham
2003-12-19Joe Yates's memory leak patches.Simon Tatham
2003-12-04Spotted by Tim Kosse: reput on an already complete file was hanging.Jacob Nevins
2003-10-12Remove all the "assert(len>0)" which forbade zero-length writes across theJacob Nevins
2003-09-29Obvious memory leak in new fast download management. Oops.Simon Tatham
2003-09-28Uploads turn out to be much easier than downloads, so here's fasterSimon Tatham
2003-09-27First cut at speeding up SFTP. Generic download-management code inSimon Tatham
2003-08-24And just to prove that psftp.c really is now platform-independentSimon Tatham
2003-08-24Next phase of general SFTP reworking: psftp.c is now a platform-Simon Tatham
2003-06-29Phase 1a of SFTP re-engineering: fix the glaring memory and requestSimon Tatham
2003-06-29First phase of SFTP re-engineering. Each base-level fxp_* functionSimon Tatham
2003-05-04Colin's const-fixing Patch Of Death. Seems to build fine on WindowsSimon Tatham
2003-04-28Asynchronous agent requests on Windows. Actually, I've kept theSimon Tatham
2003-03-29Introduced wrapper macros snew(), snewn() and sresize() for theSimon Tatham
2003-02-01Oops, Ben is quite right about the rather appalling design ofSimon Tatham
2003-01-21Fix "-v" in the Windows console utilities (plink, pscp, psftp).Jacob Nevins
2003-01-12Having laid all the groundwork, we can now remove the global `cfg'Simon Tatham
2003-01-12The logging module now contains a local copy of cfg too.Simon Tatham
2003-01-12The back ends now contain their own copies of the Config structure,Simon Tatham
2003-01-12The command-line routines now take a pointer to `cfg' as anSimon Tatham
2002-12-15Fixing trivial warnings spotted by Mingw-2.0.0/gcc-3.2:Jacob Nevins