| 2017-11-12 |
Ralph Corderoy | seq_bits.c: Move interface to own file. |
tree | commitdiff |
| 2017-11-12 |
Ralph Corderoy | seq_getnum.c: Move interface to own file. |
tree | commitdiff |
| 2017-11-12 |
Ralph Corderoy | seq_del.c: Move interface to own file. |
tree | commitdiff |
| 2017-11-12 |
Ralph Corderoy | seq_print.c: Move interface to own file. |
tree | commitdiff |
| 2017-11-12 |
Ralph Corderoy | seq_add.c: Move interface to own file. |
tree | commitdiff |
| 2017-11-12 |
Ralph Corderoy | arglist.c: Move interface to own file. |
tree | commitdiff |
| 2017-11-12 |
Ralph Corderoy | Remove symbols-wanted comments after #include. |
tree | commitdiff |
| 2017-11-12 |
Ralph Corderoy | Use #include with `""' for including nmh's source. |
tree | commitdiff |
| 2017-11-12 |
Ralph Corderoy | error.c: Move interface to own file. |
tree | commitdiff |
| 2017-11-09 |
Ken Hornstein | Support a -timeout switch. |
tree | commitdiff |
| 2017-11-04 |
Ken Hornstein | Add support for batch mode. |
tree | commitdiff |
| 2017-11-03 |
Ken Hornstein | Various IMAP protocol improvements |
tree | commitdiff |
| 2017-11-03 |
Ken Hornstein | Make APPEND work; still needs some changes, though. |
tree | commitdiff |
| 2017-11-02 |
Ken Hornstein | Start of making APPEND functional; not quite there... |
tree | commitdiff |
| 2017-11-02 |
Ken Hornstein | Support sending multiple commands at once. |
tree | commitdiff |
| 2017-11-02 |
Ken Hornstein | Report on the TLS negotation time |
tree | commitdiff |
| 2017-11-02 |
Ralph Corderoy | prototypes.h: Delete duplicate prototypes. |
tree | commitdiff |
| 2017-11-02 |
Ralph Corderoy | forwsbr.c: Move interface declaration to own forwsbr.h. |
tree | commitdiff |
| 2017-11-02 |
Ralph Corderoy | Split function definition prototypes so identifier... |
tree | commitdiff |
| 2017-11-02 |
Ralph Corderoy | Don't have `static' of a function definition on its... |
tree | commitdiff |
| 2017-11-02 |
Ralph Corderoy | Move the opening brace of a C function to its own line. |
tree | commitdiff |
| 2017-11-02 |
Ralph Corderoy | repl.c: Add `static' to function definitions to match... |
tree | commitdiff |
| 2017-11-02 |
Ralph Corderoy | repl.c, replsbr.c: Move shared data into header file. |
tree | commitdiff |
| 2017-11-01 |
Ralph Corderoy | uip: Replace some ints that are only ever 0 or 1 with... |
tree | commitdiff |
| 2017-11-01 |
Ralph Corderoy | send.c, whatnowsbr.c: Delete option variables set but... |
tree | commitdiff |
| 2017-11-01 |
Ken Hornstein | Merge branch 'master' of git.sv.gnu.org:/srv/git/nmh |
tree | commitdiff |
| 2017-11-01 |
Ken Hornstein | Clean up things a bit |
tree | commitdiff |
| 2017-11-01 |
Ralph Corderoy | uip: Replace some ints that are only ever 0 or 1 with... |
tree | commitdiff |
| 2017-10-31 |
Ralph Corderoy | mhbuild.c, mhbuildsbr.c: Replace three global ints... |
tree | commitdiff |
| 2017-10-31 |
Ralph Corderoy | Replace some ints that are only ever 0 or 1 with bool. |
tree | commitdiff |
| 2017-10-31 |
Ken Hornstein | Display the command when reporting timing. |
tree | commitdiff |
| 2017-10-30 |
Ralph Corderoy | uip: Change global int userrs to bool. |
tree | commitdiff |
| 2017-10-30 |
Ralph Corderoy | uip: Replace some ints that are only ever 0 or 1 with... |
tree | commitdiff |
| 2017-10-30 |
Ralph Corderoy | nmh_init(): Replace integer parameter with two bools. |
tree | commitdiff |
| 2017-10-30 |
Ralph Corderoy | Replace adios(NULL, ...) with die(...). |
tree | commitdiff |
| 2017-10-30 |
Ralph Corderoy | Replace printf(3) with fputs(3) where possible. |
tree | commitdiff |
| 2017-10-28 |
Ralph Corderoy | msgchk.c: Rewrite checkmail(), removing need for macros. |
tree | commitdiff |
| 2017-10-28 |
Ralph Corderoy | whatnow: Remove undocumented printf-formatting of ... |
tree | commitdiff |
| 2017-10-27 |
Ralph Corderoy | msgchk.c: Remove UUCP tests; unused since `#ifdef MF'. |
tree | commitdiff |
| 2017-10-27 |
Ralph Corderoy | Replace getcpy(f()) calls with mh_xstrdup() when f... |
tree | commitdiff |
| 2017-10-27 |
Ralph Corderoy | imaptest.c: Don't use error message as adios()'s format. |
tree | commitdiff |
| 2017-10-27 |
Ralph Corderoy | imaptest.c: Don't test possibly uninitialised local... |
tree | commitdiff |
| 2017-10-27 |
Ralph Corderoy | imaptest.c: Don't free brkstring()'s value; it's re... |
tree | commitdiff |
| 2017-10-27 |
Ralph Corderoy | imaptest.c: Add `format(printf, ...)' attribute to... |
tree | commitdiff |
| 2017-10-27 |
Ken Hornstein | Fix invalid pointer arithmetic. |
tree | commitdiff |
| 2017-10-26 |
Ken Hornstein | Support command issuance and timestamps. |
tree | commitdiff |
| 2017-10-26 |
Ken Hornstein | Still more fiddling. |
tree | commitdiff |
| 2017-10-25 |
Ken Hornstein | A little closer to being somewhat useful. |
tree | commitdiff |
| 2017-10-25 |
Ken Hornstein | Improved, a bit. Slightly more useful. |
tree | commitdiff |
| 2017-10-25 |
Ken Hornstein | Rework snoop support slightly for the new world order. |
tree | commitdiff |
| 2017-10-24 |
Ken Hornstein | It does just what it says on the tin. |
tree | commitdiff |
| 2017-10-24 |
Ken Hornstein | Add context information to SASL callback. |
tree | commitdiff |
| 2017-09-24 |
Ralph Corderoy | picksbr.c: fprintf(3) function pointer using `%p' and... |
tree | commitdiff |
| 2017-09-24 |
Ralph Corderoy | slocal.c: Use C99's `%td' to printf(3) ptrdiff_t values. |
tree | commitdiff |
| 2017-09-24 |
Ralph Corderoy | annosbr.c: free(3) takes void pointer; don't cast non... |
tree | commitdiff |
| 2017-09-24 |
Ralph Corderoy | void-pointer parameters don't need casting to char... |
tree | commitdiff |
| 2017-09-24 |
Ralph Corderoy | Replace `sizeof (char)' with 1, then remove if a multip... |
tree | commitdiff |
| 2017-09-24 |
Ralph Corderoy | Don't cast void pointer return value of malloc() et al. |
tree | commitdiff |
| 2017-09-23 |
Ralph Corderoy | Stop failed m_mktemp2() that give directory reporting... |
tree | commitdiff |
| 2017-09-23 |
Ralph Corderoy | mhbuild.c: Don't use set_done() to unlink temporary... |
tree | commitdiff |
| 2017-09-21 |
Ralph Corderoy | Detect function-pointer `done' being set twice in a... |
tree | commitdiff |
| 2017-09-19 |
Ralph Corderoy | mhlsbr.c: Delete file-static function pointer mhl_action. |
tree | commitdiff |
| 2017-09-19 |
Ralph Corderoy | mhlsbr.c: Delete `jmp_buf mhlenv', never setjmp(3)'d. |
tree | commitdiff |
| 2017-09-18 |
Ralph Corderoy | Strip parenthesis from `return (state = OK);' and similar. |
tree | commitdiff |
| 2017-09-18 |
Ralph Corderoy | pop_init(): After proxy's execve(2) failure, exit(1... |
tree | commitdiff |
| 2017-09-18 |
Ralph Corderoy | Remove preprocessor conditionals on `lint'. |
tree | commitdiff |
| 2017-09-18 |
Ralph Corderoy | Replace `_exit(-1)' with `_exit(1)'. |
tree | commitdiff |
| 2017-09-18 |
Ralph Corderoy | whom.c: Don't call rename(2) with source that's uniniti... |
tree | commitdiff |
| 2017-09-18 |
Ralph Corderoy | whom.c: Re-work fork/exec logic to clarify interaction... |
tree | commitdiff |
| 2017-09-18 |
Ralph Corderoy | If fork(2) fails then die; don't fall through to execv... |
tree | commitdiff |
| 2017-09-18 |
Ralph Corderoy | whom.c: Don't increment atoi(3)'s return value as it... |
tree | commitdiff |
| 2017-09-18 |
Ralph Corderoy | whom.c: Don't store atoi(getenv("mhdist")) when value... |
tree | commitdiff |
| 2017-09-17 |
Ralph Corderoy | mhlsbr.c: Don't strchr(3) non-string NUL-less buffer. |
tree | commitdiff |
| 2017-09-17 |
Ralph Corderoy | mhlsbr.c: Don't read(2) from fileno(3) of stdout. |
tree | commitdiff |
| 2017-09-15 |
Ralph Corderoy | Invert ternary condition to remove one negative. |
tree | commitdiff |
| 2017-09-13 |
Ralph Corderoy | new.c: Order two return statements to match comment. |
tree | commitdiff |
| 2017-09-13 |
Ralph Corderoy | Edit out a few more tautological `the foo(5) man page'. |
tree | commitdiff |
| 2017-09-13 |
Ralph Corderoy | Remove casts of NULL to a data pointer. |
tree | commitdiff |
| 2017-09-12 |
Ralph Corderoy | Remove more outer wrapping parenthesis from return... |
tree | commitdiff |
| 2017-09-12 |
Ralph Corderoy | Replace `return (0)' and similar with `return 0'. |
tree | commitdiff |
| 2017-09-12 |
Ralph Corderoy | Hoick FENDNULL(key) out of the search loop. |
tree | commitdiff |
| 2017-09-12 |
Ralph Corderoy | mh_oauth_cred_fn()'s return value no longer needs dupli... |
tree | commitdiff |
| 2017-09-11 |
Ralph Corderoy | mhfixmsg.c: Fix memory leak of temporary filename if... |
tree | commitdiff |
| 2017-09-11 |
Ralph Corderoy | mhfixmsg.c: Fix memory leaks of boundary string on... |
tree | commitdiff |
| 2017-09-11 |
Ralph Corderoy | Delete mh_xfree(), changing callers to call free(3... |
tree | commitdiff |
| 2017-09-11 |
Ralph Corderoy | rmf.c: free(3) return value from m_mailpath() calls. |
tree | commitdiff |
| 2017-09-11 |
Ralph Corderoy | slocal.c: Alter trim() to return static array, not... |
tree | commitdiff |
| 2017-09-10 |
Ralph Corderoy | Remove test for `\0' in `*s && isfoo(*s)' for ctype... |
tree | commitdiff |
| 2017-09-10 |
Ralph Corderoy | find_cache(): Remove test that's always false. |
tree | commitdiff |
| 2017-09-10 |
Ralph Corderoy | Replace parallel MIME-preference arrays with struct... |
tree | commitdiff |
| 2017-09-10 |
Ralph Corderoy | Replace printf("%s\n", foo) and similar with puts(foo). |
tree | commitdiff |
| 2017-09-09 |
Ralph Corderoy | Refer to #include files from the root of nmh's source. |
tree | commitdiff |
| 2017-09-09 |
Ralph Corderoy | mhstoresbr.c: Flip if-condition so return moves from... |
tree | commitdiff |
| 2017-09-09 |
Ralph Corderoy | Only call fork(2) once, not up to five times on failure. |
tree | commitdiff |
| 2017-09-09 |
Ralph Corderoy | content_error(): Add missing va_end(3). |
tree | commitdiff |
| 2017-09-08 |
Ken Hornstein | Send a QUIT instead of RSET at session end when doing... |
tree | commitdiff |
| 2017-09-08 |
Ken Hornstein | Add a -credentials argument when we call post. |
tree | commitdiff |
| 2017-09-08 |
Ralph Corderoy | popsbr.c: Remove impossible case from switch statement. |
tree | commitdiff |
| 2017-09-08 |
Ralph Corderoy | mhbuildsbr.c: Attempt fork(2) multiple times, as intended. |
tree | commitdiff |
| 2017-09-08 |
Ralph Corderoy | content_error(): Don't strlen(invo_name) that might... |
tree | commitdiff |
| next |