Bump version number prior to tagging 0.61 release.
[u/mdw/putty] / windows /
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.
2010-05-19 simonPatch from Alejandro Sedeno, somewhat modified by me...
2010-04-24 simonBah, missed out a tiny but build-breaking part of r8926.
2010-04-23 simonNew SSH bug flag, for 'can't handle SSH2_MSG_IGNORE...
2010-03-26 jacobRemove SECURITY_WIN32 (knock-on from r8910, which valid...
2010-03-24 jacobWhen looking for a local username on Windows, if we...
2010-03-13 jacobI think r8738 broke IPv6 in MSVC Windows builds due...
2010-03-06 simonCentralise generation of the control sequences for...
2010-01-17 jacobIt's a new year.
2009-11-22 jacobOn Windows, character set specifications of the form...
2009-11-08 jacobWe defined tried_shgetfolderpath but never actually...
2009-11-08 jacobUse DECL/GET_WINDOWS_FUNCTION in a few more places...
2009-11-08 jacobMove the two existing DECL/GET_foo_FUNCTION macro sets...
2009-11-08 jacobImprove buffer handling in Windows sk_getaddr() --...
2009-09-27 jacobRemove is_shift_pressed() -- it's not been used since...
2009-09-27 jacobAnother warning fix and cosmetic tweakage.
2009-09-27 jacobQuell more warnings and, perhaps, avoid alignment fault...
2009-09-27 jacobFix some (probably harmless) warnings.
2009-09-25 jacobChange manifest files to declare Windows GUI apps to...
2009-09-14 jacobSince r7266, it's been possible to get a hostname into...
2009-09-13 jacobIf there are no saved sessions, put a grayed "(No sessi...
2009-08-21 jacobFrom Corey Stup: when we're declaring stuff for WSAAddr...
2009-08-21 jacobCorey Stup points out a memory leak in the local-proxy...
2009-08-21 jacobCorey Stup points out that any attempt to display the...
2009-08-15 jacobKeep the state of the "Full Screen" menu item on the...
2009-08-13 jacobAdd "-serial" to Plink's usage message.
2009-08-10 simonPatch from Alan Clucas (somewhat polished) providing...
2009-03-24 simonSupport in the cross-platform code for translating...
2009-03-03 simonHandle more gracefully the possibility of a keyboard...
2009-02-24 jacobSince r8305, Unix PuTTY has always "upgraded" an X11...
2009-02-03 simonThe Windows config option to point at an X authority...
2009-01-21 simonDon't call ReleaseCapture() on any mouse-button-up...
2009-01-12 simonPatch from Gert-Jan Vons: create an event handle to...
2009-01-09 simonWeaken the assertion in general_textout(). It was faili...
2009-01-06 jacobRejig windlg.c:verify_ssh_host_key() to silence a warning.
2009-01-06 jacobRemove a couple of unused variables.
2009-01-05 jacobIt's a new year (and there have even been checkins).
2009-01-05 jacobAdd some hard-coded textual literal-IP representations...
2008-12-29 jacobr8338 broke pasting with Shift-Ins and from the context...
2008-12-20 jacob"Derek" points out that reporting of wheel event coordi...
2008-12-01 benChange the Unix version of Ssh_gss_name to be a gss_nam...
2008-11-28 simonMove the code that reads the Windows clipboard into...
2008-11-26 jacobFix a Windows-specific GSS crash introduced in r8326...
2008-11-25 simonHave wingss.c include <windows.h> by way of putty.h...
2008-11-25 jacobFixed a PuTTYtel startup assertion failure introduced...
2008-11-24 benChange how we handle the Ssh_gss_buf type. Previously...
2008-11-24 jacobNew option to allow use of the local OS username for...
2008-11-17 simonRevamp of the local X11 connection code. We now parse...
2008-11-08 simonImplement sk_addr_dup().
2008-11-08 simonMove out of the SockAddr structure the mutable fields...
2008-10-17 jacobPatch from Iain Patterson: fix crash on Windows when...
2008-09-14 simonSome Windows keymaps, it turns out, don't translate...
2008-08-31 simonGood grief. When I originally wrote the local proxy...
2008-08-10 owenInitial commit of GSSAPI Kerberos support.
2008-06-04 simonAt last, merge the putty-gtk2 branch back into the...
2008-06-01 simonBeen meaning to do this for years: introduce a configur...
2008-05-28 simonOS X Leopard, it turns out, has a new and exciting...
2008-02-24 jacobIt's a new year (and we've even made a code checkin).
2007-12-15 simonr7804 neglected to add a help context #define to winhelp.h.
2007-11-26 simonsktree is indexed on the numeric value of the socket...
2007-09-21 simonHarvey Kwok observes that EnumPrinters() can sometimes...
2007-08-04 ben"CR implies LF" patch, based on one from Paul Coldrey.
2007-07-01 jacobImplement Marcin Bulandra's suggestion of only automati...
2007-07-01 jacobRemove port number validation from Windows PuTTY -...
2007-06-30 jacobRationalise access to, and content of, backends[] array.
2007-04-29 simonUpdate version numbers for 0.60 release.
2007-03-27 simonIn the wake of r7415, let's have some better error...
2007-03-27 simonWindows apparently sends ERROR_BROKEN_PIPE when a pipe...
2007-02-28 jacobPrepend \\.\ to configured serial line string, to allow...
2007-02-25 jacobSince r7265, a user could not launch a PuTTY session...
next