Sebastian Kuschel reports that pfd_closing can be called for a socket
[u/mdw/putty] / unix /
2013-08-05 jacobBelatedly update the copyright year to 2013.
2013-07-27 simonAdd an assortment of missing consts I've just noticed.
2013-07-22 simonRationalise null pointer checks in both decode_codepage...
2013-07-21 simonCompletely remove the 'frozen_readable' mechanism from...
2013-07-21 simonFix error checking in uxstore.c: add a missing check...
2013-07-21 simonWhen I turned fcntls into noncloexecs in r9940, I misse...
2013-07-21 simonTwo more memory leak fixes, on error paths I didn't...
2013-07-20 simonFix leak of 'fname' introduced by the rewrite of write_...
2013-07-20 simonRedo a mis-fix of a memory leak in r9919: I added sfree...
2013-07-19 simonCentralise calls to fcntl into functions that carefully...
2013-07-19 simonAdd an error check to every setsockopt call in uxnet.c.
2013-07-19 simonBetter error reporting when failing to save a session.
2013-07-19 simonAdd some missing calls to cleanup_exit.
2013-07-19 simonReport errors in store_host_key too.
2013-07-19 simonAdd proper error reports in write_random_seed, via...
2013-07-19 simonAdd a nonfatal() function everywhere, to be used for...
2013-07-19 simonAdd a missing error check in pterm's child-process...
2013-07-14 simonFix another giant batch of resource leaks. (Mostly...
2013-07-14 simonTighten up a lot of casts from unsigned to int which...
2013-07-14 simonFix an always-false if statement which was causing...
2013-07-11 simonAdd missing checks in update_for_intended_size() in...
2013-07-11 simonFix a pty-freeing error which caused a segfault if...
2013-07-11 simonAdd some missing null checks for inst->ldisc, which...
2013-07-11 simonRemove another pointless null check, this time of inst...
2013-07-01 simonA collection of small bug fixes from Chris West, appare...
2013-06-15 simonFallback for manual setup of GTK 1, if autoconf is...
2013-05-25 simonIt's probably well past time for this: change PuTTY...
2013-02-24 simonRemove the half-hearted attempt to make the utmp helper...
2013-02-23 simonDon't forget to check the return values of setuid and...
2013-01-13 simonReorganise setup_fonts_ucs so that in case of error...
2012-12-18 simonSwitch round a bogus if statement I've just noticed...
2012-12-18 simonPatch from Brad Smith to use posix_openpt() instead of
2012-12-18 simonUse O_NOCTTY (if available) when opening /dev/ptmx...
2012-10-16 simonIf you configure Unix PuTTY to use a proxy, tell it...
2012-09-19 simonMake --help and --version work consistently across...
2012-09-18 benTwo related changes to timing code:
2012-08-25 benImprove window-size handling in Unix Plink.
2012-07-22 simonIntroduce a new utility function smemclr(), which memse...
2012-07-19 simonAdd '-Wall -Werror' to the compile options in the autot...
2012-07-11 simonIf pterm's execvp fails when given the whole argument...
2012-07-05 simonTurns out that the compose-keys fix in r9567 did in...
2012-07-01 simonStop including <gtk/gtkcontainer.h> directly, since...
2012-06-18 simonAdd the missing code to treat data coming from the...
2012-06-17 simonSupport for dead keys and compose sequences on Unix...
2012-06-09 simonIntroduce a third setting for the 'bold as colour'...
2012-05-15 simonFix bug in the new CLOCK_MONOTONIC implementation....
2012-05-13 simonUse clock_gettime(CLOCK_MONOTONIC) as the Unix getticks...
2012-05-13 simonPatch from Robert de Bath to substantially simplify...
2012-04-22 simonBug fix from Robert de Bath: if the utf8_override setti...
2012-04-22 simonBug fix from Robert de Bath: if wc_to_mb returns a...
2012-04-18 simonConditionalise the calls to premsg and postmsg in uxcon...
2012-04-13 simonAdd code in dlg_filesel_set and dlg_fontsel_set which...
2012-01-26 jacobIt's a new year.
2012-01-03 simonPatch from Colin Watson to use g_ascii_strcasecmp in...
2011-12-08 simonArrange to call net_pending_errors on Unix, which we...
2011-12-08 simonBlock SIGPIPE in Unix plink. In a port-forwarding run...
2011-10-02 simonPrivate files saved on Unix should have mode 0600,...
2011-10-02 simonWhile I'm crusading against arbitrary limits, here...
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 simonStop using GDK's wrapper on the X11 font functions...
2011-09-13 simonRevamp of EOF handling in all network connections,...
2011-08-20 simonInstead of testing for different versions of GTK in...
2011-08-19 jacobFix bug with setting window title on Unix that came...
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-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-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 simonMostly cosmetic change: don't claim to have found an...
2011-07-14 simonPost-release destabilisation! Completely remove the...
2011-06-25 simonRewrite gprefs() in settings.c so that its input mappin...
2011-05-07 simonFixes (mostly from Colin Watson, a couple redone by...
2011-03-02 simonColin Watson reports that gnome-session has been known...
2011-03-01 jacobUse pid_t more consistently. Should shut up a warning...
2011-01-15 simonAllow setting the WM_CLASS X window property as a confi...
2011-01-05 jacobIt's a new year.
2010-12-08 jacobAdd more possible baud rates to the Unix serial backend...
2010-11-06 simonDavid Laight reports that sometimes reads on a serial...
2010-09-25 simonCleanups of the GSSAPI support. On Windows, standard...
2010-09-09 simonMissing close() causing resource leak when reading...
2010-06-29 benSet WM_TRANSIENT_FOR appropriately on the "about" box...
2010-05-22 simonRestore the configure check for GTK 1, which I accident...
2010-05-19 simonPatch from Alejandro Sedeno, somewhat modified by me...
2010-03-14 jacobr8854/5 broke compilation with Gtk 1.2. Grow a hack...
2010-03-06 simonCentralise generation of the control sequences for...
2010-02-20 simonUnix console utilities should send prompts to /dev...
2010-02-20 simonColin Watson reports that linking with 'gold' doesn...
2010-02-20 simonUpdate to r8614: another -D_FORTIFY_SOURCE=2 fix.
next