| 2017-11-12 |
Ralph Corderoy | context_foil.c: Move interface to own file. |
tree | commitdiff |
| 2017-11-12 |
Ralph Corderoy | context_save.c: Move interface to own file. |
tree | commitdiff |
| 2017-11-12 |
Ralph Corderoy | context_replace.c: Move interface to own file. |
tree | commitdiff |
| 2017-11-12 |
Ralph Corderoy | context_read.c: Move interface to own file. |
tree | commitdiff |
| 2017-11-12 |
Ralph Corderoy | context_del.c: Move interface to own file. |
tree | commitdiff |
| 2017-11-12 |
Ralph Corderoy | context_find.c: Move interface to own file. |
tree | commitdiff |
| 2017-11-12 |
Ralph Corderoy | readconfig.c: Move interface to own file. |
tree | commitdiff |
| 2017-11-12 |
Ralph Corderoy | brkstring.c: Move interface to own file. |
tree | commitdiff |
| 2017-11-12 |
Ralph Corderoy | atooi.c: Move interface to own file. |
tree | commitdiff |
| 2017-11-12 |
Ralph Corderoy | ambigsw.c: Move interface to own file. |
tree | commitdiff |
| 2017-11-12 |
Ralph Corderoy | vector.c: Move interface to own file. |
tree | commitdiff |
| 2017-11-12 |
Ralph Corderoy | pidstatus.c: Move interface to own file. |
tree | commitdiff |
| 2017-11-12 |
Ralph Corderoy | push.c: Move interface to own file. |
tree | commitdiff |
| 2017-11-12 |
Ralph Corderoy | path.c: Move interface to own file. |
tree | commitdiff |
| 2017-11-12 |
Ralph Corderoy | print_version.c: Move interface to own file. |
tree | commitdiff |
| 2017-11-12 |
Ralph Corderoy | print_sw.c: Move interface to own file. |
tree | commitdiff |
| 2017-11-12 |
Ralph Corderoy | print_help.c: Move interface to own file. |
tree | commitdiff |
| 2017-11-12 |
Ralph Corderoy | seq_nameok.c: Move interface to own file. |
tree | commitdiff |
| 2017-11-12 |
Ralph Corderoy | seq_list.c: Move interface to own file. |
tree | commitdiff |
| 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 | Strip directory from #include when it's not needed. |
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-04 |
Ken Hornstein | Use va_copy() to get a copy of va_list, instead of... |
tree | commitdiff |
| 2017-11-02 |
Ralph Corderoy | prototypes.h: Delete duplicate prototypes. |
tree | commitdiff |
| 2017-11-02 |
Ralph Corderoy | md5.c, md5.h: Reformat and delete needless portability. |
tree | commitdiff |
| 2017-11-02 |
Ralph Corderoy | Split function definition prototypes so identifier... |
tree | commitdiff |
| 2017-11-02 |
Ralph Corderoy | Move the opening brace of a C function to its own line. |
tree | commitdiff |
| 2017-11-01 |
Ken Hornstein | Merge branch 'master' of git.sv.gnu.org:/srv/git/nmh |
tree | commitdiff |
| 2017-10-31 |
Ralph Corderoy | Replace some ints that are only ever 0 or 1 with bool. |
tree | commitdiff |
| 2017-10-31 |
Ralph Corderoy | dtimep.l: Delete unused macros SKIPSP and SKIPTOSP. |
tree | commitdiff |
| 2017-10-30 |
Ralph Corderoy | sbr: 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-27 |
Ralph Corderoy | Replace getcpy(f()) calls with mh_xstrdup() when f... |
tree | commitdiff |
| 2017-10-27 |
Ralph Corderoy | Delete "blank" lines at start of files to bring content... |
tree | commitdiff |
| 2017-10-27 |
Ralph Corderoy | utils.c: Improve comment describing add(). Suggest... |
tree | commitdiff |
| 2017-10-26 |
Ken Hornstein | Add netsec_get_sasl_ssf(). |
tree | commitdiff |
| 2017-10-25 |
Ken Hornstein | Fix up some const and unsigned char warnings. |
tree | commitdiff |
| 2017-10-25 |
Ken Hornstein | Rototill snoop support so it works at flush time. |
tree | commitdiff |
| 2017-10-24 |
Ken Hornstein | Add context information to SASL callback. |
tree | commitdiff |
| 2017-10-24 |
Ken Hornstein | Switch to the use of to_upper() instead of custom code. |
tree | commitdiff |
| 2017-09-24 |
Ralph Corderoy | picksbr.c: fprintf(3) function pointer using `%p' and... |
tree | commitdiff |
| 2017-09-24 |
Ralph Corderoy | Don't cast void pointer return value of malloc() et al. |
tree | commitdiff |
| 2017-09-21 |
Ralph Corderoy | Detect function-pointer `done' being set twice in a... |
tree | commitdiff |
| 2017-09-18 |
Ralph Corderoy | Strip parenthesis from `return (state = OK);' and similar. |
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-15 |
Ralph Corderoy | mime_type.c: Fix regexp in comment that describes follo... |
tree | commitdiff |
| 2017-09-13 |
Ralph Corderoy | addrsbr.c: Alter ismymbox() to return bool, not int. |
tree | commitdiff |
| 2017-09-13 |
Ralph Corderoy | ext_hook(): Flip if-statement condition so then-block... |
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 | nmh_completion(): Simplify, removing local variable. |
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 | dmktime(): Break assignments so `*=' and `+=' can be... |
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-12 |
Ralph Corderoy | mh_oauth_cred_fn(): Always freshly allocate result. |
tree | commitdiff |
| 2017-09-12 |
Ralph Corderoy | exmaildir(): Don't leak memory allocated by path(). |
tree | commitdiff |
| 2017-09-12 |
Ralph Corderoy | mime_type(): Don't leak memory allocated by get_file_in... |
tree | commitdiff |
| 2017-09-12 |
Ralph Corderoy | lock_file.c: close(2) file descriptor on failure, avoid... |
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 | path.c: Add comments declaring return values must be... |
tree | commitdiff |
| 2017-09-11 |
Ralph Corderoy | path.c: Remove path()'s test for expath() returning... |
tree | commitdiff |
| 2017-09-11 |
Ralph Corderoy | path.c: Re-format path() to make it more clear what... |
tree | commitdiff |
| 2017-09-10 |
Ralph Corderoy | Remove test for `\0' in `*s && isfoo(*s)' for ctype... |
tree | commitdiff |
| 2017-09-10 |
Ralph Corderoy | readline(3) wrapper: Move free(3) of line to where... |
tree | commitdiff |
| 2017-09-10 |
Ralph Corderoy | fmt_compile.c: Alter FINDCOMP(): the caller must supply... |
tree | commitdiff |
| 2017-09-10 |
Ralph Corderoy | argsplit(): Incorrect type used in sizeof calculation... |
tree | commitdiff |
| 2017-09-10 |
Ralph Corderoy | get_file_info(): Flip logic throughout, reducing nesting. |
tree | commitdiff |
| 2017-09-10 |
Ralph Corderoy | get_file_info(): Don't return filename from quote onwar... |
tree | commitdiff |
| 2017-09-10 |
Ralph Corderoy | get_file_info(): Don't dereference out of scope char... |
tree | commitdiff |
| 2017-09-10 |
Ralph Corderoy | pidstatus(): Rewrite to print stopped and continued... |
tree | commitdiff |
| 2017-09-10 |
Ralph Corderoy | pidstatus(): Delete commented-out code testing for... |
tree | commitdiff |
| 2017-09-10 |
Ralph Corderoy | Replace printf("%s\n", foo) and similar with puts(foo). |
tree | commitdiff |
| 2017-09-09 |
Ralph Corderoy | datetime.c: Flip if-conditions so returns move from... |
tree | commitdiff |
| 2017-09-09 |
Ralph Corderoy | icalendar.l: Refer to base64.h relative to root of... |
tree | commitdiff |
| 2017-09-09 |
Ralph Corderoy | icalparse.y: Remove else-block that returns by merging... |
tree | commitdiff |
| 2017-09-09 |
Ralph Corderoy | seq_setprev.c: Flip if-condition so return moves from... |
tree | commitdiff |
| 2017-09-09 |
Ralph Corderoy | folder_pack.c: Flip if-condition so return moves from... |
tree | commitdiff |
| 2017-09-09 |
Ralph Corderoy | seq_setunseen.c: Flip if-condition so return moves... |
tree | commitdiff |
| 2017-09-09 |
Ralph Corderoy | read_switch_multiword.c: Flip if-condition so return... |
tree | commitdiff |
| 2017-09-09 |
Ralph Corderoy | datetime.c: Don't atoi("0") if zone is NULL. |
tree | commitdiff |
| 2017-09-09 |
Ralph Corderoy | datetime.c: Fix parse-failure's error-message's dayligh... |
tree | commitdiff |
| 2017-09-09 |
Ralph Corderoy | datetime.c: Replace some int with bool. |
tree | commitdiff |
| 2017-09-09 |
Ralph Corderoy | Only call fork(2) once, not up to five times on failure. |
tree | commitdiff |
| 2017-09-08 |
Ralph Corderoy | base64.c: Don't out-of-bounds printf("%s", &encoded... |
tree | commitdiff |
| 2017-09-07 |
Ralph Corderoy | getpass.c: Don't fileno(NULL) when fopen("/dev/tty... |
tree | commitdiff |
| 2017-09-04 |
Ralph Corderoy | oauth: Replace `if...return false; return true' with... |
tree | commitdiff |
| 2017-09-04 |
Ralph Corderoy | oauth.c: Remove unused assignments of function return... |
tree | commitdiff |
| 2017-09-04 |
Ralph Corderoy | Replace FALSE and TRUE with C99's false and true. |
tree | commitdiff |
| next |