]> diplodocus.org Git - nmh/history - h
Added temporary probes to see what file --mime and file -i do on
[nmh] / h /
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()...
2013-02-22 Ken HornsteinMerge branch 'format-test'
2013-02-20 Ken HornsteinBasic format tracing support; seems to work!
2013-02-20 Ken HornsteinSupport callbacks into the format engine. This is...
2013-02-19 Ken Hornsteinfmttest is actually starting to get useful now. Some...
2013-02-16 Ken HornsteinRemove dead UUCP address parsing code. Sadly, this...
2013-02-12 Ken HornsteinRemove "installproc" since it is no longer used.
2013-02-12 Ken HornsteinFinal conversion to new argsplit() code.
2013-02-11 David LevineMultipart parts might have content before the first...
2013-02-08 Ken HornsteinCreate a central prototype for free_content().
2013-02-07 Ken HornsteinMore conversion to argsplit().
2013-02-07 David LevineWhen debugging is enabled, replace the ctype functions...
2013-02-06 Ken HornsteinFINALLY clean up our signed/unsigned character warning...
2013-02-05 David LevineChanged m_getfld() to use char instead of unsigned...
2013-02-01 Lyndon NerenbergMerge branch 'master' into savannah
2013-01-31 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2013-01-29 Ken HornsteinThe start of the use of argsplit() to process command...
2013-01-29 David LevineAdded m_getfld_track_filepos() for callers to indicate...
2013-01-29 David LevineAdded scan_reset_m_getfld_state(), for msh only. It...
2013-01-27 David LevineMerge branch 'm_getfld'
2013-01-24 David LevineAdded functions for inc, msh, rcvtty, and scan to access
2013-01-23 David LevineChanged m_getfld() to automatically allocate a new...
2013-01-21 Ken HornsteinMerge branch 'master' into format-test
2013-01-21 David LevineRemoved the static m_getfld() state instance and replaced
2013-01-18 David LevineRemoved all traces of m_getfld() FLDEOF and BODYEOF...
2013-01-15 Ken HornsteinSupport the VISUAL and EDITOR environment variables...
2013-01-15 Ken HornsteinRemove the --with-pager configure option and replace...
2013-01-10 Ken HornsteinConvert the MIME content cache switches over to the...
2013-01-10 David LevineAdded explicit third initializer to some swit struct...
2013-01-10 Ken HornsteinConvert all argument processing over to using X-Macros...
2013-01-06 David LevineRemoved support for #ifdef LBL. It was broken anyways,
2012-12-22 David LevineChanged bufsz argument of m_getfld() to be in-out inste...
2012-12-22 David LevineChanged msg_style and msg_delim to be file static to...
2012-12-22 David LevineChanged type of name argument to m_getfld() from unsign...
2012-11-19 Oliver KiddleYozo TODA: fix for mhshow-charset- directives in .mh_pr...
2012-11-19 Ken HornsteinMerge branch 'format-memory-rework'
2012-11-19 Ken HornsteinChange fmt_findcasecmp() to fmt_findcasecomp(). The...
2012-11-19 Ken HornsteinChange API a bit.
2012-11-17 Ken HornsteinFix up documentation a bit.
2012-11-15 Ken HornsteinUpdate documentation to match code change.
2012-11-15 Ken HornsteinAdd refcounting to struct comp.
2012-11-15 Ken HornsteinUpdate with new functions and comments describing them.
2012-11-05 David LevineAdded format support for zputlit function escape. ...
2012-11-03 David LevineAdded argument to fmt_scan() to specify the buffer...
2012-10-16 Lyndon NerenbergSlightly reformat the FINDCOMP macro to quell a clang...
2012-10-15 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh
2012-10-15 David LevineRemoved unused function seek_home().
2012-07-21 David LevineAdded -messageid switch to send(1) and post(8). This...
2012-07-12 David LevineAdded -mts switch to post, send, and whom. Replaced...
2012-07-10 David LevineRenamed "sendmail" mts method to "sendmail/smtp", allow...
2012-07-09 David Levinespost(8) has been merged into post(8). Its functionali...
2012-07-01 David LevineRemoved unused #ifdef NRTC and reference to its content...
2012-06-25 David LevineRemoved unused UUCPDIR and UUCPFIL #defines.
2012-06-14 Ken HornsteinMake the base64 encoder endian-agnostic, and remove...
2012-06-07 David LevineRemoved faceproc support, deprecated in nmh 1.5.
2012-05-10 David LevineWrap local part (username) of address with double quote...
2012-04-20 Ken HornsteinImplment -noatfile in a different way; it turns out...
2012-04-12 David LevineUndid wrapping of setjmp() and sigsetjmp() of
2012-04-06 Ken HornsteinAdd support for -fmtproc and -nofmtproc switches to...
2012-03-27 David LevineRemoved hostable relics from h/mts.h and sbr/mts.c.
2012-03-27 David LevineRemoved the hostable option from mts.conf because it...
next