| 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 |
| 2017-09-07 |
Ralph Corderoy | replsbr.c: In parent, free child's argv[] built before... |
tree | commitdiff |
| 2017-09-07 |
Ralph Corderoy | mhbuildsbr.c: Don't free(3) string then print it; do... |
tree | commitdiff |
| 2017-09-04 |
Paul Fox | Add -noprefer switch to mhshow, mhstore, and mhlist |
tree | commitdiff |
| 2017-09-04 |
Paul Fox | Change the priority ordering for multiple -prefer switches |
tree | commitdiff |
| 2017-09-04 |
Ralph Corderoy | Replace FALSE and TRUE with C99's false and true. |
tree | commitdiff |
| 2017-09-03 |
Ralph Corderoy | flist.c: Use bool instead of int for some of the flags. |
tree | commitdiff |
| 2017-09-03 |
Ralph Corderoy | Replace boolean with bool everywhere. |
tree | commitdiff |
| 2017-09-03 |
Ralph Corderoy | dropsbr.c: Remove unused ntohl() macro, and its NTOHLSW... |
tree | commitdiff |
| 2017-09-03 |
Ralph Corderoy | ap.c, dp.c: exit(3) with 0 or 1, not [0, MAX_EXIT]. |
tree | commitdiff |
| 2017-09-02 |
Ralph Corderoy | Move base64.c's prototypes from prototypes.h to new... |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | Move read_line.c's prototypes from prototypes.h to... |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | Move terminal.c's prototypes from prototypes.h to new... |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | Fix spelling in comment. |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | mhlsbr.c: Don't need to `else' after longjmp() at end... |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | Don't need to `else' after mhladios() at end of then... |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | Give mhldone() and mhladios() the NORETURN function... |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | Don't cast zero to pid_t for setpgid(2)'s first argument. |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | Don't cast zero to a non-function pointer; use NULL... |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | mhparse: Change mhfixmsg flags from int to bool. |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | mhparse.h: Add externs for skip_mp_cte_check, etc. |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | Delete declaration already available from included... |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | mhparse.h: Add externs for preferred_types[], etc. |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | Delete declarations already available from included... |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | mhbuildsbr.c: Include mhcachesbr.h. Delete copy of... |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | mhfixmsg.c: Make mhfixmsgsbr() static. |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | Move NPARTS and NTYPES from mhparse.h to mhmisc.h. |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | mhmisc.h: Add mhmisc.c's global variables as externs. |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | Create mhmisc.h with mhmisc.c's global-function prototypes. |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | Make functions with no external callers by name static. |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | rcvtty.c: Remove duplicate prototype. Other in mts.h. |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | aliasbr.c: Remove duplicate prototypes. Others in... |
tree | commitdiff |
| 2017-08-27 |
Ralph Corderoy | mhparam: exit(3) zero if all components found, else... |
tree | commitdiff |
| 2017-08-27 |
David Levine | Ensure that mhfixmsg exit status is either 0 or 1. |
tree | commitdiff |
| 2017-08-27 |
Ralph Corderoy | Add gcc's pure function attribute. |
tree | commitdiff |
| 2017-08-27 |
Ralph Corderoy | inc.c: Make maildir_srt() static. |
tree | commitdiff |
| 2017-08-27 |
Ralph Corderoy | Replace add(foo, NULL) with mh_xstrdup(foo). |
tree | commitdiff |
| 2017-08-27 |
Ralph Corderoy | Replace strlen("foo") with LEN("foo"). |
tree | commitdiff |
| 2017-08-27 |
Ralph Corderoy | Add die(fmt, ...). Equivalent to adios(NULL, fmt,... |
tree | commitdiff |
| 2017-08-27 |
Ralph Corderoy | mhparam: Remove `libdir', deprecated in 1.7. |
tree | commitdiff |
| 2017-08-27 |
Ralph Corderoy | pick: Remove support for MHPDEBUG environment variable. |
tree | commitdiff |
| 2017-08-27 |
Ralph Corderoy | Add MAX_EXIT, value 120, to limit some more exit(3... |
tree | commitdiff |
| 2017-08-26 |
Ralph Corderoy | Replace printf("foo\n") with puts("foo"). |
tree | commitdiff |
| 2017-08-26 |
Ralph Corderoy | Add gcc's alloc_size function attribute. |
tree | commitdiff |
| 2017-08-26 |
Ralph Corderoy | Add more NORETURN and CHECK_PRINTF function attributes. |
tree | commitdiff |
| 2017-08-26 |
David Levine | Changed failure exit status of mkstemp(1) from 255... |
tree | commitdiff |
| 2017-08-26 |
Ralph Corderoy | picksbr.c: Specify parameters of nexus's n_action funct... |
tree | commitdiff |
| 2017-08-26 |
Ralph Corderoy | Print pointers in debug with C99's `%p' rather than... |
tree | commitdiff |
| 2017-08-26 |
Ralph Corderoy | picksbr.c: fprintf function pointer with unsigned-long... |
tree | commitdiff |
| 2017-08-24 |
Ralph Corderoy | Format with `%#x' instead of `0x%x' if difference matte... |
tree | commitdiff |
| 2017-08-24 |
Ralph Corderoy | mhlist -verbose: Don't duplicate message/external-body... |
tree | commitdiff |
| 2017-08-24 |
Ralph Corderoy | mhparse.c: Correct comment; si_val is the `anonymous... |
tree | commitdiff |
| 2017-08-24 |
Ralph Corderoy | mhlist -debug: Print FILE pointers with `%p', not ... |
tree | commitdiff |
| 2017-08-23 |
Ralph Corderoy | mhbuildsbr.c: Ensure temporary FILE closed regardless... |
tree | commitdiff |
| 2017-08-23 |
Ralph Corderoy | mhbuildsbr.c: Flip logic, moving goto to then-block... |
tree | commitdiff |
| 2017-08-23 |
Ralph Corderoy | Flip logic, moving goto from else- to then-block. |
tree | commitdiff |
| 2017-08-23 |
Ralph Corderoy | Don't need to `else' after done() at end of then-block. |
tree | commitdiff |
| 2017-08-23 |
Ralph Corderoy | Don't need to `else' after adios() at end of then-block. |
tree | commitdiff |
| 2017-08-23 |
Ralph Corderoy | sh scripts: Remove `else' after exit at end of then... |
tree | commitdiff |
| 2017-08-23 |
Ralph Corderoy | uip/rcvtty.c: Flip logic, moving `return' to then-block. |
tree | commitdiff |
| 2017-08-23 |
Ralph Corderoy | Remove the `else' after a simple if-then block ending... |
tree | commitdiff |
| 2017-08-23 |
Ralph Corderoy | mhlistsbr.c: Replace list_application() with body at... |
tree | commitdiff |
| 2017-08-23 |
Ralph Corderoy | mhmail: Turn sh's else-if into elif. |
tree | commitdiff |
| 2017-08-23 |
Ken Hornstein | Make sure we return the descriptor from the file handle... |
tree | commitdiff |
| 2017-08-22 |
Ralph Corderoy | Reformat else-if that are split over two or more lines... |
tree | commitdiff |
| 2017-08-22 |
Ralph Corderoy | Convert some Boolean variables to the bool type. |
tree | commitdiff |
| 2017-08-22 |
Ralph Corderoy | Convert some Boolean variables to the bool type. |
tree | commitdiff |
| 2017-08-22 |
Ralph Corderoy | Add ZERO(p) for the typical memset(p, 0, sizeof *p... |
tree | commitdiff |
| 2017-08-19 |
David Levine | Protect fileno() call against NULL argument. |
tree | commitdiff |
| 2017-08-17 |
Leonardo Taccari | mhical expected an ics file as input and after just... |
tree | commitdiff |
| next |