u/mdw/putty
2002-12-18 simonSupport for doing DNS at the proxy end. I've invented...
2002-12-18 simonBetter reporting of DNS errors while trying to find...
2002-12-18 simonStop proxying connections to localhost by default;...
2002-12-18 simonPlacate a trivial compiler warning.
2002-12-18 simonImprove the tab order in the Tunnels box: the `Add...
2002-12-18 simonImplement `portfwd-loopback-choice'. Works on local...
2002-12-18 simonBUG_SSH2_DERIVEKEY is apparently only present in SSH...
2002-12-18 simon`Leonid' points out a stupid mistake in MD5 HMAC initia...
2002-12-18 simonlogeventf()'s first argument is ssh, not ssh->frontend...
2002-12-15 jacobFixing trivial warnings spotted by Mingw-2.0.0/gcc...
2002-12-15 jacobFixing trivial warnings spotted by Mingw-2.0.0/gcc...
2002-12-15 jacobFixing trivial warnings spotted by Mingw-2.0.0/gcc...
2002-12-15 jacobFixing trivial warnings spotted by Mingw-2.0.0/gcc...
2002-12-15 jacobFrom Greg Prosser: Apparently using "MS Shell Dlg"...
2002-12-15 jacobfaq-rh8-utf8: Problems with Red Hat 8.0 and UTF-8
2002-12-13 benRemove an unnecessary "{Includes}" from the example...
2002-12-13 benProvide a full set of small application icons for PuTTY...
2002-12-13 benUse the Unicode Converter to convert from Unicode to...
2002-12-12 benWhen loading a string setting, expect in the same form...
2002-12-11 benAdd some documentation for the Mac port.
2002-12-10 jacobIPv4/IPv6 sense problem in SOCKS5 proxying spotted...
2002-12-10 benSince PuTTY depends on lots of features of System 7...
2002-12-09 benWhen resizing the window, redraw the grow box as well...
2002-12-09 benUpdate the non-Color Quickdraw code in pre_paint()...
2002-12-08 benOops. When deciding which attributes are interesting...
2002-12-08 benRemove a stray prototype for mac_set_attr_mask().
2002-12-08 benRemove some unused cruft.
2002-12-08 jacobModify bug-compatibility checks to use wildcards. Shoul...
2002-12-08 jacobWrong length was causing spurious \0 to be sent during...
2002-12-08 jacobArgh. With DEBUG and MALLOC_LOG enabled, I found output...
2002-12-08 jacobDoofus Award: logfopen is shared between SSH-packet...
2002-12-08 simonAdd a new diagnostic in winnet.c, to attempt to pinpoin...
2002-12-08 benSlightly cheesy size-tip implementation. This is subop...
2002-12-07 jacobFor some reason Roman Pompejus' original logging patch...
2002-12-07 jacobFix write to freed memory in HTTP proxying. Things...
2002-12-07 benWhen scrolling part of the window, scroll the update...
2002-12-07 jacobIgnore generated Mac Makefile
2002-12-06 benUse the Script Manager to find a small Roman font for...
2002-12-04 benAdd some comments explaining what each of these functio...
2002-12-04 owenAvoid potential memory leak.
2002-12-04 simon#include <signal.h>. Compiled fine without it on Debian...
2002-12-04 owenChanged to use strerror()
2002-12-02 benDriver script for building PuTTY under MPW. MPW isn...
2002-12-02 benAdd an entry for the Mac version of PuTTY.
2002-12-02 benAdd support for generating MPW Makefiles. This makes...
2002-11-29 benImprove support for non-colour displays by adding a...
2002-11-28 benDon't call SetFractEnable every time we draw some text...
2002-11-28 benFollow the recommendations in Tech Note TB575 for clipp...
2002-11-28 benUse StdText() rather than DrawText, so that (later...
2002-11-26 simonIncrease the size of the `font' buffer in the Config...
2002-11-26 benSubstantial overhaul of colour handling in do_text...
2002-11-25 benMake the default font on Mac OS be Monaco 9 rather...
2002-11-25 benRemove a spurious 'q'.
2002-11-24 benAdd support for displaying the licence window.
2002-11-24 benFix scrolling on systems without Color QuickDraw. ...
2002-11-23 benDon't try to initialise the palette unless we have...
2002-11-23 benFix a bug in scroll_display(): when the scrolled region...
2002-11-23 benRemove stray debugging printfs.
2002-11-23 benAdd a Config * argument to ldisc_create(), and use...
2002-11-23 benReturn the state information from loop_init() in the...
2002-11-23 benAdd a "Config *" argument to term_init(), and use that...
2002-11-23 benOnly try to retrieve a 'vers' resource from the current...
2002-11-23 benWe don't currently need the Thread Manager (and all...
2002-11-23 benOn a keypress, hide the mouse cursor, send the key...
2002-11-23 benRemove a debugging printf.
2002-11-23 benBring in some of my scroll-optimisation stuff from...
2002-11-23 jacobNote about CTRL-C trick for copying text of error dialogs
2002-11-22 benUpdate the status of the Mac port.
2002-11-21 jacobNote that default will change to SSH-2 next release
2002-11-20 simonFixes for more robust handling of command-line parse...
2002-11-20 simonInterchange two parameters in a printf, to prevent...
2002-11-20 simonLargely-placeholder man page for Plink, for the sake...
2002-11-20 benFiddle with mac_initpalette() so that the cursor works...
2002-11-20 benRemove has_focus from Session and use the one in Termin...
2002-11-19 benRemove CURSOR_FG_BOLD and CURSOR_BG_BOLD, and hence...
2002-11-19 benPass co-ordinates to term_paint() in characters rather...
2002-11-19 jacobAdd mac/ to include paths after discussion with bjh21
2002-11-19 benA couple of useful test backends.
2002-11-19 benMac resource source file, missed in last commit.
2002-11-19 benTentative merge of ben-mac-port (only dead for three...
2002-11-18 benWhen processing input, refer to CR and LF as \015 and...
2002-11-18 benISO-IR entry 157 appears to correspond to ISO/IEC 8859...
2002-11-18 benMore comment cleanup.
2002-11-18 benDon't forget the IEC!
2002-11-18 benBoth ISO and unicode.org now admit the existence of...
2002-11-17 simonThanks to Hans-Juergen Petrich for spotting this tiny...
2002-11-17 benApple's C compilers don't think that putting parenthese...
2002-11-17 benChange a temporary buffer from unsigned chars to chars...
2002-11-12 simonBump latest version to 0.53b for release!
2002-11-10 benUse <stddef.h> to get wchar_t, rather than <wchar.h...
2002-11-09 benRename CharWidth() to char_width(). The former name...
2002-11-07 simonImprove robustness in random seed file handling.
2002-11-07 simonRobustness fixes for KEXINIT handling and others. In...
2002-11-07 simonBorland makefile needs to define _WINDOWS; apparently...
2002-11-05 simonPacket-level logging should now work properly in Unix...
2002-11-05 simonFix command-line error handling in pterm. (Hint: wrappi...
2002-11-05 simonSubstitute `-' (magical hyphen) for `\-' (inert minus...
2002-11-03 simonHalf of Lars Gunnarsson's iXplorer compatibility patch...
2002-11-02 simonProbably about time we mentioned the nascent Unix port...
2002-11-02 simonImprove shadow bold mode: set the default shadow bold...
next