u/mdw/putty
2000-03-24 simonPeter Schellenbach's patch: re-implement the PuTTY...
2000-03-17 simonOops - move homepage location
2000-03-17 simonPatch to RDB's blinking cursor: make it configurable...
2000-03-17 simonSpelling fix to RDB's comments: fascist is spelled...
2000-03-17 simonRDB's patch. Oodles of new terminal functionality,...
2000-03-17 simonRDB's patch:
2000-03-17 simonRDB's patch: thanks to improvements in OEMANSI font...
2000-03-17 simonRDB's patch:
2000-03-17 simonRDB's patch: ^U sends Telnet Erase Line; line ending...
2000-03-17 simonRDB patch: disable incremental linking and disable...
2000-03-16 simonPuTTY website URL spelling change
2000-03-16 simonFix a couple of Makefile dependencies - oops
2000-03-16 simonMore cvs ignores
2000-03-15 simonFirst stab at the ability to compile puttytel.exe,...
2000-03-13 simonLet's spell '\t' as VK_TAB in that last patch, in fact...
2000-03-13 simonShift-Tab now sends ESC [ Z
2000-03-11 simonRobert de Bath's patch: when the user presses CR, the...
2000-03-11 simonRobert de Bath's patch: ARG_DEFAULT is now zero because...
2000-03-11 simonRobert de Bath's patch: be much more careful about...
2000-03-11 simonRobert de Bath's patch: a few more character translatio...
2000-03-11 simonRobert de Bath's patch: be a little more careful of...
2000-03-11 simonRobert de Bath's patch: sort out once and for all the...
2000-03-11 simonRobert de Bath's patch: integrate line disciplines...
2000-03-11 simonRobert de Bath's patch: ^C ^Z and ^D send Telnet specia...
2000-03-11 simonAdded a large comment describing the transformations...
2000-03-10 simonNew DES implementation, replacing Eric Young's. All...
2000-03-08 simonNew CRC32 implementation, from scratch, not copyrighted...
2000-03-08 simonFix some picky compiler warnings kindly provided by...
2000-03-08 simonBorland makefile should now work sanely with the free...
2000-02-21 simonFix an error message in pscp
2000-02-20 simonJoris van Rantwijk's fixes for cygwin (NB includes...
2000-01-28 simonJoris van Rantwijk's fix for pscp -P
2000-01-19 simonFix problems with resource compilation Makefile lines
2000-01-19 simonFix FORCE target in Cygwin makefile
2000-01-18 simonNew option to allow SysTabControl32 to be specified...
1999-12-21 simonDisable warn-on-close for inactive windows
1999-12-14 simonCouple of bug fixes to cygwin makefile
1999-12-13 simonAdd multi-makefile management system
1999-12-09 simonOops - that unscroll stuff was a little broken...
1999-12-06 chrisAdded keyboard shortcuts on the system menu.
1999-12-03 simonReplace SHA implementation with homegrown one
1999-11-30 simonAvoid recursing into . and .. when in -r mode
1999-11-30 simonAdd description of workaround for Visual Studio 6 problem
1999-11-30 simonTurn #ifdef LOG into a command-line option for debuggin...
1999-11-30 simonOops - fix total idiocies in applying that patch
1999-11-30 simonRobert de Bath's multi-purpose patch, slightly modified.
1999-11-22 simonCleanups to remove warnings for GNU/mingw32 compilation
1999-11-17 simonFix potential segfault on malloc failure
1999-11-17 simonRemove accelerator conflict in Language panel
1999-11-17 simonAdd ISO-8859-2 / Win-1250 char set translation
1999-11-17 simonFix a slightly picky compiler warning
1999-11-16 simonFix printing of Telnet GA as ugrave
1999-11-16 simonUpdate from Joris van Rantwijk: command line options...
1999-11-15 simonDeclare `struct RSAKey' so that its implicit declaratio...
1999-11-11 simonPut a #ifndef around definition of TCS_MULTILINE
1999-11-11 simon_sntprintf is nonportable; use sprintf instead
1999-11-10 simonAdd spiel about there being a comment at the top of...
1999-11-10 simonAdded LICENCE and README files
1999-11-10 simonAdd "extern" on declaration of raw_backend
1999-11-09 simonShould be able to switch line disciplines mid-session
1999-11-09 simonAdded local-editing line discipline to make raw backend...
1999-11-09 simonFix unexpected network error 5000
1999-11-09 simonOops - Shift-PgUp/PgDn conflicted with NetHack mode
1999-11-09 simonChanges from executor:
1999-11-08 simonAdd TIS authentication option
1999-11-08 simonSwitch to using SSH_MSG macros
1999-11-08 owenRemoved now obsolete sizetip.h from window.obj dependencies
1999-11-08 simonClean up scp client - re-indent to my coding style...
1999-11-08 simonxlat.c needs stdio.h for vsprintf
1999-11-08 simonClean up sizetip patch: remove separate header file...
1999-11-08 simonOleg Panashchenko's Cyrillic support patch
1999-11-05 simonWarn-on-close is now configurable off
1999-11-04 simonPrompt before summarily closing a session
1999-11-04 owenCan now build with /DWIN32S_COMPAT to work (minimally...
1999-11-04 simonAdd sizetip stuff to makefile - oops
1999-11-03 simonJohn Sullivan's sizetip patch - experimental
1999-11-01 simonFix potential buffer overrun in new saved-session menu
1999-11-01 simonMark Baker's raw-TCP back end (untested and experimenta...
1999-10-28 simonStop putting meaning in bottom four bits of WM_SYSCOMMA...
1999-10-28 simonAdded a couple of GLOBALs
1999-10-28 owenAdded saved sessions submenu from system menu.
1999-10-27 simonAdd the ability to do ssh by default: using -ssh comman...
1999-10-25 simonFix versioncmp
1999-10-25 simonSingle-DES encryption, patch courtesy of Murphy Lam
1999-10-22 simonSilly error in loading Default Settings - reset port...
1999-10-04 simonStop IAC IAC from being swallowed in telnet (fix due...
1999-09-24 simonAdd WS_TABSTOP on configuration list boxes
1999-09-23 owenAdded accelerators for most of main dialogue box. ...
1999-09-20 owenChanged default title bar format to host.name - PuTTY
1999-09-10 simonWe failed to ignore SSH_MSG_IGNORE :-)
1999-09-07 simonDisastrously silly Makefile errors
1999-09-03 simonOops, add scp to makefile
1999-08-31 simonAdded Joris van Rantwijk's scp client
1999-08-11 simonSmall but highly unhelpful typo
1999-08-10 simonModule description file added
1999-08-02 simonFix potential security problems in random number generator
1999-07-20 simonJimen Ching's patches to remove compiler warnings
1999-07-16 simonRemove double close of registry key
1999-07-12 simonAdd a couple of `extern' keywords
1999-07-08 simonThird attempt at Blowfish, dammit
next