u/mdw/putty
2011-09-13 simonRevamp of EOF handling in all network connections,...
2011-09-13 simonIn term_init(), copy stuff out of the conf _before_...
2011-09-13 simonFix assertion failure in wprefs() when the list is...
2011-08-20 simonInstead of testing for different versions of GTK in...
2011-08-20 simonAdd a -U option to mkfiles.pl, which is just like ...
2011-08-19 jacobFix bug with setting window title on Unix that came...
2011-08-18 jacobFix a suspected bug in PSCP's SCP protocol fallback...
2011-08-18 jacobRestore data-bits options for "-sercfg" that were accid...
2011-08-13 simonReadjust Pageant's SID check _again_, to make it the...
2011-08-12 simonUpdates to svn:ignore: ignore libversion.a in the top...
2011-08-11 simonIf we're printing password prompts to /dev/tty rather...
2011-08-11 simonPropagate file permissions in both directions in Unix...
2011-07-27 simonFix bug in which the SSH-only tools (pscp, psftp) did...
2011-07-23 simonMake the top-level configure wrapper executable. (I...
2011-07-23 simonAdd a convenience option to mkfiles.pl for Unix users...
2011-07-23 simonAdd a wrapper script called 'configure' at the top...
2011-07-23 simonRename --with-gtk-version to --with-gtk, and support...
2011-07-23 simonSwitch to using automake for the Unix autoconfigured...
2011-07-20 simonWhen we check for libX11 in the autoconf script, add...
2011-07-20 simonFix 'Duplicate Session' on Windows, broken during the...
2011-07-19 simonTrivial fix for assertion failure introduced by the...
2011-07-18 simonMinor amendment to r9226: don't log GSSAPI failure...
2011-07-18 simonReinstate a missing invocation of the FONT_QUALITY...
2011-07-17 jacobFix a typo in r9214 that plausibly explains a resizing...
2011-07-17 simonFix version reporting in Unix builds versioned by a...
2011-07-17 simon--with-gtk-version option to configure, so you can...
2011-07-17 simonSupport for re-running autoconf in the absence of the...
2011-07-16 simonReorganise the logging and display of messages about SSH
2011-07-16 simonMostly cosmetic change: don't claim to have found an...
2011-07-16 simonFix display of VT100 vertically-offset horizontal line...
2011-07-15 simonDon't delete everything under a string-subkeyed primary...
2011-07-15 simonMissing free.
2011-07-15 simonconf_copy_into must empty the entire target conf before...
2011-07-15 jacobWhen doing manual underlining, underline the text in...
2011-07-14 simonPost-release destabilisation! Completely remove the...
2011-07-12 simonReadjust checklist, because actually the section on...
2011-07-12 simonVarious updates to the release checklist:
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-07-12 simonFix Windows compile warnings by adding explicit casts.
2011-07-10 simonAdd a directory 'contrib/cygtermd', containing the...
2011-07-10 simonGenerate some checksum files with more up-to-date hash...
2011-07-01 jacobFix 'winadj-success': since at least one server (boks_s...
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-06-08 simonWhen we fail to get a response from Pageant, we should...
2011-05-07 simonFixes (mostly from Colin Watson, a couple redone by...
2011-04-08 jacobThe documentation was still claiming that we don't...
2011-03-09 jacobNote the possibility of a pause due to /dev/random...
2011-03-04 jacobImplement zlib@openssh.com, using the rekey-after-usera...
2011-03-02 simonColin Watson reports that gnome-session has been known...
2011-03-02 simonSet the 'must_close_session' flag at the end of close_s...
2011-03-02 jacobFix probably-harmless type mismatch in nogss.c (and...
2011-03-01 jacobAdd some extra validation to zlib decompression (primar...
2011-03-01 jacobAdd some "#ifdef OPTIMISE_SCROLL" scar tissue to placat...
2011-03-01 jacobRemove an unused variable (should shut up a warning...
2011-03-01 jacobUse pid_t more consistently. Should shut up a warning...
2011-02-22 simonRejig the bottom-level loops in internal_mul_* to use...
2011-02-22 simonMake bignum.py self-contained, by importing versions...
2011-02-21 simonMove the malloc and free of scratch space out of the...
2011-02-20 simonsvn:ignore property mentioning 'bignum.txt', which...
2011-02-20 simonA few more modpow tests, exercising the fallback option...
2011-02-20 simonAdd tests of modpow.
2011-02-20 simonNearly forgot. Reinstate the original unoptimised modpo...
2011-02-20 simonFix bug in Karatsuba multiplication, which affected...
2011-02-20 simonBeginnings of a test suite for the bignum code. The...
2011-02-18 simonPrompt for a remote username in rlogin connections...
2011-02-18 simonImplement the Chinese Remainder Theorem optimisation...
2011-02-18 simonImplement the Montgomery technique for speeding up...
2011-02-18 simonImplement the Karatsuba technique for recursive divide...
2011-02-18 simonAdd some appropriate bignum typedefs for generic 64...
2011-01-15 simonAllow setting the WM_CLASS X window property as a confi...
2011-01-14 jacobTweak to r7635: when changing between protocols in...
2011-01-05 jacobIt's a new year.
2011-01-05 jacobRemove references to the now-dead Mac OS 9 port.
2011-01-03 jacobWhen iterating over all channels for a dead SSH connect...
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 jacobDocument the behaviour of Alt in the "hybrid" resizing...
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-12-20 simonAdd an 'XLFLAGS' make variable to Makefile.vc, permitti...
2010-12-17 simonAdd some more entries to svn:ignore to cope with stuff...
2010-12-08 jacobAdd more possible baud rates to the Unix serial backend...
next