Configurable TCP_NODELAY option on network connections
[u/mdw/putty] / windlg.c
2001-11-29 simonConfigurable TCP_NODELAY option on network connections
2001-11-29 simonMake keyboard-interactive authentication configurable...
2001-11-25 simonSplit the Window panel into two to make room for proper...
2001-11-25 simonRDB's general resizing cleanup. He's put his favourite...
2001-11-25 simonINCOMPATIBLE CHANGE to the SSH2 private key file format...
2001-11-24 simonJacob's fix to the resize-behaviour GUI
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 simonFix accelerators in Window panel
2001-10-31 simonRectangular-block selection. Enabled by Alt+drag, unles...
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-25 simonSpelling fix. When the user hits `Browse' next to the...
2001-09-22 simonCorrect capitalisation in one config option (Cyrillic...
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-09 simonRoman Pompejus's patch (heavily hacked) for parametric...
2001-09-07 simonUse WM_SETREDRAW to disable incremental updates while...
2001-09-07 simonJacob's patch to cause Shift to return to copy-and...
2001-09-05 simonSwap round the contents of the Translation panel. The...
2001-09-05 simonUnicode cleanup phase 2: we now reintroduce the ability...
2001-08-25 simonRemove gratuitous FIXME entries in cipher list. Oops...
2001-08-25 simonJacob's patch for a drag-list to select SSH ciphers...
2001-08-22 simonWording change: make it explicit that you can enter...
2001-08-12 simonFirst phase of Unicode polishing: replace the edit...
2001-08-08 simonSSH port forwarding! How cool is that?
2001-08-04 simonOops - IDC not IDV. Typo.
2001-08-04 simonRainer Loritz noticed that the Telnet environment box...
2001-05-19 simonAdd some spare SetForegroundWindow and SetActiveWindow...
2001-05-13 simonGlenn Maynard's patch (as adapted by Jacob) for taskbar...
2001-05-13 simonThe host-key-unknown prompt now offers the same three...
2001-05-13 simonOops - initialise sesslist_has_focus.
2001-05-13 simonJacob's patch to make pressing Return on a selected...
2001-05-13 simonAdded a new large icon for the PuTTY config box. Doesn...
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-09 simonFrom RDB: yet another fix in the ongoing quest to deal...
2001-05-06 simonRun entire source base through GNU indent to tidy up...
2001-04-28 simonAdd Jordan Russell's patch for a sunken-edge border...
2001-04-28 simonThe bell overload times are now measured in millisecond...
2001-04-16 simonAdd two more ghastly function key options. WE HAVE...
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 simonThe About box now contains a button that starts up...
2001-04-09 simonDefault handling of VT100 line drawing characters in...
2001-03-14 simonAES should have accelerator s, not a, to avoid a clash
2001-03-12 simonFinally fixed the point/pixel confusion in font handlin...
2001-03-02 simonSupport for selecting AES from the GUI. In the process...
2001-03-02 simonJacob's fixes for the Event Log
2001-02-27 simonOops, that broke Telnet negotiation display. Fix tabsto...
2001-02-27 simonTimestamp every line of the Event Log. The primary...
2001-02-05 simonModifications to the new Close On Exit option:
2001-02-05 simonJacob's patch to improve Close On Exit behaviour
2001-02-05 simonVarious bug/warning fixes from Jacob
2001-02-01 simonShrink the keepalive-timeout box so the text beside...
2001-02-01 simonAvoid mallocing zero bytes in the event log Copy proces...
2001-01-26 simonJacob's patch to fix all the accelerators. AGAIN.
2001-01-24 simonRethink the whole line discipline architecture. Instead...
2001-01-24 simonAhem. The log-file Browse button should set cfg.logfile...
2001-01-23 simonRoman Pompejus's suggestion: do sensible things with...
2001-01-23 simonRoman Pompejus's fix for the TAB-not-working-in-Event...
2001-01-23 simonWhen the SSH panel disappears in puttytel, the Tunnels...
2001-01-22 simonJeremy Sawicki's fix for the multiple-conflicting-accel...
2001-01-22 simonAbility to hide the mouse pointer on a keypress a la...
2001-01-22 simonAdd a title to the Tunnels panel
2001-01-22 simonTry the blindingly-obvious fix for the hidden-controls...
2001-01-22 simonAdd X11 forwarding, mainly thanks to Andreas Schultz
2001-01-20 simonMake sure it's SSH, and not Rlogin, which gets omitted...
2001-01-19 simonExperimental Rlogin support, thanks to Delian Delchev...
2001-01-19 simonKeepalives are now in seconds not minutes
2001-01-17 simonTidy up that latest checkin. PS_DOTTED is spelled PS_DO...
2001-01-17 simonIntroduce alternative cursor shapes: underline, vertica...
2001-01-08 simonEnable explicit changing of the window title after...
2001-01-07 simonImproved session logging courtesy of Roman Pompejus
2001-01-07 simon`Change Settings' now behaves sensibly w.r.t. window...
2001-01-07 simonApply `getservbyname' to the Port Number field in case...
2001-01-07 simonMake the colour list failsafe. Patch due to Robert...
2000-12-12 simonMake memory management uniform: _everything_ now goes...
2000-11-21 simonPatch from Robert de Bath: blank the saved-session...
2000-11-01 simonImplement Zlib compression, in both SSH1 and SSH2.
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-25 simonFix control ID bug causing rogue Appearance title bars...
2000-10-24 simonAdd configurable option to disable application keypad...
2000-10-24 simonRemove a rogue diagnostic
2000-10-24 simonAdd the Appearance panel and reorganise things a bit
2000-10-23 simonCreated a shiny new abstraction for the socket handling...
2000-10-21 simonThree new configurable options:
2000-10-20 simonRename "Stored Sessions" to "Saved Sessions" for consis...
2000-10-20 simonSome better IDC_* names for the controls on the Colours...
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-12 simonStop the SSH panel appearing in PuTTYtel
2000-10-10 simonTrivial bug with the function-key radio buttons
next