]> asedeno.scripts.mit.edu Git - PuTTY.git/shortlog
PuTTY.git
2003-01-05 Ben HarrisSHA512_Core_Init() and SHA512_Block() are unused outsid...
2003-01-05 Ben Harrisrsa2_sign() is unused outside this file. Make it static.
2003-01-05 Ben Harrisrandom_stir() is unused outside this file. Make it static.
2003-01-05 Ben HarrisMove prototypes for base64_decode_atom(), base64_lines...
2003-01-05 Ben Harrisdss_sign() is unused outside this file. Make it static.
2003-01-05 Ben Harrisdes_key_setup(), des_encipher(), and des_decipher(...
2003-01-05 Ben HarrisInclude ssh.h for the crc32() and crc32_update() protot...
2003-01-05 Ben Harrisbigdivmod() is unreferenced outside this file. Make...
2003-01-05 Ben Harrisaes_setup() is unused outside this file. Make it static.
2003-01-05 Ben HarrisMake ssh1_pkt_type(), ssh2_pkt_type, logeventf(), setup...
2003-01-05 Ben HarrisMove x11fwd and portfwd prototypes from ssh.c into...
2003-01-05 Ben HarrisSC in "finding an actual bug" shocker! Set the port...
2003-01-05 Ben Harrissshsha.c and sshmd5.c compile fine on PowerPC now.
2003-01-05 Ben HarrisMake SHA_Core_Init() (only used in this file) static.
2003-01-05 Ben HarrisMake MD5_Core_Init and MD5_Block (both only referenced...
2003-01-05 Ben Harris"possible unintended assignment"? I think not.
2003-01-05 Ben Harrischar * vs unsigned char * (by explicit cast).
2003-01-05 Ben HarrisCommas at the end of enumerator lists aren't allowed.
2003-01-05 Ben HarrisEliminate more unsigned char * vs char * errors using...
2003-01-05 Ben HarrisFix more unsigned char * vs char * warnings, usually...
2003-01-05 Ben HarrisReplace implict char-*-to-unsigned-char-* casts with...
2003-01-05 Ben HarrisSC (Apple's 68K C compiler) seems to treat tentative...
2003-01-05 Ben HarrisDeal with "possible unintended assignment" warnings.
2003-01-05 Ben HarrisAttack char * vs unsigned char * conversions. In most...
2003-01-05 Ben HarrisFix more "possible unintended assignment" warnings.
2003-01-05 Ben HarrisAdd reception support for MacTCP. Now I can log in...
2003-01-05 Ben HarrisWhen looking for the correct backend to use, look in...
2003-01-05 Ben HarrisSecond work-in-progress MacTCP commit. We can now...
2003-01-05 Ben HarrisAdd some backends, a network interface and some library...
2003-01-04 Ben HarrisBeginnings of a MacTCP network layer. This has all...
2003-01-04 Ben HarrisAdd a vsnprintf() for the Mac, which doesn't have one...
2003-01-04 Ben HarrisProvide a version of stricmp() and strnicmp() for Mac...
2003-01-04 Ben HarrisFix some char * vs unsigned char * conversions, plus...
2003-01-04 Ben HarrisHammer out some char * vs unsigned char * problems...
2003-01-04 Ben HarrisFix a few stylistic warnings from Apple's C compilers.
2003-01-04 Ben Harris<MacTypes.h> says we should use NULL rather than nil...
2003-01-04 Ben HarrisRe-arrange the sums in the size tip code so as to ensur...
2003-01-04 Ben HarrisSmall simplification in mac_init().
2003-01-04 Ben HarrisCorrect handling of Mac OS 8.5 Window Manager and Contr...
2003-01-03 Simon TathamWork around a weird bug in gdk_draw_text_wc().
2003-01-03 Ben HarrisUpdate copyright notices that both Owen and Simon manag...
2003-01-03 Simon TathamUpdate more copyright dates. Sometimes I think we ought...
2003-01-03 Owen DunnUpdate copyright dates
2003-01-03 Ben HarrisPull in Script.r so we can use verBritain in the 'vers...
2003-01-02 Ben HarrisAny Mac that can handle CFM-68K code must have at least...
2003-01-02 Ben HarrisAdd a prototype for init_ucs().
2003-01-02 Ben HarrisHaving tested it, note that the Classic 68K build seems...
2003-01-02 Simon Tatham... of course, that would be better still if I remember...
2003-01-02 Simon TathamA better solution to the problem of duplicated positions in
2003-01-02 Simon TathamCJK cleanups. Correct handling when the cursor is cover...
2003-01-02 Simon TathamFixes to direct-to-font mode: I'd inadvertently enabled...
2003-01-02 Ben HarrisMention that Shift-Ins works here.
2003-01-02 Simon TathamFix `telnet-resize-iac'. (IAC bytes were not duplicated...
2003-01-02 Simon TathamA couple of X forwarding fixes for Unix Plink. Firstly...
2003-01-02 Simon TathamPropagate the screen number from a local X display...
2003-01-02 Simon Tathamsk_nonamelookup() should ensure the sockaddr it returns...
2003-01-02 Simon TathamPresence of unexpected characters in the proxy exclude...
2003-01-02 Ben HarrisIf for some reason do_text() fails to translate from...
2003-01-01 Simon TathamProper support for using the font's own character encod...
2003-01-01 Simon TathamSupport for double-width (CJK) characters, using the...
2003-01-01 Ben HarrisThe redirection operator I wanted was >>, not >.
2003-01-01 Ben HarrisIgnore .rsrc files.
2003-01-01 Ben HarrisAdd a mechanism for determining which charset to use...
2003-01-01 Simon TathamHaving painstakingly generated those reverse mapping...
2003-01-01 Ben HarrisAdd all the Mac OS simple single-byte character sets...
2003-01-01 Ben HarrisRemove a couple of unnecessary casts that my compiler...
2002-12-31 Ben HarrisUse the shiny new character-set library to handle conve...
2002-12-31 Ben HarrisAdd "-notOnce" to the compiler options on the Mac to...
2002-12-31 Ben HarrisI have no idea what Simon thought he was doing casting...
2002-12-31 Ben HarrisAdd internal prototypes to keep my compiler from compla...
2002-12-31 Ben HarrisAdd a small comment explaining my failure to find any...
2002-12-31 Simon TathamBetter, I think, to avoid mapping 0x00 -> U+0020 in the X11
2002-12-31 Simon TathamFirst draft of Unicode support in pterm. It's pretty...
2002-12-31 Simon TathamSCO ACS part 2 (ESC[12m) apparently puts the top half...
2002-12-31 Simon TathamDimitrie Paun's patch for Winelib support. Actually...
2002-12-31 Ben HarrisAdd a minimalist settings dialogue, which contains...
2002-12-30 Ben HarrisRemove mentions of files and functions that no longer...
2002-12-30 Ben HarrisNo need to compile resources manually now.
2002-12-30 Ben HarrisAdd support for compiling 'vers' resources into Mac...
2002-12-30 Ben HarrisSet the default directory to somewhere useful (the...
2002-12-30 Ben HarrisAdd an "open" command to the "file" (now "session"...
2002-12-30 Ben HarrisRemove a spurious reference to a variable I've removed.
2002-12-30 Ben HarrisFinally add support for building Mac resource forks...
2002-12-30 Ben HarrisAdd spaces to system include lines to that mkfiles...
2002-12-30 Ben HarrisMore cleanup to Mac build procedures, notably:
2002-12-29 Ben HarrisAdd various files produced by the build system.
2002-12-29 Ben HarrisDon't try to call TerminateUnicodeConverter() in the...
2002-12-29 Ben HarrisBrutally simplify out all the junk that MPW left here...
2002-12-29 Ben HarrisAdd support for building a CFM-68K version of PuTTY...
2002-12-29 Ben HarrisSubstantial overhaul of Mac build system. We now have...
2002-12-29 Ben HarrisPut prototypes for the functions exported by wcwidth...
2002-12-29 Ben HarrisMake resizeline() and lineptr() static and give them...
2002-12-29 Ben HarrisUse the "far" versions of all libraries for which they...
2002-12-29 Ben HarrisAdd some pragmas so that Mac compilers know that fatalb...
2002-12-28 Ben HarrisIt would be better if I deleted the unused variable...
2002-12-28 Ben HarrisRemove more unused variables.
2002-12-28 Ben HarrisDispose of some unused local variables.
2002-12-28 Ben HarrisThe current version of SC generates warnings for unused...
2002-12-27 Simon TathamMention in the documentation that the method of generat...
2002-12-19 Simon TathamMove the stderr output of event log messages in verbose...
next