]> asedeno.scripts.mit.edu Git - PuTTY.git/history - unix
Ben Rudiak-Gould points out that we should be using WM_APP as the base for
[PuTTY.git] / unix /
2005-07-15 Jacob NevinsPatch from Colin Watson: we were sometimes passing...
2005-05-14 Ben HarrisAdd experimental support for detecting BREAK on input...
2005-05-09 Jacob NevinsMake Makefile.gtk build again on Linux (assume <utmpx.h>).
2005-05-08 Simon TathamFix what looks like a cut-and-paste error which was...
2005-05-05 Jacob NevinsCorrect apparent misspelling of `SIOCATMARK'.
2005-04-27 Ben HarrisOn monochrome displays, display the cursor in reverse...
2005-04-27 Ben HarrisTiny manual CSE of previous commit.
2005-04-27 Ben HarrisOn 1bpp displays, ignore colour attributes. This makes...
2005-04-27 Ben HarrisMake palette changes use "best match" colours too.
2005-04-27 Ben HarrisRather than checking for <sys/sockio.h>, just include...
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-25 Ben HarrisUse pututxline() in place of pututline(), since the...
2005-04-25 Ben HarrisAsk GDK to give us reasonable approximations if it...
2005-04-25 Ben HarrisCheck for <sys/sockio.h> and include it in uxnet.c...
2005-04-25 Ben Harrisuxpty.c uses non-X/Open facilities (notably strsignal...
2005-04-25 Ben HarrisAdd a mechanism for using autoconf to detect the quirks...
2005-04-24 Ben HarrisOn some systems (NetBSD 1.6 and Solaris 9, at least...
2005-04-21 Jacob NevinsFirst crack at `terminal-modes' in SSH. PuTTY now sends...
2005-04-12 Jacob NevinsUnify GET_32BIT()/PUT_32BIT() et al from numerous sourc...
2005-04-07 Jacob NevinsOops, forgot to credit Ahmad Khalifa of arabeyes.org...
2005-04-07 Jacob NevinsIf a new session was saved from Change Settings, a...
2005-04-04 Ben HarrisNULL needs to be cast to void * when passed to a variad...
2005-03-28 Simon TathamRender timing.c robust in the face of strangeness....
2005-03-23 Jacob NevinsSince Markus Kuhn no longer explicitly places wcwidth...
2005-03-19 Ben HarrisRevert last change: Some versions of the GNU C Library...
2005-03-19 Ben HarrisIf it's available, try to use clock_gettime(CLOCK_MONOT...
2005-03-19 Jacob NevinsTry to make our PGP signing more useful:
2005-03-10 Jacob NevinsConsistently use a single notation to refer to SSH...
2005-03-10 Owen DunnProtect against multiple Change Settings dialogues...
2005-03-05 Simon TathamMake sure we do notify_remote_exit(ssh->frontend) _before_
2005-03-05 Simon TathamFixes for NO_IPV6 compilation under Unix.
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-02-22 Simon TathamRemove the two logevent calls passing NULL as the first...
2005-02-21 Jacob NevinsRearrange verify_ssh_host_key() for robustness in the...
2005-02-18 Simon TathamAdd asynchronous callback capability to the askappend...
2005-02-17 Simon TathamRevamp interface to verify_ssh_host_key() and askalg...
2005-02-16 Jacob NevinsSimon suggests a better solution to valgrind's complain...
2005-02-15 Jacob NevinsThe terminal window can now indicate that PuTTY is...
2005-02-14 Jacob NevinsInitialise (struct Socket_tag).connected in sk_register().
2005-02-14 Jacob NevinsInitialise (struct Socket_tag).connected in sk_newliste...
2005-02-14 Simon TathamOh, and (there's always one) remove the unnecessary...
2005-02-14 Simon TathamSaw uxcfg.c in half down the middle, to separate out...
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...
2005-01-28 Ben HarrisUse AF_UNIX, not AF_LOCAL, since the former is in POSIX...
2005-01-28 Ben HarrisOverhaul of client-side XDM-AUTHORIZATION-1:
2005-01-26 Ben HarrisBuffer overruns are embarassing (even if caused by...
2005-01-26 Ben HarrisMove sockaddr_is_loopback() to before sk_address_is_loc...
2005-01-23 Ben HarrisWhen checking if a connection comes from localhost...
2005-01-22 Ben HarrisWhen calling getaddrinfo() for a listening socket,...
2005-01-22 Ben HarrisStupid typo, spotted by GCC.
2005-01-22 Ben HarrisIf getaddrinfo() fails, it's not safe to dereference...
2005-01-20 Ben HarrisDispose of a variable whose only use was being set to zero.
2005-01-16 Simon TathamSupport for falling back through the list of addresses...
2005-01-16 Simon TathamRewrite of Unix sk_newlistener() which should fix any...
2005-01-15 Ben HarrisTurn of ICRNL in the client tty when we're not in editi...
2005-01-14 Ben HarrisINADDR_NONE is nonstandard. Use (in_addr_t)(-1) instead.
2005-01-09 Simon Tathamsk_namelookup() on Unix was failing to translate from...
2005-01-09 Owen DunnNew function ltime() returns a struct tm of the current...
2005-01-09 Simon TathamHaving laboriously constructed a hints parameter for...
2005-01-04 Simon TathamDon't forget to initialise ret->ai to NULL in sk_noname...
2005-01-04 Ben HarrisIf we're going to use select(), we need <sys/select.h>.
2005-01-02 Simon TathamIt's a new year!
2004-12-31 Simon TathamRename some of the more stupidly named files in the...
2004-12-30 Ben HarrisIf we're going to define _XOPEN_SOURCE, we should at...
2004-12-30 Simon TathamIntegrate unfix.org's IPv6 patches up to level 10,...
2004-12-29 Simon TathamLoose end from r5031: the Kex panel should only be...
2004-12-23 Jacob NevinsAdd a preference list for SSH-2 key exchange algorithms...
2004-12-19 Jacob NevinsFix line cursor colours (fallout from `256-colours...
2004-12-17 Simon TathamJacob has pointed out why SIGCHLD was blocked, so I...
2004-12-17 Simon TathamApparently SIGCHLD is blocked by default in processes...
2004-12-16 Simon TathamGeneral mechanism for ensuring a dodgy SFTP server...
2004-12-16 Simon TathamJacob points out that I introduced a bug in PSFTP when...
2004-12-16 Simon TathamImplement mget and mput in PSFTP, supporting wildcards.
2004-12-10 Simon TathamUnix PSCP was tight-looping when connecting through...
2004-12-07 Owen DunnFix segfault when HOME not set on Unix.
2004-11-30 Jacob NevinsAnother default-background fix for 256-colour mode
2004-11-28 Simon TathamBah, there's always one thing I miss. Correct the backg...
2004-11-28 Simon TathamImplement xterm 256-colour mode.
2004-11-27 Simon TathamSlight improvement to cursor blink timing: since the...
2004-11-27 Simon TathamNew timing infrastructure. There's a new function sched...
2004-11-24 Simon TathamI think rjk meant `setpgid', not `setpgrp'.
2004-11-24 Simon TathamRJK's OS X portability patch:
2004-11-19 Jacob Nevinsconsole_get_line() returns failure iff console_batch_mo...
2004-11-16 Simon TathamRemove .cvsignore files on all active branches.
2004-10-17 Jacob NevinsSupport the SSH-2 mechanism for sending signals to...
2004-10-17 Jacob NevinsTelnet specials menu was not being reinstated after...
2004-10-16 Simon TathamMarkus Kuhn's UTF-8 page
2004-10-16 Simon TathamMoved the environment variables config block out of...
2004-10-15 Jacob NevinsMention plink's new -N option in usage and man page.
2004-10-15 Simon TathamAnd fix _cursor_ display on double-width double-width...
2004-10-15 Simon TathamDouble-height and double-width line attributes (ESC...
2004-10-15 Simon TathamFix cursor display on a combined character cell.
2004-10-14 Simon TathamFirst-stage support for Unicode combining characters...
2004-10-13 Simon TathamRe-engineering of terminal emulator, phase 1.
next