]> asedeno.scripts.mit.edu Git - PuTTY.git/shortlog
PuTTY.git
2002-12-07 Jacob NevinsFix write to freed memory in HTTP proxying. Things...
2002-12-07 Ben HarrisWhen scrolling part of the window, scroll the update...
2002-12-07 Jacob NevinsIgnore generated Mac Makefile
2002-12-06 Ben HarrisUse the Script Manager to find a small Roman font for...
2002-12-04 Ben HarrisAdd some comments explaining what each of these functio...
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-12-02 Ben HarrisDriver script for building PuTTY under MPW. MPW isn...
2002-12-02 Ben HarrisAdd an entry for the Mac version of PuTTY.
2002-12-02 Ben HarrisAdd support for generating MPW Makefiles. This makes...
2002-11-29 Ben HarrisImprove support for non-colour displays by adding a...
2002-11-28 Ben HarrisDon't call SetFractEnable every time we draw some text...
2002-11-28 Ben HarrisFollow the recommendations in Tech Note TB575 for clipp...
2002-11-28 Ben HarrisUse StdText() rather than DrawText, so that (later...
2002-11-26 Simon TathamIncrease the size of the `font' buffer in the Config...
2002-11-26 Ben HarrisSubstantial overhaul of colour handling in do_text...
2002-11-25 Ben HarrisMake the default font on Mac OS be Monaco 9 rather...
2002-11-25 Ben HarrisRemove a spurious 'q'.
2002-11-24 Ben HarrisAdd support for displaying the licence window.
2002-11-24 Ben HarrisFix scrolling on systems without Color QuickDraw. ...
2002-11-23 Ben HarrisDon't try to initialise the palette unless we have...
2002-11-23 Ben HarrisFix a bug in scroll_display(): when the scrolled region...
2002-11-23 Ben HarrisRemove stray debugging printfs.
2002-11-23 Ben HarrisAdd a Config * argument to ldisc_create(), and use...
2002-11-23 Ben HarrisReturn the state information from loop_init() in the...
2002-11-23 Ben HarrisAdd a "Config *" argument to term_init(), and use that...
2002-11-23 Ben HarrisOnly try to retrieve a 'vers' resource from the current...
2002-11-23 Ben HarrisWe don't currently need the Thread Manager (and all...
2002-11-23 Ben HarrisOn a keypress, hide the mouse cursor, send the key...
2002-11-23 Ben HarrisRemove a debugging printf.
2002-11-23 Ben HarrisBring in some of my scroll-optimisation stuff from...
2002-11-23 Jacob NevinsNote about CTRL-C trick for copying text of error dialogs
2002-11-22 Ben HarrisUpdate the status of the Mac port.
2002-11-21 Jacob NevinsNote that default will change to SSH-2 next release
2002-11-20 Simon TathamFixes for more robust handling of command-line parse...
2002-11-20 Simon TathamInterchange two parameters in a printf, to prevent...
2002-11-20 Simon TathamLargely-placeholder man page for Plink, for the sake of not
2002-11-20 Ben HarrisFiddle with mac_initpalette() so that the cursor works...
2002-11-20 Ben HarrisRemove has_focus from Session and use the one in Termin...
2002-11-19 Ben HarrisRemove CURSOR_FG_BOLD and CURSOR_BG_BOLD, and hence...
2002-11-19 Ben HarrisPass co-ordinates to term_paint() in characters rather...
2002-11-19 Jacob NevinsAdd mac/ to include paths after discussion with bjh21
2002-11-19 Ben HarrisA couple of useful test backends.
2002-11-19 Ben HarrisMac resource source file, missed in last commit.
2002-11-19 Ben HarrisTentative merge of ben-mac-port (only dead for three...
2002-11-18 Ben HarrisWhen processing input, refer to CR and LF as \015 and...
2002-11-18 Ben HarrisISO-IR entry 157 appears to correspond to ISO/IEC 8859...
2002-11-18 Ben HarrisMore comment cleanup.
2002-11-18 Ben HarrisDon't forget the IEC!
2002-11-18 Ben HarrisBoth ISO and unicode.org now admit the existence of...
2002-11-17 Simon TathamThanks to Hans-Juergen Petrich for spotting this tiny...
2002-11-17 Ben HarrisApple's C compilers don't think that putting parenthese...
2002-11-17 Ben HarrisChange a temporary buffer from unsigned chars to chars...
2002-11-12 Simon TathamBump latest version to 0.53b for release!
2002-11-10 Ben HarrisUse <stddef.h> to get wchar_t, rather than <wchar.h...
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-07 Simon TathamRobustness fixes for KEXINIT handling and others. In...
2002-11-07 Simon TathamBorland makefile needs to define _WINDOWS; apparently...
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-03 Simon TathamHalf of Lars Gunnarsson's iXplorer compatibility patch...
2002-11-02 Simon TathamProbably about time we mentioned the nascent Unix port...
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 Jacob Nevinss/public/private/ spotted by Clint Hastings; also chang...
2002-11-01 Simon TathamIntroduce program category U, for non-GTK-requiring...
2002-11-01 Simon TathamPrevent another segfault. Oops.
2002-11-01 Simon Tatham.HLP files should be ignored as well. 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 TathamAnother valgrind-caught error. This one has apparently...
2002-11-01 Simon Tathamvalgrind has caught two more uninitialised elements...
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-11-01 Simon TathamMove an output newline to make username entry in Plink...
2002-11-01 Simon TathamPass int rather than char to va_arg (the latter gets...
2002-11-01 Simon TathamSplit a trigraph sequence in a string constant.
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 TathamRJK's `make install' patch for the Unix makefile.
2002-10-30 Simon TathamFurther deglobalisation: settings.c now has a more...
2002-10-30 Simon TathamFix some consts.
2002-10-30 Simon TathamMore preparatory work: remove the <windows.h> include...
2002-10-30 Simon TathamPreparatory work before attempting a Unix port of plink...
2002-10-29 Simon TathamYikes - put back a #include I accidentally removed...
2002-10-29 Simon TathamHmm. Probably best initialise mainchan as well; oops.
2002-10-29 Simon TathamTry actually initialising ssh->v1_compressing. With...
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 TathamAnother deglobalisation bug: failed to initialise term...
2002-10-28 Simon TathamFirst bug discovered as a result of global-removal...
2002-10-27 Simon TathamArrgh! _Another_ missed commit. I really must do someth...
next