]> asedeno.scripts.mit.edu Git - PuTTY.git/shortlog
PuTTY.git
2003-01-22 Simon TathamNext instalment of the Great Incompatible Defaults...
2003-01-21 Jacob Nevinsaccel.pl knows about the accelerators added by winctrls...
2003-01-21 Jacob NevinsFix "-v" in the Windows console utilities (plink, pscp...
2003-01-21 Ben HarrisWe'll need the event log to work, too.
2003-01-21 Ben HarrisRemove stray debugging printfs.
2003-01-20 Ben HarrisMore unimplemented features.
2003-01-20 Ben HarrisAdd minimal Apple Event support -- we handle the 'aevt...
2003-01-20 Ben HarrisEnable -Werror in GTK builds (we already have -Wall...
2003-01-20 Ben HarrisAdd a stub "free" routine for pterm. Thanks to rjk.
2003-01-20 Jacob NevinsRun through contrib/accel.pl 1.1 [r1585]:
2003-01-20 Ben HarrisSync with reality and add more things that need fixing.
2003-01-19 Ben Harrisunitab_xterm is now basically right.
2003-01-18 Ben HarrisUse the correct ProcInfo for AddrToStr. This makes...
2003-01-18 Ben HarrisRemove stray debugging code that got in with the last...
2003-01-18 Ben HarrisClear kex_ctx in a new session so we can safely free...
2003-01-18 Ben HarrisRemember which file a session was opened from, so it...
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 HarrisClear the "Inited" bit when we finish building each...
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-17 Jacob NevinsWhen voting for items already on the wishlist, a stonki...
2003-01-16 Jacob NevinsSteven Shockley points out that the .PPK extension...
2003-01-16 Jacob NevinsStatements after declarations, dammit
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-15 Ben HarrisPuTTYtel should use be_nossh, not be_none.
2003-01-15 Simon TathamFix small breakages as a result of yesterday's upheaval...
2003-01-15 Jacob Nevins`ssh-default': change the /DSSH_DEFAULT flag to a ...
2003-01-15 Owen DunnUse set_icon and set_title rather than SetWindowText...
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 Simon TathamMiscellaneous fixes to finish up `remove-statics'....
2003-01-14 Ben HarrisAdd double width/height support. This passes all the...
2003-01-14 Simon TathamDeglobalise the Unicode module. Despite all my grand...
2003-01-14 Ben Harrisrequest_resize() needs to call term_size() to tell...
2003-01-14 Simon TathamIt's impossible to write a checklist from scratch witho...
2003-01-14 Simon TathamAfter the New Year copyright-dates fiasco, I think...
2003-01-14 Owen DunnCtrl-PgUp and Ctrl-PgDn now scroll by one line on Unix...
2003-01-13 Simon TathamOops - put the right `void *' in back->reconfig.
2003-01-13 Owen DunnMake ^/ do the same as ^_ (wish control-slash)
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 Simon TathamAhem. Doing loads of stuff to inst->cfg would probably...
2003-01-12 Ben HarrisMake this compile again.
2003-01-12 Simon TathamAhem. Global replace of `cfg' with `inst->cfg' is all...
2003-01-12 Simon TathamHaving laid all the groundwork, we can now remove the...
2003-01-12 Simon Tathamproxy.c now no longer refers to `cfg'. Instead, each...
2003-01-12 Simon TathamThe logging module now contains a local copy of cfg too.
2003-01-12 Simon TathamThe Unicode module no longer depends on `cfg', since...
2003-01-12 Simon TathamThere's no real need for portfwd.c to reference `cfg...
2003-01-12 Simon Tathamprinter_start_job shouldn't need to refer to cfg.printe...
2003-01-12 Simon TathamJust like under Windows, cleanup_exit() shouldn't need...
2003-01-12 Simon TathamThe back ends now contain their own copies of the Confi...
2003-01-12 Ben HarrisCall ot_poll as appropriate.
2003-01-12 Ben HarrisDon't fatalbox() unconditionally when opening a connect...
2003-01-12 Simon TathamForgot to match the cmdline changes in the Unix port.
2003-01-12 Simon Tathamterm->cfg is now a full copy of the Config structure...
2003-01-12 Ben HarrisCOmpiling _before_ committing is usually a good idea.
2003-01-12 Simon TathamThe command-line routines now take a pointer to `cfg' as an
2003-01-12 Simon TathamSupport for XDM-AUTHORIZATION-1 at the SSH server end...
2003-01-12 Ben HarrisCorrect code to insert into a doubly-linked list.
2003-01-12 Simon TathamEach platform's implementation of askappend() is no...
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 HarrisMove the prototype for platform_get_x11_auth() from...
2003-01-11 Ben HarrisAdd a cast for a char * vs unsigned char * conflict.
2003-01-11 Ben Harrisconst fallout from Simon's X forwarding changes.
2003-01-11 Simon TathamYet _another_ `received data for nonexistent channel...
2003-01-11 Simon TathamHack around an oddity in X display names and xauth.
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-10 Ben HarrisAsk for a meaningful subject line on messages.
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 TathamRemove the diagnostic added in rev 1.42 [r2288]; appare...
next