]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/history - unix
Enable xterm mouse reporting of wheel actions in GTK.
[PuTTY_svn.git] / unix /
2014-02-16 Simon TathamEnable xterm mouse reporting of wheel actions in GTK. master
2014-02-05 Simon TathamRevert half of r10135, and re-fix properly.
2014-02-04 Simon TathamFix warnings when compiling with -DNO_IPV6.
2014-01-25 Simon TathamAvoid misidentifying unbracketed IPv6 literals as host...
2014-01-25 Simon TathamUse the new host_str* functions to improve IPv6 literal...
2014-01-15 Jacob NevinsIt's a new year.
2013-11-30 Simon TathamMake GTK idle and quit function setup idempotent.
2013-11-18 Simon TathamRestore compatibility with older autoconfs.
2013-11-17 Simon TathamFix an assortment of dupprintf() format string bugs.
2013-11-17 Simon TathamImplement connection sharing between instances of PuTTY.
2013-11-17 Simon TathamRemove sk_{get,set}_private_ptr completely!
2013-11-17 Simon TathamReliably initialise uxnet's socket fd fields to -1.
2013-11-17 Simon TathamAdd support in uxnet.c for Unix-domain listening sockets.
2013-11-17 Simon TathamReplace the hacky 'OSSocket' type with a closure.
2013-10-26 Simon TathamFix build failures on Ubuntu 13.10.
2013-09-23 Simon TathamFix cut-and-paste errors in nonfatal() implementations.
2013-09-15 Simon TathamOnly run one toplevel callback per event loop iteration.
2013-08-18 Simon TathamDon't run toplevel callbacks in modal dialogs.
2013-08-17 Simon TathamRevamp net_pending_errors using toplevel callbacks.
2013-08-17 Simon TathamRevamp GTK's session close handling using toplevel...
2013-08-17 Simon TathamRevamp the terminal paste mechanism using toplevel...
2013-08-17 Simon TathamAdd a general way to request an immediate top-level...
2013-08-05 Jacob NevinsBelatedly update the copyright year to 2013.
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...
next