]> asedeno.scripts.mit.edu Git - PuTTY.git/shortlog
PuTTY.git
2003-01-01 Simon TathamHaving painstakingly generated those reverse mapping...
2003-01-01 Ben HarrisAdd all the Mac OS simple single-byte character sets...
2003-01-01 Ben HarrisRemove a couple of unnecessary casts that my compiler...
2002-12-31 Ben HarrisUse the shiny new character-set library to handle conve...
2002-12-31 Ben HarrisAdd "-notOnce" to the compiler options on the Mac to...
2002-12-31 Ben HarrisI have no idea what Simon thought he was doing casting...
2002-12-31 Ben HarrisAdd internal prototypes to keep my compiler from compla...
2002-12-31 Ben HarrisAdd a small comment explaining my failure to find any...
2002-12-31 Simon TathamBetter, I think, to avoid mapping 0x00 -> U+0020 in the X11
2002-12-31 Simon TathamFirst draft of Unicode support in pterm. It's pretty...
2002-12-31 Simon TathamSCO ACS part 2 (ESC[12m) apparently puts the top half...
2002-12-31 Simon TathamDimitrie Paun's patch for Winelib support. Actually...
2002-12-31 Ben HarrisAdd a minimalist settings dialogue, which contains...
2002-12-30 Ben HarrisRemove mentions of files and functions that no longer...
2002-12-30 Ben HarrisNo need to compile resources manually now.
2002-12-30 Ben HarrisAdd support for compiling 'vers' resources into Mac...
2002-12-30 Ben HarrisSet the default directory to somewhere useful (the...
2002-12-30 Ben HarrisAdd an "open" command to the "file" (now "session"...
2002-12-30 Ben HarrisRemove a spurious reference to a variable I've removed.
2002-12-30 Ben HarrisFinally add support for building Mac resource forks...
2002-12-30 Ben HarrisAdd spaces to system include lines to that mkfiles...
2002-12-30 Ben HarrisMore cleanup to Mac build procedures, notably:
2002-12-29 Ben HarrisAdd various files produced by the build system.
2002-12-29 Ben HarrisDon't try to call TerminateUnicodeConverter() in the...
2002-12-29 Ben HarrisBrutally simplify out all the junk that MPW left here...
2002-12-29 Ben HarrisAdd support for building a CFM-68K version of PuTTY...
2002-12-29 Ben HarrisSubstantial overhaul of Mac build system. We now have...
2002-12-29 Ben HarrisPut prototypes for the functions exported by wcwidth...
2002-12-29 Ben HarrisMake resizeline() and lineptr() static and give them...
2002-12-29 Ben HarrisUse the "far" versions of all libraries for which they...
2002-12-29 Ben HarrisAdd some pragmas so that Mac compilers know that fatalb...
2002-12-28 Ben HarrisIt would be better if I deleted the unused variable...
2002-12-28 Ben HarrisRemove more unused variables.
2002-12-28 Ben HarrisDispose of some unused local variables.
2002-12-28 Ben HarrisThe current version of SC generates warnings for unused...
2002-12-27 Simon TathamMention in the documentation that the method of generat...
2002-12-19 Simon TathamMove the stderr output of event log messages in verbose...
2002-12-19 Simon TathamFirst crack at an implementation of TELOPT_BINARY,...
2002-12-19 Simon Tathamlogeventf() shouldn't throw stuff at stderr, since...
2002-12-18 Simon TathamSupport for doing DNS at the proxy end. I've invented...
2002-12-18 Simon TathamBetter reporting of DNS errors while trying to find...
2002-12-18 Simon TathamStop proxying connections to localhost by default;...
2002-12-18 Simon TathamPlacate a trivial compiler warning.
2002-12-18 Simon TathamImprove the tab order in the Tunnels box: the `Add...
2002-12-18 Simon TathamImplement `portfwd-loopback-choice'. Works on local...
2002-12-18 Simon TathamBUG_SSH2_DERIVEKEY is apparently only present in SSH...
2002-12-18 Simon Tatham`Leonid' points out a stupid mistake in MD5 HMAC initia...
2002-12-18 Simon Tathamlogeventf()'s first argument is ssh, not ssh->frontend...
2002-12-15 Jacob NevinsFixing trivial warnings spotted by Mingw-2.0.0/gcc-3.2:
2002-12-15 Jacob NevinsFixing trivial warnings spotted by Mingw-2.0.0/gcc-3.2:
2002-12-15 Jacob NevinsFixing trivial warnings spotted by Mingw-2.0.0/gcc-3.2:
2002-12-15 Jacob NevinsFixing trivial warnings spotted by Mingw-2.0.0/gcc-3.2:
2002-12-15 Jacob NevinsFrom Greg Prosser: Apparently using "MS Shell Dlg"...
2002-12-15 Jacob Nevinsfaq-rh8-utf8: Problems with Red Hat 8.0 and UTF-8
2002-12-13 Ben HarrisRemove an unnecessary "{Includes}" from the example...
2002-12-13 Ben HarrisProvide a full set of small application icons for PuTTY...
2002-12-13 Ben HarrisUse the Unicode Converter to convert from Unicode to...
2002-12-12 Ben HarrisWhen loading a string setting, expect in the same form...
2002-12-11 Ben HarrisAdd some documentation for the Mac port.
2002-12-10 Jacob NevinsIPv4/IPv6 sense problem in SOCKS5 proxying spotted...
2002-12-10 Ben HarrisSince PuTTY depends on lots of features of System 7...
2002-12-09 Ben HarrisWhen resizing the window, redraw the grow box as well...
2002-12-09 Ben HarrisUpdate the non-Color Quickdraw code in pre_paint()...
2002-12-08 Ben HarrisOops. When deciding which attributes are interesting...
2002-12-08 Ben HarrisRemove a stray prototype for mac_set_attr_mask().
2002-12-08 Ben HarrisRemove some unused cruft.
2002-12-08 Jacob NevinsModify bug-compatibility checks to use wildcards. Shoul...
2002-12-08 Jacob NevinsWrong length was causing spurious \0 to be sent during...
2002-12-08 Jacob NevinsArgh. With DEBUG and MALLOC_LOG enabled, I found output...
2002-12-08 Jacob NevinsDoofus Award: logfopen is shared between SSH-packet...
2002-12-08 Simon TathamAdd a new diagnostic in winnet.c, to attempt to pinpoin...
2002-12-08 Ben HarrisSlightly cheesy size-tip implementation. This is subop...
2002-12-07 Jacob NevinsFor some reason Roman Pompejus' original logging patch...
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...
next