]> asedeno.scripts.mit.edu Git - PuTTY.git/shortlog
PuTTY.git
2003-03-05 Simon TathamThe long-awaited config box revamp! I've taken the...
2003-03-04 Ben HarrisAdd 'what does "PuTTY" mean?', and add some IPA to...
2003-03-03 Simon TathamI've been meaning to get round to this for _ages_:...
2003-03-01 Ben HarrisImprove scheduling on the Mac:
2003-02-28 Simon TathamIn merging the username and password input functions...
2003-02-27 Ben HarrisHandle the Aqua menu layout, in which the system provid...
2003-02-27 Ben HarrisAdd 'plst' 0 resources to help Mac OS X do magic things.
2003-02-24 Simon TathamAdd some parentheses for general robustness. (In partic...
2003-02-23 Ben HarrisSet the executable fragment name (in CFM builds) to...
2003-02-23 Ben HarrisI think the Carbon build now works well enough to be...
2003-02-23 Ben HarrisHandle suspend and resume events in PuTTYgen as well.
2003-02-23 Ben HarrisDon't open the event log whenever an event is logged...
2003-02-23 Ben HarrisScroll the event log to the end after adding a line...
2003-02-23 Ben HarrisAdd handling for suspend and resume events, and set...
2003-02-23 Ben HarrisWork around an SC bug that causes it to try to use...
2003-02-20 Ben HarrisAdd a mechanism for collecting entropy, and displaying...
2003-02-20 Ben HarrisBe careful not to try to get information from windows...
2003-02-20 Ben HarrisChange some of the blocks of cut&pasted code into loops.
2003-02-20 Ben HarrisAsk for traceback tables in PowerPC objects, since...
2003-02-19 Jacob NevinsFix documentation for `ssh2-keyderive-nonbug'.
2003-02-19 Ben HarrisMake this compile in Carbon.
2003-02-18 Jacob NevinsFix `ssh2.0.11-keyderive-nonbug' on the strength of...
2003-02-16 Ben HarrisBring PuTTYgen into the world of object-oriented event...
2003-02-16 Ben HarrisMake it possible to close the "about" and "licence...
2003-02-16 Ben HarrisActually use macabout.c.
2003-02-16 Ben HarrisStub code for handling key windows in PuTTYgen. This...
2003-02-15 Jacob Nevinsfaq-support:
2003-02-15 Ben HarrisRather than increasing the size of my switch statements...
2003-02-15 Ben HarrisTiny amount of infrastructure for having actual keys...
2003-02-15 Ben Harris<OpenTransportInternet.h> seems to want <Files.h>....
2003-02-15 Ben HarrisMake various internal functions static.
2003-02-13 Ben HarrisMove the 'vers' resources for Mac OS into their own...
2003-02-12 Ben HarrisMinimal shell of PuTTYgen for Mac. No actual PuTTYgen...
2003-02-12 Ben HarrisDeal with a "possible extraneous ';'" warning.
2003-02-12 Ben HarrisConvert implicit (char *) and (unsigned char *) casts...
2003-02-12 Ben HarrisUpdate list of Telnet options to match what IANA curren...
2003-02-11 Ben HarrisClip host resize requests to the size of the desktop.
2003-02-11 Simon TathamRemove another `please pester ssh.com for their agent...
2003-02-10 Ben HarrisThe event log is implemented; remove it from the list.
2003-02-07 Jacob NevinsSet some parent windows on PuTTYgen and Pageant About...
2003-02-07 Jacob NevinsGive PuTTYgen an icon.
2003-02-07 Ben HarrisCrude Event Log implementation for the Mac. I'm fairly...
2003-02-07 Ben HarrisClean up Carbon build procedures somewhat. I still...
2003-02-06 Ben HarrisMove net_service_lookup() to macnet.c, since that's...
2003-02-05 Simon TathamOops; overzealous copy-and-paste in the Windows Help...
2003-02-04 Ben HarrisAdd a level of indirection to make it rather easier...
2003-02-04 Simon TathamAdd another bug workaround, this one for old OpenSSH...
2003-02-04 Simon TathamFurther fallout from the introduction of the Filename...
2003-02-04 Ben HarrisIf we're compiling for Carbon, define OTCARBONAPPLICATI...
2003-02-04 Ben HarrisCarbonise, or at least disable MacTCP support under Carbon.
2003-02-04 Ben HarrisI can only quote the comment in <Scrap.h> which prompte...
2003-02-04 Ben HarrisFix various breakages my Carbonisation caused in the...
2003-02-04 Ben HarrisCarbonise. Currently, size tips and copy/paste won...
2003-02-04 Ben HarrisSlightly improve Carbon handling: we still have to...
2003-02-04 Ben HarrisConvert keyboard events into Unicode properly. I can...
2003-02-02 Ben HarrisUpdate to match reality.
2003-02-02 Ben HarrisAdd support for using Navigation Services to open saved...
2003-02-02 Ben HarrisCarbonise, mostly by replacing addresource() with c2pst...
2003-02-01 Ben HarrisCarbonise. Until we support Navigation Services, loadi...
2003-02-01 Ben HarrisMake this compile in a Carbon world (while still suppor...
2003-02-01 Ben HarrisAdd some glue to allow building a Carbon version of...
2003-02-01 Ben HarrisRather more natural (if much more complex) Mac Filename...
2003-02-01 Ben HarrisIn xlatlognam(), use the start of the destination buffe...
2003-02-01 Simon TathamInitialise a variable that might otherwise have caused...
2003-02-01 Simon TathamOops, Ben is quite right about the rather appalling...
2003-02-01 Ben HarrisTidy up Simon's FontSpec abstraction.
2003-02-01 Ben HarrisMake save_scroll() static.
2003-02-01 Simon TathamCreated new data types `Filename' and `FontSpec', inten...
2003-02-01 Simon TathamFix the gcc warnings in this module (since we now seem...
2003-02-01 Ben HarrisRichard's lazy-scrolling patch. This builds up scroll...
2003-02-01 Jacob NevinsMisc tweaks to proxy section
2003-02-01 Ben HarrisBe slightly less negative about other people's setting...
2003-01-31 Ben HarrisMention the slightly odd "too many authentication attem...
2003-01-30 Ben HarrisSmall amount of extra noise gathering -- slurp the...
2003-01-30 Simon TathamYet more fallout from the 16-colour changes. I think...
2003-01-30 Simon TathamAntonin Brothanek points out that `Incoming packet...
2003-01-29 Jacob NevinsFurther cosmetic tweaks to file-selection boxes per...
2003-01-28 Simon TathamAnd another bit missing from the settings changes:...
2003-01-28 Simon TathamGaah, another missing bit from the 16-colour support...
2003-01-28 Ben HarrisNeither do we do non-block cursors.
2003-01-28 Ben HarrisWe don't do blinking text/cursor yet.
2003-01-28 Simon TathamAhem, and restore the missing & from that checkin. Arrgh.
2003-01-28 Simon TathamOh, _that's_ why that `if' had the sense it did. Good...
2003-01-28 Ben HarrisDon't log every keypress by default here either.
2003-01-28 Ben HarrisFix a minor oversight in the new 16-colour code for...
2003-01-28 Ben HarrisSecurity fascists might claim that logging every keypre...
2003-01-27 Ben HarrisAdd myself to the list of copyright holders, largely...
2003-01-27 Simon TathamOf course, that cleanup I did earlier in which I ration...
2003-01-27 Simon Tathamxterm apparently supports ESC[90m through ESC[97m to...
2003-01-27 Simon TathamRemove all `enum'-typed variables from the Config struc...
2003-01-27 Simon TathamBlinking text was broken on pterm. This should fix it.
2003-01-27 Ben HarrisFirst attempt at a platform-independent keyboard handle...
2003-01-27 Ben HarrisRemove some fossils.
2003-01-25 Ben HarrisSupport for pasting 'TEXT', ie text in the local charac...
2003-01-25 Ben HarrisDon't pass NULL to strcmp. Instead, if the user passes...
2003-01-25 Ben HarrisAdd support for copying non-Unicode text to the clipboa...
2003-01-25 Simon TathamFix Unix breakage from term_mouse() revamp too.
2003-01-25 Simon TathamFix minor breakage on Windows as a result of term_mouse...
2003-01-25 Ben HarrisChange the term_mouse interface a little so that it...
2003-01-25 Ben HarrisThe PowerPC build works on Owen's Mac, which doesn...
next