]> asedeno.scripts.mit.edu Git - PuTTY.git/history - unix/uxpty.c
Make the new ^< and ^> keystrokes add the class prefix.
[PuTTY.git] / unix / uxpty.c
2016-04-03 Owen DunnMerge branch 'master' of ssh://tartarus.org/putty
2016-03-23 Simon TathamNew program 'osxlaunch', to use as an OS X bundle launcher.
2016-03-22 Simon TathamDivide the whole of gtkwin.c into three parts.
2016-02-29 Simon TathamMerge branch 'pre-0.67'
2016-02-29 Simon TathamInaugural merge from branch 'pre-0.67'.
2015-11-07 Simon TathamMerge tag '0.66'
2015-11-07 Simon TathamInitial 'merge -s ours' from 0.66 release branch.
2015-10-17 Simon Tathampterm: set IUTF8 on pty devices depending on charset.
2015-10-17 Simon Tatham'pterm --display' should set $DISPLAY inside the terminal.
2015-09-25 Simon TathamNew Plink operating mode: 'plink -shareexists'.
2015-09-01 Simon Tathampterm: move termios setup to after the fork.
2015-09-01 Simon Tathampterm: set IUTF8 on pty devices depending on charset.
2015-08-31 Simon TathamFix an uninitialised bufchain in NO_PTY_PRE_INIT mode.
2015-08-31 Simon TathamAdd a bodge to make pty masters nonblocking on OS X.
2015-08-31 Simon TathamAdd a new #define to disable pty_pre_init.
2015-08-22 Simon Tatham'pterm --display' should set $DISPLAY inside the terminal.
2015-08-22 Simon TathamStop using GTK3-deprecated gdk_get_display().
2015-07-25 Simon TathamMerge tag '0.65'
2015-06-25 Ben HarrisMerge branch 'pre-0.65'
2015-06-22 Simon TathamMerge branch 'pre-0.65'
2015-06-22 Simon TathamInaugural merge from branch 'pre-0.65'.
2015-05-15 Simon TathamGiant const-correctness patch of doom!
2013-11-17 Simon TathamFix an assortment of dupprintf() format string bugs.
2013-07-21 Simon TathamWhen I turned fcntls into noncloexecs in r9940, I misse...
2013-07-19 Simon TathamCentralise calls to fcntl into functions that carefully...
2013-07-19 Simon TathamAdd a missing error check in pterm's child-process...
2013-07-11 Simon TathamFix a pty-freeing error which caused a segfault if...
2013-07-01 Simon TathamA collection of small bug fixes from Chris West, appare...
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...
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-07-11 Simon TathamIf pterm's execvp fails when given the whole argument...
2011-09-19 Simon TathamWe shouldn't fork off a utmp helper subprocess when...
2011-07-14 Simon TathamPost-release destabilisation! Completely remove the...
2011-03-02 Simon TathamColin Watson reports that gnome-session has been known...
2011-03-01 Jacob NevinsUse pid_t more consistently. Should shut up a warning...
2009-08-07 Jacob NevinsWorkarounds for compiling with -D_FORTIFY_SOURCE=2...
2008-03-10 Simon TathamMerge out from trunk, to keep this branch viable. We...
2007-10-02 Ben HarrisAs far as I can see (at least in NetBSD) O_NONBLOCK...
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-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-14 Simon TathamRemove the loops that close all open fds before running a
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-08-27 Simon TathamThe `socket' function in the backends is only ever...
2006-05-12 Owen Dunnpty_init should put _something_ into realhost
2006-02-23 Simon TathamDo proper select-for-write on ptys. Currently, pasting a
2005-09-13 Ben HarrisSome hosts don't have TIOCSCTTY. Don't try to use...
2005-07-15 Jacob NevinsPatch from Colin Watson: we were sometimes passing...
2005-05-09 Jacob NevinsMake Makefile.gtk build again on Linux (assume <utmpx.h>).
2005-04-25 Ben HarrisUse pututxline() in place of pututline(), since the...
2005-04-25 Ben Harrisuxpty.c uses non-X/Open facilities (notably strsignal...
2005-04-04 Ben HarrisNULL needs to be cast to void * when passed to a variad...
2005-02-06 Simon TathamReinstate the broken -e option in pterm. Also I've...
2005-02-06 Simon TathamEncapsulated most of the pty backend's variables into...
2005-02-06 Simon TathamThe pty backend won't _always_ be running under X,...
2005-02-05 Simon TathamWhen allocating BSD-style ptys, we should not be satisf...
2004-12-31 Simon TathamRename some of the more stupidly named files in the...