When we check for libX11 in the autoconf script, add it to $GTK_LIBS
[u/mdw/putty] / unix /
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.
2010-01-25 jacob...and the rest of r8854.
2010-01-23 jacobOur handling of timers in Gtk was truncating times...
2010-01-17 jacobIt's a new year.
2009-09-16 jacobFix minor file descriptor leaks. Found by cppcheck...
2009-09-14 jacobSince r7266, it's been possible to get a hostname into...
2009-09-13 jacobIn Unix PuTTY, grey out "Restart Session" when it doesn...
2009-09-13 jacobAdd a couple of ellipses in Unix context menu (like...
2009-09-13 jacobIf there are no saved sessions, put a grayed "(No sessi...
2009-08-30 jacobAvoid compiling autoconf test programs with -Wall ...
2009-08-21 jacobRemove outdated comment.
2009-08-21 jacobCorey Stup points out a memory leak in the local-proxy...
2009-08-13 jacobAdd "-serial" to Plink's usage message.
2009-08-10 simonPatch from Alan Clucas (somewhat polished) providing...
2009-08-07 jacobWorkarounds for compiling with -D_FORTIFY_SOURCE=2...
2009-08-06 jacobMore use of sockaddr_union (above and beyond that neces...
2009-08-06 jacobAvoid "dereferencing pointer 'sa' does break strict...
2009-07-28 jacobAlex Besogonov suggests that our Unix autoconf GSSAPI...
2009-07-28 jacobInclude putty.h (and hence uxconfig.h) before testing...
2009-05-11 simonPango-based font handling: combine display of adjacent...
2009-04-26 jacobReported by Tim Kosse: on Unix, read_random_seed()...
2009-04-26 jacobSeveral people have spotted an uninitialised structure...
2009-03-03 simonHandle more gracefully the possibility of a keyboard...
2009-02-28 simonDebian bug #517535: we were unconditionally interpretin...
2009-02-24 jacobSince r8305, Unix PuTTY has always "upgraded" an X11...
2009-02-23 jacobStop attempting to make session logs private on Unix...
2009-01-13 simonCheck the two popen() calls in noise_get_heavy for...
2009-01-05 jacobIt's a new year (and there have even been checkins).
2009-01-05 jacobsk_address_is_local() failed to cope when presented...
2009-01-05 jacobAdd some hard-coded textual literal-IP representations...
2009-01-05 jacob...and fix an unlikely memory leak.
2009-01-05 jacobCope with a (non-standard) ENAMETOOLONG return from...
2009-01-04 jacobr8305 made platform_x11_best_transport[] obsolete,...
2008-12-03 simongtk_selection_clear_targets() does not exist on GTK...
2008-12-02 simonAt some point recently, Unix PuTTY started suffering...
2008-12-01 simonAdd missing call to gtk_selection_clear_targets(),...
2008-12-01 benChange the Unix version of Ssh_gss_name to be a gss_nam...
2008-11-25 benNow that we use real gss_buffer_ts, there's no need...
2008-11-24 benChange how we handle the Ssh_gss_buf type. Previously...
2008-11-22 benAutoconfiscate GSS-API support, including support for...
2008-11-22 benChanges to make this compile on Solaris 9: use <gssapi...
2008-11-17 simonRevamp of the local X11 connection code. We now parse...
2008-11-17 simonAvoid freeing the backend in notify_remote_exit(),...
2008-11-08 simonImplement sk_addr_dup().
2008-11-08 simonMove out of the SockAddr structure the mutable fields...
2008-10-12 jacobFix inability to save session on Unix when ~/.putty...
2008-08-31 simonGood grief. When I originally wrote the local proxy...
2008-08-31 simonColin Watson points out an apparently erroneous cast...
2008-08-20 jacobFix for portfwd-addr-family: on Unix, when a tunnel...
2008-08-10 owenInitial commit of GSSAPI Kerberos support.
2008-06-15 jacobCosmetic: use `appname' in more places, so that Unix...
2008-06-11 simonWork around a bug in early versions of GTK (which I...
2008-06-10 simonManfred Schwarb points out that scroll wheel support...
2008-06-04 simonBah, there's always something. Check in missing files.
2008-06-04 simonAt last, merge the putty-gtk2 branch back into the...
2008-05-28 simonOS X Leopard, it turns out, has a new and exciting...
2008-03-22 simonFor convenience of debugging, and perhaps some real...
2008-03-09 simonUnder OS X Leopard, we seem not to consistently get...
2008-02-24 jacobIt's a new year (and we've even made a code checkin).
2008-02-21 simonAha, _that's_ why I've been periodically getting blocki...
2007-11-28 simonDuplicate r7795 in uxnet.c.
2007-10-02 benMore fixes to stdout and stderr. When the backlog...
2007-10-02 benAs far as I can see (at least in NetBSD) O_NONBLOCK...
2007-09-30 benSet cfg.ssh_simple if there are no forwardings.
2007-09-30 benWhen writing session data to stdout or stderr, switch...
2007-09-29 benAdd support for resetting the terminal modes on stderr...
2007-09-24 benMy changes in r7738 (O_NONBLOCK for Unix Plink) were...
2007-09-24 benManifest constants are good. Introduce plink to STD...
2007-09-24 benstdout and stderr should be made O_NONBLOCK so that...
2007-07-01 jacobImplement Marcin Bulandra's suggestion of only automati...
2007-06-30 jacobRationalise access to, and content of, backends[] array.
2007-03-27 simonPatch from John Sullivan: process double-clicks in...
2007-03-19 benFix a stupid one-character typo that was breaking 256...
2007-02-25 jacobSince r7265, a user could not launch a PuTTY session...
2007-02-24 simonGareth pointed out yesterday that the Unix terminal...
2007-02-18 jacobCtrl-Break now sends a Break signal (previously it...
2007-02-10 simonAvoid launching a session from the Default Settings...
2007-02-05 simonAhem; other half of r7232...
next