putty/unix
Simon Tatham e4c4bd2092 Fix an annoying warning from GTK on Ubuntu 14.04.
Timer objects evaporate when our timer_trigger callback is called, and
therefore we should not remember their ids beyond that time and
attempt to cancel them later. Previous versions of GTK silently
ignored us doing that, but upgrading to Ubuntu Trusty has given me a
version of GTK that complains about it, so let's stop doing it.

[originally from svn r10181]
2014-04-20 16:48:18 +00:00
..
configure Move the Unix configure script up to the top level. 2014-02-22 18:01:32 +00:00
gtkcfg.c
gtkcols.c
gtkcols.h Stop including <gtk/gtkcontainer.h> directly, since a user points out 2012-07-01 16:55:36 +00:00
gtkdlg.c It's a new year. 2014-01-15 23:57:54 +00:00
gtkfont.c Fix another giant batch of resource leaks. (Mostly memory, but there's 2013-07-14 10:46:07 +00:00
gtkfont.h
gtkwin.c Fix an annoying warning from GTK on Ubuntu 14.04. 2014-04-20 16:48:18 +00:00
unix.h Replace the hacky 'OSSocket' type with a closure. 2013-11-17 14:03:55 +00:00
ux_x11.c
uxagentc.c Tighten up a lot of casts from unsigned to int which are read by one 2013-07-14 10:45:54 +00:00
uxcfg.c
uxcons.c Two related changes to timing code: 2012-09-18 21:42:48 +00:00
uxgen.c Fix another giant batch of resource leaks. (Mostly memory, but there's 2013-07-14 10:46:07 +00:00
uxgss.c
uxmisc.c Centralise calls to fcntl into functions that carefully check the 2013-07-19 18:10:02 +00:00
uxnet.c Revert half of r10135, and re-fix properly. 2014-02-05 21:51:25 +00:00
uxnoise.c
uxplink.c Avoid misidentifying unbracketed IPv6 literals as host:port. 2014-01-25 15:58:57 +00:00
uxprint.c
uxproxy.c Remove sk_{get,set}_private_ptr completely! 2013-11-17 14:04:48 +00:00
uxpterm.c Revamp net_pending_errors using toplevel callbacks. 2013-08-17 16:06:27 +00:00
uxpty.c Fix an assortment of dupprintf() format string bugs. 2013-11-17 14:05:44 +00:00
uxputty.c Use the new host_str* functions to improve IPv6 literal support. 2014-01-25 15:58:54 +00:00
uxsel.c
uxser.c Fix another giant batch of resource leaks. (Mostly memory, but there's 2013-07-14 10:46:07 +00:00
uxsftp.c Only run one toplevel callback per event loop iteration. 2013-09-15 14:05:31 +00:00
uxshare.c Implement connection sharing between instances of PuTTY. 2013-11-17 14:05:41 +00:00
uxsignal.c
uxstore.c Fix error checking in uxstore.c: add a missing check, and fix a 2013-07-21 07:40:30 +00:00
uxucs.c Rationalise null pointer checks in both decode_codepage functions, so 2013-07-22 07:12:05 +00:00
xkeysym.c
xpmptcfg.c
xpmpterm.c
xpmpucfg.c
xpmputty.c