Colin's const-fixing Patch Of Death. Seems to build fine on Windows
[u/mdw/putty] / unix / uxplink.c
2003-05-04 simonColin's const-fixing Patch Of Death. Seems to build...
2003-04-05 simonDynamic port forwarding by means of a local SOCKS serve...
2003-03-29 simonpterm now uses the new uxsel module, so it's one step...
2003-03-29 simonAdded uxsel.c, into which I've moved those parts of...
2003-03-29 simonIntroduced wrapper macros snew(), snewn() and sresize...
2003-02-01 simonOops, Ben is quite right about the rather appalling...
2003-02-01 simonCreated new data types `Filename' and `FontSpec', inten...
2003-01-14 simonMiscellaneous fixes to finish up `remove-statics'....
2003-01-12 simonHaving laid all the groundwork, we can now remove the...
2003-01-12 simonThe logging module now contains a local copy of cfg...
2003-01-12 simonThe back ends now contain their own copies of the Confi...
2003-01-12 simonForgot to match the cmdline changes in the Unix port.
2003-01-09 simonUnix plink now catches SIGWINCH and propagates local...
2003-01-09 simonI'm sick of all those #ifdefs in settings.c, and in...
2002-11-23 benAdd a Config * argument to ldisc_create(), and use...
2002-11-20 simonFixes for more robust handling of command-line parse...
2002-11-05 simonPacket-level logging should now work properly in Unix...
2002-11-02 simonImprove the noise collection for the internal random...
2002-11-01 simonPrevent another segfault. Oops.
2002-11-01 simonImprove handling of oobinline sockets; Plink in telnet...
2002-11-01 simonAdd a \n at the end of an error message - oops.
2002-10-31 simonFirst attempt at a Unix port of Plink. Seems to basical...