| 2017-09-13 |
Ralph Corderoy | new.c: Order two return statements to match comment. |
commit | commitdiff | tree | snapshot |
| 2017-09-13 |
Ralph Corderoy | Edit out a few more tautological `the foo(5) man page'. |
commit | commitdiff | tree | snapshot |
| 2017-09-13 |
Ralph Corderoy | nmh_completion(): Simplify, removing local variable. |
commit | commitdiff | tree | snapshot |
| 2017-09-13 |
Ralph Corderoy | Remove casts of NULL to a data pointer. |
commit | commitdiff | tree | snapshot |
| 2017-09-12 |
Ralph Corderoy | Remove more outer wrapping parenthesis from return... |
commit | commitdiff | tree | snapshot |
| 2017-09-12 |
Ralph Corderoy | dmktime(): Break assignments so `*=' and `+=' can be... |
commit | commitdiff | tree | snapshot |
| 2017-09-12 |
Ralph Corderoy | Replace `return (0)' and similar with `return 0'. |
commit | commitdiff | tree | snapshot |
| 2017-09-12 |
Ralph Corderoy | Hoick FENDNULL(key) out of the search loop. |
commit | commitdiff | tree | snapshot |
| 2017-09-12 |
Ralph Corderoy | mh_oauth_cred_fn()'s return value no longer needs dupli... |
commit | commitdiff | tree | snapshot |
| 2017-09-12 |
Ralph Corderoy | mh_oauth_cred_fn(): Always freshly allocate result. |
commit | commitdiff | tree | snapshot |
| 2017-09-12 |
Ralph Corderoy | exmaildir(): Don't leak memory allocated by path(). |
commit | commitdiff | tree | snapshot |
| 2017-09-12 |
Ralph Corderoy | mime_type(): Don't leak memory allocated by get_file_in... |
commit | commitdiff | tree | snapshot |
| 2017-09-12 |
Ralph Corderoy | lock_file.c: close(2) file descriptor on failure, avoid... |
commit | commitdiff | tree | snapshot |
| 2017-09-11 |
Ralph Corderoy | mhfixmsg.c: Fix memory leak of temporary filename if... |
commit | commitdiff | tree | snapshot |
| 2017-09-11 |
Ralph Corderoy | mhfixmsg.c: Fix memory leaks of boundary string on... |
commit | commitdiff | tree | snapshot |
| 2017-09-11 |
Ralph Corderoy | Delete mh_xfree(), changing callers to call free(3... |
commit | commitdiff | tree | snapshot |
| 2017-09-11 |
Ralph Corderoy | rmf.c: free(3) return value from m_mailpath() calls. |
commit | commitdiff | tree | snapshot |
| 2017-09-11 |
Ralph Corderoy | path.c: Add comments declaring return values must be... |
commit | commitdiff | tree | snapshot |
| 2017-09-11 |
Ralph Corderoy | path.c: Remove path()'s test for expath() returning... |
commit | commitdiff | tree | snapshot |
| 2017-09-11 |
Ralph Corderoy | path.c: Re-format path() to make it more clear what... |
commit | commitdiff | tree | snapshot |
| 2017-09-11 |
Ralph Corderoy | slocal.c: Alter trim() to return static array, not... |
commit | commitdiff | tree | snapshot |
| 2017-09-10 |
Ralph Corderoy | Remove test for `\0' in `*s && isfoo(*s)' for ctype... |
commit | commitdiff | tree | snapshot |
| 2017-09-10 |
Ralph Corderoy | find_cache(): Remove test that's always false. |
commit | commitdiff | tree | snapshot |
| 2017-09-10 |
Ralph Corderoy | readline(3) wrapper: Move free(3) of line to where... |
commit | commitdiff | tree | snapshot |
| 2017-09-10 |
Ralph Corderoy | fmt_compile.c: Alter FINDCOMP(): the caller must supply... |
commit | commitdiff | tree | snapshot |
| 2017-09-10 |
Ralph Corderoy | argsplit(): Incorrect type used in sizeof calculation... |
commit | commitdiff | tree | snapshot |
| 2017-09-10 |
Ralph Corderoy | get_file_info(): Flip logic throughout, reducing nesting. |
commit | commitdiff | tree | snapshot |
| 2017-09-10 |
Ralph Corderoy | get_file_info(): Don't return filename from quote onwar... |
commit | commitdiff | tree | snapshot |
| 2017-09-10 |
Ralph Corderoy | get_file_info(): Don't dereference out of scope char... |
commit | commitdiff | tree | snapshot |
| 2017-09-10 |
Ralph Corderoy | Replace parallel MIME-preference arrays with struct... |
commit | commitdiff | tree | snapshot |
| 2017-09-10 |
Ralph Corderoy | pidstatus(): Rewrite to print stopped and continued... |
commit | commitdiff | tree | snapshot |
| 2017-09-10 |
Ralph Corderoy | pidstatus(): Delete commented-out code testing for... |
commit | commitdiff | tree | snapshot |
| 2017-09-10 |
Ralph Corderoy | Replace printf("%s\n", foo) and similar with puts(foo). |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
Ralph Corderoy | datetime.c: Flip if-conditions so returns move from... |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
Ralph Corderoy | icalendar.l: Refer to base64.h relative to root of... |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
Ralph Corderoy | test/getcanon.c: exit(3) with 0 or 1, not -1 or symboli... |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
Ralph Corderoy | test/getfullname.c: Move return case first in if-else... |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
Ralph Corderoy | Refer to #include files from the root of nmh's source. |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
Ralph Corderoy | icalparse.y: Remove else-block that returns by merging... |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
Ralph Corderoy | seq_setprev.c: Flip if-condition so return moves from... |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
Ralph Corderoy | folder_pack.c: Flip if-condition so return moves from... |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
Ralph Corderoy | seq_setunseen.c: Flip if-condition so return moves... |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
Ralph Corderoy | mhstoresbr.c: Flip if-condition so return moves from... |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
Ralph Corderoy | read_switch_multiword.c: Flip if-condition so return... |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
Ralph Corderoy | datetime.c: Don't atoi("0") if zone is NULL. |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
Ralph Corderoy | datetime.c: Fix parse-failure's error-message's dayligh... |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
Ralph Corderoy | datetime.c: Replace some int with bool. |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
Ralph Corderoy | Only call fork(2) once, not up to five times on failure. |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
Ralph Corderoy | content_error(): Add missing va_end(3). |
commit | commitdiff | tree | snapshot |
| 2017-09-08 |
Ken Hornstein | Send a QUIT instead of RSET at session end when doing... |
commit | commitdiff | tree | snapshot |
| 2017-09-08 |
Ken Hornstein | Add a -credentials argument when we call post. |
commit | commitdiff | tree | snapshot |
| 2017-09-08 |
Ralph Corderoy | popsbr.c: Remove impossible case from switch statement. |
commit | commitdiff | tree | snapshot |
| 2017-09-08 |
Ralph Corderoy | mhbuildsbr.c: Attempt fork(2) multiple times, as intended. |
commit | commitdiff | tree | snapshot |
| 2017-09-08 |
Ralph Corderoy | base64.c: Don't out-of-bounds printf("%s", &encoded... |
commit | commitdiff | tree | snapshot |
| 2017-09-08 |
Ralph Corderoy | content_error(): Don't strlen(invo_name) that might... |
commit | commitdiff | tree | snapshot |
| 2017-09-07 |
Ralph Corderoy | replsbr.c: In parent, free child's argv[] built before... |
commit | commitdiff | tree | snapshot |
| 2017-09-07 |
Ralph Corderoy | getpass.c: Don't fileno(NULL) when fopen("/dev/tty... |
commit | commitdiff | tree | snapshot |
| 2017-09-07 |
Ralph Corderoy | mhbuildsbr.c: Don't free(3) string then print it; do... |
commit | commitdiff | tree | snapshot |
| 2017-09-07 |
Ralph Corderoy | smtp.c: Use read-end of pipe, not random integer. |
commit | commitdiff | tree | snapshot |
| 2017-09-05 |
David Levine | Revised expected output with -prefer in test/mhlist... |
commit | commitdiff | tree | snapshot |
| 2017-09-05 |
Ralph Corderoy | man: Fix some of the font-changing macros' parameters. |
commit | commitdiff | tree | snapshot |
| 2017-09-04 |
Paul Fox | Add -noprefer switch to mhshow, mhstore, and mhlist |
commit | commitdiff | tree | snapshot |
| 2017-09-04 |
Paul Fox | Change the priority ordering for multiple -prefer switches |
commit | commitdiff | tree | snapshot |
| 2017-09-04 |
Ralph Corderoy | man: Use `.IR' for `foo(1)', not the few `.BR'. |
commit | commitdiff | tree | snapshot |
| 2017-09-04 |
Ralph Corderoy | man: Change the tautological `the foo(1) man page'... |
commit | commitdiff | tree | snapshot |
| 2017-09-04 |
Ralph Corderoy | oauth: Replace `if...return false; return true' with... |
commit | commitdiff | tree | snapshot |
| 2017-09-04 |
Ralph Corderoy | oauth.c: Remove unused assignments of function return... |
commit | commitdiff | tree | snapshot |
| 2017-09-04 |
Ralph Corderoy | Replace FALSE and TRUE with C99's false and true. |
commit | commitdiff | tree | snapshot |
| 2017-09-04 |
Ralph Corderoy | print_intro(): Change parameter brief from int to bool. |
commit | commitdiff | tree | snapshot |
| 2017-09-03 |
Ralph Corderoy | flist.c: Use bool instead of int for some of the flags. |
commit | commitdiff | tree | snapshot |
| 2017-09-03 |
Ralph Corderoy | Replace boolean with bool everywhere. |
commit | commitdiff | tree | snapshot |
| 2017-09-03 |
Ralph Corderoy | mh.h: Always define NMH_UNUSED as a cast to void. |
commit | commitdiff | tree | snapshot |
| 2017-09-03 |
Ralph Corderoy | mh.h: Move the gcc-4.3-conditional macro definitions. |
commit | commitdiff | tree | snapshot |
| 2017-09-03 |
Ralph Corderoy | dropsbr.c: Remove unused ntohl() macro, and its NTOHLSW... |
commit | commitdiff | tree | snapshot |
| 2017-09-03 |
Ralph Corderoy | fakehttp.c: Remove unused LINESIZE macro; never used. |
commit | commitdiff | tree | snapshot |
| 2017-09-03 |
Ralph Corderoy | config.c: Remove unused nmhdocdir() macro. |
commit | commitdiff | tree | snapshot |
| 2017-09-03 |
Ralph Corderoy | ap.c, dp.c: exit(3) with 0 or 1, not [0, MAX_EXIT]. |
commit | commitdiff | tree | snapshot |
| 2017-09-03 |
Ralph Corderoy | DEFAULT_PAGER: Move from nmh.h to mh.h. Former is... |
commit | commitdiff | tree | snapshot |
| 2017-09-02 |
Ralph Corderoy | geteditor.c: Hard-code the default, "vi". |
commit | commitdiff | tree | snapshot |
| 2017-09-02 |
Ralph Corderoy | Move base64.c's prototypes from prototypes.h to new... |
commit | commitdiff | tree | snapshot |
| 2017-09-02 |
Ralph Corderoy | mhbuild.man: Fix grammar indentation by expanding tabs. |
commit | commitdiff | tree | snapshot |
| 2017-09-02 |
Ralph Corderoy | decodeBase64(): Limit length of error message on invali... |
commit | commitdiff | tree | snapshot |
| 2017-08-29 |
David Levine | Restrict use of alloc_size function attribute to gcc... |
commit | commitdiff | tree | snapshot |
| 2017-08-28 |
Ralph Corderoy | Move read_line.c's prototypes from prototypes.h to... |
commit | commitdiff | tree | snapshot |
| 2017-08-28 |
Ralph Corderoy | Add ENDNULL macro for gcc's `sentinel' function attribute. |
commit | commitdiff | tree | snapshot |
| 2017-08-28 |
Ralph Corderoy | Move terminal.c's prototypes from prototypes.h to new... |
commit | commitdiff | tree | snapshot |
| 2017-08-28 |
Ralph Corderoy | Fix spelling in comment. |
commit | commitdiff | tree | snapshot |
| 2017-08-28 |
Ralph Corderoy | read_switch_multiword.c: siglongjmp(3) removes need... |
commit | commitdiff | tree | snapshot |
| 2017-08-28 |
Ralph Corderoy | mhlsbr.c: Don't need to `else' after longjmp() at end... |
commit | commitdiff | tree | snapshot |
| 2017-08-28 |
Ralph Corderoy | Remove comment asking if siglongjmp(3) should be used... |
commit | commitdiff | tree | snapshot |
| 2017-08-28 |
Ralph Corderoy | Don't need to `else' after mhladios() at end of then... |
commit | commitdiff | tree | snapshot |
| 2017-08-28 |
Ralph Corderoy | Give mhldone() and mhladios() the NORETURN function... |
commit | commitdiff | tree | snapshot |
| 2017-08-28 |
Ralph Corderoy | Don't cast zero to pid_t for setpgid(2)'s first argument. |
commit | commitdiff | tree | snapshot |
| 2017-08-28 |
Ralph Corderoy | Don't cast zero to char for storing at pointer to char. |
commit | commitdiff | tree | snapshot |
| 2017-08-28 |
Ralph Corderoy | Don't cast zero to a non-function pointer; use NULL... |
commit | commitdiff | tree | snapshot |
| 2017-08-28 |
Ralph Corderoy | mhparse: Change mhfixmsg flags from int to bool. |
commit | commitdiff | tree | snapshot |
| 2017-08-28 |
Ralph Corderoy | mhparse.h: Add externs for skip_mp_cte_check, etc. |
commit | commitdiff | tree | snapshot |
| 2017-08-28 |
Ralph Corderoy | Delete declaration already available from included... |
commit | commitdiff | tree | snapshot |
| 2017-08-28 |
Ralph Corderoy | mhparse.h: Add externs for preferred_types[], etc. |
commit | commitdiff | tree | snapshot |
| 2017-08-28 |
Ralph Corderoy | Delete declarations already available from included... |
commit | commitdiff | tree | snapshot |
| next |