]> diplodocus.org Git - nmh/history - uip/mhstoresbr.c
Alter HasSuffixC()'s char * to be const.
[nmh] / uip / mhstoresbr.c
2016-10-22 Ralph CorderoyDon't need to cast to `char *' for free(3) these days.
2016-10-21 Ralph CorderoyReplace `if (p) free(p)' with `mh_xfree(p)'.
2016-10-20 Ralph CorderoyDon't `else' after return. Simplify control flow.
2016-10-19 Ralph CorderoyReplace `(char *)0' et al with `NULL'.
2016-10-19 Ralph CorderoyReplace strchr() condition with TrimSuffixC().
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-16 Ralph CorderoyAdd NEW(p) that sets p to mh_xmalloc'd memory sized...
2016-10-16 Ralph CorderoyDon't check mh_xcalloc() and friends for a NULL return.
2016-09-28 Oliver Kiddleback out use of RFC 2047 decoding on the filename
2016-09-26 Oliver KiddleDo RFC 2047 decoding on filename for mhstore
2016-06-26 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-04-03 Eric GillespieRename and document functions that read from stdin.
2016-03-13 David LevineMerge branch 'master' into xoauth
2015-02-23 David LevineMerge remote-tracking branch 'origin/convertargs'
2015-02-14 David LevineRemoved unnecessary #include of h/signals.h.
2015-02-05 David LevineMerge remote-tracking branch 'origin' into convertargs
2015-02-03 Paul Foxdrop the second argument to part_ok(), since it is...
2014-12-02 Ken HornsteinMerge commit '8206fbf', due to my screwup of committing...
2014-11-15 David LevineMoved mhstore declarations from uip/mhn.c, uip/mhstore...
2014-10-30 David LevineFixed memory management in mhstore. The main problem...
2014-10-11 David LevineAdded mh_xcalloc().
2014-09-15 David LevineAdded checks of return value of fwrite() calls where...
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-08 Ken HornsteinTreat unknown top-level content types as "application...
2014-03-06 Ken HornsteinMerge branch 'extended-params'
2014-03-02 Ken HornsteinAdd a new get_param_value(); redo iconv() parameter...
2014-03-01 David Levinemhstore(1) now obeys its -noverbose switch.
2014-02-22 Ken HornsteinIt compiles now! And actually sort of works, but still...
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-25 David LevineReplaced nearly all unlink(3) calls with m_unlink().
2014-01-22 David LevineAlways check that mktemp()/mktemp2() succeeds before...
2013-12-11 David LevineRemoved a bunch of unreachable break statements found by
2013-04-28 David LevineAllow -clobber with mhstore -outfile.
2013-04-28 David LevineAdded -outfile switch to mhstore(1).
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-03-24 David LevineMore replacements of mh_strcasecmp() with strcasecmp().
2013-03-21 Ken HornsteinMerge branch 'newlock'
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-01-31 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2013-01-27 David LevineMerge branch 'm_getfld'
2013-01-21 Ken HornsteinMerge branch 'master' into format-test
2013-01-10 Ken HornsteinConvert all argument processing over to using X-Macros...
2012-09-16 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh
2012-09-16 Lyndon NerenbergFix a comment typo.
2012-09-16 David LevineWith mhstore -clobber auto/suffix, when looking for...
2012-09-15 David LevineAdded -clobber switch to mhstore(1) [Bug #11160].
2012-03-12 David LevineFixed mhstore to honor nmh-storage profile entry even...
2012-02-29 Ken HornsteinPart of the patch from bug #4301; clean up our prototyp...
2012-01-17 David LevineWrapped setjmp(), sigsetjmp(), and vfork() calls to...
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...
2006-06-04 Joel ReicherFixed bug introduced when changing from check_folder...
2006-04-27 Joel ReicherCreated pluspath function to check for '+' prefix and...
2006-03-08 Josh Bressers* (mh_strcasecmp): Rename the private strcasecmp functi...
2006-02-20 Josh Bressers* sbr/m_draft.c, sbr/utils.c, uip/folder.c, uip/inc...
2006-01-06 Josh Bressers* patch #3968: Move the add() function from its own...
2004-11-19 Jon SteinhartAdded mail directory argument to folder_addmsg in order...
2003-09-30 Glenn Burkhardt[bug #4302] errno is not always an extern int
2002-08-23 Jon SteinhartAdded external program hooks.
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
2000-12-14 Shantonu SenResolve the circular dependency of libmh on libmts...
2000-09-08 Shantonu SenUpdated #include's to point to new location of mts...
2000-05-29 Shantonu SenUpdating user programs to use <h/tws> instead of <zotne...
1999-09-26 Ruud de Rooij * Added config.sub and config.guess to the list of...
1999-07-16 Dan HarklessEliminated compilation warnings.
1999-04-30 Doug MorrisInitial revision