]> diplodocus.org Git - nmh/history - uip/mhbuildsbr.c
Remove unused NCWD and NPWD #defines.
[nmh] / uip / mhbuildsbr.c
2016-10-21 Ralph CorderoyReplace `if (p) free(p)' with `mh_xfree(p)'.
2016-10-21 Ralph CorderoyDon't `else' after goto. Simplify control flow.
2016-10-20 Ralph CorderoyDon't `else' after return. Simplify control flow.
2016-10-18 David LevineWith EAI (mhbuild -headerencoding utf-8), force message...
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-16 Ralph CorderoyUse mh_xstrdup() instead of getcpy() for a string constant.
2016-10-16 Ralph CorderoyAdd NEW(p) that sets p to mh_xmalloc'd memory sized...
2016-10-16 Ralph CorderoyAdd macro NEW0(p) that callocs, and use it in simple...
2016-10-16 Ralph CorderoyDon't check mh_xcalloc() and friends for a NULL return.
2016-10-07 David LevineAdded comments about sidestepping check for checks...
2016-10-06 David LevineA better fix than e87f37c27828723317a71291e31b34f39ec09...
2016-10-06 David LevineMerge branch 'welcome'
2016-10-05 David LevineDon't set c_reqencoding in repl, let mhbuild set it...
2016-10-05 David LevineEnabled check for 8-bit content in all text parts,...
2016-09-26 David LevineMerge remote-tracking branch 'origin' into smtputf8
2016-09-25 David LevineMerge remote-tracking branch 'origin' into smtputf8
2016-09-23 David LevineAdded SMTPUTF8 (RFC 6531) support:
2016-03-13 David LevineMerge branch 'master' into xoauth
2015-02-23 David LevineMerge remote-tracking branch 'origin/convertargs'
2015-02-14 David LevineRemoved unnecessary #include of h/signals.h.
2015-02-08 David LevineMerge remote-tracking branch 'origin' into convertargs
2015-02-05 David LevineMerge remote-tracking branch 'origin' into convertargs
2015-01-19 David LevineMerge remote-tracking branch 'origin' into convertargs
2015-01-12 David LevineFixed check of return value of show_content_aux().
2015-01-08 David LevineMerge remote-tracking branch 'origin' into convertargs
2015-01-08 David LevineFix to commit 6b073f7b67a0afd64012ff7d00818ec1bd07b5f2...
2015-01-07 David LevineAnother fix to convertarg handling of multipart/related...
2015-01-06 David LevineSpecifically look for Content-Type header in converted...
2015-01-06 David LevineFixed convertarg handling of text part in multipart...
2014-12-22 David LevineIn expand_pseudoheader(), set Content-Type to 7-bit...
2014-12-20 David LevineFixed use of text_plain_ct in mhbuildsbr.c so that...
2014-12-15 David LevineAdded -convertargs switch to repl(1), to pass arguments...
2014-12-02 Ken HornsteinMerge commit '8206fbf', due to my screwup of committing...
2014-11-23 David LevineUse Nmh-Attach for attach header field name, and accept...
2014-10-11 David LevineAdded mh_xcalloc().
2014-09-13 David LevineFixed all anomalies detected by clang static analyzer...
2014-06-08 Ken HornsteinReturn an appropriate error if the input characters...
2014-05-26 David LevineAdded context_find_by_type(), helper function to search...
2014-05-15 Paul Foxfix comment syntax
2014-05-15 Paul Foxclarify scan_content() logic for choosing encoding
2014-05-15 David LevineAdded support for mhbuild-disposition-<type>[/<subtype...
2014-05-08 Paul Foxeliminate use of fgets() from calculate_digest() in...
2014-05-08 Paul Foxclean up whitespace in mhbuildsbr.c
2014-05-08 Paul Foxmake scan_content() work correctly with content contain...
2014-04-20 Ken HornsteinSigh. Of course I find another bug after I release...
2014-04-14 Ken HornsteinIf attaching a "message" content type, scan the content...
2014-04-14 Ken HornsteinCreate a default CTE so routines in mhparse.c are happy.
2014-04-14 Ken HornsteinMake sure the draft filename ends up in the MIME struct...
2014-03-21 Ken HornsteinRemove support for parallel content display. This...
2014-03-06 Ken HornsteinMerge branch 'extended-params'
2014-03-05 Ken HornsteinAdd extra argument to add_param() so it can use the...
2014-03-05 Ken HornsteinUpdate mhlist and other relevant utilities to output...
2014-03-02 Ken HornsteinWhoops, forgot to TEST THIS OUT first.
2014-03-02 Ken HornsteinMore cleaned and conversion to the new parameter API.
2014-02-28 Ken HornsteinSupport complete encoding for encoding Content-Type...
2014-02-27 Ken HornsteinUse RFC 2047 encoding for Content-Description, and...
2014-02-25 Ken HornsteinFirst basic test of extended parameter output: working!
2014-02-22 Ken HornsteinIt compiles now! And actually sort of works, but still...
2014-02-21 Ken HornsteinGetting closer to getting something working.
2014-02-04 Ken HornsteinFix up mhbuild so the character set is always output...
2014-02-04 Ken HornsteinSupport for selectable Content-Transfer-Encoding.
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-23 Ken HornsteinWhoops, forgot to initialize the linked list next point...
2014-01-23 Ken HornsteinMerge branch 'mhbuild-always'
2014-01-22 David LevineAlways check that mktemp()/mktemp2() succeeds before...
2014-01-21 David LevineRemoved remaining occurrences of char *tmp from uip...
2014-01-19 Ken HornsteinAdd support for not outputting any MIME headers when...
2014-01-19 Ken HornsteinAllow mhbuild to work when the message body is empty...
2014-01-19 Ken HornsteinRemoved unused argument "file" to user_content().
2014-01-17 Ken HornsteinAdd support for -auto flag to mhbuild.
2014-01-11 Ken HornsteinDon't error out if the message body is empty.
2014-01-10 Ken HornsteinMake sure we use the 'short' filename and add newlines...
2014-01-10 Ken HornsteinA bit closer, but don't run the test just yet.
2014-01-09 Ken HornsteinPreliminary Attach: header support. Untested just...
2013-12-04 Ken HornsteinMerge branch 'encode-rfc2047'
2013-10-31 Ken HornsteinSupport the -headerencoding switch to select the header...
2013-10-30 Ken HornsteinIt looks like simple quoted-printable encoding of heade...
2013-04-14 David LevineMoved #include of signal.h to h/signals.h. And it...
2013-04-14 David LevineMoved #include of errno.h to h/nmh.h.
2013-03-24 David LevineMore replacements of mh_strcasecmp() with strcasecmp().
2013-03-21 Ken HornsteinMerge branch 'newlock'
2013-03-18 Ken HornsteinAdd code for (and convert world to) the new world lock...
2013-03-15 David LevineChanged c_cefile member of struct Content from pointer to
2013-03-12 Ken HornsteinAdd support for RFC-2017, message/external-body content...
2013-02-22 Ken HornsteinMerge branch 'format-test'
2013-02-08 Ken HornsteinCreate a central prototype for free_content().
2013-02-06 Ken HornsteinFINALLY clean up our signed/unsigned character warning...
2013-02-01 Ken HornsteinFinally switch over from vfork() to fork() completely.
2013-02-01 Lyndon NerenbergMerge branch 'master' into savannah
2013-01-31 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2013-01-29 David LevineAdded m_getfld_track_filepos() for callers to indicate...
2013-01-27 David LevineMerge branch 'm_getfld'
2013-01-23 David LevineChanged m_getfld() to automatically allocate a new...
2013-01-21 Ken HornsteinMerge branch 'master' into format-test
2013-01-21 David LevineRemoved the static m_getfld() state instance and replaced
2013-01-18 David LevineRemoved all traces of m_getfld() FLDEOF and BODYEOF...
2013-01-04 Ken HornsteinRemove support for -ebcdicsafe/-noebcdicsafe switches...
2012-12-22 David LevineChanged bufsz argument of m_getfld() to be in-out inste...
2012-12-12 David LevineRemoved some dead code, all inside #if 0's. I tried...
next