Reinstate a piece of code accidentally removed in r9214, where Windows
[u/mdw/putty] / windows /
2013-08-04 simonReinstate a piece of code accidentally removed in r9214...
2013-07-27 simonAdd an assortment of missing consts I've just noticed.
2013-07-24 simonGet rid of the variable 'advapi' in Pageant's WinMain...
2013-07-22 simonBack out r9964. I wasn't paying attention: every contro...
2013-07-22 simonFix a few more memory and resource leaks.
2013-07-22 simonRemove the variable 'bufused', which came over from...
2013-07-22 simonIncrease FONT_MAXNO from 0x2f to 0x40, to ensure the...
2013-07-22 simonCorrect an inequality sign causing the bounds check...
2013-07-22 simonMissing assert.
2013-07-22 simonReplace the type-checking COMPTR macro with my current...
2013-07-22 simonAdd missing casts in arguments to ctype functions.
2013-07-22 simonRationalise null pointer checks in both decode_codepage...
2013-07-22 simonFix a double error handling goof in the winstore side...
2013-07-22 simonAnother big batch of memory leak fixes, again mostly...
2013-07-22 simonAdd a missing null pointer check in one of the dialog...
2013-07-22 simonReport an error if deleting a random seed file fails.
2013-07-22 simonInvent a win_strerror() function which behaves as much...
2013-07-22 simonRework keylist_update() to fix both a buffer-size limit...
2013-07-21 simonInitialise 'psa' to NULL on every code path in the...
2013-07-20 simonSwitch to translating keystrokes using ToUnicodeEx...
2013-07-20 simonBeen meaning to get round to this for a while: use...
2013-07-19 simonAdd a nonfatal() function everywhere, to be used for...
2013-07-14 simonTighten up a lot of casts from unsigned to int which...
2013-05-25 simonIt's probably well past time for this: change PuTTY...
2013-01-19 simonAdjust comments around split_into_argv() to clarify...
2012-12-04 simonPatch from Hideki Eiraku to make PuTTY call GetScrollIn...
2012-11-14 simonFix another error-reporting bug, in which sk_newlistene...
2012-11-13 simonAdd a fallback case to winsock_error_string() which...
2012-10-17 simonWindows's sk_address_is_local() was returning the wrong...
2012-10-16 simonIf you configure Unix PuTTY to use a proxy, tell it...
2012-10-10 simonA user points out that we should free the 'hProcess...
2012-10-02 simonSumudu Fernando points out that in the big r9214 destab...
2012-09-19 benWindows PSFTP has two places that call run_timers and...
2012-09-19 benFix indentation mess in my timing overhaul.
2012-09-19 simonMake --help and --version work consistently across...
2012-09-18 benAdd a new COMPAT option for environments lacking Secure...
2012-09-18 benTwo related changes to timing code:
2012-09-17 benQuell a (correct) GCC warning in the NO_HTMLHELP case.
2012-09-13 benShould have been part of r9663: do use the platform...
2012-09-13 benDon't try to use SecureZeroMemory under Winelib, since...
2012-07-28 simonAdd a bug-compatibility flag to disable the
2012-07-22 simonIntroduce a new utility function smemclr(), which memse...
2012-06-09 simonIntroduce a third setting for the 'bold as colour'...
2012-05-13 simonPatch from Robert de Bath to substantially simplify...
2012-05-13 simonFix from Robert de Bath which reorders the Windows...
2012-05-13 simonBug fix from Robert de Bath: since lpDx_maybe is always...
2012-04-22 simonPatch from Robert de Bath to ifdef out the Windows...
2012-02-19 simonUpdate default key length in PuTTYgen to 2048.
2012-02-17 simonPatch from Yoshida Masato to fill in the missing pieces...
2012-02-05 simonWM_SIZE/SIZE_MAXIMIZED can show up even during an inter...
2012-01-26 jacobIt's a new year.
2011-12-10 simonBump version number on trunk prior to tagging 0.62...
2011-11-28 simonTiny patch from Martin Packman to fix a Windows handle...
2011-11-28 simonI missed a bit in r9343: windows/version.rc2 also neede...
2011-10-14 simonSupport code page 852. Thanks to Tamas Tevesz.
2011-10-02 simonMore arbitrary-limit hunting: retire PASSPHRASE_MAXLEN...
2011-10-02 simonMove a recently introduced utility function out of...
2011-10-02 simonWhile I'm crusading against arbitrary limits, here...
2011-10-02 simonTurn 'Filename' into a dynamically allocated type with...
2011-10-01 simonChange the semantics of 'FontSpec' so that it's a dynam...
2011-09-16 simonAdd some missing consts in character set handling.
2011-09-13 simonRevamp of EOF handling in all network connections,...
2011-08-13 simonReadjust Pageant's SID check _again_, to make it the...
2011-08-11 simonPropagate file permissions in both directions in Unix...
2011-07-20 simonFix 'Duplicate Session' on Windows, broken during the...
2011-07-18 simonReinstate a missing invocation of the FONT_QUALITY...
2011-07-17 jacobFix a typo in r9214 that plausibly explains a resizing...
2011-07-15 jacobWhen doing manual underlining, underline the text in...
2011-07-14 simonPost-release destabilisation! Completely remove the...
2011-07-12 simonBump version number prior to tagging 0.61 release.
2011-07-12 simonFix the _rest_ of the Windows compile warnings. (ahem)
2011-06-25 simonRewrite gprefs() in settings.c so that its input mappin...
2011-06-08 simonMake Pageant use the same SID-selection logic as the...
2011-03-02 simonSet the 'must_close_session' flag at the end of close_s...
2011-01-05 jacobIt's a new year.
2010-12-30 simonStop general_textout() from trying to slice up the...
2010-12-29 simonRationalise the mechanism in do_text_internal for provi...
2010-12-29 jacobMove some not-compiled-in debug code somewhere more...
2010-12-29 simonFix segfault in general_textout with variable-pitch...
2010-12-29 simonSupport for using variable-pitch fonts for the terminal...
2010-12-29 simonVyacheslav Andrejev points out a heap management goof...
2010-12-29 simonThou shalt not suffer a misplaced apostrophe to live.
2010-12-27 simonFix resize handling when enabling and disabling full...
2010-12-27 jacobAdd an option to disable SSH-2 banners.
2010-12-27 jacobFix up svn:eol-style and svn:keywords on new files.
2010-12-26 jacobRemove a couple of unused variables.
2010-12-26 jacobTry to delete jump lists in "-cleanup".
2010-12-26 jacobOptionally define PropVariantInit() locally to restore...
2010-12-23 simonSupport for Windows 7 jump lists (right-click on a...
2010-12-23 simonThe special treatment of Alt-resize (to cause resizing...
2010-12-23 simonAnother fix to yesterday's window-resizing revamp:...
2010-12-23 simonMore careful owner SID selection in the Pageant client...
2010-12-22 simonPay attention to the width and height provided in WM_SI...
2010-12-22 simonReorganise handling of WM_SIZE to fix two generality...
2010-12-21 simonProtect against a (non-security-related) buffer overrun...
2010-09-25 simonCleanups of the GSSAPI support. On Windows, standard...
2010-09-13 simonFix obvious braino in the Windows GSSAPI library displa...
2010-09-13 simonCreate, and use for all loads of system DLLs, a wrapper...
2010-08-10 simonMass correction of svn:keywords and svn:eol-style prope...
2010-07-30 jacobA comment typo fix I've had lying around for a while.
next