u/mdw/putty
2004-12-16 simonRename scp.* to pscp.*, because I always misspell it...
2004-12-10 simonUnix PSCP was tight-looping when connecting through...
2004-12-08 simonReplace the RLE-based getType() function with one that...
2004-12-08 simonFurther clarity and speed cleanups of minibidi:
2004-12-07 simonReformat minibidi.[ch] in line with my coding conventio...
2004-12-07 simonBidi stability work. I _think_ I've now removed all...
2004-12-07 owenFix segfault when HOME not set on Unix.
2004-12-02 simon\n and \r need double backslashes in Halibut.
2004-12-02 jacobNULL a couple of members after freeing them in ssh_free...
2004-12-02 benMention our assumptions about the execution character...
2004-12-01 simonBah. Ben points out that SSH_1_ version strings should...
2004-12-01 simonAnd now I look at it, the latest draft also says versio...
2004-12-01 simonKimmo Parviainen points out that SSH software version...
2004-12-01 simonterm_bidi_cache_store() now has a need to distinguish...
2004-11-30 simonFix large memory leak introduced in the r4915 bidi...
2004-11-30 jacobAnother default-background fix for 256-colour mode
2004-11-29 owenNitpick, close bracket.
2004-11-29 simonSome blurb about terminal types and 256-colour xterms...
2004-11-29 jacobrm '$Source$' from comments as not meaningful under...
2004-11-29 jacobtypo in comment
2004-11-29 jacobBriefly document the "CP866" manual-entry feature on...
2004-11-28 simonBah, there's always one thing I miss. Correct the backg...
2004-11-28 simonImplement xterm 256-colour mode.
2004-11-28 simonStability fixes (thanks valgrind).
2004-11-28 simonCursor position, selection highlights and mouse clicks...
2004-11-28 simonOops; forgot to add this file in r4913.
2004-11-27 simonLoose end from timing shakeup: sshrand.c is now a client of
2004-11-27 simonChanges in startup order to ensure any subsystem which...
2004-11-27 simonSlight improvement to cursor blink timing: since the...
2004-11-27 simonAlmost _all_ of the final connection-layer loop, in...
2004-11-27 simonImplement client-initiated rekeys after an hour, or...
2004-11-27 simonBah, I knew I'd miss _something_. term_out is now stati...
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...
next