]> diplodocus.org Git - nmh/shortlog
nmh
2014-02-24 Ken HornsteinMake sure we don't modify the original text when proces...
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-20 Ken HornsteinMore work on handling encoded params; still does not...
2014-02-12 Ken HornsteinMore extended parameter work. Still non-functional.
2014-02-12 Ken HornsteinMove contains8bit() to a common file, and make it a...
2014-02-12 Ken HornsteinBeginnings of RFC 2231 support. Does not compile ...
2014-02-07 Ken HornsteinStart of changes to support extended parameter parsing...
2014-02-05 Ken HornsteinFix uninitialized variable warning
2014-02-05 Ken HornsteinAdjust the quoted-printable output routine to continue...
2014-02-04 Ken HornsteinAdd test for -maxunencoded.
2014-02-04 Ken HornsteinA few more C-T-E tests.
2014-02-04 Ken HornsteinStill more CTE tests to cover (hopefully) all of tbe...
2014-02-04 Ken HornsteinMore CTE tests.
2014-02-04 Ken HornsteinMore fixes (and tests) for the base64 encoder.
2014-02-04 Ken HornsteinAdd a new base64 CTE test.
2014-02-04 Ken HornsteinFix encoder so at least one case of LF -> CR LF convers...
2014-02-04 David LevineReordered a bit of code in signal handler. Noted in...
2014-02-04 David LevineUse rename(2), not link(2), in m_mktemps() if mkstemps...
2014-02-04 Ken HornsteinAdd a new (but incomplete) test for mhbuild's new funct...
2014-02-04 Ken HornsteinFix up mhbuild so the character set is always output...
2014-02-04 Ken HornsteinDocument changes to mhbuild.
2014-02-04 Ken HornsteinSupport for selectable Content-Transfer-Encoding.
2014-02-03 David Levinenetbsd uses flock by default for mail spool locking...
2014-02-03 David LevineRestored setuid/setgid to slocal: it needs them when...
2014-02-02 David LevineRemoved some unused code that forked /bin/mkdir to...
2014-02-02 David LevineRemoved all unnecessary setuid/setgid calls. Using...
2014-02-02 David LevineAdded m_mktemps(), which creates a temporary file with...
2014-02-01 Ken HornsteinChange mhstore test slightly to test canonical line...
2014-02-01 Ken HornsteinDocument changes to base64 encoder/decoder.
2014-02-01 Ken HornsteinMerge branch 'base64-text-fixup'
2014-02-01 David LevineRemoved set +e where not needed in test-mhfixmsg.
2014-02-01 David LevineFixed test-mhfixmsg check attempted -decode of binary...
2014-02-01 David LevineAdded note that suffixes were removed from filenames...
2014-02-01 David LevineLook for w3m if lynx isn't available for mhshow-show...
2014-02-01 David LevineAdded note that suffixes were removed from filenames...
2014-02-01 David LevineLook for w3m if lynx isn't available for mhshow-show...
2014-01-31 Ken HornsteinFix base64 to handle text parts properly; currently...
2014-01-31 Ken HornsteinAdd -width when appropriate for this test.
2014-01-29 Ken HornsteinBeginnings of selectable CTE; allow specification in...
2014-01-29 David LevineUnset LANG, LC_ALL, and LC_TYPE in common.sh so that...
2014-01-28 David Levinemhl() needs to set invo_name, too.
2014-01-27 David LevineWhatNow needs to set invo_name so that switches are...
2014-01-26 David LevineNo longer look at TMP environment variable for temporar...
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-25 David LevineAdded unregister_for_removal(0) calls to the couple...
2014-01-25 David LevineReplaced nearly all unlink(3) calls with m_unlink().
2014-01-25 David LevineRestored the unlinks of temporary files immediately...
2014-01-25 David LevineReplaced boilerplate at beginning of each nmh program...
2014-01-25 David LevineRemoved 3 renames of temporary files in mhparse.c....
2014-01-25 David LevineReplaced use of mkstemp() with m_mktemp() in lock_file.c.
2014-01-24 Ken HornsteinMove uip/attach.c to sbr/mime_type.c; it was used by...
2014-01-24 Ken HornsteinIn my over-eager trimming I didn't realize the fallback...
2014-01-24 David LevineReplaced use of mkstemp() with m_mktemp2() in header_fd...
2014-01-24 Ken HornsteinSwitch from volatile char * to the more correct char...
2014-01-24 David LevineSeparate export from assignment in test-dist and test...
2014-01-23 Ken HornsteinWhoops, forgot to initialize the linked list next point...
2014-01-23 Ken HornsteinMake sure we include tiny.jpg we need for the test...
2014-01-23 Ken HornsteinTry to suppress warnings from changes (but why is this...
2014-01-23 Ken HornsteinHm, maybe I can't put environment variable assignments...
2014-01-23 Ken HornsteinWhoops, forgot a newline.
2014-01-23 Ken HornsteinMerge branch 'mhbuild-always'
2014-01-23 Ken HornsteinDocument changes to mhbuild and send.
2014-01-23 Ken HornsteinGarbage collect unused code.
2014-01-23 Ken HornsteinRemove automimeproc functionality; it's redundant now.
2014-01-23 Ken HornsteinUpdate the pending-release-notes for changes.
2014-01-23 Ken HornsteinFlesh out test-attach, and set it to run as part of...
2014-01-22 Ken HornsteinFix mhmail so it works with the new world order.
2014-01-22 Ken HornsteinConvert whatnow over to using the new Attach header.
2014-01-22 Ken HornsteinFixed this to use Attach instead of Nmh-Attachment.
2014-01-22 David LevineAdded svector_find() function.
2014-01-22 Ken HornsteinMake viamail read the user's profile; this is required...
2014-01-22 David LevineAlways check that mktemp()/mktemp2() succeeds before...
2014-01-22 David LevineExpose get_temp_dir().
2014-01-22 David LevineEnable asserts when debug is enabled, in build_nmh.
2014-01-22 Ken HornsteinFix a bunch of tests for the mhbuild changes; still...
2014-01-21 David LevineReplaced use of m_mktemp() with m_mktemp2() so that...
2014-01-21 David LevineRemoved remaining occurrences of char *tmp from uip...
2014-01-21 David LevineExpanded mhpath(1) man page discussion of its handling...
2014-01-20 David LevineUse LC_ALL instead of LC_CTYPE in test-pick because...
2014-01-20 David LevineFixed three LC_ALL settings:
2014-01-20 Ken HornsteinRemove autoconf checks for nl_langinfo() and langinfo.h
2014-01-20 Ken HornsteinCompletely deprecate support for MM_CHARSET.
2014-01-20 David LevineRemoved "tmp" from the uip/mh* programs, so that they...
2014-01-20 Ken HornsteinRemove the --disable-locale configure option and make...
2014-01-19 Ken HornsteinDocument the -dist flag.
2014-01-19 Ken HornsteinChange error message so "Unknown error 0" doesn't get...
2014-01-19 Ken HornsteinAdd a test for dist to make sure it works with headers...
2014-01-19 David LevineUpdated MACHINES to show package requirements on Linux...
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-18 Ken HornsteinBeginning of work to run mhbuild always. A bit more...
2014-01-18 Ken HornsteinExplictly return the exit code, so we can portably...
2014-01-18 David LevineRemoved -a option from whatnow attach, in anticipation of
2014-01-17 Ken HornsteinAdd support for -auto flag to mhbuild.
2014-01-17 Ken HornsteinRemove WHATNOW #ifdefs; that code was obsolete a long...
2014-01-17 David LevineMoved readline check to after termcap/curses check...
2014-01-17 David LevineMoved readconfig() of mhn.defaults into construct_build...
next