Move sk_poll() inside (!gotevent), which is more logical but doesn't have
[u/mdw/putty] / unix /
2005-01-23 benWhen checking if a connection comes from localhost...
2005-01-22 benWhen calling getaddrinfo() for a listening socket,...
2005-01-22 benStupid typo, spotted by GCC.
2005-01-22 benIf getaddrinfo() fails, it's not safe to dereference...
2005-01-20 benDispose of a variable whose only use was being set...
2005-01-16 simonSupport for falling back through the list of addresses...
2005-01-16 simonRewrite of Unix sk_newlistener() which should fix any...
2005-01-15 benTurn of ICRNL in the client tty when we're not in editi...
2005-01-14 benINADDR_NONE is nonstandard. Use (in_addr_t)(-1) instead.
2005-01-09 simonsk_namelookup() on Unix was failing to translate from...
2005-01-09 owenNew function ltime() returns a struct tm of the current...
2005-01-09 simonHaving laboriously constructed a hints parameter for...
2005-01-04 simonDon't forget to initialise ret->ai to NULL in sk_noname...
2005-01-04 benIf we're going to use select(), we need <sys/select.h>.
2005-01-02 simonIt's a new year!
2004-12-31 simonRename some of the more stupidly named files in the...
2004-12-30 benIf we're going to define _XOPEN_SOURCE, we should at...
2004-12-30 simonIntegrate unfix.org's IPv6 patches up to level 10,...
2004-12-29 simonLoose end from r5031: the Kex panel should only be...
2004-12-23 jacobAdd a preference list for SSH-2 key exchange algorithms...
2004-12-19 jacobFix line cursor colours (fallout from `256-colours...
2004-12-17 simonJacob has pointed out why SIGCHLD was blocked, so I...
2004-12-17 simonApparently SIGCHLD is blocked by default in processes...
2004-12-16 simonGeneral mechanism for ensuring a dodgy SFTP server...
2004-12-16 simonJacob points out that I introduced a bug in PSFTP when...
2004-12-16 simonImplement mget and mput in PSFTP, supporting wildcards.
2004-12-10 simonUnix PSCP was tight-looping when connecting through...
2004-12-07 owenFix segfault when HOME not set on Unix.
2004-11-30 jacobAnother default-background fix for 256-colour mode
2004-11-28 simonBah, there's always one thing I miss. Correct the backg...
2004-11-28 simonImplement xterm 256-colour mode.
2004-11-27 simonSlight improvement to cursor blink timing: since the...
2004-11-27 simonNew timing infrastructure. There's a new function sched...
2004-11-24 simonI think rjk meant `setpgid', not `setpgrp'.
2004-11-24 simonRJK's OS X portability patch:
2004-11-19 jacobconsole_get_line() returns failure iff console_batch_mo...
2004-11-16 simonRemove .cvsignore files on all active branches.
2004-10-17 jacobSupport the SSH-2 mechanism for sending signals to...
2004-10-17 jacobTelnet specials menu was not being reinstated after...
2004-10-16 simonMarkus Kuhn's UTF-8 page
2004-10-16 simonMoved the environment variables config block out of...
2004-10-15 jacobMention plink's new -N option in usage and man page.
2004-10-15 simonAnd fix _cursor_ display on double-width double-width...
2004-10-15 simonDouble-height and double-width line attributes (ESC...
2004-10-15 simonFix cursor display on a combined character cell.
2004-10-14 simonFirst-stage support for Unicode combining characters...
2004-10-13 simonRe-engineering of terminal emulator, phase 1.
2004-10-06 jacobX forwarding changes:
2004-09-28 jacobLine (as opposed to block) cursors were being displayed...
2004-09-21 jacob`ampersat-in-username': tweak `strchr' to `strrchr...
2004-08-30 simonCredit Malcolm Smith in the copyrights.
2004-08-20 jacobPatch to use enum constants for cfg.funky_type instead...
2004-08-19 jacobFix an annoying inconsistency that's been bugging me...
2004-08-19 jacobRemove claim in usage text that Plink defaults to SSH...
2004-08-16 jacobPatch from Kurt Roeckx: apparently on Debian amd64...
2004-08-14 simonImplement `Restart Session', in both Unix and Windows...
2004-07-27 simonFix double-free in X selection code.
2004-07-25 jacobFix for `psftp-pscp-ignore-load': Default Settings...
2004-06-20 jacobAdd a configuration option for TCP keepalives (SO_KEEPA...
2004-05-31 simonRJK's patch to enable PuTTY's X forwarding to connect...
2004-05-24 simonArnaud Desitter points out a silly mistake in retrieve_...
2004-05-22 simonFix indentation after Richard B's patch in rev 1.137...
2004-04-24 jacobTweak documentation of -V option.
2004-04-17 owenAdd -V for version information to plink, pscp, and...
2004-03-24 simonNow that Halibut is capable of generating man pages...
2004-02-22 jacobAdd (probably frustratingly) bare-bones man pages for...
2004-02-22 jacobFix typo in -C
2004-02-22 jacobTart up, fix outright lies, mention web docs
2004-02-13 jacobRemove claim that there's no Unix puttygen
2004-02-03 jacobPatch from Theo Markettos: apparently "BSD-derived...
2004-02-03 jacobPatch from Colin Watson: document pterm.WarnOnClose
2004-01-23 simonAdd a man page for the new command-line PuTTYgen.
2004-01-22 simonAdded a command-line key generation tool. Currently...
2004-01-21 simonTheo Markettos's unsigned-vs-signed-char pedantry patch.
2004-01-20 jacob`portfwd-loopback-choice' was not consistently documented.
2004-01-19 simonIdiot me _twice_! The new store_host_key() was failing...
2004-01-17 simonVarious uninitialised-variable accesses picked up by...
2004-01-17 simonIdiot me! store_host_key() was blindly _appending_...
2004-01-01 simonIt's a new year.
2003-10-31 simonClose the host keys file after use. Well spotted Theo...
2003-10-14 jacobRemove dead comment about writing settings, and query...
2003-10-12 jacobRemove all the "assert(len>0)" which forbade zero-lengt...
2003-09-03 jacobAdd pscp to .cvsignore
2003-09-02 simonInclude stdlib.h for exit() - thanks Colin.
2003-09-02 simonRemove CRs. Oops :-/
2003-08-29 jacobMinimal fixes to minimal plink man page.
2003-08-29 jacobAdd "-s" option to Unix plink too.
2003-08-25 simon... and there's a Unix port of PSCP. Ooh.
2003-08-25 simonWindows PSCP now links against winsftp.c, and scp.c...
2003-08-24 simonAnd just to prove that psftp.c really is now platform...
2003-08-21 simonRichard B's patch to enable users to explicitly request...
2003-08-21 simonRichard B's patch to support X cut buffers as well...
2003-08-21 simonRichard Boulton's patch for improved correctness in...
2003-08-07 jacobControl of 'addr' is now handed over to {platform_...
2003-06-26 owenImplement hostkey-prompt-type everywhere except Macintosh.
2003-05-13 simonReal COMPOUND_TEXT support! I was expecting to have...
2003-05-13 simonAllow pterm to receive selections in compound text...
2003-05-13 simonDebian bug #193013 points out that the (default-)one...
2003-05-11 simonBrief man pages for PuTTY and PuTTYtel.
2003-05-11 simonMissing full stop.
next