Loose end from r5031: the Kex panel should only be displayed in
[u/mdw/putty] / putty.h
2004-12-29 simonLoose end from r5031: the Kex panel should only be...
2004-12-24 jacobBasic configurability for client-initiated rekeys.
2004-12-23 jacobAdd a preference list for SSH-2 key exchange algorithms...
2004-12-17 simonI _think_ I've just fixed `font-overflow'. term->dispte...
2004-12-16 jacobAbe Crabtree complains that flushing the log file as...
2004-11-28 simonImplement xterm 256-colour mode.
2004-11-27 simonLoose end from timing shakeup: sshrand.c is now a client of
2004-11-27 simonSlight improvement to cursor blink timing: since the...
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-09 simonDJSD requests a force-monochrome option for users who...
2004-10-17 jacobSupport the SSH-2 mechanism for sending signals to...
2004-10-17 jacobTelnet specials menu was not being reinstated after...
2004-10-16 simonMarkus Kuhn's UTF-8 page
2004-10-14 simonFirst-stage support for Unicode combining characters...
2004-10-13 simonImplement part of `ssh2-generality': introduce the...
2004-10-13 simonRe-engineering of terminal emulator, phase 1.
2004-10-02 jacob`ssh-log-pw-blank': known password fields are now omitt...
2004-08-30 simonMalcolm Smith's patch to support CHAP (digest-based...
2004-08-12 jacobFlush the logfile reasonably frequently in `printable...
2004-07-25 jacobFix for `psftp-pscp-ignore-load': Default Settings...
2004-06-20 jacobAdd a configuration option for TCP keepalives (SO_KEEPA...
2004-05-22 simonAt last! After much delay, much faffing back and forth...
2004-01-22 simonAdded a command-line key generation tool. Currently...
2003-12-19 simonJoe Yates's memory leak patches.
2003-09-03 jacobImplement `default-colours' on Windows based loosely...
2003-08-25 simonWindows PSCP now links against winsftp.c, and scp.c...
2003-08-21 simonRichard B's patch to enable users to explicitly request...
2003-05-24 simonModified form of Jim Lucas's PC speaker patch. I don...
2003-05-07 simonYesterday's proxy enhancements also slightly nadgered...
2003-05-06 simonSupport, on Unix only (so far), for OpenSSH-style gener...
2003-05-04 simonColin's const-fixing Patch Of Death. Seems to build...
2003-04-28 simonAsynchronous agent requests on Windows. Actually, I...
2003-04-28 simonFirst half of `pageant-async' work. agent_query() is...
2003-04-12 simonDisable window title reporting by default, since it...
2003-04-11 simonRationalisation of the system of frontend handles....
2003-04-05 simonFixed the printing and charset combo boxes in Unix...
2003-04-05 simonCtrl+rightclick now pops up a context menu in Unix...
2003-04-05 simonDynamic port forwarding by means of a local SOCKS serve...
2003-04-04 simonTurned the old `Telnet Command' System-submenu into...
2003-04-01 simonVarious error-handling fixes, mostly in Unix PuTTY...
2003-03-31 simonSupport for PuTTY-style command-line arguments in Unix...
2003-03-06 simonOops, another missing forward-struct-declaration.
2003-03-06 simonRichard B's patch to push erased text into the scrollba...
2003-03-06 simonAs usual, gcc is better at warnings than MSVC, so here...
2003-02-04 simonAdd another bug workaround, this one for old OpenSSH...
2003-02-01 simonOops, Ben is quite right about the rather appalling...
2003-02-01 simonCreated new data types `Filename' and `FontSpec', inten...
2003-02-01 benRichard's lazy-scrolling patch. This builds up scroll...
2003-01-28 simonGaah, another missing bit from the 16-colour support...
2003-01-27 simonxterm apparently supports ESC[90m through ESC[97m to...
2003-01-27 simonRemove all `enum'-typed variables from the Config struc...
2003-01-27 benFirst attempt at a platform-independent keyboard handle...
2003-01-25 benChange the term_mouse interface a little so that it...
2003-01-21 jacobFix "-v" in the Windows console utilities (plink, pscp...
2003-01-18 benSupport for saving sessions on the Mac. This is slight...
2003-01-15 benAdd the ability to close sessions. This adds *_free...
2003-01-15 jacobImplement Simon's suggestion of moving DEFAULT_PROTOCOL...
2003-01-15 jacob`ssh-default': change the /DSSH_DEFAULT flag to a ...
2003-01-14 simonMiscellaneous fixes to finish up `remove-statics'....
2003-01-14 simonDeglobalise the Unicode module. Despite all my grand...
2003-01-12 simonHaving laid all the groundwork, we can now remove the...
2003-01-12 simonThe logging module now contains a local copy of cfg...
2003-01-12 simonThe back ends now contain their own copies of the Confi...
2003-01-12 simonterm->cfg is now a full copy of the Config structure...
2003-01-12 simonThe command-line routines now take a pointer to `cfg...
2003-01-12 simonSupport for XDM-AUTHORIZATION-1 at the SSH server end...
2003-01-11 simonSupport XDM-AUTHORIZATION-1 for connecting to local...
2003-01-10 simonIntroduce framework for authenticating with the local...
2003-01-09 simonI'm sick of all those #ifdefs in settings.c, and in...
2003-01-02 simonCJK cleanups. Correct handling when the cursor is cover...
2003-01-01 simonProper support for using the font's own character encod...
2003-01-01 simonSupport for double-width (CJK) characters, using the...
2002-12-30 benAdd an "open" command to the "file" (now "session"...
2002-12-29 benPut prototypes for the functions exported by wcwidth...
2002-12-29 benAdd some pragmas so that Mac compilers know that fatalb...
2002-12-18 simonSupport for doing DNS at the proxy end. I've invented...
2002-12-18 simonStop proxying connections to localhost by default;...
2002-11-26 simonIncrease the size of the `font' buffer in the Config...
2002-11-23 benAdd a Config * argument to ldisc_create(), and use...
2002-11-23 benAdd a "Config *" argument to term_init(), and use that...
2002-11-23 benBring in some of my scroll-optimisation stuff from...
2002-11-19 benTentative merge of ben-mac-port (only dead for three...
2002-11-10 benUse <stddef.h> to get wchar_t, rather than <wchar.h...
2002-11-09 benRename CharWidth() to char_width(). The former name...
2002-10-30 simonFurther deglobalisation: settings.c now has a more...
2002-10-26 simonRetire another global in favour of adding a feature...
2002-10-26 simonYet more global-removal. The static variables in loggin...
2002-10-26 simonReorganised the Unicode layer somewhat: moved luni_send and
2002-10-26 simonPort forwarding module now passes backend handles aroun...
2002-10-26 simonLine discipline module now uses dynamically allocated...
2002-10-25 simonMajor destabilisation, phase 2. This time it's the...
2002-10-24 simonOops - repercussions of the close-on-exit stuff which...
2002-10-23 simonCleanups from yesterday's destabilisation: lots of...
2002-10-22 simonMajor destabilisation, phase 1. In this phase I've...
2002-10-20 simonImplement Richard's really clever idea about bell overl...
2002-10-17 simonMake the shadow bold offset configurable, after discove...
2002-10-16 simonOops - check in leftovers from yesterday's development...
2002-10-15 simonIntroduce the ability to control whether the shell...
2002-10-14 simonOnly engage a GTK idle function when absolutely necessa...
next