]> diplodocus.org Git - nmh/history - uip/sendsbr.c
Another pass at cleaning up (some of) the manpages.
[nmh] / uip / sendsbr.c
2015-03-07 Ken HornsteinRearrange all callers of post(8) so that the filename...
2014-09-06 David LevineCheck return values of system calls in uip/ and test...
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-25 David LevineAdded unregister_for_removal(0) calls to the couple...
2014-01-25 David LevineReplaced nearly all unlink(3) calls with m_unlink().
2014-01-24 Ken HornsteinSwitch from volatile char * to the more correct char...
2014-01-23 Ken HornsteinTry to suppress warnings from changes (but why is this...
2014-01-23 Ken HornsteinMerge branch 'mhbuild-always'
2014-01-22 David LevineAlways check that mktemp()/mktemp2() succeeds before...
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-05 David LevineMoved the functions that implement whatnow attach from
2013-12-22 David Levinefile --mime on OpenBSD returns strings such as "text...
2013-12-22 David LevineWhooops, gcc on OpenBSD noticed a nasty in the last...
2013-12-22 David LevineWith whatnow attach, determine the content MIME type...
2013-12-22 David LevineIncreased size of file command buffer in make_mime_comp...
2013-12-11 David LevineRemoved a bunch of unreachable break statements found by
2013-10-06 David LevineThe Content-Disposition type needs to be "inline" for...
2013-06-30 David LevineRemoved exit() after a longjmp() in uip/sendsbr.c to...
2013-04-14 David LevineMoved #include of signal.h to h/signals.h. And it...
2013-03-24 David LevineMore replacements of mh_strcasecmp() with strcasecmp().
2013-03-21 Ken HornsteinMerge branch 'newlock'
2013-03-18 Ken HornsteinAdd code for (and convert world to) the new world lock...
2013-02-22 Ken HornsteinMerge branch 'format-test'
2013-02-07 Ken HornsteinMore conversion to argsplit().
2013-02-01 Ken HornsteinFinally switch over from vfork() to fork() completely.
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-30 Ken HornsteinMore changes to use argsplit() for helper programs.
2013-01-29 David LevineAdded m_getfld_track_filepos() for callers to indicate...
2013-01-27 David LevineMerge branch 'm_getfld'
2013-01-23 David LevineChanged m_getfld() to automatically allocate a new...
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...
2012-12-22 David LevineChanged bufsz argument of m_getfld() to be in-out inste...
2012-09-16 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh
2012-09-14 David LevineAdded check in send(1) of attach (default Nmh-Attachmen...
2012-08-09 David LevineAdded default_content_type argument to
2012-07-21 David LevineAdded -messageid switch to send(1) and post(8). This...
2012-06-13 Alexander ZangerlChanged remaining uses of MAXPATHLEN to PATH_MAX.
2012-05-07 David LevineFixed some more problems caught by gcc -ansi -pedantic.
2012-04-12 David LevineUndid wrapping of setjmp() and sigsetjmp() of
2012-03-16 Ken HornsteinCall readconfig() on mhn.defaults so we get default...
2012-02-04 Ken HornsteinChange LocalName() to take an argument (about whether...
2012-01-17 David LevineWell the wrap of vfork() calls didn't work: its semant...
2012-01-17 David LevineWrapped setjmp(), sigsetjmp(), and vfork() calls to...
2012-01-14 David LevineFixed warnings from gcc -Wclobbered by adding volatile...
2012-01-11 Ken HornsteinCompletely remove the use of TIME_WITH_SYS_TIME (I...
2012-01-09 Ken HornsteinWe are making POSIX signal support a requirement; remov...
2012-01-07 David LevineAdded Content-Description header with the filename...
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2010-02-04 Earl Hood* Bug #15213, #18635: The use of the insecure m_scratch...
2008-06-02 Peter MaydellWhen building on gcc, use noreturn attribute on adios...
2007-11-04 Joel ReicherReturn type of (*done)() changed to void. default_done...
2007-11-04 Joel ReicherChange link-time overriding of done() to run-time reass...
2007-03-21 Peter Maydellbug #18630, #18631, #18632, #18634: various patches...
2006-10-24 David Levine* uip/sendsbr.c: with attachformat values of 1 or 2...
2006-03-30 David Levine* uip/sendsbr.c: with attachformat values of 1 or 2...
2006-03-08 Josh Bressers* (mh_strcasecmp): Rename the private strcasecmp functi...
2006-02-25 David Levine* uip/sendsbr.c: replaced st_mtim with st_mtime, that...
2006-02-21 David Levine* h/mh.h, h/prototypes.h, uip/mhbuildsbr.c, uip/send.c,
2006-01-02 Josh Bressers* patch #3967: Create a mh_xrealloc function to prevent...
2006-01-02 Josh Bressers* patch #3966: Create a mh_xmalloc function to prevent...
2005-12-12 Josh Bressers* uip/sendsbr.c (annoaux): Fix the call to annotate()
2004-10-12 Jon SteinhartFixed bug that caused anno to mangle headers.
2002-08-19 Jon SteinhartAdded an improved user interface for sending messages...
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
1999-09-12 Doug MorrisLots of little code cleanups to prevent warnings -...
1999-07-16 Dan HarklessEliminated compilation warnings.
1999-04-30 Doug MorrisInitial revision