| 2016-11-13 |
Ralph Corderoy | Replace many add(s, NULL) with mh_xstrdup(s). |
blob | commitdiff | raw |
| 2016-11-12 |
Ralph Corderoy | Replace some add(FIELD, NULL) with mh_xstrdup(FIELD). |
blob | commitdiff | raw | diff to current |
| 2016-11-07 |
David Levine | Don't parse parse # lines with mhbuild -nodirectives. |
blob | commitdiff | raw | diff to current |
| 2016-11-01 |
Ralph Corderoy | mhbuild's fgetstr(): simplify source, logic untouched. |
blob | commitdiff | raw | diff to current |
| 2016-10-21 |
Ralph Corderoy | Replace `if (p) free(p)' with `mh_xfree(p)'. |
blob | commitdiff | raw | diff to current |
| 2016-10-21 |
Ralph Corderoy | Don't `else' after goto. Simplify control flow. |
blob | commitdiff | raw | diff to current |
| 2016-10-20 |
Ralph Corderoy | Don't `else' after return. Simplify control flow. |
blob | commitdiff | raw | diff to current |
| 2016-10-18 |
David Levine | With EAI (mhbuild -headerencoding utf-8), force message... |
blob | commitdiff | raw | diff to current |
| 2016-10-18 |
Ralph Corderoy | Replace getcpy() with mh_xstrdup() where the string... |
blob | commitdiff | raw | diff to current |
| 2016-10-16 |
Ralph Corderoy | Use mh_xstrdup() instead of getcpy() for a string constant. |
blob | commitdiff | raw | diff to current |
| 2016-10-16 |
Ralph Corderoy | Add NEW(p) that sets p to mh_xmalloc'd memory sized... |
blob | commitdiff | raw | diff to current |
| 2016-10-16 |
Ralph Corderoy | Add macro NEW0(p) that callocs, and use it in simple... |
blob | commitdiff | raw | diff to current |
| 2016-10-16 |
Ralph Corderoy | Don't check mh_xcalloc() and friends for a NULL return. |
blob | commitdiff | raw | diff to current |
| 2016-10-07 |
David Levine | Added comments about sidestepping check for checks... |
blob | commitdiff | raw | diff to current |
| 2016-10-06 |
David Levine | A better fix than e87f37c27828723317a71291e31b34f39ec09... |
blob | commitdiff | raw | diff to current |
| 2016-10-06 |
David Levine | Merge branch 'welcome' |
blob | commitdiff | raw | diff to current |
| 2016-10-05 |
David Levine | Don't set c_reqencoding in repl, let mhbuild set it... |
blob | commitdiff | raw | diff to current |
| 2016-10-05 |
David Levine | Enabled check for 8-bit content in all text parts,... |
blob | commitdiff | raw | diff to current |
| 2016-09-26 |
David Levine | Merge remote-tracking branch 'origin' into smtputf8 |
blob | commitdiff | raw | diff to current |
| 2016-09-25 |
David Levine | Merge remote-tracking branch 'origin' into smtputf8 |
blob | commitdiff | raw | diff to current |
| 2016-09-23 |
David Levine | Added SMTPUTF8 (RFC 6531) support: |
blob | commitdiff | raw | diff to current |
| 2016-03-13 |
David Levine | Merge branch 'master' into xoauth |
blob | commitdiff | raw | diff to current |
| 2015-02-23 |
David Levine | Merge remote-tracking branch 'origin/convertargs' |
blob | commitdiff | raw | diff to current |
| 2015-02-14 |
David Levine | Removed unnecessary #include of h/signals.h. |
blob | commitdiff | raw | diff to current |
| 2015-02-08 |
David Levine | Merge remote-tracking branch 'origin' into convertargs |
blob | commitdiff | raw | diff to current |
| 2015-02-05 |
David Levine | Merge remote-tracking branch 'origin' into convertargs |
blob | commitdiff | raw | diff to current |
| 2015-01-19 |
David Levine | Merge remote-tracking branch 'origin' into convertargs |
blob | commitdiff | raw | diff to current |
| 2015-01-12 |
David Levine | Fixed check of return value of show_content_aux(). |
blob | commitdiff | raw | diff to current |
| 2015-01-08 |
David Levine | Merge remote-tracking branch 'origin' into convertargs |
blob | commitdiff | raw | diff to current |
| 2015-01-08 |
David Levine | Fix to commit 6b073f7b67a0afd64012ff7d00818ec1bd07b5f2... |
blob | commitdiff | raw | diff to current |
| 2015-01-07 |
David Levine | Another fix to convertarg handling of multipart/related... |
blob | commitdiff | raw | diff to current |
| 2015-01-06 |
David Levine | Specifically look for Content-Type header in converted... |
blob | commitdiff | raw | diff to current |
| 2015-01-06 |
David Levine | Fixed convertarg handling of text part in multipart... |
blob | commitdiff | raw | diff to current |
| 2014-12-22 |
David Levine | In expand_pseudoheader(), set Content-Type to 7-bit... |
blob | commitdiff | raw | diff to current |
| 2014-12-20 |
David Levine | Fixed use of text_plain_ct in mhbuildsbr.c so that... |
blob | commitdiff | raw | diff to current |
| 2014-12-15 |
David Levine | Added -convertargs switch to repl(1), to pass arguments... |
blob | commitdiff | raw | diff to current |
| 2014-12-02 |
Ken Hornstein | Merge commit '8206fbf', due to my screwup of committing... |
blob | commitdiff | raw | diff to current |
| 2014-11-23 |
David Levine | Use Nmh-Attach for attach header field name, and accept... |
blob | commitdiff | raw | diff to current |
| 2014-10-11 |
David Levine | Added mh_xcalloc(). |
blob | commitdiff | raw | diff to current |
| 2014-09-13 |
David Levine | Fixed all anomalies detected by clang static analyzer... |
blob | commitdiff | raw | diff to current |
| 2014-06-08 |
Ken Hornstein | Return an appropriate error if the input characters... |
blob | commitdiff | raw | diff to current |
| 2014-05-26 |
David Levine | Added context_find_by_type(), helper function to search... |
blob | commitdiff | raw | diff to current |
| 2014-05-15 |
Paul Fox | fix comment syntax |
blob | commitdiff | raw | diff to current |
| 2014-05-15 |
Paul Fox | clarify scan_content() logic for choosing encoding |
blob | commitdiff | raw | diff to current |
| 2014-05-15 |
David Levine | Added support for mhbuild-disposition-<type>[/<subtype... |
blob | commitdiff | raw | diff to current |
| 2014-05-08 |
Paul Fox | eliminate use of fgets() from calculate_digest() in... |
blob | commitdiff | raw | diff to current |
| 2014-05-08 |
Paul Fox | clean up whitespace in mhbuildsbr.c |
blob | commitdiff | raw | diff to current |
| 2014-05-08 |
Paul Fox | make scan_content() work correctly with content contain... |
blob | commitdiff | raw | diff to current |
| 2014-04-20 |
Ken Hornstein | Sigh. Of course I find another bug after I release... |
blob | commitdiff | raw | diff to current |
| 2014-04-14 |
Ken Hornstein | If attaching a "message" content type, scan the content... |
blob | commitdiff | raw | diff to current |
| 2014-04-14 |
Ken Hornstein | Create a default CTE so routines in mhparse.c are happy. |
blob | commitdiff | raw | diff to current |
| 2014-04-14 |
Ken Hornstein | Make sure the draft filename ends up in the MIME struct... |
blob | commitdiff | raw | diff to current |
| 2014-03-21 |
Ken Hornstein | Remove support for parallel content display. This... |
blob | commitdiff | raw | diff to current |
| 2014-03-06 |
Ken Hornstein | Merge branch 'extended-params' |
blob | commitdiff | raw | diff to current |
| 2014-03-05 |
Ken Hornstein | Add extra argument to add_param() so it can use the... |
blob | commitdiff | raw | diff to current |
| 2014-03-05 |
Ken Hornstein | Update mhlist and other relevant utilities to output... |
blob | commitdiff | raw | diff to current |
| 2014-03-02 |
Ken Hornstein | Whoops, forgot to TEST THIS OUT first. |
blob | commitdiff | raw | diff to current |
| 2014-03-02 |
Ken Hornstein | More cleaned and conversion to the new parameter API. |
blob | commitdiff | raw | diff to current |
| 2014-02-28 |
Ken Hornstein | Support complete encoding for encoding Content-Type... |
blob | commitdiff | raw | diff to current |
| 2014-02-27 |
Ken Hornstein | Use RFC 2047 encoding for Content-Description, and... |
blob | commitdiff | raw | diff to current |
| 2014-02-25 |
Ken Hornstein | First basic test of extended parameter output: working! |
blob | commitdiff | raw | diff to current |
| 2014-02-22 |
Ken Hornstein | It compiles now! And actually sort of works, but still... |
blob | commitdiff | raw | diff to current |
| 2014-02-21 |
Ken Hornstein | Getting closer to getting something working. |
blob | commitdiff | raw | diff to current |
| 2014-02-04 |
Ken Hornstein | Fix up mhbuild so the character set is always output... |
blob | commitdiff | raw | diff to current |
| 2014-02-04 |
Ken Hornstein | Support for selectable Content-Transfer-Encoding. |
blob | commitdiff | raw | diff to current |
| 2014-01-26 |
David Levine | Merge branch 'tmpfiles' |
blob | commitdiff | raw | diff to current |
| 2014-01-26 |
David Levine | Merge branch 'tmpfiles' |
blob | commitdiff | raw | diff to current |
| 2014-01-23 |
Ken Hornstein | Whoops, forgot to initialize the linked list next point... |
blob | commitdiff | raw | diff to current |
| 2014-01-23 |
Ken Hornstein | Merge branch 'mhbuild-always' |
blob | commitdiff | raw | diff to current |
| 2014-01-22 |
David Levine | Always check that mktemp()/mktemp2() succeeds before... |
blob | commitdiff | raw | diff to current |
| 2014-01-21 |
David Levine | Removed remaining occurrences of char *tmp from uip... |
blob | commitdiff | raw | diff to current |
| 2014-01-19 |
Ken Hornstein | Add support for not outputting any MIME headers when... |
blob | commitdiff | raw | diff to current |
| 2014-01-19 |
Ken Hornstein | Allow mhbuild to work when the message body is empty... |
blob | commitdiff | raw | diff to current |
| 2014-01-19 |
Ken Hornstein | Removed unused argument "file" to user_content(). |
blob | commitdiff | raw | diff to current |
| 2014-01-17 |
Ken Hornstein | Add support for -auto flag to mhbuild. |
blob | commitdiff | raw | diff to current |
| 2014-01-11 |
Ken Hornstein | Don't error out if the message body is empty. |
blob | commitdiff | raw | diff to current |
| 2014-01-10 |
Ken Hornstein | Make sure we use the 'short' filename and add newlines... |
blob | commitdiff | raw | diff to current |
| 2014-01-10 |
Ken Hornstein | A bit closer, but don't run the test just yet. |
blob | commitdiff | raw | diff to current |
| 2014-01-09 |
Ken Hornstein | Preliminary Attach: header support. Untested just... |
blob | commitdiff | raw | diff to current |
| 2013-12-04 |
Ken Hornstein | Merge branch 'encode-rfc2047' |
blob | commitdiff | raw | diff to current |
| 2013-10-31 |
Ken Hornstein | Support the -headerencoding switch to select the header... |
blob | commitdiff | raw | diff to current |
| 2013-10-30 |
Ken Hornstein | It looks like simple quoted-printable encoding of heade... |
blob | commitdiff | raw | diff to current |
| 2013-04-14 |
David Levine | Moved #include of signal.h to h/signals.h. And it... |
blob | commitdiff | raw | diff to current |
| 2013-04-14 |
David Levine | Moved #include of errno.h to h/nmh.h. |
blob | commitdiff | raw | diff to current |
| 2013-03-24 |
David Levine | More replacements of mh_strcasecmp() with strcasecmp(). |
blob | commitdiff | raw | diff to current |
| 2013-03-21 |
Ken Hornstein | Merge branch 'newlock' |
blob | commitdiff | raw | diff to current |
| 2013-03-18 |
Ken Hornstein | Add code for (and convert world to) the new world lock... |
blob | commitdiff | raw | diff to current |
| 2013-03-15 |
David Levine | Changed c_cefile member of struct Content from pointer to |
blob | commitdiff | raw | diff to current |
| 2013-03-12 |
Ken Hornstein | Add support for RFC-2017, message/external-body content... |
blob | commitdiff | raw | diff to current |
| 2013-02-22 |
Ken Hornstein | Merge branch 'format-test' |
blob | commitdiff | raw | diff to current |
| 2013-02-08 |
Ken Hornstein | Create a central prototype for free_content(). |
blob | commitdiff | raw | diff to current |
| 2013-02-06 |
Ken Hornstein | FINALLY clean up our signed/unsigned character warning... |
blob | commitdiff | raw | diff to current |
| 2013-02-01 |
Ken Hornstein | Finally switch over from vfork() to fork() completely. |
blob | commitdiff | raw | diff to current |
| 2013-02-01 |
Lyndon Nerenberg | Merge branch 'master' into savannah |
blob | commitdiff | raw | diff to current |
| 2013-01-31 |
Lyndon Nerenberg | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git... |
blob | commitdiff | raw | diff to current |
| 2013-01-29 |
David Levine | Added m_getfld_track_filepos() for callers to indicate... |
blob | commitdiff | raw | diff to current |
| 2013-01-27 |
David Levine | Merge branch 'm_getfld' |
blob | commitdiff | raw | diff to current |
| 2013-01-23 |
David Levine | Changed m_getfld() to automatically allocate a new... |
blob | commitdiff | raw | diff to current |
| 2013-01-21 |
Ken Hornstein | Merge branch 'master' into format-test |
blob | commitdiff | raw | diff to current |
| 2013-01-21 |
David Levine | Removed the static m_getfld() state instance and replaced |
blob | commitdiff | raw | diff to current |
| next |