]> asedeno.scripts.mit.edu Git - PuTTY.git/history - unix
Move MODULE files out of individual project directories into a
[PuTTY.git] / unix /
2004-11-16 Simon TathamRemove .cvsignore files on all active branches.
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...
2004-02-03 Jacob NevinsPatch from Colin Watson: document pterm.WarnOnClose
2004-01-23 Simon TathamAdd a man page for the new command-line PuTTYgen.
2004-01-22 Simon TathamAdded a command-line key generation tool. Currently...
2004-01-21 Simon TathamTheo Markettos's unsigned-vs-signed-char pedantry patch.
2004-01-20 Jacob Nevins`portfwd-loopback-choice' was not consistently documented.
2004-01-19 Simon TathamIdiot me _twice_! The new store_host_key() was failing...
2004-01-17 Simon TathamVarious uninitialised-variable accesses picked up by...
2004-01-17 Simon TathamIdiot me! store_host_key() was blindly _appending_...
2004-01-01 Simon TathamIt's a new year.
2003-10-31 Simon TathamClose the host keys file after use. Well spotted Theo...
2003-10-14 Jacob NevinsRemove dead comment about writing settings, and query...
2003-10-12 Jacob NevinsRemove all the "assert(len>0)" which forbade zero-lengt...
2003-09-03 Jacob NevinsAdd pscp to .cvsignore
2003-09-02 Simon TathamInclude stdlib.h for exit() - thanks Colin.
2003-09-02 Simon TathamRemove CRs. Oops :-/
2003-08-29 Jacob NevinsMinimal fixes to minimal plink man page.
2003-08-29 Jacob NevinsAdd "-s" option to Unix plink too.
2003-08-25 Simon Tatham... and there's a Unix port of PSCP. Ooh.
2003-08-25 Simon TathamWindows PSCP now links against winsftp.c, and scp.c...
2003-08-24 Simon TathamAnd just to prove that psftp.c really is now platform...
2003-08-21 Simon TathamRichard B's patch to enable users to explicitly request...
2003-08-21 Simon TathamRichard B's patch to support X cut buffers as well...
2003-08-21 Simon TathamRichard Boulton's patch for improved correctness in...
2003-08-07 Jacob NevinsControl of 'addr' is now handed over to {platform_...
2003-06-26 Owen DunnImplement hostkey-prompt-type everywhere except Macintosh.
2003-05-13 Simon TathamReal COMPOUND_TEXT support! I was expecting to have...
2003-05-13 Simon TathamAllow pterm to receive selections in compound text...
2003-05-13 Simon TathamDebian bug #193013 points out that the (default-)one...
2003-05-11 Simon TathamBrief man pages for PuTTY and PuTTYtel.
2003-05-11 Simon TathamMissing full stop.
2003-05-11 Simon TathamSome time ago I arranged for -geometry to be able to...
2003-05-11 Simon TathamI think I've just fixed Debian bug #166396. The +ut...
2003-05-10 Simon TathamRemove the now incorrect `Unicode is not supported...
2003-05-10 Simon Tathampterm will now attempt to guess suitable names for...
2003-05-10 Simon Tathampterm's manpage now documents the NoRemoteQTitle resour...
2003-05-10 Simon TathamStupid braino in get_window_title (thanks Colin): windo...
2003-05-10 Simon TathamFixes for Debian bug #192701 (64-bit gccs warn about...
2003-05-07 Simon TathamBah. Stop the Proxy panel appearing empty in Change...
2003-05-07 Simon TathamYesterday's proxy enhancements also slightly nadgered...
2003-05-06 Simon TathamReinstate `-T title', in pterm only.
2003-05-06 Simon TathamSupport, on Unix only (so far), for OpenSSH-style gener...
2003-05-06 Owen DunnUpdate to use -title rather than -T
2003-05-04 Simon TathamColin's const-fixing Patch Of Death. Seems to build...
2003-04-28 Simon TathamFirst half of `pageant-async' work. agent_query() is...
2003-04-27 Simon TathamAdd puttytel binary to .cvsignore
2003-04-27 Simon TathamSupport for non-ISO-8859-1 X keysyms. So in particular...
2003-04-26 Simon TathamRemove the TODO comment at the top of uxputty.c; I...
2003-04-26 Simon TathamFiner granularity of config box handling. SSH packet...
2003-04-26 Simon TathamMake the `vtmode' config option work under X. In the...
2003-04-26 Simon TathamAha, _that's_ why the icon title didn't work properly...
2003-04-25 Simon TathamDon't block SIGPIPE until _after_ pterm forks, since...
2003-04-23 Simon TathamUnix makefile now uses -O2, which massively cuts down...
2003-04-18 Simon TathamRemoving items from a list box using gtk_container_remo...
2003-04-18 Simon TathamMissed out a couple of uxsel_tell() which were hanging...
2003-04-16 Ben HarrisReplace use of FIONBIO with POSIX-approved O_NONBLOCK...
2003-04-16 Ben HarrisMake IPv6 support for Unix work, and make it a lot...
2003-04-12 Simon TathamSupport for New Session, Duplicate Session and the...
2003-04-12 Simon TathamFurther fiddlings with the size reconfiguration stuff; now
2003-04-12 Simon TathamMid-session reconfiguration of scrollback was failing...
2003-04-12 Simon TathamImplement the ldisc `special' mechanism in Unix, withou...
2003-04-12 Simon TathamClose On Exit and Warn On Close fixes: (a) pty_reconfig...
2003-04-11 Simon TathamWhen I implemented the GTK messagebox() function and...
2003-04-11 Simon TathamRationalisation of the system of frontend handles....
2003-04-11 Simon TathamImplement Warn On Close.
2003-04-11 Simon Tatham`Copy All' ought to de-highlight any existing selection...
2003-04-11 Simon Tatham`Copy All' context-menu item, for what it's worth.
2003-04-11 Simon TathamSaving of Default Settings under Unix was broken, becau...
2003-04-11 Simon TathamCutting and pasting from the Unix Event Log.
2003-04-10 Simon TathamImplemented Change Settings under Unix. We are graduall...
2003-04-10 Simon TathamAll the stderr messages in this file now use appname...
2003-04-10 Simon TathamMinor improvements to subsidiary window placement;...
2003-04-09 Simon TathamEvent Log for Unix PuTTY. Doesn't yet allow X selection...
2003-04-08 Simon TathamRename pterm's -T option to -title, to avoid clashing...
2003-04-08 Simon TathamWhile writing gtkdlg.c I learned how to specify a windo...
2003-04-06 Simon TathamNow that we have `appname', make much wider use of it. In
2003-04-05 Simon TathamFixed the printing and charset combo boxes in Unix...
2003-04-05 Simon TathamUnix can't sensibly enumerate printers (since they...
2003-04-05 Simon TathamCtrl+rightclick now pops up a context menu in Unix...
2003-04-05 Simon TathamDynamic port forwarding by means of a local SOCKS serve...
2003-04-04 Simon TathamTurned the old `Telnet Command' System-submenu into...
2003-04-02 Simon TathamFurther .cvsignore updates.
2003-04-02 Simon TathamImprovements to .cvsignore, to attempt to reduce the...
2003-04-01 Simon TathamVarious error-handling fixes, mostly in Unix PuTTY...
2003-03-31 Simon TathamTrivial segfault fix from Richard B.
2003-03-31 Simon TathamAhem; update the TODO to reflect the cmdline changes :-)
next