Sebastian Kuschel reports that pfd_closing can be called for a socket
[u/mdw/putty] / cmdline.c
2012-07-22 simonIntroduce a new utility function smemclr(), which memse...
2011-10-02 simonWhile I'm crusading against arbitrary limits, here...
2011-10-02 simonTurn 'Filename' into a dynamically allocated type with...
2011-08-18 jacobRestore data-bits options for "-sercfg" that were accid...
2011-07-15 simonMissing free.
2011-07-14 simonPost-release destabilisation! Completely remove the...
2010-12-23 simonSupport for Windows 7 jump lists (right-click on a...
2010-01-17 jacobPlug a few minor memory leaks, based on a patch by...
2009-09-16 jacobFix minor file descriptor leaks. Found by cppcheck...
2009-08-10 simonPatch from Alan Clucas (somewhat polished) providing...
2008-06-01 simonBeen meaning to do this for years: introduce a configur...
2007-08-07 benCorrectly terminate nc target hostname when copying it.
2007-02-28 jacobProcess -t/-T later than -m, so that they can override...
2007-02-25 jacobAttempt to scrub -pw's argument in argv[], to make...
2007-02-25 jacobDelay evaluating the "-pw" option, so we can criticise...
2007-02-24 jacob"-noagent" and friends should be marked SAVEABLE, to...
2006-08-28 simonNew command-line option in Plink (and PuTTY, though...
2006-04-23 jacobSprinkle some header comments in various files in an...
2006-02-19 simonIntroduce a new checkbox and command-line option to...
2005-10-30 jacobRevamp SSH authentication code so that user interaction...
2005-03-04 jacobFix potential fault where -L/-R/-D could accept a strin...
2004-12-30 simonIntegrate unfix.org's IPv6 patches up to level 10,...
2004-10-13 simonImplement part of `ssh2-generality': introduce the...
2004-07-25 jacobFix for `psftp-pscp-ignore-load': Default Settings...
2004-07-24 jacobComment explaining `need_save' argument to cmdline_proc...
2003-12-19 simonJoe Yates's memory leak patches.
2003-04-05 simonDynamic port forwarding by means of a local SOCKS serve...
2003-03-31 simonSupport for PuTTY-style command-line arguments in Unix...
2003-03-29 simonIntroduced wrapper macros snew(), snewn() and sresize...
2003-03-22 simonFiddle with the cmdline_saved mechanism: the `-load...
2003-02-01 simonCreated new data types `Filename' and `FontSpec', inten...
2003-01-12 simonThe command-line routines now take a pointer to `cfg...
2002-12-18 simonImplement `portfwd-loopback-choice'. Works on local...
2002-10-30 simonMore preparatory work: remove the <windows.h> include...
2002-09-02 jacobConvert from CRLF to Unix line endings -- no other...
2002-08-07 simonArrgh, we can't have -p for port number because we...
2002-08-07 simonSome of the new options shouldn't be available in the...
2002-08-07 simonAdd a load of new command-line options pilfered from...
2002-08-04 simonRevamp of command-line handling. Most command line...