]> asedeno.scripts.mit.edu Git - PuTTY.git/history - unix
Render timing.c robust in the face of strangeness. The strangenesses
[PuTTY.git] / unix /
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.
2004-10-06 Jacob NevinsX forwarding changes:
2004-09-28 Jacob NevinsLine (as opposed to block) cursors were being displayed...
2004-09-21 Jacob Nevins`ampersat-in-username': tweak `strchr' to `strrchr...
2004-08-30 Simon TathamCredit Malcolm Smith in the copyrights.
2004-08-20 Jacob NevinsPatch to use enum constants for cfg.funky_type instead...
2004-08-19 Jacob NevinsFix an annoying inconsistency that's been bugging me...
2004-08-19 Jacob NevinsRemove claim in usage text that Plink defaults to SSH...
2004-08-16 Jacob NevinsPatch from Kurt Roeckx: apparently on Debian amd64...
2004-08-14 Simon TathamImplement `Restart Session', in both Unix and Windows...
2004-07-27 Simon TathamFix double-free in X selection code.
2004-07-25 Jacob NevinsFix for `psftp-pscp-ignore-load': Default Settings...
2004-06-20 Jacob NevinsAdd a configuration option for TCP keepalives (SO_KEEPA...
2004-05-31 Simon TathamRJK's patch to enable PuTTY's X forwarding to connect...
2004-05-24 Simon TathamArnaud Desitter points out a silly mistake in retrieve_...
2004-05-22 Simon TathamFix indentation after Richard B's patch in rev 1.137...
2004-04-24 Jacob NevinsTweak documentation of -V option.
2004-04-17 Owen DunnAdd -V for version information to plink, pscp, and psftp.
2004-03-24 Simon TathamNow that Halibut is capable of generating man pages...
2004-02-22 Jacob NevinsAdd (probably frustratingly) bare-bones man pages for...
2004-02-22 Jacob NevinsFix typo in -C
2004-02-22 Jacob NevinsTart up, fix outright lies, mention web docs
2004-02-13 Jacob NevinsRemove claim that there's no Unix puttygen
2004-02-03 Jacob NevinsPatch from Theo Markettos: apparently "BSD-derived...
next