I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 11, 2023 — Jun 11, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
RDB's patch: thanks to improvements in OEMANSI font mode, it can now be the default More... about 24 years ago
RDB's patch: - use WM_TIMER for various things (blinking cursor; updates while moving/sizing; coping with overloading influx of netevents) - clip text output to avoid underlines outside character cell - even more careful font selection (we can now do OEMANSI by default) - a few extra keyboard mappings from the VTxxx terminals More... about 24 years ago
RDB's patch: ^U sends Telnet Erase Line; line ending is now \r or \r\n depending on protocol, so local ldisc works with ssh More... about 24 years ago
RDB patch: disable incremental linking and disable debugging More... about 24 years ago
PuTTY website URL spelling change More... about 24 years ago
Fix a couple of Makefile dependencies - oops More... about 24 years ago
More cvs ignores More... about 24 years ago
First stab at the ability to compile puttytel.exe, an SSH-free variant which is patent-safe in the US and legal in France and Russia. This is a horrible hack in some ways: it's shown up serious deficiencies in the module boundaries. Needs further work, probably once the SSH implementations are recombined. More... about 24 years ago
Let's spell '\t' as VK_TAB in that last patch, in fact, just in case More... about 24 years ago
Shift-Tab now sends ESC [ Z More... about 24 years ago
Robert de Bath's patch: when the user presses CR, the Telnet backend now sends NVT `NL' (CR,LF) instead of NVT `CR' (CR,NUL). Unix telnetd apparently cares not a jot for the difference, but others do. More... over 24 years ago
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 24 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 24 years ago
Robert de Bath's patch: a few more character translations for OEM line drawing mode More... over 24 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 24 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 24 years ago
Robert de Bath's patch: integrate line disciplines into Telnet and have them interoperate sensibly with ECHO negotiations More... over 24 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 24 years ago
Added a large comment describing the transformations between the DES specification and the optimised implementation given. More... over 24 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 24 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 24 years ago
Fix some picky compiler warnings kindly provided by Borland C++ 5.5 More... over 24 years ago
Borland makefile should now work sanely with the free-beer bcc55 More... over 24 years ago
Fix an error message in pscp More... over 24 years ago
Joris van Rantwijk's fixes for cygwin (NB includes WIN32S_COMPAT) More... over 24 years ago
Joris van Rantwijk's fix for pscp -P More... over 24 years ago
Fix problems with resource compilation Makefile lines More... over 24 years ago
Fix FORCE target in Cygwin makefile More... over 24 years ago
New option to allow SysTabControl32 to be specified in ASCII not Unicode More... over 24 years ago
Disable warn-on-close for inactive windows More... over 24 years ago