Add a nonfatal() function everywhere, to be used for reporting things
[u/mdw/putty] / windows / winplink.c
2013-07-19 simonAdd a nonfatal() function everywhere, to be used for...
2012-09-19 benFix indentation mess in my timing overhaul.
2012-09-19 simonMake --help and --version work consistently across...
2012-09-18 benTwo related changes to timing code:
2011-09-13 simonRevamp of EOF handling in all network connections,...
2011-07-14 simonPost-release destabilisation! Completely remove the...
2009-09-14 jacobSince r7266, it's been possible to get a hostname into...
2009-08-13 jacobAdd "-serial" to Plink's usage message.
2009-08-10 simonPatch from Alan Clucas (somewhat polished) providing...
2009-01-06 jacobRemove a couple of unused variables.
2007-06-30 jacobRationalise access to, and content of, backends[] array.
2007-03-27 simonIn the wake of r7415, let's have some better error...
2006-08-29 simonExplicitly closing logctx on various kinds of error...
2006-08-28 jacobMinor tweaks to -nc:
2006-08-28 simonNew command-line option in Plink (and PuTTY, though...
2006-08-28 simonSupport for Windows PuTTY connecting straight to a...
2006-08-27 simonGrow some nasty warts on the side of winhandl.c, in...
2006-08-27 simonCall console_provide_logctx _before_ initialising the...
2006-08-27 simonThe `socket' function in the backends is only ever...
2006-08-26 simonSmall tweak to the new handle API: provide a `privdata...
2006-08-25 simonNew piece of Windows infrastructure: winhandl.c takes...
2006-02-19 jacobFix up documentation/usage messages for r6572.
2005-10-30 jacobRevamp SSH authentication code so that user interaction...
2005-08-10 jacobBen Rudiak-Gould points out that we should be using...
2005-06-19 benMove comment about ECHO and LINE input modes to a more...
2005-04-21 jacobFirst crack at `terminal-modes' in SSH. PuTTY now sends...
2005-03-19 jacobTry to make our PGP signing more useful:
2005-03-01 jacobMake it clearer that `-m' is only usable with SSH.
2005-02-23 simonFallout from my change in the semantics of cfg.remote_c...
2004-12-31 simonA couple of people have pointed out that the local...
2004-12-30 simonIntegrate unfix.org's IPv6 patches up to level 10,...
2004-11-27 simonNew timing infrastructure. There's a new function sched...
2004-11-16 simonNow that we have Subversion's file renaming ability...