Configurable TCP_NODELAY option on network connections
[u/mdw/putty] / putty.h
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...
2001-04-09 simonDefault handling of VT100 line drawing characters in...
2001-03-19 simonAdd Norman Brandinger's suggested `-m' option in plink...
2001-03-12 simonssh_get_password has become ssh_get_line, so it can...
2001-03-02 simonSupport for selecting AES from the GUI. In the process...
2001-02-24 simonpsftp now works as part of the PuTTY suite
2001-02-05 simonModifications to the new Close On Exit option:
2001-02-05 simonJacob's patch to improve Close On Exit behaviour
2001-01-26 simonFix build errors in PSCP after line discipline upheaval
2001-01-24 simonRethink the whole line discipline architecture. Instead...
2001-01-23 simonRoman Pompejus's fix for the TAB-not-working-in-Event...
2001-01-22 simonAbility to hide the mouse pointer on a keypress a la...
2001-01-22 simonAdd X11 forwarding, mainly thanks to Andreas Schultz
2001-01-19 simonExperimental Rlogin support, thanks to Delian Delchev...
2001-01-19 simonKeepalives are now in seconds not minutes
2001-01-17 simonIntroduce alternative cursor shapes: underline, vertica...
2001-01-07 simonImproved session logging courtesy of Roman Pompejus
2001-01-07 simon`Change Settings' now behaves sensibly w.r.t. window...
2000-12-12 simonMake memory management uniform: _everything_ now goes...
2000-11-21 simonRon Kuris's "copy everything to clipboard" patch
2000-11-01 simonImplement Zlib compression, in both SSH1 and SSH2.
2000-11-01 simonMove dprintf and the debug system out into misc.c,...
2000-10-27 simonAdd support for Always On Top. Patch due to Janes ...
2000-10-25 simonGaaah, I might have known. Split combined app cursor...
2000-10-24 simonAdd configurable option to disable application keypad...
2000-10-23 simonImproved entropy gathering.
2000-10-23 simonCreated a shiny new abstraction for the socket handling...
2000-10-21 simonThree new configurable options:
2000-10-20 simonIntroduce a sane interface function, from_backend(...
2000-10-18 simonMiscellaneous cleanups and reorgs in preparation for...
2000-10-12 simonImplement a much more visually appealing, but much...
2000-10-12 simonAdd a config option to emulate the HMAC bug in commerci...
2000-10-09 simonAdd ISO8859-2 / CP852 translation courtesy of Jaromir...
2000-10-09 simonRobert de Bath's big patch:
2000-10-06 simonCreate settings.c and move the load/save session code...
2000-10-06 simonAdd a parameter to write_clip() so that windlg.c need...
2000-10-04 simonStore default port number in each back end
2000-10-02 simonAdd ability to configure the initial window title
2000-09-28 simonWhile we're doing a hostkey reorg, store port numbers...
2000-09-27 simonRationalised host key storage. Also started code reorg...
2000-09-25 simonAdd an invisible System Caret for blind-helper-software...
2000-09-25 simonImplement "putty -cleanup"
2000-09-22 simonBug fix: line discipline selection is not enabled until...
2000-09-22 simonPrevent network errors from summarily closing the windo...
2000-09-21 simonMiscellaneous ssh2 fixes. plink is now relatively sane
2000-09-15 simonConfiguration option for agent forwarding
2000-09-14 simonAdded Pageant, a first-attempt PuTTY authentication...
2000-09-11 simonAdd switch to choose SSH v1-versus-v2 protocol preferen...
2000-09-08 simonStop plink losing data at start of session
2000-09-08 simonplink can now execute a specific command instead of...
2000-09-08 simonAdded a fourth application: plink, a command line conne...
2000-09-07 simonRSA key authentication in ssh1 works; SSH2 is nearly...
2000-07-26 simonRobert de Bath's Big Patch, part 1
2000-06-24 simonMake beep optional - thanks to Antal Novak
2000-06-22 simonChange a `GLOBAL' to an `extern' for Borland sanity
2000-03-24 simonPeter Schellenbach's patch: re-implement the PuTTY...
2000-03-17 simonPatch to RDB's blinking cursor: make it configurable...
2000-03-17 simonRDB's patch. Oodles of new terminal functionality,...
2000-03-15 simonFirst stab at the ability to compile puttytel.exe,...
2000-03-11 simonRobert de Bath's patch: integrate line disciplines...
1999-12-21 simonDisable warn-on-close for inactive windows
1999-11-30 simonTurn #ifdef LOG into a command-line option for debuggin...
next