]> asedeno.scripts.mit.edu Git - PuTTY.git/history - unix/uxplink.c
GTK2: Return 2.20 compatibility back
[PuTTY.git] / unix / uxplink.c
2004-11-27 Simon TathamNew timing infrastructure. There's a new function sched...
2004-10-15 Jacob NevinsMention plink's new -N option in usage and man page.
2004-10-06 Jacob NevinsX forwarding changes:
2004-09-21 Jacob Nevins`ampersat-in-username': tweak `strchr' to `strrchr...
2004-08-19 Jacob NevinsFix an annoying inconsistency that's been bugging me...
2004-08-19 Jacob NevinsRemove claim in usage text that Plink defaults to 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-24 Jacob NevinsTweak documentation of -V option.
2004-04-17 Owen DunnAdd -V for version information to plink, pscp, and psftp.
2004-01-20 Jacob Nevins`portfwd-loopback-choice' was not consistently documented.
2003-10-12 Jacob NevinsRemove all the "assert(len>0)" which forbade zero-lengt...
2003-08-29 Jacob NevinsAdd "-s" option to Unix plink too.
2003-08-25 Simon TathamWindows PSCP now links against winsftp.c, and scp.c...
2003-08-24 Simon TathamAnd just to prove that psftp.c really is now platform...
2003-05-04 Simon TathamColin's const-fixing Patch Of Death. Seems to build...
2003-04-05 Simon TathamDynamic port forwarding by means of a local SOCKS serve...
2003-03-29 Simon Tathampterm now uses the new uxsel module, so it's one step...
2003-03-29 Simon TathamAdded uxsel.c, into which I've moved those parts of...
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-02-01 Simon TathamCreated new data types `Filename' and `FontSpec', inten...
2003-01-14 Simon TathamMiscellaneous fixes to finish up `remove-statics'....
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 TathamForgot to match the cmdline changes in the Unix port.
2003-01-09 Simon TathamUnix plink now catches SIGWINCH and propagates local...
2003-01-09 Simon TathamI'm sick of all those #ifdefs in settings.c, and in...
2002-11-23 Ben HarrisAdd a Config * argument to ldisc_create(), and use...
2002-11-20 Simon TathamFixes for more robust handling of command-line parse...
2002-11-05 Simon TathamPacket-level logging should now work properly in Unix...
2002-11-02 Simon TathamImprove the noise collection for the internal random pool.
2002-11-01 Simon TathamPrevent another segfault. Oops.
2002-11-01 Simon TathamImprove handling of oobinline sockets; Plink in telnet...
2002-11-01 Simon TathamAdd a \n at the end of an error message - oops.
2002-10-31 Simon TathamFirst attempt at a Unix port of Plink. Seems to basical...