]> asedeno.scripts.mit.edu Git - PuTTY.git/history - putty.h
Stop proxying connections to localhost by default; should fix
[PuTTY.git] / putty.h
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.
2001-05-19 Simon TathamSCO ACS patch from RDB. Apparently required for the...
2001-05-17 Simon TathamReinstate the Shift-Ins paste behaviour, which was...
2001-05-13 Simon TathamGlenn Maynard's patch (as adapted by Jacob) for taskbar...
2001-05-10 Simon TathamRDB's Unicode patch. Fonts are now used in Unicode...
2001-05-09 Simon TathamFrom RDB: a patch to allow special keys (^C, ^Z, Delete...
2001-05-09 Simon TathamFrom RDB: telnet can now start up in passive mode,...
2001-05-06 Simon TathamRun entire source base through GNU indent to tidy up...
2001-05-06 Simon TathamWez Furlong's patch to add xterm mouse reporting and...
2001-04-28 Simon TathamAdd Jordan Russell's patch for a sunken-edge border...
2001-04-28 Simon TathamDave Hinton's debugging patch.
2001-04-16 Simon TathamRoman Pompejus's patch to allow you to automatically select
2001-04-14 Simon TathamBell can now play an arbitrary sound file.
2001-04-13 Simon TathamNew improved bell handling. Choice between visual and...
2001-04-09 Simon TathamKeyboard handling patch from RDB: the Windows Applicati...
2001-04-09 Simon TathamWe can now configure the terminal's answerback string...
2001-04-09 Simon TathamDefault handling of VT100 line drawing characters in...
2001-03-19 Simon TathamAdd Norman Brandinger's suggested `-m' option in plink...
2001-03-12 Simon Tathamssh_get_password has become ssh_get_line, so it can...
2001-03-02 Simon TathamSupport for selecting AES from the GUI. In the process...
2001-02-24 Simon Tathampsftp now works as part of the PuTTY suite
2001-02-05 Simon TathamModifications to the new Close On Exit option:
2001-02-05 Simon TathamJacob's patch to improve Close On Exit behaviour
2001-01-26 Simon TathamFix build errors in PSCP after line discipline upheaval
2001-01-24 Simon TathamRethink the whole line discipline architecture. Instead...
2001-01-23 Simon TathamRoman Pompejus's fix for the TAB-not-working-in-Event...
2001-01-22 Simon TathamAbility to hide the mouse pointer on a keypress a la Word
2001-01-22 Simon TathamAdd X11 forwarding, mainly thanks to Andreas Schultz
2001-01-19 Simon TathamExperimental Rlogin support, thanks to Delian Delchev...
2001-01-19 Simon TathamKeepalives are now in seconds not minutes
next