Sebastian Kuschel reports that pfd_closing can be called for a socket
[u/mdw/putty] / unix /
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...
2007-02-05 simonWhen calling TIOCSCTTY, it helps to pass it an fd that...
2007-01-31 simonColin Watson has fixed the disgusting icons on GTK1...
2007-01-24 simonThe direct link between the terminal and the back end via
2007-01-20 benDon't use C99 mid-block declarations and don't do arith...
2007-01-16 simonAdd more ifdefs to make uxser.c compile on OS X.
2007-01-16 simonFold up the `SSH' branch of the treeview by default...
2007-01-14 simonRemove the loops that close all open fds before running a
2007-01-09 simonFix `puttygen-unix-perms': f_open(), PuTTY's wrapper...
2007-01-07 simonTweak the icon script, and the generated icons, to...
2007-01-06 simonNo, I tell a lie: GTK 1 _does_ support icons, at least...
2007-01-01 jacobIt's a new year.
2006-12-30 jacobPatch from Colin Watson intended to give a clean Unix...
2006-12-29 simonColin Watson points out that there was no need for...
2006-12-09 benSet FD_CLOEXEC in a little convenience function that...
2006-11-23 simonI've just discovered that using the saved sessions...
2006-10-03 simonDisable a bunch of undesirable termios flags. ICRNL...
2006-10-02 simonIXON and IXOFF belong in _iflag_, not cflag! While...
2006-09-03 simonSupport for an alternative mechanism for displaying...
2006-08-29 simonExplicitly closing logctx on various kinds of error...
2006-08-29 simonSupport for sending serial breaks, in both the Windows...
2006-08-29 simonInhibit the Serial configuration panel in mid-session...
2006-08-28 jacobMinor tweaks to -nc:
2006-08-28 simonNew command-line option in Plink (and PuTTY, though...
next