Fix pterm-logtype-crash
[sgt/putty] / windows /
2005-03-11 jacobRetire MINGW32_FIX. It was a fix for a blatant bug...
2005-03-10 jacobConsistently use a single notation to refer to SSH...
2005-03-08 jacobBen Hutchings reports that new PuTTY instances created...
2005-03-02 jacobMore confusing "(BYTE *) & val" style punctuation.
2005-03-02 jacobnit: confusing punctuation
2005-03-01 jacobUpdate Inno Setup script. Tested with IS 5.0.8 on Win98...
2005-03-01 jacobVC didn't like PATH_MAX. Use MAX_PATH instead. (This...
2005-03-01 jacobAdd context help to a couple of message boxes. Unfortun...
2005-03-01 jacobMake it clearer that `-m' is only usable with SSH.
2005-03-01 jacobMove the MessageBox-with-help function out into winutil...
2005-02-28 jacobMake things other than Pageant use request_file(),...
2005-02-28 jacobFix for `pageant-dirhandle': a new wrapper functions...
2005-02-27 jacobMove SaneDialogBox()/SaneEndDialog() from winmisc.c...
2005-02-27 jacobImprove Pageant's error reporting for private key load...
2005-02-27 jacobImprovements to PuTTYgen error reporting:
2005-02-26 jacobPull out the common compiler-specific workarounds and...
2005-02-26 jacobWe weren't correctly discounting "." and ".." when...
2005-02-23 simonFallout from my change in the semantics of cfg.remote_c...
2005-02-21 jacobAhem. Fix my hostkey dialog fix so that storing the...
2005-02-20 jacobChange "are you sure you want to close this window...
2005-02-20 jacobOn Windows, MessageBoxIndirect() was sometimes failing...
2005-02-20 simonBump version numbers. (Forgot to do this _before_ dropp...
2005-02-18 simonAdd asynchronous callback capability to the askappend...
2005-02-17 simonRevamp interface to verify_ssh_host_key() and askalg...
2005-02-16 jacobMinor reorganisations to WinHelp support. (Done as...
2005-02-15 jacobThe Windows host key dialogs now have a `Help' button...
2005-02-15 jacobAdd a couple of other sensible button defaults in Messa...
2005-02-15 jacobMartin Radford points out that the default action for...
2005-02-15 jacobThe terminal window can now indicate that PuTTY is...
2005-02-14 jacobMartin Prikryl points out that we weren't always initia...
2005-02-07 jacobPetri Kero pointed out a FreeLibrary() call that should...
2005-01-28 benOverhaul of client-side XDM-AUTHORIZATION-1:
2005-01-16 simonSupport for falling back through the list of addresses...
2005-01-11 simonServers announcing themselves as `Sun_SSH_1.0' apparent...
2005-01-09 owenNew function ltime() returns a struct tm of the current...
2005-01-08 simonFor local and dynamic port forwardings (i.e. the ones...
2005-01-08 simonCleanups to sk_namelookup(). In particular, it now...
2005-01-02 simonIt's a new year!
2004-12-31 simonA couple of people have pointed out that the local...
2004-12-30 simonIntegrate unfix.org's IPv6 patches up to level 10,...
2004-12-30 simonStray // comments.
2004-12-29 simonLoose end from r5031: the Kex panel should only be...
2004-12-28 simonAbility to save in mid-session! Simplest possible resol...
2004-12-24 jacobBasic configurability for client-initiated rekeys.
2004-12-23 jacobAdd a preference list for SSH-2 key exchange algorithms...
2004-12-22 jacobFix potential access of freed data (only if we couldn...
2004-12-19 jacobRestore border around terminal to default background...
2004-12-19 jacobCorrect number of configurable colours (NCFGCOLOURS...
2004-12-19 jacobFix line cursor colours (fallout from `256-colours...
2004-12-16 simonGeneral mechanism for ensuring a dodgy SFTP server...
2004-12-16 simonJacob points out that I introduced a bug in PSFTP when...
2004-12-16 jacobAbe Crabtree complains that flushing the log file as...
2004-12-16 simonRename scp.* to pscp.*, because I always misspell it...
2004-11-29 owenNitpick, close bracket.
2004-11-29 jacobBriefly document the "CP866" manual-entry feature on...
2004-11-28 simonImplement xterm 256-colour mode.
2004-11-27 simonLoose end from timing shakeup: sshrand.c is now a client of
2004-11-27 simonChanges in startup order to ensure any subsystem which...
2004-11-27 simonSlight improvement to cursor blink timing: since the...
2004-11-27 simonNew timing infrastructure. There's a new function sched...
2004-11-20 jacobAdd missing backslash in "Unable to create registry...
2004-11-20 jacobUI tweak from Malcolm Rowe: set IDM_VIEWKEYS as the...
2004-11-19 jacobconsole_get_line() returns failure iff console_batch_mo...
2004-11-16 simonFix Windows installer script: the paths were wrong...
2004-11-16 simonNow that we have Subversion's file renaming ability...