u/mdw/putty
2001-05-13 simonPlacate gcc's `-Wall' warnings.
2001-05-13 simonTrim leading whitespace off the hostname if it's there.
2001-05-13 simonOops - initialise sesslist_has_focus.
2001-05-13 simonJacob's patch to make pressing Return on a selected...
2001-05-13 simonBorland and Cygwin makefiles now support XFLAGS.
2001-05-13 simonControl characters are now allowed as part of the passw...
2001-05-13 simonDefine WM_MOUSEWHEEL (to 0x20A) if it's not defined...
2001-05-13 simonAttempt to report the error condition right when an...
2001-05-13 simonFix the SCO function keys, which weren't quite right.
2001-05-13 simonAdded a new large icon for the PuTTY config box. Doesn...
2001-05-10 simonA patch to the new character set stuff to add the Windo...
2001-05-10 simonRDB's Unicode patch. Fonts are now used in Unicode...
2001-05-09 simonFrom RDB: a patch to allow special keys (^C, ^Z, Delete...
2001-05-09 simon`realhost', passed back from all the backend init funct...
2001-05-09 simonFrom RDB: telnet can now start up in passive mode,...
2001-05-09 simonFrom RDB: a few extra escape sequences seen in SCO...
2001-05-09 simonFrom RDB: according to VT manuals, application cursor...
2001-05-09 simonWe can now save the protocol and port number in Default...
2001-05-09 simonFrom RDB: yet another fix in the ongoing quest to deal...
2001-05-09 simonRDB's alternative way to interpret the window size...
2001-05-09 simonFix due to Robert de Bath: backspace should not cross...
2001-05-06 simonFix de Bath's last-ditch bell overload
2001-05-06 simonStrip off and ignore `:port' on the end of a hostname.
2001-05-06 simonRun entire source base through GNU indent to tidy up...
2001-05-06 simonWez Furlong's patch to add xterm mouse reporting and...
2001-05-03 simonRemove diagnostics and attempt to work around VC compil...
2001-05-02 simonExtra diagnostics in the hope that we can track down...
2001-05-02 simonTEMPORARY ONLY: enable debugging on default build to...
2001-04-28 simonReduce out-of-focus timer interval to 2 seconds so...
2001-04-28 simonAdd Jordan Russell's patch for a sunken-edge border...
2001-04-28 simonDebugging improvements. Started using Dave Hinton's...
2001-04-28 simonPut the \001 prefix back on scp error messages when...
2001-04-28 simonThe bell overload times are now measured in millisecond...
2001-04-28 simonRemove stray diagnostics. When will I learn?
2001-04-28 simonImplement lazy horizontal resizing of screen and scroll...
2001-04-28 simonArrange that explicit visual bells performed using...
2001-04-28 simonAdd the missing "all" target in the Cygwin makefile
2001-04-28 simonJacob's patch to make passphrase boxes work more sanely
2001-04-28 simonOnly update the system caret when we have the focus...
2001-04-28 simonFix completely stupid agent_exists test. (Hint to self...
2001-04-28 simonAdd -lwinmm to Cygwin makefile. Thanks Jacob.
2001-04-28 simonRemove my dire-warning `FIXME' in IPv4 dotted-decimal...
2001-04-28 simonDave Hinton's debugging patch.
2001-04-28 simonAdd some fflushes to make it easier for piped programs...
2001-04-28 simonUpdated dependencies thanks to Dave Hinton's mkdeps...
2001-04-18 owenUsing plink with CVS - need to make sure the saved...
2001-04-17 simonUseful workaround I was given, to fake storing settings...
2001-04-17 simonTwo more small bugs introduced by the B-tree reorg...
2001-04-17 simonFix alternate-screen bugs introduced by move to B-trees...
2001-04-17 simonHaving now compiled the last few days' changes with...
2001-04-16 simonInclude <mmsystem.h> and winmm.lib for PlaySound.
2001-04-16 simonPut back Robert de Bath's second level of bell overload...
2001-04-16 simonTerminal now uses unsorted counted tree234 as its basic...
2001-04-16 simoncountnode234() should politely return 0 when passed...
2001-04-16 simonReplace PuTTY's 2-3-4 tree implementation with the...
2001-04-16 simonFix excessive calls to random_byte()
2001-04-16 simonQuote the hostname in the `unable to connect' box so...
2001-04-16 simonAdd two more ghastly function key options. WE HAVE...
2001-04-16 simonRoman Pompejus's patch to allow you to automatically...
2001-04-16 simonMakefile enhancements by Robert de Bath.
2001-04-16 simonIncrease the read buffer size in network processing...
2001-04-16 simonSmall keyboard patches from Robert de Bath. Should...
2001-04-16 simonRemove the diagnostics I checked in by mistake in the...
2001-04-16 simonPageant interface changes. You can now do `pageant...
2001-04-16 simonLog the text message in SSH_MSG_DISCONNECT (both protoc...
2001-04-16 simonAfter we fall back to 3DES, double-check the server...
2001-04-14 simonBell can now play an arbitrary sound file.
2001-04-13 simonOops - remove rogue debug messages!
2001-04-13 simonNew improved bell handling. Choice between visual and...
2001-04-13 simonSome introductory blurb in the docs
2001-04-11 simonExperimental checkin to see if we can prevent multiple...
2001-04-11 simonJordan Russell's patch to match the PuTTY cursor blink...
2001-04-09 simonKeyboard handling patch from RDB: the Windows Applicati...
2001-04-09 simonDon't assume OEM fonts have a space in position 255...
2001-04-09 simonWe can now configure the terminal's answerback string...
2001-04-09 simonThe About box now contains a button that starts up...
2001-04-09 simonDefault handling of VT100 line drawing characters in...
2001-03-29 simonFix the detect_bugs routine, which was failing to find...
2001-03-28 simonOops. The new remote_cmd_ptr points in the wrong place...
2001-03-23 simonModify the new rsa_verify routine. We now also check...
2001-03-23 simonFix the SSH protocol version exchange, which had a...
2001-03-23 simonFix a couple of silly compiler warnings
2001-03-22 simonFollowing the recent advisory about attacks on PGP...
2001-03-22 simonRemove needless redeclaration of word32 (it was in...
2001-03-22 simonRemove the length limit on protocol version strings...
2001-03-19 simonPlink in noninteractive-script mode should not show...
2001-03-19 simonAdd Norman Brandinger's suggested `-m' option in plink...
2001-03-16 simonSSH2 channel fix: received WINDOW_ADJUSTs were always...
2001-03-16 simonCorrect handling of SSH1 protocol flags, in particular
2001-03-15 simonAdd support for SSH2 userauth banners. We currently...
2001-03-15 simonDavid Brinegar's workaround for an error reporting...
2001-03-15 simonAt long last: PuTTY will now report its version to...
2001-03-15 simonFix a trivial compiler warning
2001-03-15 simonFix a few trivial compiler warnings
2001-03-15 simonBit more robustness when talking to Pageant
2001-03-15 simonOops - don't invent an X authorisation when doing agent...
2001-03-15 simonFix a segfault on abrupt X connection shutdown.
2001-03-14 simonAES should have accelerator s, not a, to avoid a clash
2001-03-13 simonDave Hinton's modifications to the network layer interf...
2001-03-13 simonAdd dependencies for x11fwd.obj to Makefile (thanks...
next