u/mdw/putty
2007-01-22 simonImprove error reporting.
2007-01-21 jacobFix several bugs that stopped %proxyport from doing...
2007-01-21 jacobFix Plink, the serial backend, and local-proxy support...
2007-01-20 benFix compiles on GCC 3.3, which doesn't know about asser...
2007-01-20 jacobMention more versions of Windows. (Not Vista, yet.)
2007-01-20 benDon't use C99 mid-block declarations and don't do arith...
2007-01-19 jacobMove README.txt into windows subdir.
2007-01-17 simonFlag user cancellation of authentication as a clean...
2007-01-16 simonUpdate WINVER to 0x500 to avoid build failures from...
2007-01-16 jacobAt least, I have the technology to fix `beepind-win2k'.
2007-01-16 simonAdd more ifdefs to make uxser.c compile on OS X.
2007-01-16 simonFold up the `SSH' branch of the treeview by default...
2007-01-14 jacobI've just realised that the data-logging options only...
2007-01-14 simonRemove the loops that close all open fds before running a
2007-01-12 jacobExperimental fix for `psftp-hang'. (Experimental only...
2007-01-12 jacobRemove redundant sentence.
2007-01-10 jacobMiscellaneous updates.
2007-01-10 jacobAccording to Frank Dijcks, this cast makes OpenWatcom...
2007-01-10 jacobVarious SSH-related things were appearing in the PuTTYt...
2007-01-09 jacobMinGW needs an extra symbol _WIN32_IE defined to a...
2007-01-09 simonGet rid of all the MSVC warnings.
2007-01-09 simonFix `puttygen-unix-perms': f_open(), PuTTY's wrapper...
2007-01-09 simonFix `win-randseed-location': use SHGetFolderPath()...
2007-01-08 simonThe remaining issue in `win-askappend-multi' appears...
2007-01-08 simonHave one call to from_backend() per call to do_telnet_r...
2007-01-07 simonFix ssh2-cisco-pw-pad by reverting r5122. However,...
2007-01-07 simonGreater leniency when importing private key files:...
2007-01-07 simonReinstate RDB's pending_netevent mechanism, which was...
2007-01-07 simonTweak the icon script, and the generated icons, to...
2007-01-06 jacobI think this change to Recipe was accidentally omitted...
2007-01-06 simonNo, I tell a lie: GTK 1 _does_ support icons, at least...
2007-01-06 simonShiny new script which constructs the various icons...
2007-01-05 simonFrancois L'Archeveque spotted that the variable `winsoc...
2007-01-01 jacobIt's a new year.
2006-12-31 jacobPatch inspired by one from Daniel Silverstone in Debian...
2006-12-30 jacobPatch from Colin Watson intended to give a clean Unix...
2006-12-29 jacobUse va_copy() where available. This should fix a segfau...
2006-12-29 simonColin Watson points out that there was no need for...
2006-12-28 jacobAdd a NO_HTMLHELP option, and enable it by default...
2006-12-28 simonI'm not sure why I added htmlhelp.lib to the PuTTY...
2006-12-28 simonNearly forgot: add the .CHM to the PuTTY installer...
2006-12-28 simon`make mostlyclean', to remove everything directly Halib...
2006-12-24 simonAdd some CHM-related stuff to the release checklist...
2006-12-23 simonAfter discussion with Jeroen Massar, here's a patch...
2006-12-19 simonMinor style tweaks for the CHM.
2006-12-17 jacobSort out line-endings on new file.
2006-12-17 simonInitial support for HTML Help. All the ad-hoc help...
2006-12-09 benSet FD_CLOEXEC in a little convenience function that...
2006-11-28 simonCorrect an embarrassingly wrong comment.
2006-11-23 simonI've just discovered that using the saved sessions...
2006-11-18 simonReinstate as much of the Windows font-linking behaviour...
2006-11-15 jacobChris Boucher spotted that after "-nc" was added (r6823...
2006-11-15 jacob(Config).remote_cmd2[512] was added in r1208, but it...
2006-11-15 jacobpublickeyfile now an RFC
2006-11-15 jacobLink to faq-cleanup from faq-settings.
2006-11-08 jacobThere's been an increase in people posting non-SSH...
2006-11-08 jacobAdministrivia: most SSH-2 specs are no longer drafts.
2006-10-31 jacobTiny comment fix.
2006-10-22 jacobSpotted by Tim Kosse: we were returning an incorrect...
2006-10-22 jacobMinor semantic tweak to bug-compatibility modes: make
2006-10-03 simonDisable a bunch of undesirable termios flags. ICRNL...
2006-10-02 simonIXON and IXOFF belong in _iflag_, not cflag! While...
2006-09-21 simonFix breakage of `Restart Session' in r6802. When restar...
2006-09-15 jacobNote that the dynamic-tunnel proxy does not support...
2006-09-05 jacobCSI 3 J now clears the scrollback, as in xterm.
2006-09-05 jacobI seem to have slightly funted Plink's display of banne...
2006-09-05 jacobSlight change to password expiry UI for the benefit...
2006-09-03 simonSupport for an alternative mechanism for displaying...
2006-09-03 simonAdd a mini-rant to the top comment explaining why threa...
2006-08-29 jacobUpdates for today's changes:
2006-08-29 simonNew logging mode, which records the exact bytes sent...
2006-08-29 simonExplicitly closing logctx on various kinds of error...
2006-08-29 simonThe Windows HANDLE type, despite being a `void *',...
2006-08-29 simonSupport for sending serial breaks, in both the Windows...
2006-08-29 simonInhibit the Serial configuration panel in mid-session...
2006-08-28 simonApparently MsgWaitForMultipleObjects doesn't always...
2006-08-28 simonThat OVERLAPPED fix seems to have made flow control...
2006-08-28 simonEep! Next bit flag after 1 and 2 is _4_, not 3. Perhaps...
2006-08-28 simonReading 4K at a time from a serial port turns out to...
2006-08-28 simonApparently it helps for an OVERLAPPED structure to...
2006-08-28 jacobMinor tweaks to -nc:
2006-08-28 simonMissed a couple of instances of cfg_launchable().
2006-08-28 simonNew command-line option in Plink (and PuTTY, though...
2006-08-28 simonSerial back end for Unix. Due to hardware limitations...
2006-08-28 simon... and here's the rest of r6820. Ahem.
2006-08-28 simonBecause not all OSes will support the same set of seria...
2006-08-28 simonFix small event log bug.
2006-08-28 simonForgot to initialise serial->bufsize to zero.
2006-08-28 simonFix line endings (svn:eol-style properties and actual...
2006-08-28 simonSupport for Windows PuTTY connecting straight to a...
2006-08-27 jacobNow that Local proxy type exists on both Unix and Windo...
2006-08-27 simonGrow some nasty warts on the side of winhandl.c, in...
2006-08-27 simonRemove spurious #include.
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 simonIt's critically important that the local proxy process...
2006-08-26 simonWe _can_ have handle_throttle() called on defunct handl...
2006-08-26 simonProxyCommand support for Windows, using the new winhand...
2006-08-26 simonAnother bug fix: always set the busy flag when telling...
2006-08-26 simonCleanups to reduce dependency on Windows SFTP tools...
next