]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/history - unix
Make modinv able to return NULL if its inputs are not coprime, and
[PuTTY_svn.git] / unix /
2013-07-27 Simon TathamAdd an assortment of missing consts I've just noticed.
2013-07-22 Simon TathamRationalise null pointer checks in both decode_codepage...
2013-07-21 Simon TathamCompletely remove the 'frozen_readable' mechanism from...
2013-07-21 Simon TathamFix error checking in uxstore.c: add a missing check...
2013-07-21 Simon TathamWhen I turned fcntls into noncloexecs in r9940, I misse...
2013-07-21 Simon TathamTwo more memory leak fixes, on error paths I didn't...
2013-07-20 Simon TathamFix leak of 'fname' introduced by the rewrite of write_...
2013-07-20 Simon TathamRedo a mis-fix of a memory leak in r9919: I added sfree...
2013-07-19 Simon TathamCentralise calls to fcntl into functions that carefully...
2013-07-19 Simon TathamAdd an error check to every setsockopt call in uxnet.c.
2013-07-19 Simon TathamBetter error reporting when failing to save a session.
2013-07-19 Simon TathamAdd some missing calls to cleanup_exit.
2013-07-19 Simon TathamReport errors in store_host_key too.
2013-07-19 Simon TathamAdd proper error reports in write_random_seed, via...
2013-07-19 Simon TathamAdd a nonfatal() function everywhere, to be used for...
2013-07-19 Simon TathamAdd a missing error check in pterm's child-process...
2013-07-14 Simon TathamFix another giant batch of resource leaks. (Mostly...
2013-07-14 Simon TathamTighten up a lot of casts from unsigned to int which...
2013-07-14 Simon TathamFix an always-false if statement which was causing...
2013-07-11 Simon TathamAdd missing checks in update_for_intended_size() in...
2013-07-11 Simon TathamFix a pty-freeing error which caused a segfault if...
2013-07-11 Simon TathamAdd some missing null checks for inst->ldisc, which...
2013-07-11 Simon TathamRemove another pointless null check, this time of inst...
2013-07-01 Simon TathamA collection of small bug fixes from Chris West, appare...
2013-06-15 Simon TathamFallback for manual setup of GTK 1, if autoconf is...
2013-05-25 Simon TathamIt's probably well past time for this: change PuTTY...
2013-02-24 Simon TathamRemove the half-hearted attempt to make the utmp helper...
2013-02-23 Simon TathamDon't forget to check the return values of setuid and...
2013-01-13 Simon TathamReorganise setup_fonts_ucs so that in case of error...
2012-12-18 Simon TathamSwitch round a bogus if statement I've just noticed...
2012-12-18 Simon TathamPatch from Brad Smith to use posix_openpt() instead of
2012-12-18 Simon TathamUse O_NOCTTY (if available) when opening /dev/ptmx...
2012-10-16 Simon TathamIf you configure Unix PuTTY to use a proxy, tell it...
2012-09-19 Simon TathamMake --help and --version work consistently across...
2012-09-18 Ben HarrisTwo related changes to timing code:
2012-08-25 Ben HarrisImprove window-size handling in Unix Plink.
2012-07-22 Simon TathamIntroduce a new utility function smemclr(), which memse...
2012-07-19 Simon TathamAdd '-Wall -Werror' to the compile options in the autot...
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-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-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-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-13 Simon TathamAdd code in dlg_filesel_set and dlg_fontsel_set which...
2012-01-26 Jacob NevinsIt's a new year.
2012-01-03 Simon TathamPatch from Colin Watson to use g_ascii_strcasecmp in...
2011-12-08 Simon TathamArrange to call net_pending_errors on Unix, which we...
2011-12-08 Simon TathamBlock SIGPIPE in Unix plink. In a port-forwarding run...
2011-10-02 Simon TathamPrivate files saved on Unix should have mode 0600,...
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 TathamStop using GDK's wrapper on the X11 font functions...
2011-09-13 Simon TathamRevamp of EOF handling in all network connections,...
2011-08-20 Simon TathamInstead of testing for different versions of GTK in...
2011-08-19 Jacob NevinsFix bug with setting window title on Unix that came...
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-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-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 TathamMostly cosmetic change: don't claim to have found an...
2011-07-14 Simon TathamPost-release destabilisation! Completely remove the...
2011-06-25 Simon TathamRewrite gprefs() in settings.c so that its input mappin...
2011-05-07 Simon TathamFixes (mostly from Colin Watson, a couple redone by...
2011-03-02 Simon TathamColin Watson reports that gnome-session has been known...
2011-03-01 Jacob NevinsUse pid_t more consistently. Should shut up a warning...
2011-01-15 Simon TathamAllow setting the WM_CLASS X window property as a confi...
2011-01-05 Jacob NevinsIt's a new year.
2010-12-08 Jacob NevinsAdd more possible baud rates to the Unix serial backend...
2010-11-06 Simon TathamDavid Laight reports that sometimes reads on a serial...
2010-09-25 Simon TathamCleanups of the GSSAPI support. On Windows, standard...
2010-09-09 Simon TathamMissing close() causing resource leak when reading...
2010-06-29 Ben HarrisSet WM_TRANSIENT_FOR appropriately on the "about" box...
2010-05-22 Simon TathamRestore the configure check for GTK 1, which I accident...
2010-05-19 Simon TathamPatch from Alejandro Sedeno, somewhat modified by me, which
2010-03-14 Jacob Nevinsr8854/5 broke compilation with Gtk 1.2. Grow a hack...
2010-03-06 Simon TathamCentralise generation of the control sequences for...
2010-02-20 Simon TathamUnix console utilities should send prompts to /dev...
2010-02-20 Simon TathamColin Watson reports that linking with 'gold' doesn...
2010-02-20 Simon TathamUpdate to r8614: another -D_FORTIFY_SOURCE=2 fix.
2010-01-25 Jacob Nevins...and the rest of r8854.
next