]> diplodocus.org Git - nmh/shortlog
nmh
2015-08-23 Ken HornsteinIf str == buffer, then do NOT do a strncpy(buffer,...
2015-08-23 Ken HornsteinAdd support for setting the environment variable MH_TES...
2015-08-21 Leonardo TaccariAdd support for the -sendmail flag to send/post, to...
2015-07-14 David LevineUnquoted addresses in mhshow and scan output. Suggested by
2015-03-20 Ken HornsteinChange the reference to the valgrind suppression file...
2015-03-20 Ken HornsteinInclude a new valgrind warning suppression for MacOS X.
2015-03-20 Alexander ZangerlMake sure the valgrind suppression file is honored...
2015-03-17 Ken HornsteinFix error message to correctly report the program that...
2015-03-07 Ken HornsteinRearrange all callers of post(8) so that the filename...
2015-03-05 Paul Foxmhparse.c: verify all MIME-Version: headers encountered
2015-02-23 David LevineMerge remote-tracking branch 'origin/convertargs'
2015-02-14 Paul Foxuse %l uniformly on all the text-mode browser display...
2015-02-14 David LevineFilter converted text/html to remove blank lines and...
2015-02-14 David LevineRemoved m_chkids(), per suggestion of Marcin Cieslak.
2015-02-14 David LevineRemoved unnecessary #include of h/signals.h.
2015-02-14 David LevineRemoved #include of signal.h because it's in h/signals.h.
2015-02-14 Marcin CieslakReset done in inc_done() to prevent endless loop when...
2015-02-13 David LevineThat didn't work, so removed offset.
2015-02-13 David LevineUse +0000 isntead of -0000 offset because FreeBSD displ...
2015-02-13 Marcin CieslakReplaced setgid() calls with setegid() so that it works...
2015-02-13 David LevineAdded showmimeproc to test/common.sh.in so that test...
2015-02-13 David LevineRemoved a few more msh (MS_MSH and mshproc) and vmh...
2015-02-12 David LevineReplaced individual assignment of array elements, one...
2015-02-12 Marcin CieslakFixed the error message in lockit() when it fails to...
2015-02-12 Marcin CieslakFixed "inc" to be installed setgid mail with dot lockin...
2015-02-08 Paul Foxupdate tests for new message separator header from...
2015-02-08 Paul Foxupdate man pages for new mhshow message separator header
2015-02-08 Paul Foxadd new message separator header to mhshow
2015-02-08 Paul Foxfix typo in mh-format.man
2015-02-08 Eric GillespieTest that show always shows message numbers.
2015-02-08 Paul Foxtest/common.sh: allow giving individual tests a name
2015-02-08 Paul Foxman pages -- clarify what -part and -type do when used...
2015-02-08 David LevineMerge remote-tracking branch 'origin' into convertargs
2015-02-08 David LevineAdded support to mhfixmsg -reformat for multipart/relat...
2015-02-05 David LevineFixed test-convert to work on Cygwin and other platform...
2015-02-05 David LevineMerge remote-tracking branch 'origin' into convertargs
2015-02-05 David LevineRemoved unused local variable from move_preferred_part().
2015-02-04 Paul Foxpending-release-notes: add mhshow's "-prefer", and...
2015-02-04 Paul Foxtest-subpart: add mhlist and mhshow tests for -type...
2015-02-04 Paul Foxupdate mhshow, mhlist, and mhstore man pages for -prefe...
2015-02-04 Paul Foximplement -prefer, for multipart/alternative preferences
2015-02-04 Paul Foxmhshow.man: more detail on use of -part and -type switches
2015-02-04 Paul Foxmhshow: ensure that -part always shows every part requested
2015-02-04 Paul Foxmhshow: fix display of alternatives after certain neste...
2015-02-04 Paul Foxmhshow: simplify code -- the DONE status was adding...
2015-02-03 Paul Foxdrop the second argument to part_ok(), since it is...
2015-01-27 Lyndon NerenbergAdd a note about new bindir option to mhparam.
2015-01-27 Lyndon Nerenberg'mhparam bindir' now prints NMH's idea of $(bindir).
2015-01-21 David LevineAdded a line break to mhbuild man page because the
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-12 David LevineHave show_content_aux2(), and therefore show_content_au...
2015-01-12 David LevineHave show_content_aux2(), and therefore show_content_au...
2015-01-10 David LevineFixed typo in mh-format.man page, which I wouldn't...
2015-01-10 David LevineAdded multiply format function, requested by Norm.
2015-01-08 David LevineMerge remote-tracking branch 'origin' into convertargs
2015-01-08 David LevinePass along arguments to calaccept(), etc., functions...
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...
2015-01-04 David LevineForgot to commit test-mhical.
2015-01-04 David LevineAdded mhical(1), to display, reply to, and cancel iCale...
2015-01-04 David LevineAdded yacc/bison support to configure.ac.
2014-12-29 David LevineAdded rtm alias.
2014-12-29 David LevineMore cleanup of the cp in tests/common.sh.in.
2014-12-29 David LevineAdded -h and -p options to replaliases. The -p argumen...
2014-12-29 David LevineReplaced explicit list of files to be copied in test...
2014-12-28 David LevineOK, this fixes the problem referenced in the last commi...
2014-12-28 David LevineReverted commit a2b00e7053ca3be3d1389588580c71498222a26...
2014-12-28 David LevineRemoved export of most of the variables in test/common...
2014-12-28 David LevineRemoved copy of all of the etc files from test/common...
2014-12-28 David LevineRearranged the variable settings at the top of test...
2014-12-27 David LevineChanged direct access to etc files in a couple of tests...
2014-12-27 David LevineReplaced nmhexecdir with nmhlibexecdir in test/common...
2014-12-25 David LevineAdded -fixtype switch to mhfixmsg(1). It ensures that...
2014-12-25 David LevineAdded const to char * arguments of uprf().
2014-12-25 David LevineAdded ct_str_type() and ct_str_subtype() functions...
2014-12-25 David LevineMerged two adjacent if (verbose) blocks.
2014-12-25 David LevineFixed memory leak in mime_type(). get_file_info()...
2014-12-24 David LevineAlways initialize those two variables made static in...
2014-12-22 David LevineAnd removed another improperly copied comment.
2014-12-22 David LevineRemoved improperly copied comment from test-mhfixmsg.
2014-12-22 David LevineIn expand_pseudoheader(), set Content-Type to 7-bit...
2014-12-21 David LevineAdded mention of profile components that are described
2014-12-21 David LevineRearranged code to avoid "might be clobbered by longjmp...
2014-12-21 David LevineRemoved unnecessary #includes of setjmp.h.
2014-12-20 David LevineRemoved widths from mhbuild-convert-text/html lines...
2014-12-20 David LevineFixed use of text_plain_ct in mhbuildsbr.c so that...
2014-12-20 David LevineSet COLUMNS in test-cd if using readline so that its...
2014-12-20 David Levineposh didn't like use of file wildcard in common.sh.in.
2014-12-20 David LevineRemoved R from default PARINIT environment variable...
2014-12-18 David LevineFixed format engine output of negative number with...
2014-12-15 David LevineAdded -convertargs switch to repl(1), to pass arguments...
2014-12-13 David LevineRearranged mhn.defaults.sh a bit: consolidated web...
2014-12-13 David LevineClarified in repl(1) man page that -noformat is only the
2014-12-09 Eric GillespieStrip carriage returns fakehttprequest logging.
2014-12-09 Eric GillespieNote curl dependencies for Linux and FreeBSD.
2014-12-09 Eric GillespieTeach mhparam about oauth support.
2014-12-09 Eric GillespieImplement OAuth 2.0 [1] for XOAUTH2 in SMTP [2] and...
next