]> asedeno.scripts.mit.edu Git - PuTTY.git/history - unix
Fix small breakages as a result of yesterday's upheavals. Oops.
[PuTTY.git] / unix /
2003-01-14 Simon TathamMiscellaneous fixes to finish up `remove-statics'....
2003-01-14 Simon TathamDeglobalise the Unicode module. Despite all my grand...
2003-01-14 Owen DunnCtrl-PgUp and Ctrl-PgDn now scroll by one line on Unix...
2003-01-12 Simon TathamAhem. Doing loads of stuff to inst->cfg would probably...
2003-01-12 Simon TathamAhem. Global replace of `cfg' with `inst->cfg' is all...
2003-01-12 Simon TathamHaving laid all the groundwork, we can now remove the...
2003-01-12 Simon Tathamproxy.c now no longer refers to `cfg'. Instead, each...
2003-01-12 Simon TathamThe logging module now contains a local copy of cfg too.
2003-01-12 Simon TathamThe Unicode module no longer depends on `cfg', since...
2003-01-12 Simon Tathamprinter_start_job shouldn't need to refer to cfg.printe...
2003-01-12 Simon TathamJust like under Windows, cleanup_exit() shouldn't need...
2003-01-12 Simon TathamThe back ends now contain their own copies of the Confi...
2003-01-12 Simon TathamForgot to match the cmdline changes in the Unix port.
2003-01-12 Simon TathamEach platform's implementation of askappend() is no...
2003-01-11 Simon TathamHack around an oddity in X display names and xauth.
2003-01-11 Simon TathamSupport XDM-AUTHORIZATION-1 for connecting to local...
2003-01-10 Simon TathamIntroduce framework for authenticating with the local...
2003-01-09 Simon TathamUnix plink now catches SIGWINCH and propagates local...
2003-01-09 Simon TathamSupport asynchronous connect() in Unix networking....
2003-01-09 Simon TathamI'm sick of all those #ifdefs in settings.c, and in...
2003-01-07 Simon TathamAhem. Now pterm actually uses wc_to_mb in a situation...
2003-01-03 Simon TathamWork around a weird bug in gdk_draw_text_wc().
2003-01-02 Simon TathamFixes to direct-to-font mode: I'd inadvertently enabled...
2003-01-02 Simon Tathamsk_nonamelookup() should ensure the sockaddr it returns...
2003-01-01 Simon TathamProper support for using the font's own character encod...
2003-01-01 Simon TathamSupport for double-width (CJK) characters, using the...
2002-12-31 Simon TathamFirst draft of Unicode support in pterm. It's pretty...
2002-12-18 Simon TathamSupport for doing DNS at the proxy end. I've invented...
2002-12-18 Simon TathamStop proxying connections to localhost by default;...
2002-12-18 Simon TathamImplement `portfwd-loopback-choice'. Works on local...
2002-12-04 Owen DunnAvoid potential memory leak.
2002-12-04 Simon Tatham#include <signal.h>. Compiled fine without it on Debian...
2002-12-04 Owen DunnChanged to use strerror()
2002-11-23 Ben HarrisAdd a Config * argument to ldisc_create(), and use...
2002-11-23 Ben HarrisAdd a "Config *" argument to term_init(), and use that...
2002-11-20 Simon TathamFixes for more robust handling of command-line parse...
2002-11-20 Simon TathamLargely-placeholder man page for Plink, for the sake of not
2002-11-09 Ben HarrisRename CharWidth() to char_width(). The former name...
2002-11-07 Simon TathamImprove robustness in random seed file handling.
2002-11-05 Simon TathamPacket-level logging should now work properly in Unix...
2002-11-05 Simon TathamFix command-line error handling in pterm. (Hint: wrappi...
2002-11-05 Simon TathamSubstitute `-' (magical hyphen) for `\-' (inert minus...
2002-11-02 Simon TathamImprove shadow bold mode: set the default shadow bold...
2002-11-02 Simon TathamAnother signal-handling refinement from RJK: the SIGCHL...
2002-11-02 Simon TathamImprove the noise collection for the internal random pool.
2002-11-02 Simon TathamRJK's general signal-handling robustness patch. Should...
2002-11-01 Simon TathamPrevent another segfault. Oops.
2002-11-01 Simon TathamAdd a .cvsignore for the Unix subdir
2002-11-01 Simon TathamImprove handling of oobinline sockets; Plink in telnet...
2002-11-01 Simon TathamImplement access to the SSH agent. This ought to make agent
2002-11-01 Simon TathamReplace a \r\n with an ordinary \n - this isn't Windows!
2002-11-01 Simon TathamStop the segfault on failure to resolve a host name.
2002-11-01 Simon TathamAdd a \n at the end of an error message - oops.
2002-10-31 Simon TathamFirst attempt at a Unix port of Plink. Seems to basical...
2002-10-30 Simon TathamRJK's `pterm --help' patch. I _must_ find a better...
2002-10-30 Simon TathamMore preparatory work: remove the <windows.h> include...
2002-10-28 Simon Tathamterminal.c should call the frontend beep() routine...
2002-10-28 Simon TathamCloseOnExit now defaults to COE_ALWAYS for pterm, bring...
2002-10-28 Simon TathamFix Alt+numberpad in pterm. For a start, there was...
2002-10-28 Simon TathamFirst bug discovered as a result of global-removal...
2002-10-26 Simon TathamYet more global-removal. The static variables in loggin...
2002-10-26 Simon TathamReorganised the Unicode layer somewhat: moved luni_send and
2002-10-26 Simon TathamPort forwarding module now passes backend handles aroun...
2002-10-26 Simon TathamLine discipline module now uses dynamically allocated...
2002-10-25 Simon TathamOops; remembering to call term_provide_resize_fn in...
2002-10-25 Simon TathamFix the nasty flashing-light-grey-on-resize problem...
2002-10-25 Simon Tathampty backend now supports the changed function interface...
2002-10-23 Simon TathamImplement handling of all Close On Exit modes. Default...
2002-10-23 Simon TathamCleanups from yesterday's destabilisation: lots of stuff in
2002-10-22 Simon TathamMajor destabilisation, phase 1. In this phase I've...
2002-10-22 Simon TathamMake -ut work the right way round! :-)
2002-10-22 Simon TathamStop `pterm -ut-' leaving the unnecessary utmp helper...
2002-10-21 Simon TathamMake sure SIGINT and SIGQUIT haven't been nobbled in...
2002-10-21 Simon TathamDon't bother closing fds 0-2 before dup2ing over them...
2002-10-21 Simon TathamVT100 line drawing characters should only happen betwee...
2002-10-20 Simon TathamImplement Richard's really clever idea about bell overl...
2002-10-20 Simon TathamScrollOnKey wasn't working because I failed to set...
2002-10-18 Simon TathamReject unrecognised command-line options; thanks rjk.
2002-10-18 Simon TathamFix typo in man page. Thanks Richard.
2002-10-17 Simon TathamOops - that fix wasn't _quite_ right, since it killed all
2002-10-17 Simon TathamMake the shadow bold offset configurable, after discove...
2002-10-17 Simon TathamThis should fix the bug causing Alt-Shift to generate...
2002-10-16 Simon TathamAdd the -xrm command-line option, to allow specificatio...
2002-10-16 Simon TathamAdd a man page.
2002-10-16 Simon TathamA few more command-line options.
2002-10-16 Simon TathamImplement reading of X resources, and -name to change...
2002-10-16 Simon TathamFix utmp and pty handling so that GTK never complains...
2002-10-16 Simon TathamBug `shift-backspace': whichever of ^H and ^? is config...
2002-10-15 Simon TathamSupport bold-as-font, by means of a separate bold font...
2002-10-15 Simon TathamConfigure the pty so that it agrees with our idea of...
2002-10-15 Simon TathamSupport underline and vertical-line cursors as well...
2002-10-15 Simon TathamIf we can't load the specified font, give an error...
2002-10-15 Simon TathamPrinter support: cfg.printer is assumed to be a Unix...
2002-10-15 Simon TathamScrollbar can now be configured to go on the left ...
2002-10-15 Simon TathamSupport ALT + numeric keypad for typing in strange...
2002-10-15 Simon TathamAdd newline at EOF in uxucs.c. Thanks Richard. :-)
2002-10-15 Simon TathamSupport scrolling with the mouse wheel (X servers appar...
2002-10-15 Simon TathamSupport for blinking text and blinking cursor. Won...
2002-10-15 Simon TathamUse the appalling gnome-terminal hack for server-contro...
2002-10-15 Simon TathamRemove some rogue diagnostics.
next