]> asedeno.scripts.mit.edu Git - PuTTY.git/shortlog
PuTTY.git
2004-11-28 Simon TathamCursor position, selection highlights and mouse clicks...
2004-11-28 Simon TathamOops; forgot to add this file in r4913.
2004-11-27 Simon TathamLoose end from timing shakeup: sshrand.c is now a client of
2004-11-27 Simon TathamChanges in startup order to ensure any subsystem which...
2004-11-27 Simon TathamSlight improvement to cursor blink timing: since the...
2004-11-27 Simon TathamAlmost _all_ of the final connection-layer loop, in...
2004-11-27 Simon TathamImplement client-initiated rekeys after an hour, or...
2004-11-27 Simon TathamBah, I knew I'd miss _something_. term_out is now stati...
2004-11-27 Simon TathamNew timing infrastructure. There's a new function sched...
2004-11-25 Jacob Nevinsuint64_decimal() incorrectly output 0 as "" instead...
2004-11-24 Simon TathamRe-architected the top level of the SSH protocol handlers.
2004-11-24 Simon Tathamrandom_init() should be called at most once during...
2004-11-24 Simon TathamNow that Packet structures are dynamically allocated...
2004-11-24 Simon TathamMinor refactoring: the fields `pktin' and `pktout'...
2004-11-24 Simon TathamI think rjk meant `setpgid', not `setpgrp'.
2004-11-24 Simon TathamRJK's OS X portability patch:
2004-11-24 Simon TathamIt's probably about time I took my private path to...
2004-11-24 Jacob Nevins\k --> \K
2004-11-23 Simon TathamDarek Olszewski points out that telnet->ldisc is never...
2004-11-22 Simon TathamFix typo in term_size(), flagged by a Dr Watson log...
2004-11-22 Simon TathamMinor index tweakery.
2004-11-22 Simon TathamTrivial bug fix pointed out by Paul Fox: potentially...
2004-11-20 Jacob NevinsAdd missing backslash in "Unable to create registry...
2004-11-20 Jacob NevinsUI tweak from Malcolm Rowe: set IDM_VIEWKEYS as the...
2004-11-20 Jacob NevinsXXX comment in the logic which sends failed password...
2004-11-20 Jacob NevinsAs a result of the policy allowing changes of username...
2004-11-19 Jacob NevinsMake PSFTP use console_get_line() to fetch username...
2004-11-19 Jacob Nevinsconsole_get_line() returns failure iff console_batch_mo...
2004-11-19 Jacob NevinsRemove FLAG_INTERACTIVE test from "login as:" prompt...
2004-11-18 Jacob Nevins"Connection reset by peer" is apparently not the only...
2004-11-18 Jacob Nevins"Software caused connection abort": a couple of people...
2004-11-18 Jacob Nevins*sigh* X11 forwarding to a local display (":0" or simil...
2004-11-18 Simon TathamAdd an extra appendix to the manual containing PuTTY...
2004-11-18 Simon TathamMove MODULE files out of individual project directories...
2004-11-17 Simon Tathammkunxarc.sh was still including (mostly empty) .svn...
2004-11-17 Simon TathamNow we use Subversion, it seems excessive to have an...
2004-11-17 Simon TathamFix mksrcarc.sh for directory reorganisation.
2004-11-16 Jacob Nevinspedantic s/CVS/Subversion/
2004-11-16 Jacob NevinsSome tweaks for Subversion and windows/ subdir.
2004-11-16 Simon TathamFix Windows installer script: the paths were wrong...
2004-11-16 Simon TathamNow that we have Subversion's file renaming ability...
2004-11-16 Simon TathamVarious changes related to the Subversion migration.
2004-11-16 Simon TathamRemove .cvsignore files on all active branches.
2004-11-15 Jacob NevinsMention that comp.terminals may also be a useful newsgroup.
2004-11-15 Simon TathamMiloslav Cempirek Ing points out that we should return from
2004-11-11 Simon TathamI masked off LATTR_WRAPPED et al in do_text_internal...
2004-11-09 Simon TathamDJSD requests a force-monochrome option for users who...
2004-11-02 Jacob NevinsNote upper limit of WM_SYSCOMMAND identifiers in a comment.
2004-11-02 Jacob NevinsGo back to using intervals of 16 for the saved session...
2004-11-02 Jacob NevinsSimon has reminded me _why_ menu identifiers were space...
2004-11-02 Jacob NevinsSince neither I nor Owen know why the IDM_ values for...
2004-11-01 Jacob NevinsArgh, I messed up SSH1 remote tunnels too (same mistake).
2004-11-01 Jacob NevinsAhem, let's not try initialising a static with a non...
2004-11-01 Jacob NevinsArgh. Failure to make a variable static to get round...
2004-10-28 Jacob NevinsMalcolm Rowe spotted that we broke display of SSH2_MSG_...
2004-10-27 Jacob NevinsMalcolm Rowe's UI tweak patch for About/Licence: recogn...
2004-10-26 Simon TathamGood grief! I should create the `htmldoc' subdir in...
2004-10-26 Jacob NevinsAdd bumping version number on trunk to new post-release...
2004-10-26 Jacob NevinsMerge version number bump (0.56) from release branch.
2004-10-26 Simon TathamReorder a couple of points on the wishlist, and also...
2004-10-24 Jacob NevinsAdd a note about documentation of the Unix port (i...
2004-10-24 Jacob NevinsMention -i.
2004-10-24 Jacob NevinsRandom tweaks:
2004-10-24 Jacob NevinsFreshness tweaks:
2004-10-24 Jacob NevinsFreshness tweaks:
2004-10-24 Jacob NevinsDifferences between protocols: remove the entire paragr...
2004-10-24 Jacob NevinsMention PSFTP on title page
2004-10-22 Simon TathamBetter bounds checking in the exit-signal handler.
2004-10-22 Simon TathamWe ought to be using the ssh_pkt_* routines for the...
2004-10-21 Simon TathamI just had a need to decode a piece of Zlib data from...
2004-10-19 Jacob NevinsMunge line-drawing description to match current naming...
2004-10-18 Jacob NevinsAdd support for logging "exit-signal", why not.
2004-10-17 Jacob NevinsSupport the SSH-2 mechanism for sending signals to...
2004-10-17 Jacob NevinsWe shouldn't offer the Break special when we don't...
2004-10-17 Jacob NevinsTelnet specials menu was not being reinstated after...
2004-10-16 Simon TathamMarkus Kuhn's UTF-8 page
2004-10-16 Simon TathamFix bug in scrollback compression, which manifested...
2004-10-16 Simon TathamMoved the environment variables config block out of...
2004-10-15 Jacob NevinsMention plink's new -N option in usage and man page.
2004-10-15 Simon TathamFix two memory leaks in the new code. (There's no point...
2004-10-15 Simon TathamAnd fix _cursor_ display on double-width double-width...
2004-10-15 Simon TathamDouble-height and double-width line attributes (ESC...
2004-10-15 Simon TathamAdd missing check_boundary() calls in destructive backs...
2004-10-15 Simon TathamA combining character on U+0020 SPACE stops it from being
2004-10-15 Simon TathamMark the trial decompress in every call to compressline...
2004-10-15 Simon TathamDon't forget to flush the bidi cache when the user...
2004-10-15 Simon TathamStore line widths in the bidi cache, so we don't fail...
2004-10-15 Simon TathamFix many bugs in resizeline().
2004-10-15 Simon TathamFix applying combining characters to double-width chara...
2004-10-15 Simon TathamFix Windows redraw problem on RH half of wrapped lines...
2004-10-15 Simon TathamI broke ordinary line wrapping as a result of retiring...
2004-10-15 Simon TathamFix cursor display on a combined character cell.
2004-10-15 Simon TathamMark cc_check() and all calls to it with the new
2004-10-15 Simon TathamI'm instituting a policy that before every release...
2004-10-14 Simon TathamFirst-stage support for Unicode combining characters...
2004-10-13 Simon TathamImplement part of `ssh2-generality': introduce the...
2004-10-13 Simon TathamFix segfaults in terminal resizing, introduced by re...
2004-10-13 Simon TathamI think we've been told before that you're not supposed to
2004-10-13 Jacob NevinsFix '/*' in comment.
2004-10-13 Simon TathamRe-engineering of terminal emulator, phase 1.
next