]> diplodocus.org Git - nmh/history - uip
mhshowsbr.c: Delete single-use global int `nolist'.
[nmh] / uip /
2017-11-12 Ralph CorderoyRemove symbols-wanted comments after #include.
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-09 Ken HornsteinSupport a -timeout switch.
2017-11-04 Ken HornsteinAdd support for batch mode.
2017-11-03 Ken HornsteinVarious IMAP protocol improvements
2017-11-03 Ken HornsteinMake APPEND work; still needs some changes, though.
2017-11-02 Ken HornsteinStart of making APPEND functional; not quite there...
2017-11-02 Ken HornsteinSupport sending multiple commands at once.
2017-11-02 Ken HornsteinReport on the TLS negotation time
2017-11-02 Ralph Corderoyprototypes.h: Delete duplicate prototypes.
2017-11-02 Ralph Corderoyforwsbr.c: Move interface declaration to own forwsbr.h.
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-11-02 Ralph Corderoyrepl.c: Add `static' to function definitions to match...
2017-11-02 Ralph Corderoyrepl.c, replsbr.c: Move shared data into header file.
2017-11-01 Ralph Corderoyuip: Replace some ints that are only ever 0 or 1 with...
2017-11-01 Ralph Corderoysend.c, whatnowsbr.c: Delete option variables set but...
2017-11-01 Ken HornsteinMerge branch 'master' of git.sv.gnu.org:/srv/git/nmh
2017-11-01 Ken HornsteinClean up things a bit
2017-11-01 Ralph Corderoyuip: Replace some ints that are only ever 0 or 1 with...
2017-10-31 Ralph Corderoymhbuild.c, mhbuildsbr.c: Replace three global ints...
2017-10-31 Ralph CorderoyReplace some ints that are only ever 0 or 1 with bool.
2017-10-31 Ken HornsteinDisplay the command when reporting timing.
2017-10-30 Ralph Corderoyuip: Change global int userrs to bool.
2017-10-30 Ralph Corderoyuip: Replace some ints that are only ever 0 or 1 with...
2017-10-30 Ralph Corderoynmh_init(): Replace integer parameter with two bools.
2017-10-30 Ralph CorderoyReplace adios(NULL, ...) with die(...).
2017-10-30 Ralph CorderoyReplace printf(3) with fputs(3) where possible.
2017-10-28 Ralph Corderoymsgchk.c: Rewrite checkmail(), removing need for macros.
2017-10-28 Ralph Corderoywhatnow: Remove undocumented printf-formatting of ...
2017-10-27 Ralph Corderoymsgchk.c: Remove UUCP tests; unused since `#ifdef MF'.
2017-10-27 Ralph CorderoyReplace getcpy(f()) calls with mh_xstrdup() when f...
2017-10-27 Ralph Corderoyimaptest.c: Don't use error message as adios()'s format.
2017-10-27 Ralph Corderoyimaptest.c: Don't test possibly uninitialised local...
2017-10-27 Ralph Corderoyimaptest.c: Don't free brkstring()'s value; it's re...
2017-10-27 Ralph Corderoyimaptest.c: Add `format(printf, ...)' attribute to...
2017-10-27 Ken HornsteinFix invalid pointer arithmetic.
2017-10-26 Ken HornsteinSupport command issuance and timestamps.
2017-10-26 Ken HornsteinStill more fiddling.
2017-10-25 Ken HornsteinA little closer to being somewhat useful.
2017-10-25 Ken HornsteinImproved, a bit. Slightly more useful.
2017-10-25 Ken HornsteinRework snoop support slightly for the new world order.
2017-10-24 Ken HornsteinIt does just what it says on the tin.
2017-10-24 Ken HornsteinAdd context information to SASL callback.
2017-09-24 Ralph Corderoypicksbr.c: fprintf(3) function pointer using `%p' and...
2017-09-24 Ralph Corderoyslocal.c: Use C99's `%td' to printf(3) ptrdiff_t values.
2017-09-24 Ralph Corderoyannosbr.c: free(3) takes void pointer; don't cast non...
2017-09-24 Ralph Corderoyvoid-pointer parameters don't need casting to char...
2017-09-24 Ralph CorderoyReplace `sizeof (char)' with 1, then remove if a multip...
2017-09-24 Ralph CorderoyDon't cast void pointer return value of malloc() et al.
2017-09-23 Ralph CorderoyStop failed m_mktemp2() that give directory reporting...
2017-09-23 Ralph Corderoymhbuild.c: Don't use set_done() to unlink temporary...
2017-09-21 Ralph CorderoyDetect function-pointer `done' being set twice in a...
2017-09-19 Ralph Corderoymhlsbr.c: Delete file-static function pointer mhl_action.
2017-09-19 Ralph Corderoymhlsbr.c: Delete `jmp_buf mhlenv', never setjmp(3)'d.
2017-09-18 Ralph CorderoyStrip parenthesis from `return (state = OK);' and similar.
2017-09-18 Ralph Corderoypop_init(): After proxy's execve(2) failure, exit(1...
2017-09-18 Ralph CorderoyRemove preprocessor conditionals on `lint'.
2017-09-18 Ralph CorderoyReplace `_exit(-1)' with `_exit(1)'.
2017-09-18 Ralph Corderoywhom.c: Don't call rename(2) with source that's uniniti...
2017-09-18 Ralph Corderoywhom.c: Re-work fork/exec logic to clarify interaction...
2017-09-18 Ralph CorderoyIf fork(2) fails then die; don't fall through to execv...
2017-09-18 Ralph Corderoywhom.c: Don't increment atoi(3)'s return value as it...
2017-09-18 Ralph Corderoywhom.c: Don't store atoi(getenv("mhdist")) when value...
2017-09-17 Ralph Corderoymhlsbr.c: Don't strchr(3) non-string NUL-less buffer.
2017-09-17 Ralph Corderoymhlsbr.c: Don't read(2) from fileno(3) of stdout.
2017-09-15 Ralph CorderoyInvert ternary condition to remove one negative.
2017-09-13 Ralph Corderoynew.c: Order two return statements to match comment.
2017-09-13 Ralph CorderoyEdit out a few more tautological `the foo(5) man page'.
2017-09-13 Ralph CorderoyRemove casts of NULL to a data pointer.
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-12 Ralph CorderoyHoick FENDNULL(key) out of the search loop.
2017-09-12 Ralph Corderoymh_oauth_cred_fn()'s return value no longer needs dupli...
2017-09-11 Ralph Corderoymhfixmsg.c: Fix memory leak of temporary filename if...
2017-09-11 Ralph Corderoymhfixmsg.c: Fix memory leaks of boundary string on...
2017-09-11 Ralph CorderoyDelete mh_xfree(), changing callers to call free(3...
2017-09-11 Ralph Corderoyrmf.c: free(3) return value from m_mailpath() calls.
2017-09-11 Ralph Corderoyslocal.c: Alter trim() to return static array, not...
2017-09-10 Ralph CorderoyRemove test for `\0' in `*s && isfoo(*s)' for ctype...
2017-09-10 Ralph Corderoyfind_cache(): Remove test that's always false.
2017-09-10 Ralph CorderoyReplace parallel MIME-preference arrays with struct...
2017-09-10 Ralph CorderoyReplace printf("%s\n", foo) and similar with puts(foo).
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-09-09 Ralph CorderoyOnly call fork(2) once, not up to five times on failure.
2017-09-09 Ralph Corderoycontent_error(): Add missing va_end(3).
2017-09-08 Ken HornsteinSend a QUIT instead of RSET at session end when doing...
2017-09-08 Ken HornsteinAdd a -credentials argument when we call post.
2017-09-08 Ralph Corderoypopsbr.c: Remove impossible case from switch statement.
2017-09-08 Ralph Corderoymhbuildsbr.c: Attempt fork(2) multiple times, as intended.
2017-09-08 Ralph Corderoycontent_error(): Don't strlen(invo_name) that might...
2017-09-07 Ralph Corderoyreplsbr.c: In parent, free child's argv[] built before...
2017-09-07 Ralph Corderoymhbuildsbr.c: Don't free(3) string then print it; do...
2017-09-04 Paul FoxAdd -noprefer switch to mhshow, mhstore, and mhlist
2017-09-04 Paul FoxChange the priority ordering for multiple -prefer switches
2017-09-04 Ralph CorderoyReplace FALSE and TRUE with C99's false and true.
2017-09-03 Ralph Corderoyflist.c: Use bool instead of int for some of the flags.
next