]> diplodocus.org Git - nmh/shortlog
nmh
2016-10-16 Ralph CorderoyExpand the test of scan's -forma; fails on first attempt.
2016-10-16 Ralph CorderoyDon't test -reverse's boolean on every message number.
2016-10-16 Ralph CorderoyUpdate pending-release-notes with a couple of my recent...
2016-10-16 Ralph CorderoyFix bug where single-character headers were sometimes...
2016-10-16 Ralph CorderoyChange all Getc() callers to use EOF, not comparisons...
2016-10-16 Ralph CorderoyDon't increment bytes_read if returning EOF.
2016-10-16 Ralph CorderoyFix spelling in comment. Alter case to match identifier.
2016-10-16 Ralph CorderoyAdd failing test case for single-character header parsing.
2016-10-16 Ralph CorderoyFix spelling in warning message; s/conext/context/.
2016-10-16 Ralph CorderoySimply enter_getfld()'s structure, no functional change.
2016-10-16 Ralph CorderoyExplicitly state a postproc's last argument will be...
2016-10-16 Ralph CorderoyDocument fmttest(1)'s existing -help and -version options.
2016-10-16 Ralph CorderoyMove -help and -version to the front of the man page...
2016-10-16 Ralph CorderoyFix end of sentence spacing in man pages, and related...
2016-10-16 Ralph CorderoyReference the buildbot in docs/README.developers.
2016-10-16 Ralph CorderoyStop one lseek(2) per header fetched by m_getfld.c...
2016-10-15 Ralph CorderoyFix error message when attempting to xmh_realloc()...
2016-10-15 David LevinePlugged memory leak in convert_content_charset().
2016-10-15 David LevineFixed mhshow warn message when it can't convert charact...
2016-10-15 David LevineChanged "existant" to "existent". Found by misspell_fixer.
2016-10-15 David LevineAdded to convertargs documentation.
2016-10-14 David LevineTry running script(1) for SHELL test in subshell.
2016-10-14 David LevineCheck that script(1) supports SHELL in test-version...
2016-10-14 David LevineAdded check to test-version-check to ensure that script...
2016-10-14 David LevineDidn't work on buildbot hosts. Added debug statements.
2016-10-14 David LevineInstead of feeding stdin to script(1) in test-version...
2016-10-14 David LevineTweaked formatting of welcome message.
2016-10-13 David LevineDisable test-version-check, again, when not connected...
2016-10-13 David LevineAdded debug printouts to test-version-check.
2016-10-13 David LevineUse "script file" in test-version-check for maximum...
2016-10-13 David LevineAdded check that replied-to text is not quoted-printabl...
2016-10-13 David LevineSplit ${charset:+-I "$charset"} and another similar...
2016-10-11 Oliver KiddleFor the autoconf/automake stuff to replace getline...
2016-10-11 Ralph CorderoyI've written a getline(3) from scratch based on
2016-10-11 David LevineRemoved test-local-mailbox that was mistakenly committed.
2016-10-11 David LevineOnly set CFLAGS with gcc.
2016-10-11 David LevineMoved gcc warning options from AM_CFLAGS back to CFLAGS, to
2016-10-11 David LevineAdded LANG to procmail example in mhfixmsg man page.
2016-10-10 David LevineCorrected date in forw man page.
2016-10-10 David LevineTweaked OAuth documentation in mhlogin and send man...
2016-10-10 David LevineRemoved reference to nmh User's Manual because there...
2016-10-10 David LevineChanged test suite's require_locale() to set the locale...
2016-10-09 David LevineAdded -sasl to -saslmech xoauth examples in man pages.
2016-10-08 David LevineReplace `id -u` with $$ so that tests have a chance...
2016-10-07 David LevineAdded comments about sidestepping check for checks...
2016-10-07 David LevineAdded example of decoding RFC-2047 filename to mhstore...
2016-10-06 David LevineA better fix than e87f37c27828723317a71291e31b34f39ec09...
2016-10-06 David LevineMoved scan_input() from uip/post.c to sbr/utils.c.
2016-10-06 David LevineUpdated test-version-check test_skip message.
2016-10-06 David LevineFixed test negations in test-version-check to work...
2016-10-06 David LevineOK, don't run test-version-check if not connected to...
2016-10-06 David LevineMore debugging test-version-check.
2016-10-06 David LevineReplaced strtod() with strtof().
2016-10-06 David LevineMore debugging.
2016-10-06 David LevineMore test-version-check debugging, on Linux buildbot...
2016-10-06 David Levine1) Use script(1) -t 0 instead of -f on FreeBSD.
2016-10-06 David LevineAccommodate FreeBSD script(1), and add debugging statem...
2016-10-06 David LevineMerge branch 'welcome'
2016-10-06 David LevineEnable SMTP 8BITMIME for messages with 8-bit content:
2016-10-05 David LevineCall c_ceclosefnx in mhfixmsg set_ce(). It doesn't...
2016-10-05 David LevineDon't set c_reqencoding in repl, let mhbuild set it...
2016-10-05 Ken HornsteinImprove these comments a bit.
2016-10-05 David LevineEnabled check for 8-bit content in all text parts,...
2016-10-05 David LevineHave mhfixmsg add a C-T-E at the message level, based...
2016-10-04 David LevineBase Content-Transfer-Encoding on decoded and new text...
2016-10-03 David LevineFixed typo.
2016-10-03 David LevineFix C-T-E of message, as well as multipart, types to...
2016-10-02 David LevineAdded test of SMTP server that doesn't support SMTPUTF8.
2016-10-02 Ken HornsteinFix some typos in the comments.
2016-10-02 Ken HornsteinMove the read buffer shuffling to BEFORE where we call...
2016-10-01 David Levinemhfixmsg now replaces RFC 2047 encoding with RFC 2231...
2016-10-01 David LevineCleaned up a bit, mostly in comments for each function.
2016-10-01 Ken HornsteinSigh, the return value from SSL_get_error() isn't suita...
2016-10-01 Ken HornsteinPrint even more errors.
2016-09-30 Ken HornsteinAdd -initialtls/-notls flags to msgchk.
2016-09-30 Ken HornsteinMake sure we retry if possible upon a TLS read, and...
2016-09-30 David LevineAdded --sysconfdir to nmh.cygport.
2016-09-30 David LevineReplaced some hard-coded strings with variables in...
2016-09-30 Eric GillespieFix typos and drop declaractions of 2 undefined functions.
2016-09-29 David LevineUpdated comments in h/prototypes.h.
2016-09-29 David LevineWelcome message enhancements:
2016-09-29 David LevineInstead of relying on invo_name to decide whether to...
2016-09-29 David LevineMake sure stderr is directed to terminal, as well as...
2016-09-28 David LevineWait for user to ack new version message.
2016-09-28 David LevineAdded welcome message when nmh detects that its version...
2016-09-28 Oliver Kiddleback out use of RFC 2047 decoding on the filename
2016-09-27 David LevineAdded start_test/finish_test.
2016-09-27 David LevineUpdated start_test() and finish_test() to not update...
2016-09-26 Oliver KiddleDo RFC 2047 decoding on filename for mhstore
2016-09-26 David LevineReplaced use of GNU sed extension.
2016-09-26 David LevineAdded debug statements to test-mhparam.
2016-09-26 David LevineFixed typo in -help message.
2016-09-26 David LevineReworked BUGS section of nmh(7) man page, and added...
2016-09-26 David LevineMerge remote-tracking branch 'origin' into smtputf8
2016-09-25 David LevineAdded MH(7) man page, as an alias of nmh(7).
2016-09-25 David LevineAdded mention of replaliases to mh-mime(7) man page.
2016-09-25 David LevineMerge remote-tracking branch 'origin' into smtputf8
2016-09-24 David LevineReplace profile-based hack to allow getname() to handle...
2016-09-24 David LevineRemoved send and post -eai switches. Instead, post...
2016-09-24 David LevineDisabled incompatible locale check because the output...
next