]> diplodocus.org Git - nmh/history - uip/mhstoresbr.c
Add basic support for the STLS command in POP
[nmh] / uip / mhstoresbr.c
2017-11-12 Ralph Corderoyread_switch_multiword.c: Move interface to own file.
2017-11-12 Ralph Corderoyconcat.c: Move interface to own file.
2017-11-12 Ralph Corderoysmatch.c: Move interface to own file.
2017-11-12 Ralph Corderoyr1bindex.c: Move interface to own file.
2017-11-12 Ralph Corderoyuprf.c: Move interface to own file.
2017-11-12 Ralph Corderoygetcpy.c: Move interface to own file.
2017-11-12 Ralph Corderoygetfolder.c: Move interface to own file.
2017-11-12 Ralph Corderoyfolder_read.c: Move interface to own file.
2017-11-12 Ralph Corderoyfolder_free.c: Move interface to own file.
2017-11-12 Ralph Corderoyfolder_addmsg.c: Move interface to own file.
2017-11-12 Ralph Corderoycontext_find.c: Move interface to own file.
2017-11-12 Ralph Corderoypath.c: Move interface to own file.
2017-11-12 Ralph CorderoyUse #include with `""' for including nmh's source.
2017-11-12 Ralph Corderoyerror.c: Move interface to own file.
2017-11-02 Ralph CorderoySplit function definition prototypes so identifier...
2017-11-02 Ralph CorderoyDon't have `static' of a function definition on its...
2017-11-02 Ralph CorderoyMove the opening brace of a C function to its own line.
2017-10-30 Ralph Corderoyuip: Replace some ints that are only ever 0 or 1 with...
2017-10-30 Ralph CorderoyReplace adios(NULL, ...) with die(...).
2017-10-30 Ralph CorderoyReplace printf(3) with fputs(3) where possible.
2017-09-24 Ralph Corderoyvoid-pointer parameters don't need casting to char...
2017-09-15 Ralph CorderoyInvert ternary condition to remove one negative.
2017-09-12 Ralph CorderoyRemove more outer wrapping parenthesis from return...
2017-09-12 Ralph CorderoyReplace `return (0)' and similar with `return 0'.
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...
next