]> asedeno.scripts.mit.edu Git - PuTTY.git/shortlog
PuTTY.git
2012-07-22 Simon TathamIntroduce a new utility function smemclr(), which memse...
2012-07-22 Simon TathamRemove a bashism in mksrcarc.sh, without which bob...
2012-07-19 Simon TathamAdd '-Wall -Werror' to the compile options in the autot...
2012-07-19 Simon TathamRework the new type-check in sresize so that it doesn...
2012-07-18 Owen DunnRemove term_key, which was intended to handle function...
2012-07-11 Simon TathamIf pterm's execvp fails when given the whole argument...
2012-07-05 Simon TathamTurns out that the compose-keys fix in r9567 did in...
2012-07-01 Simon TathamStop including <gtk/gtkcontainer.h> directly, since...
2012-06-20 Simon TathamJohn Hartnup reports that Apache SSHD's SFTP server...
2012-06-18 Simon TathamAdd the missing code to treat data coming from the...
2012-06-17 Simon TathamSupport for dead keys and compose sequences on Unix...
2012-06-09 Simon TathamIntroduce a third setting for the 'bold as colour'...
2012-06-04 Simon TathamAdd missing check for failure to agree a host key algor...
2012-06-01 Simon TathamMissing #include.
2012-06-01 Simon TathamFix a bug in cygtermd, spotted by Casey Zacek, in which we
2012-05-18 Simon TathamEnhance my 'sresize' macro so that it type-checks the...
2012-05-15 Simon TathamFix bug in the new CLOCK_MONOTONIC implementation....
2012-05-13 Simon TathamUse clock_gettime(CLOCK_MONOTONIC) as the Unix getticks...
2012-05-13 Simon TathamPatch from Robert de Bath to substantially simplify...
2012-05-13 Simon TathamFix from Robert de Bath which reorders the Windows...
2012-05-13 Simon TathamBug fix from Robert de Bath: since lpDx_maybe is always...
2012-05-12 Simon TathamWhen we are asked to unthrottle an SSH connection ...
2012-04-30 Simon TathamFix trivial Perl goof in logparse.pl which caused
2012-04-24 Simon TathamFix an inverted comparison in rlogin.c which must surel...
2012-04-23 Simon TathamCall sshfwd_unclean_close() in the event of a local...
2012-04-22 Simon TathamPatch from Robert de Bath to ifdef out the Windows...
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...
next