u/mdw/putty
2011-10-02 simonTurn 'Filename' into a dynamically allocated type with...
2011-10-01 jacobFix copy-and-paste error in command-line font selection...
2011-10-01 simonChange the semantics of 'FontSpec' so that it's a dynam...
2011-09-19 simonWe shouldn't fork off a utmp helper subprocess when...
2011-09-19 simonAdd a missing initialisation to NULL.
2011-09-17 simonCope with XFontStructs having a NULL per_char array...
2011-09-17 simonFix x11font_has_glyph so it doesn't get caught out...
2011-09-16 simonSuppress Pango's bidi, by displaying RTL characters...
2011-09-16 simonSupport font fallback even when an X11 server-side...
2011-09-16 simonChange the unifont API so that text is passed right...
2011-09-16 simonAdd some missing consts in character set handling.
2011-09-16 simonRemove empty.h from CLEANFILES, so that after mkfiles...
2011-09-16 simonStop using GDK's wrapper on the X11 font functions...
2011-09-14 simonCreate empty.h (used to force rebuilds of version.o...
2011-09-14 simonNo, I take that back: we _do_ have a mechanism for...
2011-09-14 simonAnother tweak to EOF policy: invent an outgoing EOF...
2011-09-13 simonChanged my mind about the EOF policy in SSH mode: I...
2011-09-13 simonNearly forgot noting this down in the 'half-closed...
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...
next