| 2016-10-18 |
Ralph Corderoy | Replace getcpy() with mh_xstrdup() where the string... |
commit | commitdiff | tree | snapshot |
| 2016-10-18 |
Ralph Corderoy | Replace getcpy() with mh_xstrdup() where the string... |
commit | commitdiff | tree | snapshot |
| 2016-10-18 |
Ralph Corderoy | Replace getcpy() with mh_xstrdup() where the string... |
commit | commitdiff | tree | snapshot |
| 2016-10-18 |
Ralph Corderoy | Fix unlikely bug in oauth's make_query_url() of base_ur... |
commit | commitdiff | tree | snapshot |
| 2016-10-18 |
Ralph Corderoy | Replace a few calculations of string lengths with concat(). |
commit | commitdiff | tree | snapshot |
| 2016-10-17 |
Ralph Corderoy | Close FILE pointer in anno for -append as well as ... |
commit | commitdiff | tree | snapshot |
| 2016-10-17 |
Ralph Corderoy | Oops, should have offset file in showbuildenv rather... |
commit | commitdiff | tree | snapshot |
| 2016-10-17 |
Ralph Corderoy | Look for a platform-specific /etc/*-release or similar. |
commit | commitdiff | tree | snapshot |
| 2016-10-17 |
Ralph Corderoy | Protect showbuildenv's headers from glob expansion. |
commit | commitdiff | tree | snapshot |
| 2016-10-17 |
Ralph Corderoy | A-ha! automake has support for tests expected to fail... |
commit | commitdiff | tree | snapshot |
| 2016-10-17 |
Ralph Corderoy | Remove use of C's register keyword. |
commit | commitdiff | tree | snapshot |
| 2016-10-17 |
David Levine | Added reference to mh-profile(5) man page for more... |
commit | commitdiff | tree | snapshot |
| 2016-10-17 |
Ralph Corderoy | Add FIXME for more documentation to showbuildenv. |
commit | commitdiff | tree | snapshot |
| 2016-10-17 |
Ralph Corderoy | Have showbuildenv only indent non-blank lines. |
commit | commitdiff | tree | snapshot |
| 2016-10-17 |
Ralph Corderoy | Run lsb_release(1) if uname is Linux. |
commit | commitdiff | tree | snapshot |
| 2016-10-17 |
Ralph Corderoy | Oops, fc31cece had a syntax error that gcc ignored... |
commit | commitdiff | tree | snapshot |
| 2016-10-17 |
Ralph Corderoy | Replace NEW() then memset() of 0 with NEW0(). |
commit | commitdiff | tree | snapshot |
| 2016-10-17 |
Ralph Corderoy | Don't call strlen() twice; save result. |
commit | commitdiff | tree | snapshot |
| 2016-10-17 |
Ralph Corderoy | Don't call strlen() twice; save result. |
commit | commitdiff | tree | snapshot |
| 2016-10-17 |
Ralph Corderoy | Deference char pointer to test for empty string instead... |
commit | commitdiff | tree | snapshot |
| 2016-10-17 |
Ralph Corderoy | Replace getcpy() with mh_xstrdup(). |
commit | commitdiff | tree | snapshot |
| 2016-10-17 |
Ralph Corderoy | Replace mh_xmalloc() with mh_xstrdup(). |
commit | commitdiff | tree | snapshot |
| 2016-10-17 |
Ralph Corderoy | Replace mh_xmalloc() with mh_xstrdup(). |
commit | commitdiff | tree | snapshot |
| 2016-10-16 |
Ralph Corderoy | Delete client_getcpy(); don't know why it exists. |
commit | commitdiff | tree | snapshot |
| 2016-10-16 |
Ralph Corderoy | Use mh_xstrdup() instead of getcpy() for a string constant. |
commit | commitdiff | tree | snapshot |
| 2016-10-16 |
Ralph Corderoy | Rewrite getcpy() using mh_x*() allocation functions. |
commit | commitdiff | tree | snapshot |
| 2016-10-16 |
Ralph Corderoy | Add const specifier to mh_xstrdup()'s src parameter. |
commit | commitdiff | tree | snapshot |
| 2016-10-16 |
Ralph Corderoy | Rename fmt_compile.c's NEW macro to NEW_FP to avoid... |
commit | commitdiff | tree | snapshot |
| 2016-10-16 |
Ralph Corderoy | Rename local enum to avoid clashing with NEW() macro. |
commit | commitdiff | tree | snapshot |
| 2016-10-16 |
Ralph Corderoy | Add mh_xstrdup() that exits on allocation failure. |
commit | commitdiff | tree | snapshot |
| 2016-10-16 |
Ralph Corderoy | Add NEW(p) that sets p to mh_xmalloc'd memory sized... |
commit | commitdiff | tree | snapshot |
| 2016-10-16 |
Ralph Corderoy | Add macro NEW0(p) that callocs, and use it in simple... |
commit | commitdiff | tree | snapshot |
| 2016-10-16 |
Ralph Corderoy | Put parameter names in h/utils.h memory function protot... |
commit | commitdiff | tree | snapshot |
| 2016-10-16 |
Ralph Corderoy | Add mh_xfree(), guarding free(3) from NULLs. |
commit | commitdiff | tree | snapshot |
| 2016-10-16 |
Ralph Corderoy | Tweak mh_xcalloc(); print size on error, follow POSIX. |
commit | commitdiff | tree | snapshot |
| 2016-10-16 |
Ralph Corderoy | Tweak mh_xrealloc(); print size on error, follow POSIX. |
commit | commitdiff | tree | snapshot |
| 2016-10-16 |
Ralph Corderoy | Tweak mh_xmalloc(); print size in error, allocate... |
commit | commitdiff | tree | snapshot |
| 2016-10-16 |
Ralph Corderoy | Don't check mh_xcalloc() and friends for a NULL return. |
commit | commitdiff | tree | snapshot |
| 2016-10-16 |
Ralph Corderoy | Expand the test of scan's -forma; fails on first attempt. |
commit | commitdiff | tree | snapshot |
| 2016-10-16 |
Ralph Corderoy | Don't test -reverse's boolean on every message number. |
commit | commitdiff | tree | snapshot |
| 2016-10-16 |
Ralph Corderoy | Update pending-release-notes with a couple of my recent... |
commit | commitdiff | tree | snapshot |
| 2016-10-16 |
Ralph Corderoy | Fix bug where single-character headers were sometimes... |
commit | commitdiff | tree | snapshot |
| 2016-10-16 |
Ralph Corderoy | Change all Getc() callers to use EOF, not comparisons... |
commit | commitdiff | tree | snapshot |
| 2016-10-16 |
Ralph Corderoy | Don't increment bytes_read if returning EOF. |
commit | commitdiff | tree | snapshot |
| 2016-10-16 |
Ralph Corderoy | Fix spelling in comment. Alter case to match identifier. |
commit | commitdiff | tree | snapshot |
| 2016-10-16 |
Ralph Corderoy | Add failing test case for single-character header parsing. |
commit | commitdiff | tree | snapshot |
| 2016-10-16 |
Ralph Corderoy | Fix spelling in warning message; s/conext/context/. |
commit | commitdiff | tree | snapshot |
| 2016-10-16 |
Ralph Corderoy | Simply enter_getfld()'s structure, no functional change. |
commit | commitdiff | tree | snapshot |
| 2016-10-16 |
Ralph Corderoy | Explicitly state a postproc's last argument will be... |
commit | commitdiff | tree | snapshot |
| 2016-10-16 |
Ralph Corderoy | Document fmttest(1)'s existing -help and -version options. |
commit | commitdiff | tree | snapshot |
| 2016-10-16 |
Ralph Corderoy | Move -help and -version to the front of the man page... |
commit | commitdiff | tree | snapshot |
| 2016-10-16 |
Ralph Corderoy | Fix end of sentence spacing in man pages, and related... |
commit | commitdiff | tree | snapshot |
| 2016-10-16 |
Ralph Corderoy | Reference the buildbot in docs/README.developers. |
commit | commitdiff | tree | snapshot |
| 2016-10-16 |
Ralph Corderoy | Stop one lseek(2) per header fetched by m_getfld.c... |
commit | commitdiff | tree | snapshot |
| 2016-10-15 |
Ralph Corderoy | Fix error message when attempting to xmh_realloc()... |
commit | commitdiff | tree | snapshot |
| 2016-10-15 |
David Levine | Plugged memory leak in convert_content_charset(). |
commit | commitdiff | tree | snapshot |
| 2016-10-15 |
David Levine | Fixed mhshow warn message when it can't convert charact... |
commit | commitdiff | tree | snapshot |
| 2016-10-15 |
David Levine | Changed "existant" to "existent". Found by misspell_fixer. |
commit | commitdiff | tree | snapshot |
| 2016-10-15 |
David Levine | Added to convertargs documentation. |
commit | commitdiff | tree | snapshot |
| 2016-10-14 |
David Levine | Try running script(1) for SHELL test in subshell. |
commit | commitdiff | tree | snapshot |
| 2016-10-14 |
David Levine | Check that script(1) supports SHELL in test-version... |
commit | commitdiff | tree | snapshot |
| 2016-10-14 |
David Levine | Added check to test-version-check to ensure that script... |
commit | commitdiff | tree | snapshot |
| 2016-10-14 |
David Levine | Didn't work on buildbot hosts. Added debug statements. |
commit | commitdiff | tree | snapshot |
| 2016-10-14 |
David Levine | Instead of feeding stdin to script(1) in test-version... |
commit | commitdiff | tree | snapshot |
| 2016-10-14 |
David Levine | Tweaked formatting of welcome message. |
commit | commitdiff | tree | snapshot |
| 2016-10-13 |
David Levine | Disable test-version-check, again, when not connected... |
commit | commitdiff | tree | snapshot |
| 2016-10-13 |
David Levine | Added debug printouts to test-version-check. |
commit | commitdiff | tree | snapshot |
| 2016-10-13 |
David Levine | Use "script file" in test-version-check for maximum... |
commit | commitdiff | tree | snapshot |
| 2016-10-13 |
David Levine | Added check that replied-to text is not quoted-printabl... |
commit | commitdiff | tree | snapshot |
| 2016-10-13 |
David Levine | Split ${charset:+-I "$charset"} and another similar... |
commit | commitdiff | tree | snapshot |
| 2016-10-11 |
Oliver Kiddle | For the autoconf/automake stuff to replace getline... |
commit | commitdiff | tree | snapshot |
| 2016-10-11 |
Ralph Corderoy | I've written a getline(3) from scratch based on |
commit | commitdiff | tree | snapshot |
| 2016-10-11 |
David Levine | Removed test-local-mailbox that was mistakenly committed. |
commit | commitdiff | tree | snapshot |
| 2016-10-11 |
David Levine | Only set CFLAGS with gcc. |
commit | commitdiff | tree | snapshot |
| 2016-10-11 |
David Levine | Moved gcc warning options from AM_CFLAGS back to CFLAGS, to |
commit | commitdiff | tree | snapshot |
| 2016-10-11 |
David Levine | Added LANG to procmail example in mhfixmsg man page. |
commit | commitdiff | tree | snapshot |
| 2016-10-10 |
David Levine | Corrected date in forw man page. |
commit | commitdiff | tree | snapshot |
| 2016-10-10 |
David Levine | Tweaked OAuth documentation in mhlogin and send man... |
commit | commitdiff | tree | snapshot |
| 2016-10-10 |
David Levine | Removed reference to nmh User's Manual because there... |
commit | commitdiff | tree | snapshot |
| 2016-10-10 |
David Levine | Changed test suite's require_locale() to set the locale... |
commit | commitdiff | tree | snapshot |
| 2016-10-09 |
David Levine | Added -sasl to -saslmech xoauth examples in man pages. |
commit | commitdiff | tree | snapshot |
| 2016-10-08 |
David Levine | Replace `id -u` with $$ so that tests have a chance... |
commit | commitdiff | tree | snapshot |
| 2016-10-07 |
David Levine | Added comments about sidestepping check for checks... |
commit | commitdiff | tree | snapshot |
| 2016-10-07 |
David Levine | Added example of decoding RFC-2047 filename to mhstore... |
commit | commitdiff | tree | snapshot |
| 2016-10-06 |
David Levine | A better fix than e87f37c27828723317a71291e31b34f39ec09... |
commit | commitdiff | tree | snapshot |
| 2016-10-06 |
David Levine | Moved scan_input() from uip/post.c to sbr/utils.c. |
commit | commitdiff | tree | snapshot |
| 2016-10-06 |
David Levine | Updated test-version-check test_skip message. |
commit | commitdiff | tree | snapshot |
| 2016-10-06 |
David Levine | Fixed test negations in test-version-check to work... |
commit | commitdiff | tree | snapshot |
| 2016-10-06 |
David Levine | OK, don't run test-version-check if not connected to... |
commit | commitdiff | tree | snapshot |
| 2016-10-06 |
David Levine | More debugging test-version-check. |
commit | commitdiff | tree | snapshot |
| 2016-10-06 |
David Levine | Replaced strtod() with strtof(). |
commit | commitdiff | tree | snapshot |
| 2016-10-06 |
David Levine | More debugging. |
commit | commitdiff | tree | snapshot |
| 2016-10-06 |
David Levine | More test-version-check debugging, on Linux buildbot... |
commit | commitdiff | tree | snapshot |
| 2016-10-06 |
David Levine | 1) Use script(1) -t 0 instead of -f on FreeBSD. |
commit | commitdiff | tree | snapshot |
| 2016-10-06 |
David Levine | Accommodate FreeBSD script(1), and add debugging statem... |
commit | commitdiff | tree | snapshot |
| 2016-10-06 |
David Levine | Merge branch 'welcome' |
commit | commitdiff | tree | snapshot |
| 2016-10-06 |
David Levine | Enable SMTP 8BITMIME for messages with 8-bit content: |
commit | commitdiff | tree | snapshot |
| 2016-10-05 |
David Levine | Call c_ceclosefnx in mhfixmsg set_ce(). It doesn't... |
commit | commitdiff | tree | snapshot |
| 2016-10-05 |
David Levine | Don't set c_reqencoding in repl, let mhbuild set it... |
commit | commitdiff | tree | snapshot |
| 2016-10-05 |
Ken Hornstein | Improve these comments a bit. |
commit | commitdiff | tree | snapshot |
| next |