]> diplodocus.org Git - nmh/history - h
Removed m_eomsbr() from m_getfld.c, and its scan_eom_action()
[nmh] / h /
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-05-26 David LevineAdded context_find_by_type(), helper function to search...
2014-05-16 Ken HornsteinMove the prototype for show_content_aux() to a common...
2014-05-14 Paul Foxadd $(kibi) function, as complement to %(kilo)
2014-05-14 Paul Foxrename %(units) to %(kilo)
2014-05-08 David LevineMoved norm_charmap() declaration from h/prototypes...
2014-05-07 Paul Foxadd "%(units)" function, to express numbers with SI...
2014-05-07 Ken HornsteinDocument these functions a bit better.
2014-04-18 Ken HornsteinRemove support for a "*" in alias files (which would...
2014-04-18 Ken HornsteinRemove msh(1).
2014-04-10 David LevineMerge remote-tracking branch 'origin/fix-locking'
2014-04-09 Ken HornsteinMerge branch 'mhshow-fixup'
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-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...
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-03 Ken HornsteinMake parse_header_attrs() a private function (there...
2014-03-03 Ken HornsteinConvert unqp() to decode_qp(), and make it a public...
2014-03-02 Ken HornsteinAdd a new get_param_value(); redo iconv() parameter...
2014-03-01 David LevineRemoved a couple of unnecessary vector typedefs from...
2014-02-28 Ken HornsteinSupport complete encoding for encoding Content-Type...
2014-02-26 Ken HornsteinMake sure we include space in the list of characters...
2014-02-21 Ken HornsteinGetting closer to getting something working.
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-08 David LevineMoved upcase(), update_attr(), content_charset(), and
2014-02-07 Ken HornsteinStart of changes to support extended parameter parsing...
2014-02-04 David LevineUse rename(2), not link(2), in m_mktemps() if mkstemps...
2014-02-04 Ken HornsteinSupport for selectable Content-Transfer-Encoding.
2014-02-02 David LevineAdded m_mktemps(), which creates a temporary file with...
2014-02-01 Ken HornsteinMerge branch 'base64-text-fixup'
2014-01-31 Ken HornsteinFix base64 to handle text parts properly; currently...
2014-01-29 Ken HornsteinBeginnings of selectable CTE; allow specification in...
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-25 David LevineReplaced boilerplate at beginning of each nmh program...
2014-01-24 Ken HornsteinMove uip/attach.c to sbr/mime_type.c; it was used by...
2014-01-23 Ken HornsteinMerge branch 'mhbuild-always'
2014-01-22 Ken HornsteinConvert whatnow over to using the new Attach header.
2014-01-22 David LevineAdded svector_find() function.
2014-01-22 David LevineExpose get_temp_dir().
2014-01-19 Ken HornsteinAdd support for not outputting any MIME headers when...
2014-01-18 Ken HornsteinBeginning of work to run mhbuild always. A bit more...
2014-01-17 Ken HornsteinAdd support for -auto flag to mhbuild.
2014-01-09 Ken HornsteinPreliminary Attach: header support. Untested just...
2014-01-07 David LevineReplaced hidden make_mime_composition_file_entry()...
2014-01-05 David LevineMoved the functions that implement whatnow attach from
2014-01-03 Ken HornsteinAdd support for %(hascolor), and a new function for...
2014-01-03 Ken HornsteinRemove checks for termcap.h and ncurses/termcap.h,...
2014-01-03 Ken HornsteinConvert all of the terminal functions over to terminfo...
2014-01-02 Ken HornsteinDrop support for different behavior on hardcopy termina...
2013-12-05 Ken HornsteinGarbage collect "normalize".
2013-12-04 Ken HornsteinMerge branch 'encode-rfc2047'
2013-12-02 Ken HornsteinDocument a few more things.
2013-12-02 Ken HornsteinSince our last caller of getlocaladdr() was removed...
2013-11-14 Ken HornsteinBreak out the unquote functionality to a separate function.
2013-11-14 Ken HornsteinSwitch fmttest over to using snprintb() instead of...
2013-11-14 Ken HornsteinDocument snprintb() a bit.
2013-11-11 Ken HornsteinDocument things a bit more.
2013-11-07 Ken HornsteinGetting closer to getting base64 header encoding working.
2013-10-31 Ken HornsteinSupport the -headerencoding switch to select the header...
2013-10-21 Ken HornsteinStart of RFC 2047 encoding code. Not complete in the...
2013-10-21 Ken HornsteinSome comments describing the MIME structures.
2013-10-18 Ken HornsteinMinor comment cleanup.
2013-05-04 David LevineReplaced raw hack to add the credentials profile entry...
2013-04-21 David LevineAdded const to arguments of mf functions.
2013-04-21 David LevineAdded const to argument of getname().
2013-04-21 David LevineAdded const to argument of getcpy().
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-04-14 David LevineA "credentials" mh-profile entry has been added. This...
2013-03-31 David LevineMoved #include <sys/wait.h> to h/nmh.h.
2013-03-31 David LevineRemoved limit on maximum number of sequences in a folder.
2013-03-30 David LevineMoved #include <assert.h> to h/nmh.h.
2013-03-27 Ken HornsteinChange seqset_t to unsigned long to support more sequen...
2013-03-24 David LevineFinished replacing mh_strcasecmp() with strcasecmp...
2013-03-21 Ken HornsteinMerge branch 'newlock'
2013-03-21 Ken HornsteinDon't lock and write the sequence files until after...
2013-03-21 David LevineAdded support for Content-Disposition header (RFC 2183) to
2013-03-18 Ken HornsteinAdd code for (and convert world to) the new world lock...
2013-03-15 Ken HornsteinMostly complete now, but not yet functional.
2013-03-15 David LevineChanged c_cefile member of struct Content from pointer to
2013-03-14 Ken HornsteinMore locking updates; still doesn't compile yet.
2013-03-14 Ken HornsteinStart of the changes for the new lock code. Does not...
2013-03-12 Ken HornsteinAdd support for RFC-2017, message/external-body content...
2013-02-27 David LevineAdded a handful of functions to the parser to allow...
2013-02-27 David LevineAdded nmh_strcasestr() because POSIX doesn't have strca...
2013-02-26 David LevineAdded cpytrim() function. Unlike trimcpy(), it does...
2013-02-26 David LevineAdded const qualifier to arguments of concat() and...
2013-02-25 David LevineAdded find_str() and rfind_str() to sbr/utils.c
2013-02-25 David LevineAdded const qualifier to char * arguments of add()...
next