]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/history - cmdline.c
Enable xterm mouse reporting of wheel actions in GTK.
[PuTTY_svn.git] / cmdline.c
2014-01-25 Simon TathamUse the new host_str* functions to improve IPv6 literal...
2013-11-17 Simon TathamFix an assortment of dupprintf() format string bugs.
2012-07-22 Simon TathamIntroduce a new utility function smemclr(), which memse...
2011-10-02 Simon TathamWhile I'm crusading against arbitrary limits, here...
2011-10-02 Simon TathamTurn 'Filename' into a dynamically allocated type with...
2011-08-18 Jacob NevinsRestore data-bits options for "-sercfg" that were accid...
2011-07-15 Simon TathamMissing free.
2011-07-14 Simon TathamPost-release destabilisation! Completely remove the...
2010-12-23 Simon TathamSupport for Windows 7 jump lists (right-click on a...
2010-01-17 Jacob NevinsPlug a few minor memory leaks, based on a patch by...
2009-09-16 Jacob NevinsFix minor file descriptor leaks. Found by cppcheck...
2009-08-10 Simon TathamPatch from Alan Clucas (somewhat polished) providing...
2008-06-01 Simon TathamBeen meaning to do this for years: introduce a configur...
2007-08-07 Ben HarrisCorrectly terminate nc target hostname when copying it.
2007-02-28 Jacob NevinsProcess -t/-T later than -m, so that they can override...
2007-02-25 Jacob NevinsAttempt to scrub -pw's argument in argv[], to make...
2007-02-25 Jacob NevinsDelay evaluating the "-pw" option, so we can criticise...
2007-02-24 Jacob Nevins"-noagent" and friends should be marked SAVEABLE, to...
2006-08-28 Simon TathamNew command-line option in Plink (and PuTTY, though...
2006-04-23 Jacob NevinsSprinkle some header comments in various files in an...
2006-02-19 Simon TathamIntroduce a new checkbox and command-line option to...
2005-10-30 Jacob NevinsRevamp SSH authentication code so that user interaction...
2005-03-04 Jacob NevinsFix potential fault where -L/-R/-D could accept a strin...
2004-12-30 Simon TathamIntegrate unfix.org's IPv6 patches up to level 10,...
2004-10-13 Simon TathamImplement part of `ssh2-generality': introduce the...
2004-07-25 Jacob NevinsFix for `psftp-pscp-ignore-load': Default Settings...
2004-07-24 Jacob NevinsComment explaining `need_save' argument to cmdline_proc...
2003-12-19 Simon TathamJoe Yates's memory leak patches.
2003-04-05 Simon TathamDynamic port forwarding by means of a local SOCKS serve...
2003-03-31 Simon TathamSupport for PuTTY-style command-line arguments in Unix...
2003-03-29 Simon TathamIntroduced wrapper macros snew(), snewn() and sresize...
2003-03-22 Simon TathamFiddle with the cmdline_saved mechanism: the `-load...
2003-02-01 Simon TathamCreated new data types `Filename' and `FontSpec', inten...
2003-01-12 Simon TathamThe command-line routines now take a pointer to `cfg' as an
2002-12-18 Simon TathamImplement `portfwd-loopback-choice'. Works on local...
2002-10-30 Simon TathamMore preparatory work: remove the <windows.h> include...
2002-09-02 Jacob NevinsConvert from CRLF to Unix line endings -- no other change
2002-08-07 Simon TathamArrgh, we can't have -p for port number because we...
2002-08-07 Simon TathamSome of the new options shouldn't be available in the...
2002-08-07 Simon TathamAdd a load of new command-line options pilfered from...
2002-08-04 Simon TathamRevamp of command-line handling. Most command line...