]> diplodocus.org Git - nmh/history - uip/mhstoresbr.c
lock_file.c: close(2) file descriptor on failure, avoiding leak.
[nmh] / uip / mhstoresbr.c
2017-09-11 Ralph CorderoyDelete mh_xfree(), changing callers to call free(3...
2017-09-09 Ralph CorderoyRefer to #include files from the root of nmh's source.
2017-09-09 Ralph Corderoymhstoresbr.c: Flip if-condition so return moves from...
2017-08-28 Ralph CorderoyCreate mhmisc.h with mhmisc.c's global-function prototypes.
2017-08-27 Ralph CorderoyAdd gcc's pure function attribute.
2017-08-27 Ralph CorderoyReplace add(foo, NULL) with mh_xstrdup(foo).
2017-05-15 Ralph Corderoysbr/m_maildir.c: Move prototypes from h/prototypes...
2017-05-15 Ralph Corderoyuip/mhshowsbr.h: Move in declarations from h/mhparse.h.
2017-05-15 Ralph Corderoysbr/m_mktemp.h: Move remaining prototypes from h/protot...
2017-05-14 Ralph Corderoyuip/mhstoresbr.c: Fix single-character nmh-storage...
2017-05-01 Ralph Corderoymhstoresbr.c: Flip logic to simplify. Remove else...
2017-04-28 Ralph CorderoyFix spelling in C comments.
2017-04-22 Ralph CorderoyReplace "/*\n * " with "/* " at the start of a file.
2017-04-22 Ralph CorderoyRemove leading and trailing blank lines from code.
2017-04-17 Ralph CorderoyChange admonish(NULL, "foo") to inform("foo, continuing...
2017-04-17 Ralph CorderoyReplace advise(NULL, fmt, ...) with inform(fmt, ...).
2017-04-16 Ralph CorderoyReplace add(nonnull, NULL) with mh_xstrdup(nonnull).
2016-12-10 Ralph CorderoyRename recently added TrimSuffixC() to trim_suffix_c().
2016-12-10 Ralph CorderoyRename recently added HasPrefix() to has_prefix().
2016-11-19 Ralph Corderoymhstoresbr.c: Factor MIME-parameter-can-be-used-for...
2016-11-13 Ralph CorderoyReplace many add(s, NULL) with mh_xstrdup(s).
2016-10-30 Ralph Corderoyfgets() reserves space for the NUL itself.
2016-10-30 Ralph CorderoyReplace fprintf(fp, "%s", foo) with fputs(foo, fp).
2016-10-24 Ralph CorderoyUse HasPrefix() instead of strncmp().
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