]> asedeno.scripts.mit.edu Git - PuTTY.git/history - unix/uxplink.c
GTK2: Return 2.20 compatibility back
[PuTTY.git] / unix / uxplink.c
2017-02-22 Simon TathamUnix buildinfo: stop saying 'GTK' in pure CLI utilities.
2017-02-15 Owen DunnReturn zero when reporting our version.
2017-02-11 Jacob NevinsDocument -proxycmd in help and man pages.
2017-01-21 Simon TathamInclude 'build info' in all --version text and About boxes.
2017-01-06 Simon TathamAdd some missing checks for EINTR after select(2).
2016-05-07 Jacob NevinsSet SSH IUTF8 appropriately in Unix Plink.
2016-05-01 Ben HarrisMay as well set FD_CLOEXEC on the signal pipe as well.
2016-05-01 Ben HarrisUnix Plink: Set O_NONBLOCK on the SIGWINCH pipe.
2016-04-15 Ben HarrisSet cfg.ssh_simple in Windows Plink when there are...
2016-02-29 Simon TathamMerge branch 'pre-0.67'
2016-02-29 Simon TathamInaugural merge from branch 'pre-0.67'.
2016-02-29 Jacob NevinsRationalise and document log options somewhat.
2015-11-08 Jacob NevinsRationalise and document log options somewhat.
2015-11-07 Simon TathamMerge Ben's branch on which he's been fuzzing PuTTY.
2015-11-07 Simon TathamMerge tag '0.66'
2015-11-07 Simon TathamInitial 'merge -s ours' from 0.66 release branch.
2015-10-28 Ben HarrisAdd an explicit PROXY_FUZZ that just feeds a file into...
2015-10-28 Ben HarrisAdd __AFL_INIT() to uxplink to allow afl-fuzz to skip...
2015-10-28 Ben HarrisAdd a -fuzznet option to Unix plink.
2015-10-22 Jacob NevinsUpdate docs/usage for 'plink -shareexists'.
2015-09-25 Simon TathamNew Plink operating mode: 'plink -shareexists'.
2015-08-16 Simon TathamChange uxsel_input_add's return type from int to pointer.
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!
2015-02-28 Simon TathamMerge branch 'pre-0.64'
2015-02-27 Jacob NevinsMerge branch 'pre-0.64'
2015-02-24 Jacob NevinsMerge branch 'pre-0.64'
2015-02-07 Simon TathamMerge branch 'pre-0.64'
2015-01-18 Jacob NevinsMerge branch 'pre-0.64'
2015-01-08 Jacob NevinsMerge branch 'pre-0.64'
2015-01-05 Jacob NevinsUse local username consistently in Unix Plink.
2015-01-05 Jacob NevinsMerge branch 'pre-0.64'
2015-01-05 Jacob NevinsFix a copy-and-pasted comment.
2014-12-20 Simon TathamMerge branch 'pre-0.64'
2014-11-22 Simon TathamMerge branch 'pre-0.64'
2014-11-22 Simon TathamStop referring to Plink as "PuTTY Link".
2014-11-22 Simon TathamMove echo/edit state change functionality out of ldisc_...
2014-09-20 Jacob NevinsMove -sercfg out of the "SSH only" section of command...
2014-09-20 Jacob NevinsUpdate command-line help and man pages for -hostkey.
2014-01-25 Simon TathamAvoid misidentifying unbracketed IPv6 literals as host...
2014-01-25 Simon TathamUse the new host_str* functions to improve IPv6 literal...
2013-11-17 Simon TathamFix an assortment of dupprintf() format string bugs.
2013-11-17 Simon TathamImplement connection sharing between instances of PuTTY.
2013-09-23 Simon TathamFix cut-and-paste errors in nonfatal() implementations.
2013-09-15 Simon TathamOnly run one toplevel callback per event loop iteration.
2013-08-17 Simon TathamRevamp net_pending_errors using toplevel callbacks.
2013-08-17 Simon TathamAdd a general way to request an immediate top-level...
2013-07-19 Simon TathamCentralise calls to fcntl into functions that carefully...
2013-07-19 Simon TathamAdd a nonfatal() function everywhere, to be used for...
2012-09-19 Simon TathamMake --help and --version work consistently across...
2012-09-18 Ben HarrisTwo related changes to timing code:
2012-08-25 Ben HarrisImprove window-size handling in Unix Plink.
2012-05-13 Simon TathamPatch from Robert de Bath to substantially simplify...
2011-12-08 Simon TathamArrange to call net_pending_errors on Unix, which we...
2011-12-08 Simon TathamBlock SIGPIPE in Unix plink. In a port-forwarding run...
2011-10-02 Simon TathamTurn 'Filename' into a dynamically allocated type with...
2011-10-01 Simon TathamChange the semantics of 'FontSpec' so that it's a dynam...
2011-09-13 Simon TathamRevamp of EOF handling in all network connections,...
2011-07-14 Simon TathamPost-release destabilisation! Completely remove the...
2011-05-07 Simon TathamFixes (mostly from Colin Watson, a couple redone by...
2009-09-14 Jacob NevinsSince r7266, it's been possible to get a hostname into...
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...
2008-08-10 Owen DunnInitial commit of GSSAPI Kerberos support.
2008-03-10 Simon TathamMerge out from trunk, to keep this branch viable. We...
2007-10-02 Ben HarrisMore fixes to stdout and stderr. When the backlog...
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-06-30 Jacob NevinsRationalise access to, and content of, backends[] array.
2007-01-20 Ben HarrisDon't use C99 mid-block declarations and don't do arith...
2006-08-29 Simon TathamExplicitly closing logctx on various kinds of error...
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...
2006-08-27 Simon TathamThe `socket' function in the backends is only ever...
2006-02-19 Jacob NevinsFix up documentation/usage messages for r6572.
2006-02-19 Simon TathamIntroduce a new checkbox and command-line option to...
2005-10-30 Jacob NevinsRevamp SSH authentication code so that user interaction...
2005-09-14 Ben HarrisSome systems (HP-UX) don't yet have <sys/select.h>...
2005-05-14 Ben HarrisAdd experimental support for detecting BREAK on input...
2005-05-08 Simon TathamFix what looks like a cut-and-paste error which was...
2005-04-26 Ben HarrisAccording to the termio(7I) on Solaris, OLCUC is overri...
2005-04-25 Ben HarrisSquash OPOST locally when we're not in line-editing...
2005-04-21 Jacob NevinsFirst crack at `terminal-modes' in SSH. PuTTY now sends...
2005-03-28 Simon TathamRender timing.c robust in the face of strangeness....
2005-03-19 Jacob NevinsTry to make our PGP signing more useful:
2005-03-03 Ben HarrisExplicitly set MIN and TIME when in raw mode to request...
2005-03-01 Jacob NevinsMake it clearer that `-m' is only usable with SSH.
2005-02-23 Simon TathamFallout from my change in the semantics of cfg.remote_c...
2005-01-15 Ben HarrisTurn of ICRNL in the client tty when we're not in editi...
2005-01-04 Ben HarrisIf we're going to use select(), we need <sys/select.h>.
2004-12-30 Simon TathamIntegrate unfix.org's IPv6 patches up to level 10,...
next