u/mdw/putty
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...
2006-08-26 simonOn cleanup, PSCP and PSFTP should explicitly check...
2006-08-26 simonStart using notify_remote_exit() in the Windows front...
2006-08-26 simonReturn a non-zero exit code in the event of a fatal...
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-15 simonEr, ahem. Other half of r6788. :-/
2006-08-15 simonShifts left and right by 32 were tripping a gcc warning...
2006-08-15 simonAha! At long last I've managed to reproduce the intermi...
2006-08-12 owenLarge file support for psftp and pscp on both Windows...
2006-08-05 owenSome extra int64 functions.
2006-07-07 jacobSpell out more explicitly what needs to be done with...
2006-07-07 jacobRandom Unix puttygen improvements highlighted by a...
2006-06-20 jacobIn the config dialog, clip RGB values to [0..255] rathe...
2006-06-17 jacobWhen Unix PuTTYgen gives brief usage information, it...
2006-06-17 jacobRobert Evans spotted that bignum_decimal() failed to...
2006-06-16 jacobUpdate status of our PocketPC port.
2006-06-11 jacobDo not send raw mouse events in the middle of a selecti...
2006-06-02 simonLionel Fourquaux offers this very simple patch to speed...
2006-05-26 simonMake it clearer that `psftp -b' doesn't return to the...
2006-05-21 jacobPort r6710 from puzzles:
2006-05-17 jacobLink to new `key-formats-natively' wishlist item from...
2006-05-12 owenpty_init should put _something_ into realhost
2006-04-26 jacobsbcsgen.pl was giving different results on different...
2006-04-23 jacobSprinkle some header comments in various files in an...
2006-04-16 jacobPocketPuTTY website moved.
2006-04-13 jacobEverywhere we print an fxp_error(), try to make it...
2006-04-07 jacobRemove login name prompt from PSFTP.
2006-03-31 owenECCN / FIPS - we can't be arsed.
2006-03-29 owenUpdate size when going from maximised to full screen.
2006-03-15 jacobExplicitly add linking to our website to the "asking...
2006-03-14 jacobFix minor memory leak.
2006-03-14 jacobPageant docs didn't mention that you could load keys...
2006-03-12 jacobEquivalent of r6583 window-border palette-change fix...
2006-03-12 jacobDimitry Andric spotted that DH gex with SHA-256 was...
2006-03-12 jacobLog the hash used for DH kex (now there's a choice).
2006-03-12 simonFix inadvertent O(N^2) loop within do_paint() which...
next