I Use This!
Low Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 3 hours ago.
Jan 03, 2025 — Jan 03, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Robert de Bath's big patch: - cope with strange WinSock wrappers not supporting SIOCATMARK - define yet more terminal compatibility modes - support UK-ASCII (just like US-ASCII but # is a sterling sign) - support connection keepalives at a configurable interval More... about 25 years ago
Miscellaneous fixes to try to make other compilers happier More... about 25 years ago
Remove the hierarchical dialog structure More... about 25 years ago
Add a compile option so that anyone who really wants to can build a Win95-only (securityless) version of Pageant. This will refuse to run at all under NT, so as to avoid the risk of people accidentally running an insecure binary on a security-requiring system. More... about 25 years ago
Alt-Enter was fouling up on Win95; added explicit handler More... about 25 years ago
Fix sorting of saved sessions list box so Default Settings is back at the top of the list instead of being filed under D More... about 25 years ago
Stop throwing out the Connection panel during midsession reconfig. Instead, only throw out the useless parts of it. See, the new auto- layout features bear fruit immediately! More... about 25 years ago
Update Makefile generation and ensure everything works with Borland 5.5 More... about 25 years ago
Create settings.c and move the load/save session code out of windlg.c into it. Allows plink and pscp to no longer link with windlg.c, meaning they lose some of the sillier stub functions and also can provide a console-based form of verify_ssh_host_key(). More... about 25 years ago
Move omission of SSH protocol setting in PuTTYtel into windlg.c and remove nosshres.rc accordingly More... about 25 years ago
Add a parameter to write_clip() so that windlg.c need not call term_deselect More... about 25 years ago
Re-enable copying the Event Log. (rev 1.39 [r661] accidentally disabled it) More... about 25 years ago
Cross-reference cleanup: winstore.c should not use fatalbox() More... about 25 years ago
Mistaken identity in sesssaver() was breaking saved-session edit box More... about 25 years ago
Tighten up use of "static" throughout. Module-internal things should NOT be exported willy-nilly. It encourages people to use them. More... about 25 years ago
Localise control IDs in each dialog procedure, for maintainability More... about 25 years ago
Add LBS_STANDARD on saved session list box, so you can double-click More... about 25 years ago
Remove rogue debug statement More... about 25 years ago
Revamp the auto-layout of PuTTY configuration box controls. They are now auto-laid-out at runtime instead of compile time. Byebye win_res.inp and mkres.c; byebye most of win_res.rc; hello a whole new load of control-creation functions in windlg.c. Also, now that we're creating the tab control at runtime, we can check to see if it succeeded and use an alternative if so. This _should_ enable the config box to work on Win32s, although at the time of checkin that's untested. More... about 25 years ago
Remove /DWIN32S_COMPAT by detecting presence of GetSystemPowerStatus at runtime using GetProcAddress More... about 25 years ago
We now honour the PLINK_PROTOCOL environment variable if it's set. Also we are able to notice when a backend is instantly sendok(), rather than waiting until after the first successful socket read. (This was zogging raw connections. They're still slightly zogged but not as badly as they were.) More... about 25 years ago
Enable protocol prefix on [user@]host argument in Plink More... over 25 years ago
Store default port number in each back end More... over 25 years ago
Plink now honours the Default Settings protocol and supports -l for username. Also removed a diagnostic which had got in by mistake. More... over 25 years ago
Fix a typo; thanks to Al Sutton More... over 25 years ago
Work around DSA formatting bug in commercial-SSH 2.0.13 More... over 25 years ago
Ability to specify a remote command in PuTTY proper More... over 25 years ago
Make the new test suite's comment more accurate :-) More... over 25 years ago
Local remove of first key in list wasn't working More... over 25 years ago
Add ability to configure the initial window title More... over 25 years ago