]> asedeno.scripts.mit.edu Git - PuTTY.git/history - putty.h
Implemented a simple wildcard matching engine, and used it to
[PuTTY.git] / putty.h
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
2001-01-17 Simon TathamIntroduce alternative cursor shapes: underline, vertica...
2001-01-07 Simon TathamImproved session logging courtesy of Roman Pompejus
2001-01-07 Simon Tatham`Change Settings' now behaves sensibly w.r.t. window size.
2000-12-12 Simon TathamMake memory management uniform: _everything_ now goes...
2000-11-21 Simon TathamRon Kuris's "copy everything to clipboard" patch
2000-11-01 Simon TathamImplement Zlib compression, in both SSH1 and SSH2.
2000-11-01 Simon TathamMove dprintf and the debug system out into misc.c,...
2000-10-27 Simon TathamAdd support for Always On Top. Patch due to Janes ...
2000-10-25 Simon TathamGaaah, I might have known. Split combined app cursor...
2000-10-24 Simon TathamAdd configurable option to disable application keypad...
2000-10-23 Simon TathamImproved entropy gathering.
2000-10-23 Simon TathamCreated a shiny new abstraction for the socket handling...
2000-10-21 Simon TathamThree new configurable options:
2000-10-20 Simon TathamIntroduce a sane interface function, from_backend(...
2000-10-18 Simon TathamMiscellaneous cleanups and reorgs in preparation for...
2000-10-12 Simon TathamImplement a much more visually appealing, but much...
2000-10-12 Simon TathamAdd a config option to emulate the HMAC bug in commerci...
2000-10-09 Simon TathamAdd ISO8859-2 / CP852 translation courtesy of Jaromir...
2000-10-09 Simon TathamRobert de Bath's big patch:
2000-10-06 Simon TathamCreate settings.c and move the load/save session code...
2000-10-06 Simon TathamAdd a parameter to write_clip() so that windlg.c need...
2000-10-04 Simon TathamStore default port number in each back end
2000-10-02 Simon TathamAdd ability to configure the initial window title
2000-09-28 Simon TathamWhile we're doing a hostkey reorg, store port numbers...
2000-09-27 Simon TathamRationalised host key storage. Also started code reorg...
2000-09-25 Simon TathamAdd an invisible System Caret for blind-helper-software...
2000-09-25 Simon TathamImplement "putty -cleanup"
2000-09-22 Simon TathamBug fix: line discipline selection is not enabled until...
2000-09-22 Simon TathamPrevent network errors from summarily closing the windo...
2000-09-21 Simon TathamMiscellaneous ssh2 fixes. plink is now relatively sane
2000-09-15 Simon TathamConfiguration option for agent forwarding
2000-09-14 Simon TathamAdded Pageant, a first-attempt PuTTY authentication agent
2000-09-11 Simon TathamAdd switch to choose SSH v1-versus-v2 protocol preferen...
2000-09-08 Simon TathamStop plink losing data at start of session
2000-09-08 Simon Tathamplink can now execute a specific command instead of...
2000-09-08 Simon TathamAdded a fourth application: plink, a command line conne...
2000-09-07 Simon TathamRSA key authentication in ssh1 works; SSH2 is nearly there
2000-07-26 Simon TathamRobert de Bath's Big Patch, part 1
2000-06-24 Simon TathamMake beep optional - thanks to Antal Novak
2000-06-22 Simon TathamChange a `GLOBAL' to an `extern' for Borland sanity
2000-03-24 Simon TathamPeter Schellenbach's patch: re-implement the PuTTY...
2000-03-17 Simon TathamPatch to RDB's blinking cursor: make it configurable...
2000-03-17 Simon TathamRDB's patch. Oodles of new terminal functionality,...
2000-03-15 Simon TathamFirst stab at the ability to compile puttytel.exe,...
2000-03-11 Simon TathamRobert de Bath's patch: integrate line disciplines...
1999-12-21 Simon TathamDisable warn-on-close for inactive windows
1999-11-30 Simon TathamTurn #ifdef LOG into a command-line option for debuggin...
1999-11-30 Simon TathamOops - fix total idiocies in applying that patch
1999-11-30 Simon TathamRobert de Bath's multi-purpose patch, slightly modified.
1999-11-17 Simon TathamAdd ISO-8859-2 / Win-1250 char set translation
1999-11-15 Simon TathamDeclare `struct RSAKey' so that its implicit declaratio...
1999-11-10 Simon TathamAdd "extern" on declaration of raw_backend
1999-11-09 Simon TathamAdded local-editing line discipline to make raw backend...
1999-11-09 Simon TathamChanges from executor:
1999-11-08 Simon TathamAdd TIS authentication option
1999-11-08 Simon TathamClean up sizetip patch: remove separate header file...
1999-11-08 Simon TathamOleg Panashchenko's Cyrillic support patch
1999-11-05 Simon TathamWarn-on-close is now configurable off
1999-11-03 Simon TathamJohn Sullivan's sizetip patch - experimental
1999-11-01 Simon TathamMark Baker's raw-TCP back end (untested and experimenta...
1999-10-28 Simon TathamAdded a couple of GLOBALs
1999-10-28 Owen DunnAdded saved sessions submenu from system menu.
1999-10-27 Simon TathamAdd the ability to do ssh by default: using -ssh comman...
1999-10-25 Simon TathamSingle-DES encryption, patch courtesy of Murphy Lam
next