]> asedeno.scripts.mit.edu Git - PuTTY.git/history - putty.h
Move MODULE files out of individual project directories into a
[PuTTY.git] / putty.h
2004-07-29 Simon TathamBack out the Arabeyes patch on a CVS branch, ready...
2004-07-25 Jacob NevinsFix for `psftp-pscp-ignore-load': Default Settings...
2004-06-20 Jacob NevinsAdd a configuration option for TCP keepalives (SO_KEEPA...
2004-05-22 Simon TathamAt last! After much delay, much faffing back and forth...
2004-01-22 Simon TathamAdded a command-line key generation tool. Currently...
2003-12-19 Simon TathamJoe Yates's memory leak patches.
2003-09-03 Jacob NevinsImplement `default-colours' on Windows based loosely...
2003-08-25 Simon TathamWindows PSCP now links against winsftp.c, and scp.c...
2003-08-21 Simon TathamRichard B's patch to enable users to explicitly request...
2003-05-24 Simon TathamModified form of Jim Lucas's PC speaker patch. I don't like
2003-05-07 Simon TathamYesterday's proxy enhancements also slightly nadgered...
2003-05-06 Simon TathamSupport, on Unix only (so far), for OpenSSH-style gener...
2003-05-04 Simon TathamColin's const-fixing Patch Of Death. Seems to build...
2003-04-28 Simon TathamAsynchronous agent requests on Windows. Actually, I...
2003-04-28 Simon TathamFirst half of `pageant-async' work. agent_query() is...
2003-04-12 Simon TathamDisable window title reporting by default, since it...
2003-04-11 Simon TathamRationalisation of the system of frontend handles....
2003-04-05 Simon TathamFixed the printing and charset combo boxes in Unix...
2003-04-05 Simon TathamCtrl+rightclick now pops up a context menu in Unix...
2003-04-05 Simon TathamDynamic port forwarding by means of a local SOCKS serve...
2003-04-04 Simon TathamTurned the old `Telnet Command' System-submenu into...
2003-04-01 Simon TathamVarious error-handling fixes, mostly in Unix PuTTY...
2003-03-31 Simon TathamSupport for PuTTY-style command-line arguments in Unix...
2003-03-06 Simon TathamOops, another missing forward-struct-declaration.
2003-03-06 Simon TathamRichard B's patch to push erased text into the scrollba...
2003-03-06 Simon TathamAs usual, gcc is better at warnings than MSVC, so here...
2003-02-04 Simon TathamAdd another bug workaround, this one for old OpenSSH...
2003-02-01 Simon TathamOops, Ben is quite right about the rather appalling...
2003-02-01 Simon TathamCreated new data types `Filename' and `FontSpec', inten...
2003-02-01 Ben HarrisRichard's lazy-scrolling patch. This builds up scroll...
2003-01-28 Simon TathamGaah, another missing bit from the 16-colour support...
2003-01-27 Simon Tathamxterm apparently supports ESC[90m through ESC[97m to...
2003-01-27 Simon TathamRemove all `enum'-typed variables from the Config struc...
2003-01-27 Ben HarrisFirst attempt at a platform-independent keyboard handle...
2003-01-25 Ben HarrisChange the term_mouse interface a little so that it...
2003-01-21 Jacob NevinsFix "-v" in the Windows console utilities (plink, pscp...
2003-01-18 Ben HarrisSupport for saving sessions on the Mac. This is slight...
2003-01-15 Ben HarrisAdd the ability to close sessions. This adds *_free...
2003-01-15 Jacob NevinsImplement Simon's suggestion of moving DEFAULT_PROTOCOL...
2003-01-15 Jacob Nevins`ssh-default': change the /DSSH_DEFAULT flag to a ...
2003-01-14 Simon TathamMiscellaneous fixes to finish up `remove-statics'....
2003-01-14 Simon TathamDeglobalise the Unicode module. Despite all my grand...
2003-01-12 Simon TathamHaving laid all the groundwork, we can now remove the...
2003-01-12 Simon TathamThe logging module now contains a local copy of cfg too.
2003-01-12 Simon TathamThe back ends now contain their own copies of the Confi...
2003-01-12 Simon Tathamterm->cfg is now a full copy of the Config structure...
2003-01-12 Simon TathamThe command-line routines now take a pointer to `cfg' as an
2003-01-12 Simon TathamSupport for XDM-AUTHORIZATION-1 at the SSH server end...
2003-01-11 Simon TathamSupport XDM-AUTHORIZATION-1 for connecting to local...
2003-01-10 Simon TathamIntroduce framework for authenticating with the local...
2003-01-09 Simon TathamI'm sick of all those #ifdefs in settings.c, and in...
2003-01-02 Simon TathamCJK cleanups. Correct handling when the cursor is cover...
2003-01-01 Simon TathamProper support for using the font's own character encod...
2003-01-01 Simon TathamSupport for double-width (CJK) characters, using the...
2002-12-30 Ben HarrisAdd an "open" command to the "file" (now "session"...
2002-12-29 Ben HarrisPut prototypes for the functions exported by wcwidth...
2002-12-29 Ben HarrisAdd some pragmas so that Mac compilers know that fatalb...
2002-12-18 Simon TathamSupport for doing DNS at the proxy end. I've invented...
2002-12-18 Simon TathamStop proxying connections to localhost by default;...
2002-11-26 Simon TathamIncrease the size of the `font' buffer in the Config...
2002-11-23 Ben HarrisAdd a Config * argument to ldisc_create(), and use...
2002-11-23 Ben HarrisAdd a "Config *" argument to term_init(), and use that...
2002-11-23 Ben HarrisBring in some of my scroll-optimisation stuff from...
2002-11-19 Ben HarrisTentative merge of ben-mac-port (only dead for three...
2002-11-10 Ben HarrisUse <stddef.h> to get wchar_t, rather than <wchar.h...
2002-11-09 Ben HarrisRename CharWidth() to char_width(). The former name...
2002-10-30 Simon TathamFurther deglobalisation: settings.c now has a more...
2002-10-26 Simon TathamRetire another global in favour of adding a feature to the
2002-10-26 Simon TathamYet more global-removal. The static variables in loggin...
2002-10-26 Simon TathamReorganised the Unicode layer somewhat: moved luni_send and
2002-10-26 Simon TathamPort forwarding module now passes backend handles aroun...
2002-10-26 Simon TathamLine discipline module now uses dynamically allocated...
2002-10-25 Simon TathamMajor destabilisation, phase 2. This time it's the...
2002-10-24 Simon TathamOops - repercussions of the close-on-exit stuff which...
2002-10-23 Simon TathamCleanups from yesterday's destabilisation: lots of stuff in
2002-10-22 Simon TathamMajor destabilisation, phase 1. In this phase I've...
2002-10-20 Simon TathamImplement Richard's really clever idea about bell overl...
2002-10-17 Simon TathamMake the shadow bold offset configurable, after discove...
2002-10-16 Simon TathamOops - check in leftovers from yesterday's development...
2002-10-15 Simon TathamIntroduce the ability to control whether the shell...
2002-10-14 Simon TathamOnly engage a GTK idle function when absolutely necessa...
2002-10-14 Simon TathamSEL_NL is different between Windows and Unix; move...
2002-10-13 Simon TathamSelection now supported in pterm. Required small modifi...
2002-10-09 Simon TathamFirst phase of porting. pterm now compiles and runs...
2002-10-07 Jacob NevinsRemove "-log" option from Plink. AFAICT this code has...
2002-10-07 Simon TathamBegin destabilisation in the wake of 0.53! This checkin...
2002-10-01 Simon TathamRemove last vestiges of `buggymac' in the Config struct... 0.53
2002-09-26 Simon TathamAdd a new SSH2 bug: some servers apparently claim to...
2002-09-15 Simon TathamLog file tinkering: copy Event Log entries into the...
2002-09-12 Jacob NevinsSemi-bug "long-usernames":
2002-09-08 Simon TathamIntroduce the Bugs control panel, for overriding PuTTY...
2002-08-04 Simon TathamRevamp of command-line handling. Most command line...
2002-03-23 Simon TathamJustin Bradford's proxy support patch. Currently suppor...
2002-03-09 Simon TathamANSI remote printer support. Raw mode only.
2002-03-09 Simon TathamWell, there was bound to be one I'd forgotten: the...
2002-03-06 Simon TathamAdd the Features panel, allowing you to disable a bunch...
2002-03-06 Simon TathamEnsure our network layer is properly cleaned up before...
2001-12-31 Simon TathamCreate the long-awaited console.c, and move the common...
2001-12-29 Simon TathamAdd a configurable option to make Return in Telnet...
2001-12-29 Simon TathamAdd a new back-end function to return the exit code...
next