u/mdw/putty
2003-05-04 simonColin's const-fixing Patch Of Death. Seems to build...
2003-05-04 simonColin's and my fixes to connection_fatal().
2003-04-28 simonAsynchronous agent requests on Windows. Actually, I...
2003-04-28 simonFirst half of `pageant-async' work. agent_query() is...
2003-04-27 simonAdd puttytel binary to .cvsignore
2003-04-27 simonSupport for non-ISO-8859-1 X keysyms. So in particular...
2003-04-27 simonradioline() was broken after the portable-dialog stuff...
2003-04-27 simonTake the random number generator back out of Pageant...
2003-04-26 simonRemove the TODO comment at the top of uxputty.c; I...
2003-04-26 simonMight as well provide PuTTYtel for Unix. It's not much...
2003-04-26 simonFiner granularity of config box handling. SSH packet...
2003-04-26 simonMake the `vtmode' config option work under X. In the...
2003-04-26 simonAha, _that's_ why the icon title didn't work properly...
2003-04-26 simonThe line-drawing paste config option has changed its...
2003-04-25 simonThe new ssh_do_close() function itself causes a segfaul...
2003-04-25 simonFix another segfault on abrupt X connection shutdown...
2003-04-25 simonDon't block SIGPIPE until _after_ pterm forks, since...
2003-04-25 simonRobustness in the face of sudden connection closures...
2003-04-23 simonForce gcc to use x86's built-in 64/32->32,32 division...
2003-04-23 simonAdded framework to sshbn.c to make it possible to vary the
2003-04-23 simonUnix makefile now uses -O2, which massively cuts down...
2003-04-18 benMissing bits for colour selection support.
2003-04-18 benMissing bits for System 7 listbox support.
2003-04-18 simonRemoving items from a list box using gtk_container_remo...
2003-04-18 simonOops; we _do_ need to set dport even when doing dynamic...
2003-04-18 simonMissed out a couple of uxsel_tell() which were hanging...
2003-04-18 simonFix obvious foulup in X forwarding: my recent `how...
2003-04-16 benReplace use of FIONBIO with POSIX-approved O_NONBLOCK...
2003-04-16 benMake IPv6 support for Unix work, and make it a lot...
2003-04-14 benRemove all those horrid fprintfs.
2003-04-14 benSet the space required by a listbox sensibly as well.
2003-04-14 benMinor fixes:
2003-04-14 benDon't call GetColor() if we don't have Color Quickdraw...
2003-04-14 benSupport for colour selection in the Mac OS.
2003-04-14 benKeyboard events in Mac OS 8 list boxes should generate...
2003-04-14 benEnlarge the settings window so as to fill a 640x480...
2003-04-13 benAdd a list box to the config dialogue to switch between...
2003-04-13 benSupport for list boxes under System 7. There are some...
2003-04-12 bensocks5_negotiate(): rather than using an uninitialised...
2003-04-12 benDon't use an uninitialised value when we get an unsuppo...
2003-04-12 benRemove a couple of spurious semicolons.
2003-04-12 benUpdate for Simon's from_backend changes.
2003-04-12 simonSupport for New Session, Duplicate Session and the...
2003-04-12 simonFurther fiddlings with the size reconfiguration stuff...
2003-04-12 simonMid-session reconfiguration of scrollback was failing...
2003-04-12 simonImplement the ldisc `special' mechanism in Unix, withou...
2003-04-12 simonFix from yesterday's frontend-handle upheaval: ldisc...
2003-04-12 simonMid-session BCE reconfiguration wasn't taking effect...
2003-04-12 simonDisable window title reporting by default, since it...
2003-04-12 simonClose On Exit and Warn On Close fixes: (a) pty_reconfig...
2003-04-11 simonWhen I implemented the GTK messagebox() function and...
2003-04-11 simonRationalisation of the system of frontend handles....
2003-04-11 simonImplement Warn On Close.
2003-04-11 simon`Copy All' ought to de-highlight any existing selection...
2003-04-11 simon`Copy All' context-menu item, for what it's worth.
2003-04-11 simonSaving of Default Settings under Unix was broken, becau...
2003-04-11 simonCutting and pasting from the Unix Event Log.
2003-04-11 simonA poster on comp.security.ssh mentions that he had...
2003-04-10 simonImplemented Change Settings under Unix. We are graduall...
2003-04-10 simonAll the stderr messages in this file now use appname...
2003-04-10 simonMinor improvements to subsidiary window placement;...
2003-04-09 simonEvent Log for Unix PuTTY. Doesn't yet allow X selection...
2003-04-09 simonRemote-to-local port forwarding in SSH2 was apparently...
2003-04-09 simon`dynamic' was uninitialised in other types of port...
2003-04-09 simonChas Honton's patch to dynamic port forwarding: should...
2003-04-08 simonRename pterm's -T option to -title, to avoid clashing...
2003-04-08 simonWhile writing gtkdlg.c I learned how to specify a windo...
2003-04-06 simonNow that we have `appname', make much wider use of...
2003-04-06 benTo avoid gratuitous flicker, if a control already has...
2003-04-05 benConst fallout, as predicted.
2003-04-05 benBring list of applications and architectures up to...
2003-04-05 bendd support for list boxes in Mac OS 8. Not entirely...
2003-04-05 benAdd support for list boxes in Mac OS 8. Not entirely...
2003-04-05 simonBah. There's always one I forget to `cvs add'.
2003-04-05 benOn System 7, draw the default ring in grey if the windo...
2003-04-05 benHandle Return and Escape keys in dialogue box, triggeri...
2003-04-05 simonFixed the printing and charset combo boxes in Unix...
2003-04-05 simonUnix can't sensibly enumerate printers (since they...
2003-04-05 simonCtrl+rightclick now pops up a context menu in Unix...
2003-04-05 benCope with NULL labels in every control where it makes...
2003-04-05 benSend EVENT_VALCHANGE when a System 7 editbox gets typed in.
2003-04-05 benImplement dlg_end().
2003-04-05 benImplement update_special_menu(), which calls mac_adjust...
2003-04-05 benAdd null_get_specials(), for both null and loop backends.
2003-04-05 simon... of course, it would help if I remembered to _docume...
2003-04-05 simonDynamic port forwarding by means of a local SOCKS serve...
2003-04-04 simonTurned the old `Telnet Command' System-submenu into...
2003-04-04 jacobThis script has been unnecessary for some time; since...
2003-04-03 benImplement columns, based loosely on Simon's Windows...
2003-04-02 simonAnother item for the release checklist: don't forget...
2003-04-02 simonFurther .cvsignore updates.
2003-04-02 simonExtra bit of pre-release fiddling for the checklist.
2003-04-02 simonImprovements to .cvsignore, to attempt to reduce the...
2003-04-01 simonVarious error-handling fixes, mostly in Unix PuTTY...
2003-03-31 simonMake sure the socket is closed properly in the various...
2003-03-31 simonTrivial segfault fix from Richard B.
2003-03-31 simonAhem; update the TODO to reflect the cmdline changes :-)
2003-03-31 simonSupport for PuTTY-style command-line arguments in Unix...
2003-03-31 simonpterm.c now relies on backend `exitcode' functions...
2003-03-31 simonAnd everyone's favourite cosmetic change: Unix PuTTY...
next