u/mdw/putty
2003-02-15 benMake various internal functions static.
2003-02-13 benMove the 'vers' resources for Mac OS into their own...
2003-02-12 benMinimal shell of PuTTYgen for Mac. No actual PuTTYgen...
2003-02-12 benDeal with a "possible extraneous ';'" warning.
2003-02-12 benConvert implicit (char *) and (unsigned char *) casts...
2003-02-12 benUpdate list of Telnet options to match what IANA curren...
2003-02-11 benClip host resize requests to the size of the desktop.
2003-02-11 simonRemove another `please pester ssh.com for their agent...
2003-02-10 benThe event log is implemented; remove it from the list.
2003-02-07 jacobSet some parent windows on PuTTYgen and Pageant About...
2003-02-07 jacobGive PuTTYgen an icon.
2003-02-07 benCrude Event Log implementation for the Mac. I'm fairly...
2003-02-07 benClean up Carbon build procedures somewhat. I still...
2003-02-06 benMove net_service_lookup() to macnet.c, since that's...
2003-02-05 simonOops; overzealous copy-and-paste in the Windows Help...
2003-02-04 benAdd a level of indirection to make it rather easier...
2003-02-04 simonAdd another bug workaround, this one for old OpenSSH...
2003-02-04 simonFurther fallout from the introduction of the Filename...
2003-02-04 benIf we're compiling for Carbon, define OTCARBONAPPLICATI...
2003-02-04 benCarbonise, or at least disable MacTCP support under...
2003-02-04 benI can only quote the comment in <Scrap.h> which prompte...
2003-02-04 benFix various breakages my Carbonisation caused in the...
2003-02-04 benCarbonise. Currently, size tips and copy/paste won...
2003-02-04 benSlightly improve Carbon handling: we still have to...
2003-02-04 benConvert keyboard events into Unicode properly. I can...
2003-02-02 benUpdate to match reality.
2003-02-02 benAdd support for using Navigation Services to open saved...
2003-02-02 benCarbonise, mostly by replacing addresource() with c2pst...
2003-02-01 benCarbonise. Until we support Navigation Services, loadi...
2003-02-01 benMake this compile in a Carbon world (while still suppor...
2003-02-01 benAdd some glue to allow building a Carbon version of...
2003-02-01 benRather more natural (if much more complex) Mac Filename...
2003-02-01 benIn xlatlognam(), use the start of the destination buffe...
2003-02-01 simonInitialise a variable that might otherwise have caused...
2003-02-01 simonOops, Ben is quite right about the rather appalling...
2003-02-01 benTidy up Simon's FontSpec abstraction.
2003-02-01 benMake save_scroll() static.
2003-02-01 simonCreated new data types `Filename' and `FontSpec', inten...
2003-02-01 simonFix the gcc warnings in this module (since we now seem...
2003-02-01 benRichard's lazy-scrolling patch. This builds up scroll...
2003-02-01 jacobMisc tweaks to proxy section
2003-02-01 benBe slightly less negative about other people's setting...
2003-01-31 benMention the slightly odd "too many authentication attem...
2003-01-30 benSmall amount of extra noise gathering -- slurp the...
2003-01-30 simonYet more fallout from the 16-colour changes. I think...
2003-01-30 simonAntonin Brothanek points out that `Incoming packet...
2003-01-29 jacobFurther cosmetic tweaks to file-selection boxes per...
2003-01-28 simonAnd another bit missing from the settings changes:...
2003-01-28 simonGaah, another missing bit from the 16-colour support...
2003-01-28 benNeither do we do non-block cursors.
2003-01-28 benWe don't do blinking text/cursor yet.
2003-01-28 simonAhem, and restore the missing & from that checkin....
2003-01-28 simonOh, _that's_ why that `if' had the sense it did. Good...
2003-01-28 benDon't log every keypress by default here either.
2003-01-28 benFix a minor oversight in the new 16-colour code for...
2003-01-28 benSecurity fascists might claim that logging every keypre...
2003-01-27 benAdd myself to the list of copyright holders, largely...
2003-01-27 simonOf course, that cleanup I did earlier in which I ration...
2003-01-27 simonxterm apparently supports ESC[90m through ESC[97m to...
2003-01-27 simonRemove all `enum'-typed variables from the Config struc...
2003-01-27 simonBlinking text was broken on pterm. This should fix it.
2003-01-27 benFirst attempt at a platform-independent keyboard handle...
2003-01-27 benRemove some fossils.
2003-01-25 benSupport for pasting 'TEXT', ie text in the local charac...
2003-01-25 benDon't pass NULL to strcmp. Instead, if the user passes...
2003-01-25 benAdd support for copying non-Unicode text to the clipboa...
2003-01-25 simonFix Unix breakage from term_mouse() revamp too.
2003-01-25 simonFix minor breakage on Windows as a result of term_mouse...
2003-01-25 benChange the term_mouse interface a little so that it...
2003-01-25 benThe PowerPC build works on Owen's Mac, which doesn...
2003-01-25 benDuplicate Session is done.
2003-01-25 benAdd support for "Duplicate Session", moving back-end...
2003-01-25 benEnsure that development snapshots have a version number...
2003-01-25 benWe now have _some_ useful AE support, so mention what...
2003-01-25 benAEGetNthPtr() is stupid and counts from 1. Allowing...
2003-01-24 jacobChange website refs from putty/wishlist.html to putty...
2003-01-24 benWe'd like full-screen mode too.
2003-01-24 benAdd a bug and a missing feature.
2003-01-24 benRedesign the macnet.c infrastructure, largely so as...
2003-01-23 benAdd Apple Event handlers for 'aevt'/'oapp', 'aevt'...
2003-01-23 jacobAdd {Question} to faq-psftp-slow
2003-01-23 jacobMention Ctrl-PgUp/PgDn
2003-01-23 jacobIn pursuance of `icon-title-default-change':
2003-01-22 simonNext instalment of the Great Incompatible Defaults...
2003-01-21 jacobaccel.pl knows about the accelerators added by winctrls...
2003-01-21 jacobFix "-v" in the Windows console utilities (plink, pscp...
2003-01-21 benWe'll need the event log to work, too.
2003-01-21 benRemove stray debugging printfs.
2003-01-20 benMore unimplemented features.
2003-01-20 benAdd minimal Apple Event support -- we handle the 'aevt...
2003-01-20 benEnable -Werror in GTK builds (we already have -Wall...
2003-01-20 benAdd a stub "free" routine for pterm. Thanks to rjk.
2003-01-20 jacobRun through contrib/accel.pl 1.1 [r1585]:
2003-01-20 benSync with reality and add more things that need fixing.
2003-01-19 benunitab_xterm is now basically right.
2003-01-18 benUse the correct ProcInfo for AddrToStr. This makes...
2003-01-18 benRemove stray debugging code that got in with the last...
2003-01-18 benClear kex_ctx in a new session so we can safely free...
2003-01-18 benRemember which file a session was opened from, so it...
2003-01-18 benSupport for saving sessions on the Mac. This is slight...
next