]> diplodocus.org Git - nmh/history - uip
Alter HasSuffixC()'s char * to be const.
[nmh] / uip /
2013-10-18 Ken HornsteinImplemented -build switch for comp, at the request...
2013-10-16 Ken HornsteinAdd locking support to the version of the sequence...
2013-10-06 David LevineThe Content-Disposition type needs to be "inline" for...
2013-08-19 David LevineAdded -replacetextplain switch to mhfixmsg. If enabled...
2013-07-01 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh
2013-07-01 Lyndon NerenbergRevert "Move a variable manipulation outside the contex...
2013-07-01 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh
2013-07-01 Lyndon NerenbergMove a variable manipulation outside the context of...
2013-07-01 Lyndon NerenbergCopy a parameter off the call stack to quell a longjmp...
2013-07-01 David LevineMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
2013-06-30 Lyndon NerenbergRemove spurious return statements after exit().
2013-06-30 David LevineOK, fixed test-mhfixmsg on Solaris 11, where BUFSIZ...
2013-06-30 David LevineAdded to the Solaris debug printout.
2013-06-30 David LevineRemoved exit() after a longjmp() in uip/sendsbr.c to...
2013-06-30 David LevineMore debugging of test-mhfixmsg on Solaris.
2013-05-12 David LevineFixed strip_crs() in mhfixmsg to work even if it's the
2013-05-07 David LevineFixed number of bytes to fread() in strip_crs() in...
2013-05-04 David LevineReplaced hard-coded "more" with DEFAULT_PAGER in show_t...
2013-05-04 David LevineWhen the mhfixmsg -decodetext switch is enabled, each...
2013-05-04 David LevineRemoved unused declaration of "nolist" from mhshow.c.
2013-05-04 David LevineReplaced raw hack to add the credentials profile entry...
2013-05-01 David LevineApplied what was done to uip/send.c in commit
2013-04-29 David LevineRemoved some #includes of stdio.h, ctype.h, stdlib...
2013-04-28 David LevineAllow -clobber with mhstore -outfile.
2013-04-28 David LevineAdded -outfile switch to mhstore(1).
2013-04-27 David LevineAllow mhfixmsg -reformat to succeed even when decode...
2013-04-23 David LevineCompleted commit 52a236230220232fd632b5aa88eb9bb31dba34...
2013-04-21 David LevineAdded quoting of local part of invalid address in messa...
2013-04-20 David LevineRefined commit 9b70e8396d50989db2177547515594bc15ee8b17...
2013-04-20 David LevineAdded mention to mhlist(1) man page, in response to...
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-04-04 David LevineBe sure that mhfixmsg returns a status of non-zero if
2013-04-01 David LevineAdded const to SSL_METHOD *.
2013-03-31 Ken HornsteinPreliminary support for TLS negotiation at the very...
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-29 David LevineA bug fix and an enhancement to mhfixmsg based on patches
2013-03-24 David LevineMore replacements of mh_strcasecmp() with strcasecmp().
2013-03-24 David LevineMore replacements of mh_strcasecmp() with strcasecmp().
2013-03-24 David LevineMore replacements of mh_strcasecmp() with strcasecmp().
2013-03-24 David LevineMore replacements of mh_strcasecmp() with strcasecmp().
2013-03-24 David LevineStarted replacing uses of mh_strcasecmp() with strcasec...
2013-03-24 Ken HornsteinChange folder_delmsgs() to save context and sequence...
2013-03-22 David LevineAlways update sequences and context in mhfixmsg, not...
2013-03-22 David LevineFixes from M. Levinson:
2013-03-21 Ken HornsteinChange mhfixmsg to the new world folder_read() API.
2013-03-21 Ken HornsteinMerge branch 'newlock'
2013-03-21 Ken HornsteinSupport for sequence file locking in inc(1).
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-19 David LevineAdded -[no]rmmproc switches to rmm and mhfixmsg.
2013-03-18 Ken HornsteinAdd code for (and convert world to) the new world lock...
2013-03-18 David LevineFixed use of WIFEXITED in mhfixmsg.c.
2013-03-17 David LevineAdded mhfixmsg(1).
2013-03-15 Ken HornsteinMostly complete now, but not yet functional.
2013-03-15 David LevineCorrected comment describing copy_seqs().
2013-03-15 David LevineChanged c_cefile member of struct Content from pointer to
2013-03-15 David LevineAdded -[no]retainsequences switches to refile(1).
2013-03-12 Ken HornsteinAdd support for RFC-2017, message/external-body content...
2013-03-11 David LevineAdded check that writesomecmd() isn't at the end of...
2013-03-06 David LevineAdded lockmethod pseudocomponent to mhparam so that...
2013-02-28 David LevineReworked internals of MIME parser's reverse_parts(...
2013-02-27 David LevineAdded a handful of functions to the parser to allow...
2013-02-26 David LevineAdded cpytrim() function. Unlike trimcpy(), it does...
2013-02-22 Ken HornsteinAdd support for LS_UNQUOTE instruction.
2013-02-22 Ken HornsteinFix the code to print out an unknown instruction. ...
2013-02-22 Ken HornsteinFix a few issues resulting from m_getfld() API changes.
2013-02-22 Ken HornsteinMerge branch 'format-test'
2013-02-22 Ken HornsteinUpdate instruction output to be a bit more cleaner
2013-02-22 David LevineFixed write8Bit() to use fread()/fwrite() instead of
2013-02-21 Ken HornsteinRearrange options a bit and support the -nodump flag...
2013-02-20 Ken HornsteinBasic format tracing support; seems to work!
2013-02-20 Ken HornsteinSupport for the address duplication done by repl, and...
2013-02-20 Ken HornsteinSupport callbacks into the format engine. This is...
2013-02-19 Ken HornsteinApply David Levine's fix from whomfile() to sendfile...
2013-02-19 David LevineRemoved addition of whomproc to the vec array in whomfile()
2013-02-19 Ken Hornsteinfmttest is actually starting to get useful now. Some...
2013-02-16 David LevineWhen output_content() outputs a non-MIME message with...
2013-02-16 David LevineIn InitMultiPart(), always set bogus_mp_content if...
2013-02-16 Ken HornsteinSlightly more useful, but still more work to do.
2013-02-15 Ken HornsteinAdd more functionality to fmttest; it's starting to...
2013-02-15 David LevineAdded a couple of global variables to mhparse.c to...
2013-02-14 Ken HornsteinMore work on fmttest, but still plenty more to go.
2013-02-13 Ken HornsteinClean up argument handling to fmttest, as a precursor...
2013-02-13 Ken HornsteinRemove support for -mail, -saml, -send, and -soml switc...
2013-02-13 Ken HornsteinConvert fmttest over to the new argument processing...
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 HornsteinMake burst(1) be able to burst MIME-formatted messages...
2013-02-08 Ken HornsteinCreate a central prototype for free_content().
2013-02-07 Ken HornsteinMore conversion to argsplit().
2013-02-07 David LevineAdded global variable skip_mp_cte_check to turn off...
2013-02-07 David Levineoutput_content() assumed that ci->ci_values[0] was...
2013-02-06 Ken HornsteinMore work to convert programs over to the use of argspl...
2013-02-06 Ken HornsteinMake sure these stdarg lists are properly terminated...
2013-02-06 Ken HornsteinFINALLY clean up our signed/unsigned character warning...
next