u/mdw/putty
2004-11-27 simonNew timing infrastructure. There's a new function sched...
2004-11-25 jacobuint64_decimal() incorrectly output 0 as "" instead...
2004-11-24 simonRe-architected the top level of the SSH protocol handlers.
2004-11-24 simonrandom_init() should be called at most once during...
2004-11-24 simonNow that Packet structures are dynamically allocated...
2004-11-24 simonMinor refactoring: the fields `pktin' and `pktout'...
2004-11-24 simonI think rjk meant `setpgid', not `setpgrp'.
2004-11-24 simonRJK's OS X portability patch:
2004-11-24 simonIt's probably about time I took my private path to...
2004-11-24 jacob\k --> \K
2004-11-23 simonDarek Olszewski points out that telnet->ldisc is never...
2004-11-22 simonFix typo in term_size(), flagged by a Dr Watson log...
2004-11-22 simonMinor index tweakery.
2004-11-22 simonTrivial bug fix pointed out by Paul Fox: potentially...
2004-11-20 jacobAdd missing backslash in "Unable to create registry...
2004-11-20 jacobUI tweak from Malcolm Rowe: set IDM_VIEWKEYS as the...
2004-11-20 jacobXXX comment in the logic which sends failed password...
2004-11-20 jacobAs a result of the policy allowing changes of username...
2004-11-19 jacobMake PSFTP use console_get_line() to fetch username...
2004-11-19 jacobconsole_get_line() returns failure iff console_batch_mo...
2004-11-19 jacobRemove FLAG_INTERACTIVE test from "login as:" prompt...
2004-11-18 jacob"Connection reset by peer" is apparently not the only...
2004-11-18 jacob"Software caused connection abort": a couple of people...
2004-11-18 jacob*sigh* X11 forwarding to a local display (":0" or simil...
2004-11-18 simonAdd an extra appendix to the manual containing PuTTY...
2004-11-18 simonMove MODULE files out of individual project directories...
2004-11-17 simonmkunxarc.sh was still including (mostly empty) .svn...
2004-11-17 simonNow we use Subversion, it seems excessive to have an...
2004-11-17 simonFix mksrcarc.sh for directory reorganisation.
2004-11-16 jacobpedantic s/CVS/Subversion/
2004-11-16 jacobSome tweaks for Subversion and windows/ subdir.
2004-11-16 simonFix Windows installer script: the paths were wrong...
2004-11-16 simonNow that we have Subversion's file renaming ability...
2004-11-16 simonVarious changes related to the Subversion migration.
2004-11-16 simonRemove .cvsignore files on all active branches.
2004-11-16 simonCVS revision numbers, stored as `cvs2svn:cvs-rev' prope...
2004-11-15 jacobMention that comp.terminals may also be a useful newsgroup.
2004-11-15 simonMiloslav Cempirek Ing points out that we should return...
2004-11-11 simonI masked off LATTR_WRAPPED et al in do_text_internal...
2004-11-09 simonDJSD requests a force-monochrome option for users who...
2004-11-02 jacobNote upper limit of WM_SYSCOMMAND identifiers in a...
2004-11-02 jacobGo back to using intervals of 16 for the saved session...
2004-11-02 jacobSimon has reminded me _why_ menu identifiers were space...
2004-11-02 jacobSince neither I nor Owen know why the IDM_ values for...
2004-11-01 jacobArgh, I messed up SSH1 remote tunnels too (same mistake).
2004-11-01 jacobAhem, let's not try initialising a static with a non...
2004-11-01 jacobArgh. Failure to make a variable static to get round...
2004-10-28 jacobMalcolm Rowe spotted that we broke display of SSH2_MSG_...
2004-10-27 jacobMalcolm Rowe's UI tweak patch for About/Licence: recogn...
2004-10-26 simonGood grief! I should create the `htmldoc' subdir in...
2004-10-26 jacobAdd bumping version number on trunk to new post-release...
2004-10-26 jacobMerge version number bump (0.56) from release branch.
2004-10-26 simonReorder a couple of points on the wishlist, and also...
2004-10-24 jacobAdd a note about documentation of the Unix port (i...
2004-10-24 jacobMention -i.
2004-10-24 jacobRandom tweaks:
2004-10-24 jacobFreshness tweaks:
2004-10-24 jacobFreshness tweaks:
2004-10-24 jacobDifferences between protocols: remove the entire paragr...
2004-10-24 jacobMention PSFTP on title page
2004-10-22 simonBetter bounds checking in the exit-signal handler.
2004-10-22 simonWe ought to be using the ssh_pkt_* routines for the...
2004-10-21 simonI just had a need to decode a piece of Zlib data from...
2004-10-19 jacobMunge line-drawing description to match current naming...
2004-10-18 jacobAdd support for logging "exit-signal", why not.
2004-10-17 jacobSupport the SSH-2 mechanism for sending signals to...
2004-10-17 jacobWe shouldn't offer the Break special when we don't...
2004-10-17 jacobTelnet specials menu was not being reinstated after...
2004-10-16 simonMarkus Kuhn's UTF-8 page
2004-10-16 simonFix bug in scrollback compression, which manifested...
2004-10-16 simonMoved the environment variables config block out of...
2004-10-15 jacobMention plink's new -N option in usage and man page.
2004-10-15 simonFix two memory leaks in the new code. (There's no point...
2004-10-15 simonAnd fix _cursor_ display on double-width double-width...
2004-10-15 simonDouble-height and double-width line attributes (ESC...
2004-10-15 simonAdd missing check_boundary() calls in destructive backs...
2004-10-15 simonA combining character on U+0020 SPACE stops it from...
2004-10-15 simonMark the trial decompress in every call to compressline...
2004-10-15 simonDon't forget to flush the bidi cache when the user...
2004-10-15 simonStore line widths in the bidi cache, so we don't fail...
2004-10-15 simonFix many bugs in resizeline().
2004-10-15 simonFix applying combining characters to double-width chara...
2004-10-15 simonFix Windows redraw problem on RH half of wrapped lines...
2004-10-15 simonI broke ordinary line wrapping as a result of retiring...
2004-10-15 simonFix cursor display on a combined character cell.
2004-10-15 simonMark cc_check() and all calls to it with the new
2004-10-15 simonI'm instituting a policy that before every release...
2004-10-14 simonFirst-stage support for Unicode combining characters...
2004-10-13 simonImplement part of `ssh2-generality': introduce the...
2004-10-13 simonFix segfaults in terminal resizing, introduced by re...
2004-10-13 simonI think we've been told before that you're not supposed to
2004-10-13 jacobFix '/*' in comment.
2004-10-13 simonRe-engineering of terminal emulator, phase 1.
2004-10-08 jacobfaq-alternate-localhost: You can now download the fix...
2004-10-07 jacobfaq-permission: xref licence
2004-10-06 jacobX forwarding changes:
2004-10-02 jacob`ssh-log-pw-blank': known password fields are now omitt...
2004-09-29 jacobMention the negotiated SSH-2 MAC algorithm(s) in the...
2004-09-29 simonReport details in Event Log when receiving SSH2_MSG_CHA...
2004-09-28 jacobLine (as opposed to block) cursors were being displayed...
next