]> diplodocus.org Git - nmh/shortlog
nmh
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.
2016-11-01 Ralph Corderoyali: Fix a memory leak spotted by valgrind.
2016-11-01 Ralph Corderoymhbuild's fgetstr(): simplify source, logic untouched.
2016-10-31 David LevineRemove test files that aren't removed by check().
2016-10-31 David LevineReplaced BUFSIZ with NMH_BUFSIZ in a few places.
2016-10-31 David LevineDon't set CT type if reformat failed.
2016-10-31 Ralph CorderoyUncapitalise a few more mentions of commands in man...
2016-10-31 Ralph Corderoymh-mkstemp.man: Detail exit status as 255 rather than -1.
2016-10-31 Ralph CorderoyUse new check_exit in `# gcov' tests.
2016-10-31 Ralph Corderoytest/common.sh.in: Add test_exit() for $? checking.
2016-10-31 David LevineReplaced use of ! with || true, for ultimate Bourne...
2016-10-30 Ralph Corderoytest-nocreate: Don't use run_test and run_prog together.
2016-10-30 Ralph Corderoyfgets() reserves space for the NUL itself.
2016-10-30 Ralph CorderoyGain coverage with `mhparam localmbox'.
2016-10-30 Ralph CorderoyRemove mhparam's p_find()'s ability to take NULL argument.
2016-10-30 Ralph CorderoyGet coverage of quite a few of the `ambiguous switch...
2016-10-30 Ralph CorderoySplit gcov target into multiple sub-targets.
2016-10-30 Ralph CorderoyClarify trunccpy()'s src and dest must not overlap.
2016-10-30 Ralph CorderoyReplace printf("%s", foo) with fputs(foo, stdout).
2016-10-30 Ralph CorderoyReplace strlen(foo) > 0 with *foo.
2016-10-30 Ralph CorderoyAdd outputs from Makefile.am's gcov target.
2016-10-30 Ralph CorderoyRemove sbr/peekc.c containing unused peekc().
2016-10-30 Ralph CorderoyReplace fprintf(fp, "%s", foo) with fputs(foo, fp).
2016-10-30 Ralph CorderoyReplace printf("%s", foo) with fputs(foo, stdout).
2016-10-30 Ralph CorderoyReplace printf("%s\n", foo) with puts(foo).
2016-10-30 Ralph CorderoyAdd trunccpy(), and the convenience TRUNCCPY().
2016-10-30 Ralph CorderoyFix test-header-parsing test script.
2016-10-30 Ralph CorderoySimplify folder_exists() to just testing stat(2)'s...
2016-10-30 Ralph CorderoyReplace printf("...\n") with puts("...").
2016-10-30 Ralph CorderoyReplace v?fprintf(stdout, ...) with v?printf(...).
2016-10-30 David LevineAdded (y|n) domain to a couple of build_nmh config...
2016-10-30 David LevineSet first character of name[] buffer in BODY state.
2016-10-26 David LevineRemoved configure options now that it determines them...
2016-10-26 David LevineMoved build_nmh to top level directory.
2016-10-26 David LevineReworked output handling.
2016-10-25 David LevineReworked default SASL support to enable if header and...
2016-10-25 David LevineAdded -r to gcov invocation.
2016-10-25 David LevineAdd -O0 instead of -O2 to CFLAGS with build_nmh -d...
2016-10-25 David LevineDon't add -D_FORTIFY_SOURCE to AM_CPPFLAGS with -O0.
2016-10-24 Ralph CorderoyMerge branch 'master' of git.sv.gnu.org:/srv/git/nmh
2016-10-24 Ralph CorderoyReplace fputc() with putchar().
next