Sebastian Kuschel reports that pfd_closing can be called for a socket
[u/mdw/putty] / windows /
2007-01-07 simonReinstate RDB's pending_netevent mechanism, which was...
2007-01-07 simonTweak the icon script, and the generated icons, to...
2007-01-06 simonShiny new script which constructs the various icons...
2007-01-05 simonFrancois L'Archeveque spotted that the variable `winsoc...
2007-01-01 jacobIt's a new year.
2006-12-28 jacobAdd a NO_HTMLHELP option, and enable it by default...
2006-12-28 simonNearly forgot: add the .CHM to the PuTTY installer...
2006-12-23 simonAfter discussion with Jeroen Massar, here's a patch...
2006-12-17 jacobSort out line-endings on new file.
2006-12-17 simonInitial support for HTML Help. All the ad-hoc help...
2006-11-18 simonReinstate as much of the Windows font-linking behaviour...
2006-09-21 simonFix breakage of `Restart Session' in r6802. When restar...
2006-09-03 simonAdd a mini-rant to the top comment explaining why threa...
2006-08-29 simonExplicitly closing logctx on various kinds of error...
2006-08-29 simonThe Windows HANDLE type, despite being a `void *',...
2006-08-29 simonSupport for sending serial breaks, in both the Windows...
2006-08-29 simonInhibit the Serial configuration panel in mid-session...
2006-08-28 simonApparently MsgWaitForMultipleObjects doesn't always...
2006-08-28 simonEep! Next bit flag after 1 and 2 is _4_, not 3. Perhaps...
2006-08-28 simonReading 4K at a time from a serial port turns out to...
2006-08-28 simonApparently it helps for an OVERLAPPED structure to...
2006-08-28 jacobMinor tweaks to -nc:
2006-08-28 simonMissed a couple of instances of cfg_launchable().
2006-08-28 simonNew command-line option in Plink (and PuTTY, though...
2006-08-28 simonBecause not all OSes will support the same set of seria...
2006-08-28 simonFix small event log bug.
2006-08-28 simonForgot to initialise serial->bufsize to zero.
2006-08-28 simonFix line endings (svn:eol-style properties and actual...
2006-08-28 simonSupport for Windows PuTTY connecting straight to a...
2006-08-27 simonGrow some nasty warts on the side of winhandl.c, in...
2006-08-27 simonRemove spurious #include.
2006-08-27 simonCall console_provide_logctx _before_ initialising the...
2006-08-27 simonThe `socket' function in the backends is only ever...
2006-08-26 simonIt's critically important that the local proxy process...
2006-08-26 simonWe _can_ have handle_throttle() called on defunct handl...
2006-08-26 simonProxyCommand support for Windows, using the new winhand...
2006-08-26 simonAnother bug fix: always set the busy flag when telling...
2006-08-26 simonCleanups to reduce dependency on Windows SFTP tools...
2006-08-26 simonStart using notify_remote_exit() in the Windows front...
2006-08-26 simonAlways initialise the `addresses' field of a SockAddr...
2006-08-26 simonBug fix: since the input thread does not wait for the...
2006-08-26 simonSmall tweak to the new handle API: provide a `privdata...
2006-08-25 simonNew piece of Windows infrastructure: winhandl.c takes...
2006-08-12 owenLarge file support for psftp and pscp on both Windows...
2006-04-23 jacobSprinkle some header comments in various files in an...
2006-03-29 owenUpdate size when going from maximised to full screen.
2006-03-08 simonDavid Damerell tells me I should be using Ctrl-hjklyubn...
2006-02-27 jacobBatch of miscellaneous tweaks to the Windows installer:
2006-02-25 jacobAlain Guibert points out that palette changes weren...
2006-02-19 jacobFix `restart-reset-terminal': terminal now restored...
2006-02-19 jacobFix up documentation/usage messages for r6572.
2006-02-19 simonIntroduce a new checkbox and command-line option to...
2006-02-13 owenPreserve more attributes of text copied as RTF. Thanks...
2006-02-10 jacobOops. Since r6546, old "Special Commands" menus weren...
2006-02-09 jacobUsers of Virtual Dimension are reporting that the ...
2006-01-27 jacobSomewhat gruesome tweak to use SetClassLongPtr where...
2006-01-25 owenDon't explicitly open the logfile on startup; it'll...
2006-01-11 owenVC6 doesn't define LONG_PTR
2006-01-11 owenConfigurable font quality on Windows. (Together with...
2006-01-08 jacobIt's a new year.
2005-12-09 simonA few small changes to make the PuTTY source base more...
2005-10-30 jacobRevamp SSH authentication code so that user interaction...
2005-10-30 jacobAllow rsakey_pubblob() to return the key comment.
2005-10-30 jacobAdd ability for ssh2_userkey_loadpub() to return the...
2005-10-13 benFix 256-colours-match-xterm, based on 256colres.pl...
2005-10-04 jacob`win-versioninfo': all builds of all Windows binaries...
2005-08-10 jacobBen Rudiak-Gould points out that we should be using...
2005-06-19 benMove comment about ECHO and LINE input modes to a more...
2005-06-09 jacob"SanskritFritz" points out that digits at the start...
2005-05-21 jacobAdd NO_MANIFESTS option to Windows build, as the manife...
2005-05-21 jacobUse {Get,Set}WindowLongPtr() instead of {Get,Set}Window...
2005-05-20 jacobMinor memory leak spotted by Mikhail Kruk.
2005-05-05 jacobImplement `bypass-ssh2-userauth', since from correspond...
2005-04-22 jacobStir in process ID at start.
2005-04-21 jacobFirst crack at `terminal-modes' in SSH. PuTTY now sends...
2005-04-18 jacobAdd a comment describing `dummyitem' in prefslist and...
2005-04-12 jacobUnify GET_32BIT()/PUT_32BIT() et al from numerous sourc...
2005-04-11 jacobRetire winctrls.c:multiedit() in favour of a new simple...
2005-04-09 jacobAdd WS_VSCROLL style to drop-down non-combo boxes,...
2005-04-07 jacobTone down canonical-name resolution when using getaddri...
2005-04-07 jacobOops, forgot to credit Ahmad Khalifa of arabeyes.org...
2005-04-07 jacobIf a new session was saved from Change Settings, a...
2005-04-06 jacob`xp-wont-run': Apparently my application-manifest trims...
2005-04-05 simonVersion number and other tweakings prior to the 0.58...
2005-04-01 simonsk_address_is_local() was ignoring the possibility...
2005-03-30 simonFurther fix for lcc-win32. The PuTTY suite now compiles...
2005-03-28 simonRender timing.c robust in the face of strangeness....
2005-03-23 jacobSince Markus Kuhn no longer explicitly places wcwidth...
2005-03-23 jacobAnother fix from Hung-Te Lin; apparently in some IMEs...
2005-03-22 jacobFix my fix (r5539) to the `multi-changesettings-crash...
2005-03-22 jacobAdd an option to use wcwidth_cjk() instead of wcwidth...
2005-03-21 jacobHung-Te Lin spotted that the `multi-changesettings...
2005-03-21 jacobTrim application manifests as much as MS' documentation...
2005-03-21 jacobImprovement for IME font display from Hung-Te Lin.
2005-03-20 jacobAdd comments about default processing in DialogProc...
2005-03-19 jacobTry to make our PGP signing more useful:
2005-03-18 simonAfter we thaw a frozen socket, we apparently need to...
2005-03-17 simonHung-Te Lin's fix for intermittent WM_PAINT problems.
2005-03-15 owenAdd protection against multiple Change Settings dialogues.
2005-03-11 jacobRetire MINGW32_FIX. It was a fix for a blatant bug...
next