]> asedeno.scripts.mit.edu Git - PuTTY.git/history - mac
Add ability for ssh2_userkey_loadpub() to return the key comment.
[PuTTY.git] / mac /
2003-01-18 Ben HarrisSupport for saving sessions on the Mac. This is slight...
2003-01-18 Ben HarrisPuTTY doesn't remember which file it got a saved sessio...
2003-01-18 Ben HarrisAdd "Save" and "Save As..." items to the menus. No...
2003-01-18 Ben HarrisMove mac_opensession() from macterm.c to macdlg.c.
2003-01-18 Ben HarrisVarious things to make the Finder like us:
2003-01-18 Ben HarrisCorrect an incorrect black pixel in the PuTTY icon...
2003-01-18 Ben HarrisIt would help if everything agreed on the type of PuTTY...
2003-01-18 Ben HarrisSimplify the random-seed-saving code: There's no need...
2003-01-16 Ben HarrisAdd some icons for saved sessions and random seeds.
2003-01-15 Ben Harris"I don't think that bit means what I think it means...
2003-01-15 Ben HarrisAdd the ability to close sessions. This adds *_free...
2003-01-15 Ben HarrisMake this compile again.
2003-01-15 Jacob NevinsImplement Simon's suggestion of moving DEFAULT_PROTOCOL...
2003-01-15 Ben HarrisMacTCP returns canonical names with a trailing dot...
2003-01-14 Ben HarrisUse the standard linedraw->Unicode mapping from unicode...
2003-01-14 Ben HarrisUpdate for Unicode deglobalisations.
2003-01-14 Ben HarrisUpdate the "known bugs" and "missing features" sections.
2003-01-14 Ben HarrisAdd constants to mac_res.r to set the binary version...
2003-01-14 Ben Harrisconst fallout.
2003-01-14 Ben HarrisRemove debugging printfs from mac_workoutfontscale().
2003-01-14 Ben HarrisAdd double width/height support. This passes all the...
2003-01-14 Ben Harrisrequest_resize() needs to call term_size() to tell...
2003-01-12 Ben HarrisSet the window title to the canonical host name when...
2003-01-12 Ben HarrisConsequences of Simon's recent deglobalisation changes.
2003-01-12 Ben HarrisWhen receiving data, only pass up to the backend as...
2003-01-12 Ben HarrisCall ot_poll as appropriate.
2003-01-12 Ben HarrisDon't fatalbox() unconditionally when opening a connect...
2003-01-12 Ben HarrisCOmpiling _before_ committing is usually a good idea.
2003-01-12 Ben HarrisCorrect code to insert into a doubly-linked list.
2003-01-12 Ben HarrisCute though DNSAddresses are, they're a poor match...
2003-01-12 Ben HarrisUse memset() rather than OTMemzero(), and hence remove...
2003-01-12 Ben HarrisRemove code for splatting test data into new terminals...
2003-01-12 Ben HarrisChange error handling to store the error number rather...
2003-01-11 Ben HarrisInitial import of Owen's OpenTransport interface. ...
2003-01-11 Ben HarrisAdd an indirection layer between mtcpnet.c and the...
2003-01-11 Ben HarrisCalling plug_closing() is highly likely to result in...
2003-01-11 Ben HarrisWhen polling MacTCP connections, check the connection...
2003-01-11 Ben Harrisconst fallout from Simon's X forwarding changes.
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 Ben HarrisImplement get_window_title().
2003-01-09 Ben HarrisForcibly close any TCP connections that are still open...
2003-01-09 Ben HarrisUse c2pstrcpy() rather than silly sprintf() tricks.
2003-01-09 Ben Harrisc2pstr() is deprecated. Use c2pstrcpy() instead.
2003-01-09 Ben HarrisTake advantage of having control over the default font...
2003-01-09 Ben HarrisSet PuTTY's canBackground flag so that it receives...
2003-01-09 Ben HarrisInstall a notification procedure (ASR) on each TCP...
2003-01-09 Simon TathamI'm sick of all those #ifdefs in settings.c, and in...
2003-01-08 Ben HarrisAdd PuTTYtel binaries.
2003-01-08 Ben HarrisRather useless entropy-collection functions for Mac...
2003-01-08 Ben HarrisFairly major hackery to get SSH going on the Mac. ...
2003-01-05 Ben Harrissshsha.c and sshmd5.c compile fine on PowerPC now.
2003-01-05 Ben HarrisAdd reception support for MacTCP. Now I can log in...
2003-01-05 Ben HarrisWhen looking for the correct backend to use, look in...
2003-01-05 Ben HarrisSecond work-in-progress MacTCP commit. We can now...
2003-01-04 Ben HarrisBeginnings of a MacTCP network layer. This has all...
2003-01-04 Ben HarrisAdd a vsnprintf() for the Mac, which doesn't have one...
2003-01-04 Ben HarrisProvide a version of stricmp() and strnicmp() for Mac...
2003-01-04 Ben Harris<MacTypes.h> says we should use NULL rather than nil...
2003-01-04 Ben HarrisRe-arrange the sums in the size tip code so as to ensur...
2003-01-04 Ben HarrisSmall simplification in mac_init().
2003-01-04 Ben HarrisCorrect handling of Mac OS 8.5 Window Manager and Contr...
2003-01-03 Ben HarrisUpdate copyright notices that both Owen and Simon manag...
2003-01-03 Ben HarrisPull in Script.r so we can use verBritain in the 'vers...
2003-01-02 Ben HarrisAny Mac that can handle CFM-68K code must have at least...
2003-01-02 Ben HarrisAdd a prototype for init_ucs().
2003-01-02 Ben HarrisHaving tested it, note that the Classic 68K build seems...
2003-01-02 Ben HarrisIf for some reason do_text() fails to translate from...
2003-01-01 Ben HarrisThe redirection operator I wanted was >>, not >.
2003-01-01 Ben HarrisIgnore .rsrc files.
2003-01-01 Ben HarrisAdd a mechanism for determining which charset to use...
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 a small comment explaining my failure to find any...
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 HarrisAdd spaces to system include lines to that mkfiles...
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-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-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 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().
next