]> diplodocus.org Git - nmh/shortlog
nmh
2016-12-15 Larry HynesChanges to burst.man
2016-12-15 David LevineAdded clarifications to abbreviations.
2016-12-15 Larry HynesChanges to nmh.man
2016-12-13 Larry HynesChanges to ali.man
2016-12-13 David LevineFixed description of anno -list switch.
2016-12-13 Larry HynesChanges to anno.man.
2016-12-10 Ralph Corderoyshowbuildenv: Add comment describing exit-status conven...
2016-12-10 Ralph CorderoyRevert "Test if the buildbots care about tools/showbuil...
2016-12-10 Ralph CorderoyRename recently added ToUpper() to to_upper().
2016-12-10 Ralph CorderoyRename recently added ToLower() to to_lower().
2016-12-10 Ralph CorderoyRename recently added TrimSuffixC() to trim_suffix_c().
2016-12-10 Ralph CorderoyRename recently added HasSuffixC() to has_suffix_c().
2016-12-10 Ralph CorderoyRename recently added HasSuffix() to has_suffix().
2016-12-10 Ralph CorderoyRename recently added HasPrefix() to has_prefix().
2016-12-10 Ralph CorderoyTest if the buildbots care about tools/showbuildenv...
2016-12-10 Ralph CorderoyDocument that adios() does not return. abort() ensures...
2016-12-10 Ralph Corderoymhlsbr.c: Don't hide mhladios and mhldone behind macros.
2016-12-09 David LevineGeneralized condition for support of parameter value...
2016-12-09 David LevineOne last fix to test-charset.
2016-12-09 David LevineFixed condition to enable skipping parameter value...
2016-12-09 David LevineAnd skip the other parameter value test on the FreeBSD1...
2016-12-09 David LevineThat didnt work, so skip Encoded parameter value test...
2016-12-09 David LevineUse locale that the FreeBSD10 buildbot has.
2016-12-09 David LevineAdded temporary debug code.
2016-12-09 David LevineTry to fix Encoded parameter value test on FreeBSD10...
2016-12-08 David LevineReplaced !iscntrl() with isprint().
2016-12-05 David LevineFixed and restored commit 9a4b4a3d3b27fe4a7ff6d0b8724ce...
2016-12-04 David LevineReverted commit 9a4b4a3d3b27fe4a7ff6d0b8724ce1c06b5917eb.
2016-12-04 David LevineEnabled detection of tm_gmtoff on _GNU_SOURCE platforms...
2016-12-03 David LevineAdded filename completion to bash_completion_nmh.
2016-11-25 David LevineClose temp file.
2016-11-23 David LevineAdded flex 2.6.0 (with Fedora 25) output fixup.
2016-11-20 David LevineOpen infile before fixing each message.
2016-11-20 Larry HynesFix nmh man page so it shows correct name of profile.
2016-11-19 Ralph Corderoymhstoresbr.c: Factor MIME-parameter-can-be-used-for...
2016-11-19 Ralph CorderoySplit a few more if-then statements into two lines...
2016-11-19 David LevineOpen outfile before parsing message(s).
2016-11-19 David LevineAdded application/ics entries, and "file was generated...
2016-11-19 David LevineAdded mhshow-suffix-text entry.
2016-11-14 David LevineTweaked to work with Heirloom shell.
2016-11-13 David LevineRemoved bash-ism "function" declaration.
2016-11-13 David LevineReplaced docs/COMPLETION-BASH with etc/bash_completions...
2016-11-13 David LevineAdded copyright noticed.
2016-11-13 David LevineRemoved unused declaration of output_message().
2016-11-13 Ralph CorderoyReplace many add(s, NULL) with mh_xstrdup(s).
2016-11-12 Ralph CorderoyReplace some add(FIELD, NULL) with mh_xstrdup(FIELD).
2016-11-12 Ralph Corderoym_getfld: Shuffle `delim' assignments slightly.
2016-11-12 Ralph CorderoyRevert "m_getfld: Shorten fdelimlen by one; it was...
2016-11-12 Ralph CorderoyReplace copy(s, d) with POSIX-1.2008's stpcpy(d, s).
2016-11-12 Ralph Corderoym_getfld: Replace matchc() with memmem(3).
2016-11-12 Ralph Corderoym_getfld: Remove never-true test in matchc().
2016-11-11 Ralph Corderoym_getfld: Shorten fdelimlen by one; it was too long.
2016-11-11 Ralph Corderoyconfigure.ac: Add FIXME regarding _BSD_SOURCE for tm...
2016-11-11 Ralph Corderoydlocaltime(): Only call tzset(3) once.
2016-11-10 Ralph Corderoyuip/scansbr.c: Use fputs(3) instead of mh_fputs().
2016-11-10 Ralph CorderoyAdd test-forw-coverage to improve uip/forw.c's coverage.
2016-11-09 Ralph Corderoytest-mhl-flags: Improve coverage of uip/mhlsbr.c.
2016-11-09 Ralph Corderoytest-fmtdump: Increase uip/fmtdump.c coverage.
2016-11-08 Ralph Corderoytest-flist: Increase coverage on argv[] processing.
2016-11-08 Ralph CorderoyAdd test/format/test-ap to get 100% uip/ap.c coverage.
2016-11-08 Ralph Corderoyuip/dp.c: Increase coverage to 100%.
2016-11-08 David LevineReplaced add(s, NULL) with mh_xstrdup(s).
2016-11-08 David LevineRemoved unused global from MIME parser.
2016-11-08 David LevineInitialize mhparse global for each message.
2016-11-07 David LevineForgot to commit test-mhbuild. And thank Tom Lane...
2016-11-07 David LevineDon't parse parse # lines with mhbuild -nodirectives.
2016-11-06 David LevinePlugged remaining mhfixmsg(1) memory leaks.
2016-11-06 David LevineMade static char strings const.
2016-11-06 David LevinePlug memory leak with parameter continuations.
2016-11-06 David LevineFree c_ctparams for all content types, not just text.
2016-11-05 Ralph Corderoyuip/ap, uip/dp: Remove unneeded char **arguments.
2016-11-05 Ralph Corderoydp: Fix write past end of dates[] array.
2016-11-05 Ralph Corderoyap: Fix write past end of addrs[] array.
2016-11-05 David LevineJust show relevant portion of invalid encoded string.
2016-11-05 David LevineReplaced use of freects_done() with free_content()...
2016-11-03 David LevinePass through message even if from relative folder.
2016-11-03 David LevineUse result, because (void) didn't prevent warning on...
2016-11-03 Ralph Corderoytest-rfc6532: Export LC_CTYPE after setting it.
2016-11-03 David LevineChanged type of flags from signed to unsigned long.
2016-11-03 David LevineReplace non-ASCII characters in headers with ?'s with...
2016-11-03 David LevineFixed display of header field values with multibyte...
2016-11-02 David LevineRemoved NMH_UNUSED(hostname) because it no longer exists.
2016-11-02 Ken HornsteinAdd some Autoconf support for older OpenSSL libraries...
2016-11-02 Ralph CorderoyState netsec_set_tls()'s noverify is unused if no TLS.
2016-11-02 Ken HornsteinUpdate docs a bit.
2016-11-02 Ken HornsteinAdd support for certificate verification when using...
2016-11-02 Ken HornsteinPrint out more TLS information if -snoop is turned on.
2016-11-01 Ralph Corderoytest/folder: Add test-coverage; lots of check_exit.
2016-11-01 Ralph CorderoySplit one-line condition+body to get gcov results.
2016-11-01 Ralph Corderoyuip/dist.c: Increase coverage.
2016-11-01 Ralph Corderoyuip/send: -saslmech lacking argument indexed outside...
2016-11-01 Ralph Corderoyman: Fix spelling mistakes.
2016-11-01 Ralph CorderoyFix spelling mistake in comment.
2016-11-01 Ralph CorderoyFix spelling mistakes in UI text.
2016-11-01 Ralph Corderoytest: Remove the " # gcov" comment from check_exit...
2016-11-01 Ralph Corderoyuip/comp.c: Increase coverage.
2016-11-01 Ralph Corderoyuip/burst.c: Increase coverage.
2016-11-01 Ralph Corderoyuip/anno.c: Increase coverage.
2016-11-01 Ralph Corderoyanno: Stop segmentation violation on `-number 0'.
2016-11-01 Ralph Corderoyuip/ali.c: Increase coverage.
next