Update an outdated comment.
[sgt/putty] / windows /
2007-07-01 jacobImplement Marcin Bulandra's suggestion of only automati...
2007-07-01 jacobRemove port number validation from Windows PuTTY -...
2007-06-30 jacobRationalise access to, and content of, backends[] array.
2007-04-29 simonUpdate version numbers for 0.60 release.
2007-03-27 simonIn the wake of r7415, let's have some better error...
2007-03-27 simonWindows apparently sends ERROR_BROKEN_PIPE when a pipe...
2007-02-28 jacobPrepend \\.\ to configured serial line string, to allow...
2007-02-25 jacobSince r7265, a user could not launch a PuTTY session...
2007-02-18 jacobAllow dlg_listbox_index() to be called on multi-selecti...
2007-02-18 jacobCtrl-Break now sends a Break signal (previously it...
2007-02-17 jacobUnbreak "Duplicate session" on Windows, in a similar...
2007-02-16 simonr7265 broke the legacy `putty @sessionname' constructio...
2007-02-13 jacobIt turns out that HH_INITIALIZE and HH_UNINITIALIZE...
2007-02-10 simonAvoid launching a session from the Default Settings...
2007-02-06 jacob`installer.ico' doesn't fit into 8.3, so gets truncated...
2007-02-05 simonAvoid passing modified SVN revision numbers (of the...
2007-02-05 simonBe slightly more forgiving about the nature of SVN_REV...
2007-02-04 simonVersion management updates for the new bob build script...
2007-01-29 jacobIn the cases where Setup asks to restart the computer...
2007-01-26 simonKai Jourdan spotted a rather embarrassing double-free...
2007-01-24 simonVersion number bumps, and associated changes, for the...
2007-01-24 simonThe direct link between the terminal and the back end via
2007-01-23 simonMention the potential networked-CHM problem in the...
2007-01-22 simonAdd an icon for the PuTTY installer. Design concept...
2007-01-21 jacobFix Plink, the serial backend, and local-proxy support...
2007-01-20 jacobMention more versions of Windows. (Not Vista, yet.)
2007-01-19 jacobMove README.txt into windows subdir.
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 simonFold up the `SSH' branch of the treeview by default...
2007-01-12 jacobExperimental fix for `psftp-hang'. (Experimental only...
2007-01-10 jacobAccording to Frank Dijcks, this cast makes OpenWatcom...
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-07 simonReinstate RDB's pending_netevent mechanism, which was...
2007-01-07 simonTweak the icon script, and the generated icons, to...
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-28 jacobAdd a NO_HTMLHELP option, and enable it by default...
2006-12-28 simonNearly forgot: add the .CHM to the PuTTY installer...
2006-12-23 simonAfter discussion with Jeroen Massar, here's a patch...
2006-12-17 jacobSort out line-endings on new file.
2006-12-17 simonInitial support for HTML Help. All the ad-hoc help...
2006-11-18 simonReinstate as much of the Windows font-linking behaviour...
2006-09-21 simonFix breakage of `Restart Session' in r6802. When restar...
2006-09-03 simonAdd a mini-rant to the top comment explaining why threa...
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 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 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 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...
2006-08-26 simonStart using notify_remote_exit() in the Windows front...
2006-08-26 simonAlways initialise the `addresses' field of a SockAddr...
2006-08-26 simonBug fix: since the input thread does not wait for the...
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-08-12 owenLarge file support for psftp and pscp on both Windows...
2006-04-23 jacobSprinkle some header comments in various files in an...
2006-03-29 owenUpdate size when going from maximised to full screen.
2006-03-08 simonDavid Damerell tells me I should be using Ctrl-hjklyubn...
2006-02-27 jacobBatch of miscellaneous tweaks to the Windows installer:
2006-02-25 jacobAlain Guibert points out that palette changes weren...
2006-02-19 jacobFix `restart-reset-terminal': terminal now restored...
2006-02-19 jacobFix up documentation/usage messages for r6572.
2006-02-19 simonIntroduce a new checkbox and command-line option to...
2006-02-13 owenPreserve more attributes of text copied as RTF. Thanks...
2006-02-10 jacobOops. Since r6546, old "Special Commands" menus weren...
2006-02-09 jacobUsers of Virtual Dimension are reporting that the ...
2006-01-27 jacobSomewhat gruesome tweak to use SetClassLongPtr where...
2006-01-25 owenDon't explicitly open the logfile on startup; it'll...
2006-01-11 owenVC6 doesn't define LONG_PTR
2006-01-11 owenConfigurable font quality on Windows. (Together with...
2006-01-08 jacobIt's a new year.
2005-12-09 simonA few small changes to make the PuTTY source base more...
2005-10-30 jacobRevamp SSH authentication code so that user interaction...
2005-10-30 jacobAllow rsakey_pubblob() to return the key comment.
next