]> diplodocus.org Git - nmh/history - uip
Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh
[nmh] / uip /
2014-10-05 Lyndon NerenbergNew locations for config files and support binaries...
2014-10-05 David LevineFixed commit 2adafe760a9c45b417727a3f5d9481de26471a8b...
2014-09-15 David LevineAdded checks of return value of fwrite() calls where...
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-06 David LevineCheck return values of system calls in uip/ and test...
2014-09-02 David LevineDoubled size of buffers used by m_getfld(), scan, and...
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-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-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-17 David LevineChecked return value of write() calls in mhfixmsg.c,
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-23 David LevineWhen mhparam(1) is going to output the value for spooll...
2014-07-09 David LevineIf the user didn't specify any of the tls switches...
2014-07-03 Lyndon NerenbergNote that post uses the submission port now.
2014-06-10 Ken HornsteinUse variable-size (but in one case, fixed but larger...
2014-06-08 Ken HornsteinReturn an appropriate error if the input characters...
2014-06-06 Paul Foxmhlist: don't truncate anything when -verbose
2014-05-30 David LevineAdded static to declaration of docc().
2014-05-30 David LevineUndid commit 475fef2edee9db3c63fc089df76f8e93e3d598cd...
2014-05-28 David LevineAdded mention of "Reply to <address>?" prompt to repl...
2014-05-26 David LevineAdded context_find_by_type(), helper function to search...
2014-05-23 David LevineFixed to commit 378589b17424bd78acbfc57d505383ffb8c256cb:
2014-05-22 David LevineDon't pass -[no]concat from show(1) to mhl(1).
2014-05-16 Ken HornsteinHandle unknown message types in the generic content...
2014-05-16 Ken HornsteinOutput a newline if the last character in a text/plain...
2014-05-16 Ken HornsteinMove the prototype for show_content_aux() to a common...
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-15 Paul Foxchange mhlist to use decimal math when abbreviating...
2014-05-14 Paul Foxadd $(kibi) function, as complement to %(kilo)
2014-05-14 Paul Foxrename %(units) to %(kilo)
2014-05-08 Paul Foxeliminate use of fgets() from calculate_digest() in...
2014-05-08 Paul Foxeliminate use of fgets() in mhbuild.c
2014-05-08 Paul Foxeliminate use of fgets() in mhparse.c
2014-05-08 Paul Foxclean up whitespace in mhbuildsbr.c
2014-05-08 Paul Foxmake scan_content() work correctly with content contain...
2014-05-08 Paul Foxmake writeQuoted() work correctly with content containi...
2014-05-08 Ken HornsteinTreat unknown top-level content types as "application...
2014-05-07 Paul Foxremove binaries unintentionally committed
2014-05-07 Paul Foxmodify mhshow marker format to include the size of...
2014-05-07 Paul Foxadd "%(units)" function, to express numbers with SI...
2014-05-07 Paul Foxmake the %(size) function useful in mhshow marker line...
2014-05-05 David LevineRemoved obsolete comment.
2014-05-05 David LevineReplaced use of norm_charmap() in mhshow and mhfixmsg...
2014-05-04 David LevineIn mhshow, copy result of call to norm_charmap() and...
2014-04-29 Paul Foxmhshow: apply marker form to all part separators
2014-04-26 Paul Foxmhshow: suppress error for undisplayable parts, if...
2014-04-20 Ken HornsteinMove clsfolds() before the call to context_save();...
2014-04-20 Ken HornsteinSigh. Of course I find another bug after I release...
2014-04-18 Ken HornsteinRemove support for a "*" in alias files (which would...
2014-04-18 Ken HornsteinRemove msh(1).
2014-04-18 Ken HornsteinRemove mhtest(8).
2014-04-18 Ken HornsteinRemove conflict(8).
2014-04-18 Ken HornsteinRemove -queue support to post; it is now officially...
2014-04-18 Ken HornsteinFix the same problem in scan that was fixed in commit
2014-04-16 David LevineFixed popsbr.c to look like its nmh 1.5 version, except...
2014-04-15 Ken HornsteinIt turns out that due to the changes to m_getfld()...
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-04-13 David LevineIf mhfixmsg's call to convert_charset() fails, output...
2014-04-13 Ken HornsteinIf c_termproc is set, include a default display command...
2014-04-11 David LevineFixed showproc for RFC 822 messages. Thanks to Mikhail for
2014-04-11 Paul Foxmhshow: properly report the name of a failing display...
2014-04-11 David LevineIf -[no]concat is given to show(1), have it use showmim...
2014-04-11 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh
2014-04-11 Ken HornsteinUse a dynamically-allocated buffer for character set...
2014-04-10 Ken HornsteinDon't clobber "cp"; use dp instead.
2014-04-10 Ken HornsteinFix bug in error message when reporting character set...
2014-04-10 Ken HornsteinA bad cut-and-paste job made -noinlineonly not work...
2014-04-10 Ken HornsteinFix test for inlineonly.
2014-04-10 Lyndon NerenbergWhen lkfopendata() fails, seqfile is being freed too...
2014-04-10 Lyndon NerenbergI missed one spot in getln() where the new quoting...
2014-04-10 Lyndon NerenbergIf getln() sees a newline as its first character, it...
2014-04-10 Lyndon NerenbergClang's static analyzer reports a potential NULL pointe...
2014-04-10 Lyndon NerenbergRemove dead initialization of fp in main().
2014-04-10 David LevineMerge remote-tracking branch 'origin/fix-locking'
2014-04-09 David LevineUse *ct->c_ceclosefnx() instead of clsoe_encoding(...
2014-04-09 Ken HornsteinMerge branch 'mhshow-fixup'
2014-04-09 Ken HornsteinChange from "concat" to "concatsw" so we don't conflict...
2014-04-09 Ken HornsteinAdd new flags for -concat/-noconcat, -inlineonly/-noinl...
2014-04-09 Ken HornsteinChange things so we only supply a form filename; most...
2014-04-09 Ken HornsteinNow only display text and inline content by default.
2014-04-06 David LevineInstead of relying on errno to determine if locking...
2014-04-06 David LevineDon't ignore return value of lkfopendata(), most notably of
2014-04-05 David LevineUpdate context and sequences before showing messages...
2014-04-03 Ken HornsteinMoving closer to fixing mhshow completely. Includes...
2014-03-26 Ken HornsteinStart of changes for mhshow; compiles, but does nothing...
2014-03-21 Ken HornsteinMove pidcheck() into mhshowsbr.c (the only consumer...
next