| 2016-11-13 |
David Levine | Removed unused declaration of output_message(). |
commit | commitdiff | tree | snapshot |
| 2016-11-13 |
Ralph Corderoy | Replace many add(s, NULL) with mh_xstrdup(s). |
commit | commitdiff | tree | snapshot |
| 2016-11-12 |
Ralph Corderoy | Replace some add(FIELD, NULL) with mh_xstrdup(FIELD). |
commit | commitdiff | tree | snapshot |
| 2016-11-12 |
Ralph Corderoy | m_getfld: Shuffle `delim' assignments slightly. |
commit | commitdiff | tree | snapshot |
| 2016-11-12 |
Ralph Corderoy | Revert "m_getfld: Shorten fdelimlen by one; it was... |
commit | commitdiff | tree | snapshot |
| 2016-11-12 |
Ralph Corderoy | Replace copy(s, d) with POSIX-1.2008's stpcpy(d, s). |
commit | commitdiff | tree | snapshot |
| 2016-11-12 |
Ralph Corderoy | m_getfld: Replace matchc() with memmem(3). |
commit | commitdiff | tree | snapshot |
| 2016-11-12 |
Ralph Corderoy | m_getfld: Remove never-true test in matchc(). |
commit | commitdiff | tree | snapshot |
| 2016-11-11 |
Ralph Corderoy | m_getfld: Shorten fdelimlen by one; it was too long. |
commit | commitdiff | tree | snapshot |
| 2016-11-11 |
Ralph Corderoy | configure.ac: Add FIXME regarding _BSD_SOURCE for tm... |
commit | commitdiff | tree | snapshot |
| 2016-11-11 |
Ralph Corderoy | dlocaltime(): Only call tzset(3) once. |
commit | commitdiff | tree | snapshot |
| 2016-11-10 |
Ralph Corderoy | uip/scansbr.c: Use fputs(3) instead of mh_fputs(). |
commit | commitdiff | tree | snapshot |
| 2016-11-10 |
Ralph Corderoy | Add test-forw-coverage to improve uip/forw.c's coverage. |
commit | commitdiff | tree | snapshot |
| 2016-11-09 |
Ralph Corderoy | test-mhl-flags: Improve coverage of uip/mhlsbr.c. |
commit | commitdiff | tree | snapshot |
| 2016-11-09 |
Ralph Corderoy | test-fmtdump: Increase uip/fmtdump.c coverage. |
commit | commitdiff | tree | snapshot |
| 2016-11-08 |
Ralph Corderoy | test-flist: Increase coverage on argv[] processing. |
commit | commitdiff | tree | snapshot |
| 2016-11-08 |
Ralph Corderoy | Add test/format/test-ap to get 100% uip/ap.c coverage. |
commit | commitdiff | tree | snapshot |
| 2016-11-08 |
Ralph Corderoy | uip/dp.c: Increase coverage to 100%. |
commit | commitdiff | tree | snapshot |
| 2016-11-08 |
David Levine | Replaced add(s, NULL) with mh_xstrdup(s). |
commit | commitdiff | tree | snapshot |
| 2016-11-08 |
David Levine | Removed unused global from MIME parser. |
commit | commitdiff | tree | snapshot |
| 2016-11-08 |
David Levine | Initialize mhparse global for each message. |
commit | commitdiff | tree | snapshot |
| 2016-11-07 |
David Levine | Forgot to commit test-mhbuild. And thank Tom Lane... |
commit | commitdiff | tree | snapshot |
| 2016-11-07 |
David Levine | Don't parse parse # lines with mhbuild -nodirectives. |
commit | commitdiff | tree | snapshot |
| 2016-11-06 |
David Levine | Plugged remaining mhfixmsg(1) memory leaks. |
commit | commitdiff | tree | snapshot |
| 2016-11-06 |
David Levine | Made static char strings const. |
commit | commitdiff | tree | snapshot |
| 2016-11-06 |
David Levine | Plug memory leak with parameter continuations. |
commit | commitdiff | tree | snapshot |
| 2016-11-06 |
David Levine | Free c_ctparams for all content types, not just text. |
commit | commitdiff | tree | snapshot |
| 2016-11-05 |
Ralph Corderoy | uip/ap, uip/dp: Remove unneeded char **arguments. |
commit | commitdiff | tree | snapshot |
| 2016-11-05 |
Ralph Corderoy | dp: Fix write past end of dates[] array. |
commit | commitdiff | tree | snapshot |
| 2016-11-05 |
Ralph Corderoy | ap: Fix write past end of addrs[] array. |
commit | commitdiff | tree | snapshot |
| 2016-11-05 |
David Levine | Just show relevant portion of invalid encoded string. |
commit | commitdiff | tree | snapshot |
| 2016-11-05 |
David Levine | Replaced use of freects_done() with free_content()... |
commit | commitdiff | tree | snapshot |
| 2016-11-03 |
David Levine | Pass through message even if from relative folder. |
commit | commitdiff | tree | snapshot |
| 2016-11-03 |
David Levine | Use result, because (void) didn't prevent warning on... |
commit | commitdiff | tree | snapshot |
| 2016-11-03 |
Ralph Corderoy | test-rfc6532: Export LC_CTYPE after setting it. |
commit | commitdiff | tree | snapshot |
| 2016-11-03 |
David Levine | Changed type of flags from signed to unsigned long. |
commit | commitdiff | tree | snapshot |
| 2016-11-03 |
David Levine | Replace non-ASCII characters in headers with ?'s with... |
commit | commitdiff | tree | snapshot |
| 2016-11-03 |
David Levine | Fixed display of header field values with multibyte... |
commit | commitdiff | tree | snapshot |
| 2016-11-02 |
David Levine | Removed NMH_UNUSED(hostname) because it no longer exists. |
commit | commitdiff | tree | snapshot |
| 2016-11-02 |
Ken Hornstein | Add some Autoconf support for older OpenSSL libraries... |
commit | commitdiff | tree | snapshot |
| 2016-11-02 |
Ralph Corderoy | State netsec_set_tls()'s noverify is unused if no TLS. |
commit | commitdiff | tree | snapshot |
| 2016-11-02 |
Ken Hornstein | Update docs a bit. |
commit | commitdiff | tree | snapshot |
| 2016-11-02 |
Ken Hornstein | Add support for certificate verification when using... |
commit | commitdiff | tree | snapshot |
| 2016-11-02 |
Ken Hornstein | Print out more TLS information if -snoop is turned on. |
commit | commitdiff | tree | snapshot |
| 2016-11-01 |
Ralph Corderoy | test/folder: Add test-coverage; lots of check_exit. |
commit | commitdiff | tree | snapshot |
| 2016-11-01 |
Ralph Corderoy | Split one-line condition+body to get gcov results. |
commit | commitdiff | tree | snapshot |
| 2016-11-01 |
Ralph Corderoy | uip/dist.c: Increase coverage. |
commit | commitdiff | tree | snapshot |
| 2016-11-01 |
Ralph Corderoy | uip/send: -saslmech lacking argument indexed outside... |
commit | commitdiff | tree | snapshot |
| 2016-11-01 |
Ralph Corderoy | man: Fix spelling mistakes. |
commit | commitdiff | tree | snapshot |
| 2016-11-01 |
Ralph Corderoy | Fix spelling mistake in comment. |
commit | commitdiff | tree | snapshot |
| 2016-11-01 |
Ralph Corderoy | Fix spelling mistakes in UI text. |
commit | commitdiff | tree | snapshot |
| 2016-11-01 |
Ralph Corderoy | test: Remove the " # gcov" comment from check_exit... |
commit | commitdiff | tree | snapshot |
| 2016-11-01 |
Ralph Corderoy | uip/comp.c: Increase coverage. |
commit | commitdiff | tree | snapshot |
| 2016-11-01 |
Ralph Corderoy | uip/burst.c: Increase coverage. |
commit | commitdiff | tree | snapshot |
| 2016-11-01 |
Ralph Corderoy | uip/anno.c: Increase coverage. |
commit | commitdiff | tree | snapshot |
| 2016-11-01 |
Ralph Corderoy | anno: Stop segmentation violation on `-number 0'. |
commit | commitdiff | tree | snapshot |
| 2016-11-01 |
Ralph Corderoy | uip/ali.c: Increase coverage. |
commit | commitdiff | tree | snapshot |
| 2016-11-01 |
Ralph Corderoy | ali: Fix a memory leak spotted by valgrind. |
commit | commitdiff | tree | snapshot |
| 2016-11-01 |
Ralph Corderoy | mhbuild's fgetstr(): simplify source, logic untouched. |
commit | commitdiff | tree | snapshot |
| 2016-10-31 |
David Levine | Remove test files that aren't removed by check(). |
commit | commitdiff | tree | snapshot |
| 2016-10-31 |
David Levine | Replaced BUFSIZ with NMH_BUFSIZ in a few places. |
commit | commitdiff | tree | snapshot |
| 2016-10-31 |
David Levine | Don't set CT type if reformat failed. |
commit | commitdiff | tree | snapshot |
| 2016-10-31 |
Ralph Corderoy | Uncapitalise a few more mentions of commands in man... |
commit | commitdiff | tree | snapshot |
| 2016-10-31 |
Ralph Corderoy | mh-mkstemp.man: Detail exit status as 255 rather than -1. |
commit | commitdiff | tree | snapshot |
| 2016-10-31 |
Ralph Corderoy | Use new check_exit in `# gcov' tests. |
commit | commitdiff | tree | snapshot |
| 2016-10-31 |
Ralph Corderoy | test/common.sh.in: Add test_exit() for $? checking. |
commit | commitdiff | tree | snapshot |
| 2016-10-31 |
David Levine | Replaced use of ! with || true, for ultimate Bourne... |
commit | commitdiff | tree | snapshot |
| 2016-10-30 |
Ralph Corderoy | test-nocreate: Don't use run_test and run_prog together. |
commit | commitdiff | tree | snapshot |
| 2016-10-30 |
Ralph Corderoy | fgets() reserves space for the NUL itself. |
commit | commitdiff | tree | snapshot |
| 2016-10-30 |
Ralph Corderoy | Gain coverage with `mhparam localmbox'. |
commit | commitdiff | tree | snapshot |
| 2016-10-30 |
Ralph Corderoy | Remove mhparam's p_find()'s ability to take NULL argument. |
commit | commitdiff | tree | snapshot |
| 2016-10-30 |
Ralph Corderoy | Get coverage of quite a few of the `ambiguous switch... |
commit | commitdiff | tree | snapshot |
| 2016-10-30 |
Ralph Corderoy | Split gcov target into multiple sub-targets. |
commit | commitdiff | tree | snapshot |
| 2016-10-30 |
Ralph Corderoy | Clarify trunccpy()'s src and dest must not overlap. |
commit | commitdiff | tree | snapshot |
| 2016-10-30 |
Ralph Corderoy | Replace printf("%s", foo) with fputs(foo, stdout). |
commit | commitdiff | tree | snapshot |
| 2016-10-30 |
Ralph Corderoy | Replace strlen(foo) > 0 with *foo. |
commit | commitdiff | tree | snapshot |
| 2016-10-30 |
Ralph Corderoy | Add outputs from Makefile.am's gcov target. |
commit | commitdiff | tree | snapshot |
| 2016-10-30 |
Ralph Corderoy | Remove sbr/peekc.c containing unused peekc(). |
commit | commitdiff | tree | snapshot |
| 2016-10-30 |
Ralph Corderoy | Replace fprintf(fp, "%s", foo) with fputs(foo, fp). |
commit | commitdiff | tree | snapshot |
| 2016-10-30 |
Ralph Corderoy | Replace printf("%s", foo) with fputs(foo, stdout). |
commit | commitdiff | tree | snapshot |
| 2016-10-30 |
Ralph Corderoy | Replace printf("%s\n", foo) with puts(foo). |
commit | commitdiff | tree | snapshot |
| 2016-10-30 |
Ralph Corderoy | Add trunccpy(), and the convenience TRUNCCPY(). |
commit | commitdiff | tree | snapshot |
| 2016-10-30 |
Ralph Corderoy | Fix test-header-parsing test script. |
commit | commitdiff | tree | snapshot |
| 2016-10-30 |
Ralph Corderoy | Simplify folder_exists() to just testing stat(2)'s... |
commit | commitdiff | tree | snapshot |
| 2016-10-30 |
Ralph Corderoy | Replace printf("...\n") with puts("..."). |
commit | commitdiff | tree | snapshot |
| 2016-10-30 |
Ralph Corderoy | Replace v?fprintf(stdout, ...) with v?printf(...). |
commit | commitdiff | tree | snapshot |
| 2016-10-30 |
David Levine | Added (y|n) domain to a couple of build_nmh config... |
commit | commitdiff | tree | snapshot |
| 2016-10-30 |
David Levine | Set first character of name[] buffer in BODY state. |
commit | commitdiff | tree | snapshot |
| 2016-10-26 |
David Levine | Removed configure options now that it determines them... |
commit | commitdiff | tree | snapshot |
| 2016-10-26 |
David Levine | Moved build_nmh to top level directory. |
commit | commitdiff | tree | snapshot |
| 2016-10-26 |
David Levine | Reworked output handling. |
commit | commitdiff | tree | snapshot |
| 2016-10-25 |
David Levine | Reworked default SASL support to enable if header and... |
commit | commitdiff | tree | snapshot |
| 2016-10-25 |
David Levine | Added -r to gcov invocation. |
commit | commitdiff | tree | snapshot |
| 2016-10-25 |
David Levine | Add -O0 instead of -O2 to CFLAGS with build_nmh -d... |
commit | commitdiff | tree | snapshot |
| 2016-10-25 |
David Levine | Don't add -D_FORTIFY_SOURCE to AM_CPPFLAGS with -O0. |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Ralph Corderoy | Merge branch 'master' of git.sv.gnu.org:/srv/git/nmh |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Ralph Corderoy | Replace fputc() with putchar(). |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
David Levine | Changed build_nmh sasl and tls defaults to be configure's. |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Ralph Corderoy | Merge branch 'master' of git.sv.gnu.org:/srv/git/nmh |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Ralph Corderoy | Replace putc() with putchar(). |
commit | commitdiff | tree | snapshot |
| next |