]> diplodocus.org Git - nmh/shortlog
nmh
2014-11-16 David LevineFixed repl help message to show "-[no]cc all|to|cc...
2014-11-16 David LevineFixed leak in content_charset(): if get_param() found...
2014-11-15 David LevineMoved mhstore declarations from uip/mhn.c, uip/mhstore...
2014-11-15 David LevineRemoved "If this draft originated on the local host...
2014-11-08 David LevineChanged content_charset() to not cache, so the user...
2014-11-08 David LevineCleaned up leaks from calls to content_charset() in...
2014-11-08 David LevineAdded deallocation of cts to freects_done().
2014-11-05 David LevineFixed repl(1) man page to show "msg" instead of "msgs...
2014-11-04 David LevineFixed mlistfree() so that it doesn't dereference a...
2014-11-04 David LevineFixed commit 6cc9e85e73ff6f6c67ae6e645d184bbf57ecc2f0...
2014-10-30 David LevineFixed memory management in mhstore. The main problem...
2014-10-30 David LevineAdded initial "MH-Profile-Version: 1.0\n" line to newly...
2014-10-28 David LevineRenamed getmymbox mh-format escape function to getmyadd...
2014-10-26 David LevineAdded getmymbox function escape.
2014-10-26 David LevineFixed memory leak in do_name() when multiple dates...
2014-10-26 David LevineAdded free_fs(), corresponding to new_fs().
2014-10-25 David LevineFixed dst format escape to return 1 instead of 16,...
2014-10-25 David LevineAdded mhstore-store-text/html formatting string to...
2014-10-25 David LevineFixed typo in mhstore man page.
2014-10-25 David LevineReworked charstring_buffer_copy() to not use strdup...
2014-10-11 David LevineAdded mh_xcalloc().
2014-10-11 David LevineThe units of the zone format escape are minutes, not...
2014-10-09 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh
2014-10-09 Lyndon Nerenbergno-op to force check the buildbots.
2014-10-05 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh
2014-10-05 Lyndon Nerenbergmhn.defaults: make fetch less agressive on FreeBSD.
2014-10-05 David LevineUse "mhparam etcdir" instead of hard-coded etc in build...
2014-10-05 Lyndon NerenbergClean atags file as part of maintainer-clean.
2014-10-05 Lyndon NerenbergAdd a missing option to mhn fetch command for FreeBSD.
2014-10-05 Lyndon NerenbergOn FreeBSD, use fetch(1) to retrieve external content...
2014-10-05 Lyndon NerenbergIf building from a non-master git branch, include the...
2014-10-05 Lyndon NerenbergNew locations for config files and support binaries...
2014-10-05 David LevineFixed commit 2adafe760a9c45b417727a3f5d9481de26471a8b...
2014-10-05 David LevineSimplified test-mhl-flags a bit.
2014-10-02 Lyndon NerenbergAdd a 'guide' file for acme(1).
2014-10-01 Lyndon Nerenberggit: ignore top-level tags files
2014-09-30 Lyndon NerenbergFreeBSD packages destination directory fixup.
2014-09-29 Lyndon NerenbergFor FreeBSD builds, also search the ports tree for...
2014-09-15 David LevineAdded checks of return value of fwrite() calls where...
2014-09-15 David LevineFixed formatting of rtrim/nortrim in mhl man page.
2014-09-15 David LevineAn "rtrim" flag has been added to mhl to remove any...
2014-09-15 David LevineIf a component has trailing whitespace, e.g., body...
2014-09-13 David LevineFixed all anomalies detected by clang static analyzer...
2014-09-12 Ken HornsteinFix typo in man page
2014-09-07 David LevineOn some platforms, -D_FORTIFY_SOURCE=2 warns about...
2014-09-07 David LevineAdded -D_FORTIFY_SOURCE=2 now that the build is clean...
2014-09-07 David LevineAdded a couple of new directories and a note about...
2014-09-06 David LevineCheck return values of system calls in uip/ and test...
2014-09-06 David LevineQuote "$SEARCHPATH" in mhn.defaults.sh to allow spaces...
2014-09-02 David LevineDoubled size of buffers used by m_getfld(), scan, and...
2014-09-02 David LevineFixed typo in mh-profile.man.
2014-09-02 David LevineDon't let scan() use too large a width (BUFSIZ for...
2014-08-31 David LevineA value of 0 for the width switch of scan(1), inc(1...
2014-08-31 David LevineFixed read of body in fmttest to limit size to that...
2014-08-29 David Levinefmt_scan() no longer subtracts 1 from the width. This...
2014-08-29 Ken HornsteinVery very rough cut at trying to parse email addresses...
2014-08-26 David LevineCheck return values of system calls in several sbr...
2014-08-26 David LevineMoved reverse_alternative_parts() from mhfixmsg.c to...
2014-08-26 David LevineRemoved msh relics from scansbr.c, including a global.
2014-08-26 David LevineAdded size_t cast of another MB_CUR_MAX to silence...
2014-08-25 David LevineAdded cast of MB_CUR_MAX to size_t to silence compiler...
2014-08-25 David LevineDynamically allocate space for the output of fmt_scan...
2014-08-24 David LevineAdded const to last argument of trace_cb signature...
2014-08-24 David LevineAdded charstring "class".
2014-08-20 David LevineRefer to RFC 2046 instead of 1521 in mhlist.man.
2014-08-19 David LevineChanged dist_contrib_DATA to dist_contrib_SCRIPTS so...
2014-08-19 David LevineUpdated mhfixmsg(1) man page to refer to mh-mkstemp...
2014-08-17 David LevineChecked return value of write() calls in mhfixmsg.c,
2014-08-16 David LevineRemoved h/msh, hopefully the last msh relic.
2014-08-09 David Levinencurses package is required to run all of test suite...
2014-08-08 Lyndon NerenbergPrint information about the compiler toolchain on Darwi...
2014-08-07 Lyndon NerenbergAdd new build tool: tools/showbuildenv
2014-08-04 David LevineRemoved second argument from m_Eom() in m_getfld.c...
2014-08-04 David LevineHere's a better fix to m_Eom() in m_getfld.c than commit
2014-08-04 David LevineRemoved eom_action from m_getfld.c because it was only...
2014-08-04 David LevineRemoved mhlsbr(). It was only used by msh, too.
2014-08-04 David LevineRemoved m_eomsbr() from m_getfld.c, and its scan_eom_ac...
2014-08-03 David LevineAdded -debug switch to pick(1) and deprecated $MHPDEBUG.
2014-08-03 David LevineFixed refile(1) -retainsequences when the source and...
2014-07-27 David LevineSeparated out list of programs that are required to...
2014-07-24 David LevineFixed sed usage in flex fixup to not use -s (or -e...
2014-07-24 David LevineRemoved "true" from end of flex fixups. I don't know...
2014-07-24 David LevineApply flex fixup to dtimep.c with flex 2.5.37 as well...
2014-07-23 David LevineWhen mhparam(1) is going to output the value for spooll...
2014-07-23 David LevineUpdated test-spoollocking to restore mts.conf when...
2014-07-23 David LevineNote in mh-folders(5) man page that spoollocking can...
2014-07-09 Ken HornsteinFix bug #42718; ali(1) still refers to removed options...
2014-07-09 David LevineIf the user didn't specify any of the tls switches...
2014-07-07 David LevineHere's an even simpler fix to enable TLS by default.
2014-07-06 David LevineFix to commit 03e76aecdf671ca13b5912af8206e9bdcb6c0919...
2014-07-04 Lyndon NerenbergRevert "Default to enabling (Cyrus) SASL, if available."
2014-07-04 Lyndon NerenbergTurn back the sasl test. Everything broke as a result.
2014-07-04 Lyndon NerenbergComments should say why a chance matters ...
2014-07-03 Lyndon NerenbergDefault to enabling (Cyrus) SASL, if available.
2014-07-03 Lyndon NerenbergFix the release notes to put things in the correct...
2014-07-03 Lyndon NerenbergNote that post uses the submission port now.
2014-07-03 Lyndon NerenbergEnable TLS by default.
2014-06-17 David LevineCheck return value of setlocale(3) and admonish on...
2014-06-17 Lyndon NerenbergAdd missing variable initializations on fmt_scan().
2014-06-16 Lyndon NerenbergEnsure getline() is in scope on FreeBSD.
next