]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/history - unix
Reinstate a piece of code accidentally removed in r9214, where Windows
[PuTTY_svn.git] / unix /
2010-01-23 Jacob NevinsOur handling of timers in Gtk was truncating times...
2010-01-17 Jacob NevinsIt's a new year.
2009-09-16 Jacob NevinsFix minor file descriptor leaks. Found by cppcheck...
2009-09-14 Jacob NevinsSince r7266, it's been possible to get a hostname into...
2009-09-13 Jacob NevinsIn Unix PuTTY, grey out "Restart Session" when it doesn...
2009-09-13 Jacob NevinsAdd a couple of ellipses in Unix context menu (like...
2009-09-13 Jacob NevinsIf there are no saved sessions, put a grayed "(No sessi...
2009-08-30 Jacob NevinsAvoid compiling autoconf test programs with -Wall ...
2009-08-21 Jacob NevinsRemove outdated comment.
2009-08-21 Jacob NevinsCorey Stup points out a memory leak in the local-proxy...
2009-08-13 Jacob NevinsAdd "-serial" to Plink's usage message.
2009-08-10 Simon TathamPatch from Alan Clucas (somewhat polished) providing...
2009-08-07 Jacob NevinsWorkarounds for compiling with -D_FORTIFY_SOURCE=2...
2009-08-06 Jacob NevinsMore use of sockaddr_union (above and beyond that neces...
2009-08-06 Jacob NevinsAvoid "dereferencing pointer 'sa' does break strict...
2009-07-28 Jacob NevinsAlex Besogonov suggests that our Unix autoconf GSSAPI...
2009-07-28 Jacob NevinsInclude putty.h (and hence uxconfig.h) before testing...
2009-05-11 Simon TathamPango-based font handling: combine display of adjacent...
2009-04-26 Jacob NevinsReported by Tim Kosse: on Unix, read_random_seed()...
2009-04-26 Jacob NevinsSeveral people have spotted an uninitialised structure...
2009-03-03 Simon TathamHandle more gracefully the possibility of a keyboard...
2009-02-28 Simon TathamDebian bug #517535: we were unconditionally interpretin...
2009-02-24 Jacob NevinsSince r8305, Unix PuTTY has always "upgraded" an X11...
2009-02-23 Jacob NevinsStop attempting to make session logs private on Unix...
2009-01-13 Simon TathamCheck the two popen() calls in noise_get_heavy for NULL.
2009-01-05 Jacob NevinsIt's a new year (and there have even been checkins).
2009-01-05 Jacob Nevinssk_address_is_local() failed to cope when presented...
2009-01-05 Jacob NevinsAdd some hard-coded textual literal-IP representations...
2009-01-05 Jacob Nevins...and fix an unlikely memory leak.
2009-01-05 Jacob NevinsCope with a (non-standard) ENAMETOOLONG return from...
2009-01-04 Jacob Nevinsr8305 made platform_x11_best_transport[] obsolete,...
2008-12-03 Simon Tathamgtk_selection_clear_targets() does not exist on GTK...
2008-12-02 Simon TathamAt some point recently, Unix PuTTY started suffering...
2008-12-01 Simon TathamAdd missing call to gtk_selection_clear_targets(),...
2008-12-01 Ben HarrisChange the Unix version of Ssh_gss_name to be a gss_nam...
2008-11-25 Ben HarrisNow that we use real gss_buffer_ts, there's no need...
2008-11-24 Ben HarrisChange how we handle the Ssh_gss_buf type. Previously...
2008-11-22 Ben HarrisAutoconfiscate GSS-API support, including support for...
2008-11-22 Ben HarrisChanges to make this compile on Solaris 9: use <gssapi...
2008-11-17 Simon TathamRevamp of the local X11 connection code. We now parse...
2008-11-17 Simon TathamAvoid freeing the backend in notify_remote_exit(),...
2008-11-08 Simon TathamImplement sk_addr_dup().
2008-11-08 Simon TathamMove out of the SockAddr structure the mutable fields...
2008-10-12 Jacob NevinsFix inability to save session on Unix when ~/.putty...
2008-08-31 Simon TathamGood grief. When I originally wrote the local proxy...
2008-08-31 Simon TathamColin Watson points out an apparently erroneous cast...
2008-08-20 Jacob NevinsFix for portfwd-addr-family: on Unix, when a tunnel...
2008-08-10 Owen DunnInitial commit of GSSAPI Kerberos support.
2008-06-15 Jacob NevinsCosmetic: use `appname' in more places, so that Unix...
2008-06-11 Simon TathamWork around a bug in early versions of GTK (which I...
2008-06-10 Simon TathamManfred Schwarb points out that scroll wheel support...
2008-06-04 Simon TathamBah, there's always something. Check in missing files.
2008-06-04 Simon TathamAt last, merge the putty-gtk2 branch back into the trunk!
2008-05-28 Simon TathamOS X Leopard, it turns out, has a new and exciting...
2008-03-22 Simon TathamFor convenience of debugging, and perhaps some real...
2008-03-09 Simon TathamUnder OS X Leopard, we seem not to consistently get...
2008-02-24 Jacob NevinsIt's a new year (and we've even made a code checkin).
2008-02-21 Simon TathamAha, _that's_ why I've been periodically getting blocki...
2007-11-28 Simon TathamDuplicate r7795 in uxnet.c.
2007-10-02 Ben HarrisMore fixes to stdout and stderr. When the backlog...
2007-10-02 Ben HarrisAs far as I can see (at least in NetBSD) O_NONBLOCK...
2007-09-30 Ben HarrisSet cfg.ssh_simple if there are no forwardings.
2007-09-30 Ben HarrisWhen writing session data to stdout or stderr, switch...
2007-09-29 Ben HarrisAdd support for resetting the terminal modes on stderr...
2007-09-24 Ben HarrisMy changes in r7738 (O_NONBLOCK for Unix Plink) were...
2007-09-24 Ben HarrisManifest constants are good. Introduce plink to STD...
2007-09-24 Ben Harrisstdout and stderr should be made O_NONBLOCK so that...
2007-07-01 Jacob NevinsImplement Marcin Bulandra's suggestion of only automati...
2007-06-30 Jacob NevinsRationalise access to, and content of, backends[] array.
2007-03-27 Simon TathamPatch from John Sullivan: process double-clicks in...
2007-03-19 Ben HarrisFix a stupid one-character typo that was breaking 256...
2007-02-25 Jacob NevinsSince r7265, a user could not launch a PuTTY session...
2007-02-24 Simon TathamGareth pointed out yesterday that the Unix terminal...
2007-02-18 Jacob NevinsCtrl-Break now sends a Break signal (previously it...
2007-02-10 Simon TathamAvoid launching a session from the Default Settings...
2007-02-05 Simon TathamAhem; other half of r7232...
2007-02-05 Simon TathamWhen calling TIOCSCTTY, it helps to pass it an fd that...
2007-01-31 Simon TathamColin Watson has fixed the disgusting icons on GTK1...
2007-01-24 Simon TathamThe direct link between the terminal and the back end via
2007-01-20 Ben HarrisDon't use C99 mid-block declarations and don't do arith...
2007-01-16 Simon TathamAdd more ifdefs to make uxser.c compile on OS X.
2007-01-16 Simon TathamFold up the `SSH' branch of the treeview by default...
2007-01-14 Simon TathamRemove the loops that close all open fds before running a
2007-01-09 Simon TathamFix `puttygen-unix-perms': f_open(), PuTTY's wrapper...
2007-01-07 Simon TathamTweak the icon script, and the generated icons, to...
2007-01-06 Simon TathamNo, I tell a lie: GTK 1 _does_ support icons, at least...
2007-01-01 Jacob NevinsIt's a new year.
2006-12-30 Jacob NevinsPatch from Colin Watson intended to give a clean Unix...
2006-12-29 Simon TathamColin Watson points out that there was no need for...
2006-12-09 Ben HarrisSet FD_CLOEXEC in a little convenience function that...
2006-11-23 Simon TathamI've just discovered that using the saved sessions...
2006-10-03 Simon TathamDisable a bunch of undesirable termios flags. ICRNL...
2006-10-02 Simon TathamIXON and IXOFF belong in _iflag_, not cflag! While...
2006-09-03 Simon TathamSupport for an alternative mechanism for displaying...
2006-08-29 Simon TathamExplicitly closing logctx on various kinds of error...
2006-08-29 Simon TathamSupport for sending serial breaks, in both the Windows...
2006-08-29 Simon TathamInhibit the Serial configuration panel in mid-session...
2006-08-28 Jacob NevinsMinor tweaks to -nc:
2006-08-28 Simon TathamNew command-line option in Plink (and PuTTY, though...
2006-08-28 Simon TathamSerial back end for Unix. Due to hardware limitations...
next