]> asedeno.scripts.mit.edu Git - PuTTY.git/history - putty.h
Richard's lazy-scrolling patch. This builds up scroll operations in a list,
[PuTTY.git] / putty.h
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...
2001-12-15 Simon TathamAdd the remote counterpart for the `local port forwardi...
2001-12-14 Simon TathamRetired the #ifdef DUMP_PACKETS stuff in ssh.c because...
2001-12-11 Simon TathamDisable username switching between SSH2 auth attempts...
2001-12-06 Simon TathamIntegrate PuTTY and its help file. Now that's what...
2001-11-29 Simon TathamOops - check the _rest_ of the SSH2 DES patch back...
2001-11-29 Simon TathamConfigurable TCP_NODELAY option on network connections
2001-11-29 Simon TathamMake keyboard-interactive authentication configurable...
2001-11-25 Simon TathamRDB's general resizing cleanup. He's put his favourite...
2001-11-25 Simon TathamAdd support for most of the ESC[<low number>t sequences...
2001-11-21 Jacob NevinsComment/string tweaks to reflect new DES-in-SSH2 capabi...
2001-11-07 Simon TathamImplement writing RTF to the clipboard (off by default...
2001-10-31 Simon TathamRectangular-block selection. Enabled by Alt+drag, unles...
2001-10-30 Simon TathamIncrease cfg.line_codepage buffer size to cope with...
2001-10-23 Simon TathamBetter robustness in visual bell timeouts: handling...
2001-10-17 Simon TathamWez Furlong's patch to tidy up full-screen mode: make it
2001-10-12 Simon TathamRevamp the window-resize behaviour UI so there are...
2001-09-19 Simon TathamFix pasting of newlines in local line editing mode...
2001-09-18 Simon Tathamterminal.c's from_backend() no longer calls term_out...
2001-09-18 Simon TathamReintroduce Cyrillic Caps Lock mode, which was in 0...
2001-09-15 Simon TathamThree more patches from RDB: one to make Atomica work...
2001-09-13 Simon TathamChristopher Allene's patch for going full-screen on...
2001-09-07 Simon TathamJacob's patch to cause Shift to return to copy-and...
2001-08-27 Simon TathamImplemented a simple wildcard matching engine, and...
2001-08-26 Simon TathamPSCP now uses the modern SFTP protocol if it can, and...
2001-08-25 Simon TathamJacob's patch for a drag-list to select SSH ciphers...
2001-08-25 Simon TathamExtensive changes that _should_ fix the socket bufferin...
2001-08-12 Simon TathamFirst phase of Unicode polishing: replace the edit...
2001-08-08 Simon TathamSSH port forwarding! How cool is that?
2001-05-19 Simon TathamRDB: fix various UTF-8 glitches.
next