]> asedeno.scripts.mit.edu Git - PuTTY.git/history - windows
It's a new year.
[PuTTY.git] / windows /
2015-01-05 Jacob NevinsIt's a new year.
2014-12-20 Simon TathamFix a handle leak in Windows PSFTP.
2014-11-22 Simon TathamStop referring to Plink as "PuTTY Link".
2014-11-22 Simon TathamFix assorted memory leaks.
2014-11-22 Simon TathamFix uninitialised variable in two Windows event loops.
2014-11-01 Ben HarrisRemove an unused variable.
2014-11-01 Ben HarrisReport correct error when FormatMessage fails.
2014-11-01 Simon TathamMove definition of SECURITY_WIN32 from makefiles into...
2014-09-24 Simon TathamRework versioning system to not depend on Subversion.
2014-09-23 Simon TathamBodge around the failing Coverity build in winshare.c.
2014-09-20 Jacob NevinsMove -sercfg out of the "SSH only" section of command...
2014-09-20 Jacob NevinsUpdate command-line help and man pages for -hostkey.
2014-09-09 Simon TathamNew option to manually configure the expected host key(s).
2014-09-07 Simon TathamCope with REG_SZ data not having a trailing NUL.
2014-08-27 Simon TathamFix null dereference in ldisc_configure.
2014-07-06 Simon TathamImplement this year's consensus on CHANNEL_FAILURE...
2014-05-13 Simon TathamExplicitly set the owning SID in make_private_security_...
2014-04-23 Simon TathamPrevent double-inclusion of ssh.h in case of -DNO_SECURITY.
2014-02-16 Simon TathamStop sending release events for mouse wheel 'buttons...
2014-01-25 Simon TathamSupport explicit IPv6 source addresses in Windows port...
2014-01-25 Simon TathamAvoid misidentifying unbracketed IPv6 literals as host...
2014-01-25 Simon TathamUse the new host_str* functions to improve IPv6 literal...
2014-01-15 Jacob NevinsIt's a new year.
2014-01-07 Simon TathamRename the handle-type enumeration values.
2013-11-25 Simon TathamSwitch to using SIDs in make_private_security_descriptor().
2013-11-23 Simon TathamRemove an unused variable orphaned by r10092.
2013-11-22 Simon TathamSetEntriesInAcl returns its error code directly.
2013-11-22 Simon TathamPass the right number of entries to SetEntriesInAcl!
2013-11-22 Simon TathamInclude the numeric error code in win_strerror's output.
2013-11-18 Jacob NevinsFix up the Windows help context stuff for the new conne...
2013-11-18 Simon TathamGracefully degrade in the absence of CryptProtectMemory.
2013-11-17 Simon TathamImplement connection sharing between instances of PuTTY.
2013-11-17 Simon TathamMove the dynamic loading of advapi into its own module.
2013-11-17 Simon TathamRemove sk_{get,set}_private_ptr completely!
2013-11-17 Simon TathamAdd support for Windows named pipes.
2013-11-17 Simon TathamReplace the hacky 'OSSocket' type with a closure.
2013-11-17 Simon TathamImplement freezing on Windows handle sockets.
2013-11-17 Simon TathamFactor out the HANDLE-to-Socket adapter from winproxy.c.
2013-11-17 Simon TathamFind ToUnicodeEx() at run time, not load time.
2013-11-11 Simon TathamReplace GetQueueStatus with PeekMessage(PM_NOREMOVE).
2013-10-25 Simon TathamAvoid leaving unread Windows messages in the queue.
2013-10-09 Simon TathamDon't pass WinSock error codes to strerror.
2013-09-23 Simon TathamFix cut-and-paste errors in nonfatal() implementations.
2013-09-15 Simon TathamOnly run one toplevel callback per event loop iteration.
2013-08-17 Simon TathamMake calling term_nopaste() a cross-platform feature.
2013-08-17 Simon TathamRevamp Windows pending_netevent using toplevel callbacks.
2013-08-17 Simon TathamRevamp net_pending_errors using toplevel callbacks.
2013-08-17 Simon TathamRevamp Windows's close_session() using toplevel callbacks.
2013-08-17 Simon TathamRevamp the terminal paste mechanism using toplevel...
2013-08-17 Simon TathamAdd a general way to request an immediate top-level...
2013-08-06 Simon TathamBump version number prior to tagging 0.63. 0.63
2013-08-05 Jacob NevinsBelatedly update the copyright year to 2013.
2013-08-04 Simon TathamReinstate a piece of code accidentally removed in r9214...
2013-07-27 Simon TathamAdd an assortment of missing consts I've just noticed.
2013-07-24 Simon TathamGet rid of the variable 'advapi' in Pageant's WinMain...
2013-07-22 Simon TathamBack out r9964. I wasn't paying attention: every contro...
2013-07-22 Simon TathamFix a few more memory and resource leaks.
2013-07-22 Simon TathamRemove the variable 'bufused', which came over from...
2013-07-22 Simon TathamIncrease FONT_MAXNO from 0x2f to 0x40, to ensure the...
2013-07-22 Simon TathamCorrect an inequality sign causing the bounds check...
2013-07-22 Simon TathamMissing assert.
2013-07-22 Simon TathamReplace the type-checking COMPTR macro with my current...
2013-07-22 Simon TathamAdd missing casts in arguments to ctype functions.
2013-07-22 Simon TathamRationalise null pointer checks in both decode_codepage...
2013-07-22 Simon TathamFix a double error handling goof in the winstore side...
2013-07-22 Simon TathamAnother big batch of memory leak fixes, again mostly...
2013-07-22 Simon TathamAdd a missing null pointer check in one of the dialog...
2013-07-22 Simon TathamReport an error if deleting a random seed file fails.
2013-07-22 Simon TathamInvent a win_strerror() function which behaves as much...
2013-07-22 Simon TathamRework keylist_update() to fix both a buffer-size limit...
2013-07-21 Simon TathamInitialise 'psa' to NULL on every code path in the...
2013-07-20 Simon TathamSwitch to translating keystrokes using ToUnicodeEx...
2013-07-20 Simon TathamBeen meaning to get round to this for a while: use...
2013-07-19 Simon TathamAdd a nonfatal() function everywhere, to be used for...
2013-07-14 Simon TathamTighten up a lot of casts from unsigned to int which...
2013-05-25 Simon TathamIt's probably well past time for this: change PuTTY...
2013-01-19 Simon TathamAdjust comments around split_into_argv() to clarify...
2012-12-04 Simon TathamPatch from Hideki Eiraku to make PuTTY call GetScrollIn...
2012-11-14 Simon TathamFix another error-reporting bug, in which sk_newlistene...
2012-11-13 Simon TathamAdd a fallback case to winsock_error_string() which...
2012-10-17 Simon TathamWindows's sk_address_is_local() was returning the wrong...
2012-10-16 Simon TathamIf you configure Unix PuTTY to use a proxy, tell it...
2012-10-10 Simon TathamA user points out that we should free the 'hProcess...
2012-10-02 Simon TathamSumudu Fernando points out that in the big r9214 destab...
2012-09-19 Ben HarrisWindows PSFTP has two places that call run_timers and...
2012-09-19 Ben HarrisFix indentation mess in my timing overhaul.
2012-09-19 Simon TathamMake --help and --version work consistently across...
2012-09-18 Ben HarrisAdd a new COMPAT option for environments lacking Secure...
2012-09-18 Ben HarrisTwo related changes to timing code:
2012-09-17 Ben HarrisQuell a (correct) GCC warning in the NO_HTMLHELP case.
2012-09-13 Ben HarrisShould have been part of r9663: do use the platform...
2012-09-13 Ben HarrisDon't try to use SecureZeroMemory under Winelib, since...
2012-07-28 Simon TathamAdd a bug-compatibility flag to disable the
2012-07-22 Simon TathamIntroduce a new utility function smemclr(), which memse...
2012-06-09 Simon TathamIntroduce a third setting for the 'bold as colour'...
2012-05-13 Simon TathamPatch from Robert de Bath to substantially simplify...
2012-05-13 Simon TathamFix from Robert de Bath which reorders the Windows...
2012-05-13 Simon TathamBug fix from Robert de Bath: since lpDx_maybe is always...
2012-04-22 Simon TathamPatch from Robert de Bath to ifdef out the Windows...
2012-02-19 Simon TathamUpdate default key length in PuTTYgen to 2048.
next