First phase of SFTP re-engineering. Each base-level fxp_* function
[u/mdw/putty] / unix /
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.
2003-05-11 simonSome time ago I arranged for -geometry to be able to...
2003-05-11 simonI think I've just fixed Debian bug #166396. The +ut...
2003-05-10 simonRemove the now incorrect `Unicode is not supported...
2003-05-10 simonpterm will now attempt to guess suitable names for...
2003-05-10 simonpterm's manpage now documents the NoRemoteQTitle resour...
2003-05-10 simonStupid braino in get_window_title (thanks Colin): windo...
2003-05-10 simonFixes for Debian bug #192701 (64-bit gccs warn about...
2003-05-07 simonBah. Stop the Proxy panel appearing empty in Change...
2003-05-07 simonYesterday's proxy enhancements also slightly nadgered...
2003-05-06 simonReinstate `-T title', in pterm only.
2003-05-06 simonSupport, on Unix only (so far), for OpenSSH-style gener...
2003-05-06 owenUpdate to use -title rather than -T
2003-05-04 simonColin's const-fixing Patch Of Death. Seems to build...
2003-04-28 simonFirst half of `pageant-async' work. agent_query() is...
2003-04-27 simonAdd puttytel binary to .cvsignore
2003-04-27 simonSupport for non-ISO-8859-1 X keysyms. So in particular...
2003-04-26 simonRemove the TODO comment at the top of uxputty.c; I...
2003-04-26 simonFiner granularity of config box handling. SSH packet...
2003-04-26 simonMake the `vtmode' config option work under X. In the...
2003-04-26 simonAha, _that's_ why the icon title didn't work properly...
2003-04-25 simonDon't block SIGPIPE until _after_ pterm forks, since...
2003-04-23 simonUnix makefile now uses -O2, which massively cuts down...
2003-04-18 simonRemoving items from a list box using gtk_container_remo...
2003-04-18 simonMissed out a couple of uxsel_tell() which were hanging...
2003-04-16 benReplace use of FIONBIO with POSIX-approved O_NONBLOCK...
2003-04-16 benMake IPv6 support for Unix work, and make it a lot...
2003-04-12 simonSupport for New Session, Duplicate Session and the...
2003-04-12 simonFurther fiddlings with the size reconfiguration stuff...
2003-04-12 simonMid-session reconfiguration of scrollback was failing...
2003-04-12 simonImplement the ldisc `special' mechanism in Unix, withou...
2003-04-12 simonClose On Exit and Warn On Close fixes: (a) pty_reconfig...
2003-04-11 simonWhen I implemented the GTK messagebox() function and...
2003-04-11 simonRationalisation of the system of frontend handles....
2003-04-11 simonImplement Warn On Close.
2003-04-11 simon`Copy All' ought to de-highlight any existing selection...
2003-04-11 simon`Copy All' context-menu item, for what it's worth.
2003-04-11 simonSaving of Default Settings under Unix was broken, becau...
2003-04-11 simonCutting and pasting from the Unix Event Log.
2003-04-10 simonImplemented Change Settings under Unix. We are graduall...
2003-04-10 simonAll the stderr messages in this file now use appname...
2003-04-10 simonMinor improvements to subsidiary window placement;...
2003-04-09 simonEvent Log for Unix PuTTY. Doesn't yet allow X selection...
2003-04-08 simonRename pterm's -T option to -title, to avoid clashing...
2003-04-08 simonWhile writing gtkdlg.c I learned how to specify a windo...
2003-04-06 simonNow that we have `appname', make much wider use of...
2003-04-05 simonFixed the printing and charset combo boxes in Unix...
2003-04-05 simonUnix can't sensibly enumerate printers (since they...
2003-04-05 simonCtrl+rightclick now pops up a context menu in Unix...
2003-04-05 simonDynamic port forwarding by means of a local SOCKS serve...
2003-04-04 simonTurned the old `Telnet Command' System-submenu into...
2003-04-02 simonFurther .cvsignore updates.
2003-04-02 simonImprovements to .cvsignore, to attempt to reduce the...
2003-04-01 simonVarious error-handling fixes, mostly in Unix PuTTY...
2003-03-31 simonTrivial segfault fix from Richard B.
2003-03-31 simonAhem; update the TODO to reflect the cmdline changes :-)
2003-03-31 simonSupport for PuTTY-style command-line arguments in Unix...
2003-03-31 simonAnd everyone's favourite cosmetic change: Unix PuTTY...
2003-03-31 simonCan now save and load settings under Unix.
2003-03-31 simonFix a _very_ subtle segfault in my two GTK container...
2003-03-31 simonCheckin of last night's work on GTK message boxes....
2003-03-29 simonHaving created and used uxsel, it actually turns out...
2003-03-29 simonpterm now uses the new uxsel module, so it's one step...
2003-03-29 simonAdded uxsel.c, into which I've moved those parts of...
2003-03-29 simonIntroduced wrapper macros snew(), snewn() and sresize...
2003-03-25 benRename dlg_listbox_addwithindex() to dlg_listbox_addwit...
2003-03-22 simonVarious cosmetic fixes to the GTK config box: vertical...
2003-03-18 simonBetter appearance and positioning for dlg_error_msg...
2003-03-18 simonBig sprawling dialog-box commit covering all sorts...
2003-03-16 simonFurther work on the GTK config box; mostly implemented...
2003-03-16 simonFixed accelerator clash in the Unix-specific config...
2003-03-15 simonWhen a piece of text overflows its column in a tabbed...
2003-03-15 simonEvent handling in the GTK dialog engine is now basicall...
2003-03-14 simonContinuing work on the GTK config box. Created uxcfg...
2003-03-13 simonFirst stab at a GTK layout engine. It's missing all...
2003-03-11 simonNever pass a `char' to a ctype function. I had relied...
2003-03-06 simonReorganisation of misc.c: Minefield has moved out to...
2003-03-06 simonRichard B's patch to add WINDOWID support to pterm.
2003-02-01 simonOops, Ben is quite right about the rather appalling...
2003-02-01 simonCreated new data types `Filename' and `FontSpec', inten...
2003-01-28 simonAnd another bit missing from the settings changes:...
2003-01-27 simonxterm apparently supports ESC[90m through ESC[97m to...
2003-01-27 simonRemove all `enum'-typed variables from the Config struc...
2003-01-25 simonFix Unix breakage from term_mouse() revamp too.
2003-01-25 benChange the term_mouse interface a little so that it...
2003-01-20 benAdd a stub "free" routine for pterm. Thanks to rjk.
2003-01-14 simonMiscellaneous fixes to finish up `remove-statics'....
2003-01-14 simonDeglobalise the Unicode module. Despite all my grand...
2003-01-14 owenCtrl-PgUp and Ctrl-PgDn now scroll by one line on Unix...
2003-01-12 simonAhem. Doing loads of stuff to inst->cfg would probably...
2003-01-12 simonAhem. Global replace of `cfg' with `inst->cfg' is all...
2003-01-12 simonHaving laid all the groundwork, we can now remove the...
2003-01-12 simonproxy.c now no longer refers to `cfg'. Instead, each...
2003-01-12 simonThe logging module now contains a local copy of cfg...
2003-01-12 simonThe Unicode module no longer depends on `cfg', since...
next