The back ends now contain their own copies of the Config structure,
[u/mdw/putty] / putty.h
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...
2002-10-14 simonSEL_NL is different between Windows and Unix; move...
2002-10-13 simonSelection now supported in pterm. Required small modifi...
2002-10-09 simonFirst phase of porting. pterm now compiles and runs...
2002-10-07 jacobRemove "-log" option from Plink. AFAICT this code has...
2002-10-07 simonBegin destabilisation in the wake of 0.53! This checkin...
2002-10-01 simonRemove last vestiges of `buggymac' in the Config struct...
2002-09-26 simonAdd a new SSH2 bug: some servers apparently claim to...
2002-09-15 simonLog file tinkering: copy Event Log entries into the...
2002-09-12 jacobSemi-bug "long-usernames":
2002-09-08 simonIntroduce the Bugs control panel, for overriding PuTTY...
2002-08-04 simonRevamp of command-line handling. Most command line...
2002-03-23 simonJustin Bradford's proxy support patch. Currently suppor...
2002-03-09 simonANSI remote printer support. Raw mode only.
2002-03-09 simonWell, there was bound to be one I'd forgotten: the...
2002-03-06 simonAdd the Features panel, allowing you to disable a bunch...
2002-03-06 simonEnsure our network layer is properly cleaned up before...
2001-12-31 simonCreate the long-awaited console.c, and move the common...
2001-12-29 simonAdd a configurable option to make Return in Telnet...
2001-12-29 simonAdd a new back-end function to return the exit code...
2001-12-15 simonAdd the remote counterpart for the `local port forwardi...
2001-12-14 simonRetired the #ifdef DUMP_PACKETS stuff in ssh.c because...
2001-12-11 simonDisable username switching between SSH2 auth attempts...
2001-12-06 simonIntegrate PuTTY and its help file. Now that's what...
2001-11-29 simonOops - check the _rest_ of the SSH2 DES patch back...
2001-11-29 simonConfigurable TCP_NODELAY option on network connections
2001-11-29 simonMake keyboard-interactive authentication configurable...
2001-11-25 simonRDB's general resizing cleanup. He's put his favourite...
2001-11-25 simonAdd support for most of the ESC[<low number>t sequences...
2001-11-21 jacobComment/string tweaks to reflect new DES-in-SSH2 capabi...
2001-11-07 simonImplement writing RTF to the clipboard (off by default...
2001-10-31 simonRectangular-block selection. Enabled by Alt+drag, unles...
2001-10-30 simonIncrease cfg.line_codepage buffer size to cope with...
2001-10-23 simonBetter robustness in visual bell timeouts: handling...
2001-10-17 simonWez Furlong's patch to tidy up full-screen mode: make it
2001-10-12 simonRevamp the window-resize behaviour UI so there are...
2001-09-19 simonFix pasting of newlines in local line editing mode...
2001-09-18 simonterminal.c's from_backend() no longer calls term_out...
2001-09-18 simonReintroduce Cyrillic Caps Lock mode, which was in 0...
2001-09-15 simonThree more patches from RDB: one to make Atomica work...
2001-09-13 simonChristopher Allene's patch for going full-screen on...
2001-09-07 simonJacob's patch to cause Shift to return to copy-and...
2001-08-27 simonImplemented a simple wildcard matching engine, and...
2001-08-26 simonPSCP now uses the modern SFTP protocol if it can, and...
2001-08-25 simonJacob's patch for a drag-list to select SSH ciphers...
2001-08-25 simonExtensive changes that _should_ fix the socket bufferin...
2001-08-12 simonFirst phase of Unicode polishing: replace the edit...
2001-08-08 simonSSH port forwarding! How cool is that?
2001-05-19 simonRDB: fix various UTF-8 glitches.
2001-05-19 simonSCO ACS patch from RDB. Apparently required for the...
2001-05-17 simonReinstate the Shift-Ins paste behaviour, which was...
2001-05-13 simonGlenn Maynard's patch (as adapted by Jacob) for taskbar...
2001-05-10 simonRDB's Unicode patch. Fonts are now used in Unicode...
2001-05-09 simonFrom RDB: a patch to allow special keys (^C, ^Z, Delete...
2001-05-09 simonFrom RDB: telnet can now start up in passive mode,...
2001-05-06 simonRun entire source base through GNU indent to tidy up...
2001-05-06 simonWez Furlong's patch to add xterm mouse reporting and...
2001-04-28 simonAdd Jordan Russell's patch for a sunken-edge border...
2001-04-28 simonDave Hinton's debugging patch.
2001-04-16 simonRoman Pompejus's patch to allow you to automatically...
2001-04-14 simonBell can now play an arbitrary sound file.
2001-04-13 simonNew improved bell handling. Choice between visual and...
2001-04-09 simonKeyboard handling patch from RDB: the Windows Applicati...
2001-04-09 simonWe can now configure the terminal's answerback string...
next