Sebastian Kuschel reports that pfd_closing can be called for a socket
[u/mdw/putty] / windows /
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...
2007-02-18 jacobAllow dlg_listbox_index() to be called on multi-selecti...
2007-02-18 jacobCtrl-Break now sends a Break signal (previously it...
2007-02-17 jacobUnbreak "Duplicate session" on Windows, in a similar...
2007-02-16 simonr7265 broke the legacy `putty @sessionname' constructio...
2007-02-13 jacobIt turns out that HH_INITIALIZE and HH_UNINITIALIZE...
2007-02-10 simonAvoid launching a session from the Default Settings...
2007-02-06 jacob`installer.ico' doesn't fit into 8.3, so gets truncated...
2007-02-05 simonAvoid passing modified SVN revision numbers (of the...
2007-02-05 simonBe slightly more forgiving about the nature of SVN_REV...
2007-02-04 simonVersion management updates for the new bob build script...
2007-01-29 jacobIn the cases where Setup asks to restart the computer...
2007-01-26 simonKai Jourdan spotted a rather embarrassing double-free...
2007-01-24 simonVersion number bumps, and associated changes, for the...
2007-01-24 simonThe direct link between the terminal and the back end via
2007-01-23 simonMention the potential networked-CHM problem in the...
2007-01-22 simonAdd an icon for the PuTTY installer. Design concept...
2007-01-21 jacobFix Plink, the serial backend, and local-proxy support...
2007-01-20 jacobMention more versions of Windows. (Not Vista, yet.)
2007-01-19 jacobMove README.txt into windows subdir.
2007-01-16 simonUpdate WINVER to 0x500 to avoid build failures from...
2007-01-16 jacobAt least, I have the technology to fix `beepind-win2k'.
2007-01-16 simonFold up the `SSH' branch of the treeview by default...
2007-01-12 jacobExperimental fix for `psftp-hang'. (Experimental only...
2007-01-10 jacobAccording to Frank Dijcks, this cast makes OpenWatcom...
2007-01-09 jacobMinGW needs an extra symbol _WIN32_IE defined to a...
2007-01-09 simonGet rid of all the MSVC warnings.
2007-01-09 simonFix `puttygen-unix-perms': f_open(), PuTTY's wrapper...
2007-01-09 simonFix `win-randseed-location': use SHGetFolderPath()...
2007-01-08 simonThe remaining issue in `win-askappend-multi' appears...
next