Centralise calls to fcntl into functions that carefully check the
[u/mdw/putty] / unix / unix.h
2013-07-19 simonCentralise calls to fcntl into functions that carefully...
2013-07-19 simonAdd a nonfatal() function everywhere, to be used for...
2013-01-13 simonReorganise setup_fonts_ucs so that in case of error...
2012-05-13 simonPatch from Robert de Bath to substantially simplify...
2011-12-08 simonArrange to call net_pending_errors on Unix, which we...
2011-10-02 simonTurn 'Filename' into a dynamically allocated type with...
2011-10-01 simonChange the semantics of 'FontSpec' so that it's a dynam...
2011-07-14 simonPost-release destabilisation! Completely remove the...
2010-09-25 simonCleanups of the GSSAPI support. On Windows, standard...
2010-05-19 simonPatch from Alejandro Sedeno, somewhat modified by me...
2008-12-01 benChange the Unix version of Ssh_gss_name to be a gss_nam...
2008-11-24 benChange how we handle the Ssh_gss_buf type. Previously...
2007-09-29 benAdd support for resetting the terminal modes on stderr...
2007-02-25 jacobSince r7265, a user could not launch a PuTTY session...
2007-01-09 simonFix `puttygen-unix-perms': f_open(), PuTTY's wrapper...
2006-12-09 benSet FD_CLOEXEC in a little convenience function that...
2006-08-29 simonInhibit the Serial configuration panel in mid-session...
2006-08-28 simonSerial back end for Unix. Due to hardware limitations...
2005-04-25 benAdd a mechanism for using autoconf to detect the quirks...
2005-03-28 simonRender timing.c robust in the face of strangeness....
2005-02-14 simonOh, and (there's always one) remove the unnecessary...
2005-02-14 simonSaw uxcfg.c in half down the middle, to separate out...
2005-01-28 benOverhaul of client-side XDM-AUTHORIZATION-1:
2004-12-29 simonLoose end from r5031: the Kex panel should only be...
2004-12-17 simonJacob has pointed out why SIGCHLD was blocked, so I...
2004-11-27 simonNew timing infrastructure. There's a new function sched...
2004-10-16 simonMarkus Kuhn's UTF-8 page
2003-08-24 simonAnd just to prove that psftp.c really is now platform...
2003-05-10 simonFixes for Debian bug #192701 (64-bit gccs warn about...
2003-05-04 simonColin's const-fixing Patch Of Death. Seems to build...
2003-04-27 simonSupport for non-ISO-8859-1 X keysyms. So in particular...
2003-04-26 simonMake the `vtmode' config option work under X. In the...
2003-04-11 simonImplement Warn On Close.
2003-04-10 simonImplemented Change Settings under Unix. We are graduall...
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-05 simonCtrl+rightclick now pops up a context menu in Unix...
2003-04-01 simonVarious error-handling fixes, mostly in Unix PuTTY...
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 simonCheckin of last night's work on GTK message boxes....
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-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-06 simonRichard B's patch to add WINDOWID support to pterm.
2003-02-01 simonCreated new data types `Filename' and `FontSpec', inten...
2003-01-14 simonMiscellaneous fixes to finish up `remove-statics'....
2003-01-14 simonDeglobalise the Unicode module. Despite all my grand...
2003-01-12 simonThe Unicode module no longer depends on `cfg', since...
2003-01-11 simonSupport XDM-AUTHORIZATION-1 for connecting to local...
2003-01-02 simonFixes to direct-to-font mode: I'd inadvertently enabled...
2003-01-01 simonProper support for using the font's own character encod...
2002-12-31 simonFirst draft of Unicode support in pterm. It's pretty...
2002-11-05 simonPacket-level logging should now work properly in Unix...
2002-11-02 simonRJK's general signal-handling robustness patch. Should...
2002-10-31 simonFirst attempt at a Unix port of Plink. Seems to basical...
2002-10-30 simonMore preparatory work: remove the <windows.h> include...
2002-10-26 simonYet more global-removal. The static variables in loggin...
2002-10-26 simonReorganised the Unicode layer somewhat: moved luni_send and
2002-10-16 simonAdd the -xrm command-line option, to allow specificatio...
2002-10-16 simonImplement reading of X resources, and -name to change...
2002-10-15 simonSupport for blinking text and blinking cursor. Won...
2002-10-15 simonDon't forget to initialise the pixel size parameters...
2002-10-15 simonSupport for utmp, wtmp and lastlog. Probably not terrib...
2002-10-14 simonSEL_NL is different between Windows and Unix; move...
2002-10-13 simonSelection now supported in pterm. Required small modifi...
2002-10-09 simonFirst phase of porting. pterm now compiles and runs...
2002-10-07 simonBegin destabilisation in the wake of 0.53! This checkin...