]> asedeno.scripts.mit.edu Git - PuTTY.git/shortlog
PuTTY.git
2012-04-22 Simon TathamBug fix from Robert de Bath: if the utf8_override setti...
2012-04-22 Simon TathamBug fix from Robert de Bath: if wc_to_mb returns a...
2012-04-18 Simon TathamConditionalise the calls to premsg and postmsg in uxcon...
2012-04-16 Simon TathamFix a Perl warning about useless use of a constant...
2012-04-14 Simon TathamNew utility script to parse an SSH packet dump and...
2012-04-13 Simon TathamAdd code in dlg_filesel_set and dlg_fontsel_set which...
2012-04-08 Simon TathamFallout from the big revamp in r9214: colour handling...
2012-03-05 Simon TathamFix another type mismatch introduced by r9409.
2012-03-05 Simon TathamFix a type mismatch in minibidi.c - r9409 changed the...
2012-03-05 Simon TathamInitialise some variables to NULL, to placate optimisers.
2012-03-04 Jacob NevinsRemove comment about 1024/1023 RSA key lengths that...
2012-03-04 Simon TathamGenerate keys more carefully, so that when the user...
2012-03-04 Simon TathamLong overdue rewrapping of the primes[] array for legib...
2012-02-19 Simon TathamUpdate default key length in PuTTYgen to 2048.
2012-02-19 Simon TathamUpdate to 2007-05-26 version of upstream wcwidth.c.
2012-02-19 Simon TathamPatch from Matsui Nag to implement xterm's "bracketed...
2012-02-17 Simon TathamPatch from Yoshida Masato to fill in the missing pieces...
2012-02-05 Simon TathamWM_SIZE/SIZE_MAXIMIZED can show up even during an inter...
2012-01-30 Jacob NevinsNew FAQ: "When I put PuTTY in C:\WINDOWS\SYSTEM32 on...
2012-01-26 Jacob NevinsIt's a new year.
2012-01-26 Simon TathamIf we're called on to uncleanly close an SSH channel...
2012-01-03 Simon TathamPatch from Colin Watson to use g_ascii_strcasecmp in...
2011-12-10 Simon TathamChecklist update following the 0.62 release. I managed...
2011-12-10 Simon TathamBump version number on trunk prior to tagging 0.62...
2011-12-08 Simon TathamIntroduce a function sshfwd_unclean_close(), supplied...
2011-12-08 Simon TathamArrange to call net_pending_errors on Unix, which we...
2011-12-08 Simon TathamWhen we receive CHANNEL_CLOSE on an SSH-2 channel and...
2011-12-08 Simon TathamWhitespace fix while I was passing.
2011-12-08 Simon TathamMake sure we never send window adjustments (or winadjes...
2011-12-08 Simon TathamBlock SIGPIPE in Unix plink. In a port-forwarding run...
2011-12-07 Simon TathamAdd a missing free_prompts() call in the keyboard-inter...
2011-11-28 Simon TathamTiny patch from Martin Packman to fix a Windows handle...
2011-11-28 Simon TathamI missed a bit in r9343: windows/version.rc2 also neede...
2011-11-27 Simon TathamAdd a release checklist entry to remind me to get rid...
2011-11-26 Simon TathamIntroduce a new version type, 'prerelease'. Quotes...
2011-10-14 Simon TathamSupport code page 852. Thanks to Tamas Tevesz.
2011-10-02 Simon TathamPrivate files saved on Unix should have mode 0600,...
2011-10-02 Simon TathamMore arbitrary-limit hunting: retire PASSPHRASE_MAXLEN...
2011-10-02 Simon TathamAnother utility function, to free a string containing...
2011-10-02 Simon TathamMove a recently introduced utility function out of...
2011-10-02 Simon TathamWhile I'm crusading against arbitrary limits, here...
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...
next