]> diplodocus.org Git - nmh/history - uip/mhbuildsbr.c
Another pass at cleaning up (some of) the manpages.
[nmh] / uip / mhbuildsbr.c
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...
2012-11-19 Oliver KiddleYozo TODA: fix for mhshow-charset- directives in .mh_pr...
2012-07-21 David LevineAdded -messageid switch to send(1) and post(8). This...
2012-06-14 Ken HornsteinMake the base64 encoder endian-agnostic, and remove...
2012-06-01 Ken HornsteinFix off-by-one error, noticed by Ralph Corderoy.
2012-05-31 Paul FoxImplement the following changes:
2012-03-03 David Levinemhbuild -check would always fail because it tried to...
2012-02-29 Ken HornsteinPart of the patch from bug #4301; clean up our prototyp...
2012-02-04 Ken HornsteinChange LocalName() to take an argument (about whether...
2012-01-17 David LevineWell the wrap of vfork() calls didn't work: its semant...
2012-01-17 David LevineWrapped setjmp(), sigsetjmp(), and vfork() calls to...
2012-01-14 David LevineFixed warnings from gcc -Wclobbered by adding volatile...
2012-01-11 Ken HornsteinCompletely remove the use of TIME_WITH_SYS_TIME (I...
2012-01-07 David LevineMerge branch 'fileproc_mhlproc_to_post'
2012-01-06 Ken HornsteinGarbage collect all of the builtin ftp client support.
2012-01-04 Lyndon NerenbergClean up process wait to use POSIX waitpid() interface.
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2010-02-04 Earl Hood* Bug #15213, #18635: The use of the insecure m_scratch...
2008-08-14 Eric Gillespie * h/mhparse.h: Move interfaces also used by mhbuildsbr...
next