I Use This!
Low Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Jun 11, 2023 — Jun 11, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Couple of bug fixes to cygwin makefile More... over 24 years ago
Add multi-makefile management system More... over 24 years ago
Oops - that unscroll stuff was a little broken... More... over 24 years ago
Added keyboard shortcuts on the system menu. I haven't tried to compile it, but the changes are trivial. More... over 24 years ago
Replace SHA implementation with homegrown one More... over 24 years ago
Avoid recursing into . and .. when in -r mode More... over 24 years ago
Add description of workaround for Visual Studio 6 problem More... over 24 years ago
Turn #ifdef LOG into a command-line option for debugging use More... over 24 years ago
Oops - fix total idiocies in applying that patch More... over 24 years ago
Robert de Bath's multi-purpose patch, slightly modified. - ^E answerback is now `PuTTY'. - The framework is now in place for the scrollback to reset to bottom on display _or_ keyboard events _or_ both. An actual configurable option isn't yet present, but most of the code is in place. - Try to deal with the problems where incoming data gets dropped after decoding but before display. - Scrollback behaviour has changed: instead of keying it off `scroll' versus `delete top line', things now go into the scrollback from _either_ of those but only if the primary screen is selected. Should fix problems with `less' and talkers. - must_update variable has gone because rdb correctly observed that it didn't seem to be doing a great deal :-) More... over 24 years ago
Cleanups to remove warnings for GNU/mingw32 compilation More... over 24 years ago
Fix potential segfault on malloc failure More... over 24 years ago
Remove accelerator conflict in Language panel More... over 24 years ago
Add ISO-8859-2 / Win-1250 char set translation More... over 24 years ago
Fix a slightly picky compiler warning More... over 24 years ago
Fix printing of Telnet GA as ugrave More... over 24 years ago
Update from Joris van Rantwijk: command line options to specify port and password in scp More... over 24 years ago
Declare `struct RSAKey' so that its implicit declaration in the parameter list of verify_ssh_host_key() does not have scope restricted to that parameter list. Probably unnecessary but let's not take chances. More... over 24 years ago
Put a #ifndef around definition of TCS_MULTILINE More... over 24 years ago
_sntprintf is nonportable; use sprintf instead More... over 24 years ago
Add spiel about there being a comment at the top of Makefile More... over 24 years ago
Added LICENCE and README files More... over 24 years ago
Add "extern" on declaration of raw_backend More... over 24 years ago
Should be able to switch line disciplines mid-session More... over 24 years ago
Added local-editing line discipline to make raw backend usable More... over 24 years ago
Fix unexpected network error 5000 More... over 24 years ago
Oops - Shift-PgUp/PgDn conflicted with NetHack mode More... over 24 years ago
Changes from executor: - NetHack keypad mode (Shift only works with NumLock off) - Alt-Space handling (best I could manage; not too bad considering) - Event Log rather than Telnet Negotiation Log More... over 24 years ago
Add TIS authentication option More... over 24 years ago
Switch to using SSH_MSG macros More... over 24 years ago