]> asedeno.scripts.mit.edu Git - PuTTY.git/shortlog
PuTTY.git
2011-10-02 Simon TathamTurn 'Filename' into a dynamically allocated type with...
2011-10-01 Jacob NevinsFix copy-and-paste error in command-line font selection...
2011-10-01 Simon TathamChange the semantics of 'FontSpec' so that it's a dynam...
2011-09-19 Simon TathamWe shouldn't fork off a utmp helper subprocess when...
2011-09-19 Simon TathamAdd a missing initialisation to NULL.
2011-09-17 Simon TathamCope with XFontStructs having a NULL per_char array...
2011-09-17 Simon TathamFix x11font_has_glyph so it doesn't get caught out...
2011-09-16 Simon TathamSuppress Pango's bidi, by displaying RTL characters...
2011-09-16 Simon TathamSupport font fallback even when an X11 server-side...
2011-09-16 Simon TathamChange the unifont API so that text is passed right...
2011-09-16 Simon TathamAdd some missing consts in character set handling.
2011-09-16 Simon TathamRemove empty.h from CLEANFILES, so that after mkfiles...
2011-09-16 Simon TathamStop using GDK's wrapper on the X11 font functions...
2011-09-14 Simon TathamCreate empty.h (used to force rebuilds of version.o...
2011-09-14 Simon TathamNo, I take that back: we _do_ have a mechanism for...
2011-09-14 Simon TathamAnother tweak to EOF policy: invent an outgoing EOF...
2011-09-13 Simon TathamChanged my mind about the EOF policy in SSH mode: I...
2011-09-13 Simon TathamNearly forgot noting this down in the 'half-closed...
2011-09-13 Simon TathamRevamp of EOF handling in all network connections,...
2011-09-13 Simon TathamIn term_init(), copy stuff out of the conf _before_ calling
2011-09-13 Simon TathamFix assertion failure in wprefs() when the list is...
2011-08-20 Simon TathamInstead of testing for different versions of GTK in...
2011-08-20 Simon TathamAdd a -U option to mkfiles.pl, which is just like ...
2011-08-19 Jacob NevinsFix bug with setting window title on Unix that came...
2011-08-18 Jacob NevinsFix a suspected bug in PSCP's SCP protocol fallback...
2011-08-18 Jacob NevinsRestore data-bits options for "-sercfg" that were accid...
2011-08-13 Simon TathamReadjust Pageant's SID check _again_, to make it the...
2011-08-11 Simon TathamIf we're printing password prompts to /dev/tty rather...
2011-08-11 Simon TathamPropagate file permissions in both directions in Unix...
2011-07-27 Simon TathamFix bug in which the SSH-only tools (pscp, psftp) did...
2011-07-23 Simon TathamMake the top-level configure wrapper executable. (I...
2011-07-23 Simon TathamAdd a convenience option to mkfiles.pl for Unix users...
2011-07-23 Simon TathamAdd a wrapper script called 'configure' at the top...
2011-07-23 Simon TathamRename --with-gtk-version to --with-gtk, and support...
2011-07-23 Simon TathamSwitch to using automake for the Unix autoconfigured build.
2011-07-20 Simon TathamWhen we check for libX11 in the autoconf script, add...
2011-07-20 Simon TathamFix 'Duplicate Session' on Windows, broken during the...
2011-07-19 Simon TathamTrivial fix for assertion failure introduced by the...
2011-07-18 Simon TathamMinor amendment to r9226: don't log GSSAPI failure...
2011-07-18 Simon TathamReinstate a missing invocation of the FONT_QUALITY...
2011-07-17 Jacob NevinsFix a typo in r9214 that plausibly explains a resizing...
2011-07-17 Simon TathamFix version reporting in Unix builds versioned by a...
2011-07-17 Simon Tatham--with-gtk-version option to configure, so you can...
2011-07-17 Simon TathamSupport for re-running autoconf in the absence of the...
2011-07-16 Simon TathamReorganise the logging and display of messages about SSH
2011-07-16 Simon TathamMostly cosmetic change: don't claim to have found an...
2011-07-16 Simon TathamFix display of VT100 vertically-offset horizontal line...
2011-07-15 Simon TathamDon't delete everything under a string-subkeyed primary...
2011-07-15 Simon TathamMissing free.
2011-07-15 Simon Tathamconf_copy_into must empty the entire target conf before...
2011-07-15 Jacob NevinsWhen doing manual underlining, underline the text in...
2011-07-14 Simon TathamPost-release destabilisation! Completely remove the...
2011-07-12 Simon TathamReadjust checklist, because actually the section on...
2011-07-12 Simon TathamVarious updates to the release checklist:
2011-07-12 Simon TathamBump version number prior to tagging 0.61 release. 0.61
2011-07-12 Simon TathamFix the _rest_ of the Windows compile warnings. (ahem)
2011-07-12 Simon TathamFix Windows compile warnings by adding explicit casts.
2011-07-10 Simon TathamAdd a directory 'contrib/cygtermd', containing the...
2011-07-10 Simon TathamGenerate some checksum files with more up-to-date hash...
2011-07-01 Jacob NevinsFix 'winadj-success': since at least one server (boks_s...
2011-06-25 Simon TathamRewrite gprefs() in settings.c so that its input mappin...
2011-06-08 Simon TathamMake Pageant use the same SID-selection logic as the...
2011-06-08 Simon TathamWhen we fail to get a response from Pageant, we should...
2011-05-07 Simon TathamFixes (mostly from Colin Watson, a couple redone by...
2011-04-08 Jacob NevinsThe documentation was still claiming that we don't...
2011-03-09 Jacob NevinsNote the possibility of a pause due to /dev/random...
2011-03-04 Jacob NevinsImplement zlib@openssh.com, using the rekey-after-usera...
2011-03-02 Simon TathamColin Watson reports that gnome-session has been known...
2011-03-02 Simon TathamSet the 'must_close_session' flag at the end of close_s...
2011-03-02 Jacob NevinsFix probably-harmless type mismatch in nogss.c (and...
2011-03-01 Jacob NevinsAdd some extra validation to zlib decompression (primar...
2011-03-01 Jacob NevinsAdd some "#ifdef OPTIMISE_SCROLL" scar tissue to placat...
2011-03-01 Jacob NevinsRemove an unused variable (should shut up a warning...
2011-03-01 Jacob NevinsUse pid_t more consistently. Should shut up a warning...
2011-02-22 Simon TathamRejig the bottom-level loops in internal_mul_* to use...
2011-02-22 Simon TathamMake bignum.py self-contained, by importing versions...
2011-02-21 Simon TathamMove the malloc and free of scratch space out of the...
2011-02-20 Simon TathamA few more modpow tests, exercising the fallback option...
2011-02-20 Simon TathamAdd tests of modpow.
2011-02-20 Simon TathamNearly forgot. Reinstate the original unoptimised modpo...
2011-02-20 Simon TathamFix bug in Karatsuba multiplication, which affected...
2011-02-20 Simon TathamBeginnings of a test suite for the bignum code. The...
2011-02-18 Simon TathamPrompt for a remote username in rlogin connections...
2011-02-18 Simon TathamImplement the Chinese Remainder Theorem optimisation...
2011-02-18 Simon TathamImplement the Montgomery technique for speeding up modular
2011-02-18 Simon TathamImplement the Karatsuba technique for recursive divide...
2011-02-18 Simon TathamAdd some appropriate bignum typedefs for generic 64...
2011-01-15 Simon TathamAllow setting the WM_CLASS X window property as a confi...
2011-01-14 Jacob NevinsTweak to r7635: when changing between protocols in...
2011-01-05 Jacob NevinsIt's a new year.
2011-01-05 Jacob NevinsRemove references to the now-dead Mac OS 9 port.
2011-01-03 Jacob NevinsWhen iterating over all channels for a dead SSH connect...
2010-12-30 Simon TathamStop general_textout() from trying to slice up the...
2010-12-29 Simon TathamRationalise the mechanism in do_text_internal for provi...
2010-12-29 Jacob NevinsMove some not-compiled-in debug code somewhere more useful.
2010-12-29 Simon TathamFix segfault in general_textout with variable-pitch...
2010-12-29 Simon TathamSupport for using variable-pitch fonts for the terminal...
2010-12-29 Simon TathamVyacheslav Andrejev points out a heap management goof...
2010-12-29 Simon TathamThou shalt not suffer a misplaced apostrophe to live.
2010-12-27 Simon TathamFix resize handling when enabling and disabling full...
next