]> asedeno.scripts.mit.edu Git - PuTTY.git/shortlog
PuTTY.git
2002-11-12 Simon TathamBump latest version to 0.53b for release!
2002-11-10 Ben HarrisUse <stddef.h> to get wchar_t, rather than <wchar.h...
2002-11-09 Ben HarrisRename CharWidth() to char_width(). The former name...
2002-11-07 Simon TathamImprove robustness in random seed file handling.
2002-11-07 Simon TathamRobustness fixes for KEXINIT handling and others. In...
2002-11-07 Simon TathamBorland makefile needs to define _WINDOWS; apparently...
2002-11-05 Simon TathamPacket-level logging should now work properly in Unix...
2002-11-05 Simon TathamFix command-line error handling in pterm. (Hint: wrappi...
2002-11-05 Simon TathamSubstitute `-' (magical hyphen) for `\-' (inert minus...
2002-11-03 Simon TathamHalf of Lars Gunnarsson's iXplorer compatibility patch...
2002-11-02 Simon TathamProbably about time we mentioned the nascent Unix port...
2002-11-02 Simon TathamImprove shadow bold mode: set the default shadow bold...
2002-11-02 Simon TathamAnother signal-handling refinement from RJK: the SIGCHL...
2002-11-02 Simon TathamImprove the noise collection for the internal random pool.
2002-11-02 Simon TathamRJK's general signal-handling robustness patch. Should...
2002-11-01 Jacob Nevinss/public/private/ spotted by Clint Hastings; also chang...
2002-11-01 Simon TathamIntroduce program category U, for non-GTK-requiring...
2002-11-01 Simon TathamPrevent another segfault. Oops.
2002-11-01 Simon Tatham.HLP files should be ignored as well. Oops.
2002-11-01 Simon TathamAdd a .cvsignore for the Unix subdir
2002-11-01 Simon TathamImprove handling of oobinline sockets; Plink in telnet...
2002-11-01 Simon TathamAnother valgrind-caught error. This one has apparently...
2002-11-01 Simon Tathamvalgrind has caught two more uninitialised elements...
2002-11-01 Simon TathamImplement access to the SSH agent. This ought to make agent
2002-11-01 Simon TathamReplace a \r\n with an ordinary \n - this isn't Windows!
2002-11-01 Simon TathamStop the segfault on failure to resolve a host name.
2002-11-01 Simon TathamAdd a \n at the end of an error message - oops.
2002-11-01 Simon TathamMove an output newline to make username entry in Plink...
2002-11-01 Simon TathamPass int rather than char to va_arg (the latter gets...
2002-11-01 Simon TathamSplit a trigraph sequence in a string constant.
2002-10-31 Simon TathamFirst attempt at a Unix port of Plink. Seems to basical...
2002-10-30 Simon TathamRJK's `pterm --help' patch. I _must_ find a better...
2002-10-30 Simon TathamRJK's `make install' patch for the Unix makefile.
2002-10-30 Simon TathamFurther deglobalisation: settings.c now has a more...
2002-10-30 Simon TathamFix some consts.
2002-10-30 Simon TathamMore preparatory work: remove the <windows.h> include...
2002-10-30 Simon TathamPreparatory work before attempting a Unix port of plink...
2002-10-29 Simon TathamYikes - put back a #include I accidentally removed...
2002-10-29 Simon TathamHmm. Probably best initialise mainchan as well; oops.
2002-10-29 Simon TathamTry actually initialising ssh->v1_compressing. With...
2002-10-28 Simon Tathamterminal.c should call the frontend beep() routine...
2002-10-28 Simon TathamCloseOnExit now defaults to COE_ALWAYS for pterm, bring...
2002-10-28 Simon TathamFix Alt+numberpad in pterm. For a start, there was...
2002-10-28 Simon TathamAnother deglobalisation bug: failed to initialise term...
2002-10-28 Simon TathamFirst bug discovered as a result of global-removal...
2002-10-27 Simon TathamArrgh! _Another_ missed commit. I really must do someth...
2002-10-26 Simon TathamRetire another global in favour of adding a feature to the
2002-10-26 Simon TathamYet more global-removal. The static variables in loggin...
2002-10-26 Simon TathamRichard points out that it would probably help if I...
2002-10-26 Simon TathamX forwarding authentication is now invented on a per...
2002-10-26 Simon TathamFix proxy.c so that the static variables become const.
2002-10-26 Simon TathamReorganised the Unicode layer somewhat: moved luni_send and
2002-10-26 Simon TathamPort forwarding module now passes backend handles aroun...
2002-10-26 Simon TathamLine discipline module now uses dynamically allocated...
2002-10-25 Simon TathamOops; remembering to call term_provide_resize_fn in...
2002-10-25 Simon TathamThe Zlib module now uses dynamically allocated contexts...
2002-10-25 Simon TathamDiffie-Hellman key exchange now uses a dynamically...
2002-10-25 Simon TathamFix some compiler warnings.
2002-10-25 Simon TathamTidy up and fix a compiler warning.
2002-10-25 Simon TathamSSH CRC attack detector now uses a dynamically allocate...
2002-10-25 Simon TathamSSH2 MACs now use dynamically allocated contexts.
2002-10-25 Simon TathamSSH ciphers now use dynamically allocated contexts.
2002-10-25 Simon TathamFix the nasty flashing-light-grey-on-resize problem...
2002-10-25 Simon Tathampty backend now supports the changed function interface...
2002-10-25 Simon TathamMajor destabilisation, phase 2. This time it's the...
2002-10-24 Simon TathamNeed to stub frontend_keypress() in console.c as well...
2002-10-24 Simon TathamOops - repercussions of the close-on-exit stuff which...
2002-10-23 Jacob NevinsMinor compiler nits:
2002-10-23 Simon TathamImplement handling of all Close On Exit modes. Default...
2002-10-23 Jacob NevinsFixes for (Backend)->size() changes -- internal declara...
2002-10-23 Jacob NevinsRemove apparently unnecessary declaration of typedef...
2002-10-23 Simon TathamCleanups from yesterday's destabilisation: lots of stuff in
2002-10-23 Simon TathamOops. Forgot to check in terminal.h from yesterday...
2002-10-22 Simon TathamMajor destabilisation, phase 1. In this phase I've...
2002-10-22 Simon TathamMake -ut work the right way round! :-)
2002-10-22 Simon TathamStop `pterm -ut-' leaving the unnecessary utmp helper...
2002-10-22 Simon TathamThanks to Richard B for pointing out that xterm has...
2002-10-22 Simon TathamJustin Bradford's patch for increased proxy robustness.
2002-10-21 Simon TathamMake sure SIGINT and SIGQUIT haven't been nobbled in...
2002-10-21 Simon TathamDon't bother closing fds 0-2 before dup2ing over them...
2002-10-21 Simon TathamVT100 line drawing characters should only happen betwee...
2002-10-20 Simon TathamImplement Richard's really clever idea about bell overl...
2002-10-20 Simon TathamScrollOnKey wasn't working because I failed to set...
2002-10-18 Simon TathamReject unrecognised command-line options; thanks rjk.
2002-10-18 Simon TathamFix typo in man page. Thanks Richard.
2002-10-17 Simon TathamOops - that fix wasn't _quite_ right, since it killed all
2002-10-17 Simon TathamMake the shadow bold offset configurable, after discove...
2002-10-17 Simon TathamThis should fix the bug causing Alt-Shift to generate...
2002-10-16 Simon TathamAdd the -xrm command-line option, to allow specificatio...
2002-10-16 Simon TathamAdd a man page.
2002-10-16 Simon TathamTemporarily change the default for cut-and-paste of...
2002-10-16 Simon TathamA few more command-line options.
2002-10-16 Simon TathamOops, forgot to add BoldFont to the settings module.
2002-10-16 Simon TathamImplement reading of X resources, and -name to change...
2002-10-16 Simon TathamAdd a file to the source archive mentioning the version...
2002-10-16 Simon TathamFix utmp and pty handling so that GTK never complains...
2002-10-16 Simon TathamFix for `hostname-whitespace'; thanks to Justin Bradford.
2002-10-16 Simon TathamBug `shift-backspace': whichever of ^H and ^? is config...
2002-10-16 Simon TathamOops - check in leftovers from yesterday's development...
2002-10-15 Simon TathamSupport bold-as-font, by means of a separate bold font...
next