I Use This!
Moderate Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Jun 21, 2024 — Jun 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Robert de Bath's patch: ARG_DEFAULT is now zero because it's apparently defined behaviour for _all_ CSI-type sequences that ESC[Q should be equivalent to ESC[0Q. Which is a pain in the wossname and not a sane way to do it, but if the standards say it then I suppose ... :-( More... over 25 years ago
Robert de Bath's patch: be much more careful about font heights and widths, including underline mode and OEM/ANSI size mismatch. More... over 25 years ago
Robert de Bath's patch: a few more character translations for OEM line drawing mode More... over 25 years ago
Robert de Bath's patch: be a little more careful of main and alternate screens when resizing the window. Should avoid lines of alternate screen showing up in scrollback buffer. More... over 25 years ago
Robert de Bath's patch: sort out once and for all the confusion between ESC [ ... Q and ESC [ ... ? Q (for all values of Q). More... over 25 years ago
Robert de Bath's patch: integrate line disciplines into Telnet and have them interoperate sensibly with ECHO negotiations More... over 25 years ago
Robert de Bath's patch: ^C ^Z and ^D send Telnet specials in terminal line discipline; also switching disciplines in midsession works better More... over 25 years ago
Added a large comment describing the transformations between the DES specification and the optimised implementation given. More... over 25 years ago
New DES implementation, replacing Eric Young's. All of PuTTY is now under my own copyright and there are no tricky licensing issues! More... over 25 years ago
New CRC32 implementation, from scratch, not copyrighted by somebody else! Removed Gary S Brown's name from copyrights. Only Eric Young's DES left :-) More... over 25 years ago
Fix some picky compiler warnings kindly provided by Borland C++ 5.5 More... over 25 years ago
Borland makefile should now work sanely with the free-beer bcc55 More... over 25 years ago
Fix an error message in pscp More... over 25 years ago
Joris van Rantwijk's fixes for cygwin (NB includes WIN32S_COMPAT) More... over 25 years ago
Joris van Rantwijk's fix for pscp -P More... over 25 years ago
Fix problems with resource compilation Makefile lines More... over 25 years ago
Fix FORCE target in Cygwin makefile More... over 25 years ago
New option to allow SysTabControl32 to be specified in ASCII not Unicode More... over 25 years ago
Disable warn-on-close for inactive windows More... over 25 years ago
Couple of bug fixes to cygwin makefile More... over 25 years ago
Add multi-makefile management system More... over 25 years ago
Oops - that unscroll stuff was a little broken... More... over 25 years ago
Added keyboard shortcuts on the system menu. I haven't tried to compile it, but the changes are trivial. More... over 25 years ago
Replace SHA implementation with homegrown one More... over 25 years ago
Avoid recursing into . and .. when in -r mode More... over 25 years ago
Add description of workaround for Visual Studio 6 problem More... over 25 years ago
Turn #ifdef LOG into a command-line option for debugging use More... over 25 years ago
Oops - fix total idiocies in applying that patch More... over 25 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 25 years ago
Cleanups to remove warnings for GNU/mingw32 compilation More... over 25 years ago