| 2017-03-18 |
David Levine | Don't let parse_mime() try to parse a directory. |
tree | commitdiff |
| 2017-02-27 |
David Levine | Added /* FALLTHRU */ comments where gcc 7 noticed their... |
tree | commitdiff |
| 2017-02-19 |
David Levine | Support mhparam -debug along with -all. |
tree | commitdiff |
| 2017-02-18 |
Ralph Corderoy | Limit mhparam's exit status to 120 missing components. |
tree | commitdiff |
| 2017-01-17 |
Ralph Corderoy | mhfixmsg: Use folder name to open second message of... |
tree | commitdiff |
| 2017-01-12 |
Ken Hornstein | Make sure we always generate a Content-ID header for... |
tree | commitdiff |
| 2016-12-21 |
Ken Hornstein | Make the -fcc switch to repl actually work properly... |
tree | commitdiff |
| 2016-12-20 |
David Levine | Protect repl -file against dereference of null mp. |
tree | commitdiff |
| 2016-12-19 |
David Levine | Removed #ifdef FT_PAUSE protection. |
tree | commitdiff |
| 2016-12-19 |
David Levine | Removed unused references to FT_ADDTOSEQ. |
tree | commitdiff |
| 2016-12-19 |
David Levine | Removed obsolete comment about use of getcpy(). |
tree | commitdiff |
| 2016-12-10 |
Ralph Corderoy | Rename recently added ToUpper() to to_upper(). |
tree | commitdiff |
| 2016-12-10 |
Ralph Corderoy | Rename recently added ToLower() to to_lower(). |
tree | commitdiff |
| 2016-12-10 |
Ralph Corderoy | Rename recently added TrimSuffixC() to trim_suffix_c(). |
tree | commitdiff |
| 2016-12-10 |
Ralph Corderoy | Rename recently added HasSuffixC() to has_suffix_c(). |
tree | commitdiff |
| 2016-12-10 |
Ralph Corderoy | Rename recently added HasSuffix() to has_suffix(). |
tree | commitdiff |
| 2016-12-10 |
Ralph Corderoy | Rename recently added HasPrefix() to has_prefix(). |
tree | commitdiff |
| 2016-12-10 |
Ralph Corderoy | mhlsbr.c: Don't hide mhladios and mhldone behind macros. |
tree | commitdiff |
| 2016-12-08 |
David Levine | Replaced !iscntrl() with isprint(). |
tree | commitdiff |
| 2016-11-25 |
David Levine | Close temp file. |
tree | commitdiff |
| 2016-11-20 |
David Levine | Open infile before fixing each message. |
tree | commitdiff |
| 2016-11-19 |
Ralph Corderoy | mhstoresbr.c: Factor MIME-parameter-can-be-used-for... |
tree | commitdiff |
| 2016-11-19 |
David Levine | Open outfile before parsing message(s). |
tree | commitdiff |
| 2016-11-13 |
David Levine | Removed unused declaration of output_message(). |
tree | commitdiff |
| 2016-11-13 |
Ralph Corderoy | Replace many add(s, NULL) with mh_xstrdup(s). |
tree | commitdiff |
| 2016-11-12 |
Ralph Corderoy | Replace some add(FIELD, NULL) with mh_xstrdup(FIELD). |
tree | commitdiff |
| 2016-11-12 |
Ralph Corderoy | Replace copy(s, d) with POSIX-1.2008's stpcpy(d, s). |
tree | commitdiff |
| 2016-11-10 |
Ralph Corderoy | uip/scansbr.c: Use fputs(3) instead of mh_fputs(). |
tree | commitdiff |
| 2016-11-08 |
David Levine | Replaced add(s, NULL) with mh_xstrdup(s). |
tree | commitdiff |
| 2016-11-08 |
David Levine | Removed unused global from MIME parser. |
tree | commitdiff |
| 2016-11-08 |
David Levine | Initialize mhparse global for each message. |
tree | commitdiff |
| 2016-11-07 |
David Levine | Don't parse parse # lines with mhbuild -nodirectives. |
tree | commitdiff |
| 2016-11-06 |
David Levine | Plugged remaining mhfixmsg(1) memory leaks. |
tree | commitdiff |
| 2016-11-06 |
David Levine | Plug memory leak with parameter continuations. |
tree | commitdiff |
| 2016-11-06 |
David Levine | Free c_ctparams for all content types, not just text. |
tree | commitdiff |
| 2016-11-05 |
Ralph Corderoy | uip/ap, uip/dp: Remove unneeded char **arguments. |
tree | commitdiff |
| 2016-11-05 |
Ralph Corderoy | dp: Fix write past end of dates[] array. |
tree | commitdiff |
| 2016-11-05 |
Ralph Corderoy | ap: Fix write past end of addrs[] array. |
tree | commitdiff |
| 2016-11-05 |
David Levine | Replaced use of freects_done() with free_content()... |
tree | commitdiff |
| 2016-11-03 |
David Levine | Pass through message even if from relative folder. |
tree | commitdiff |
| 2016-11-03 |
David Levine | Use result, because (void) didn't prevent warning on... |
tree | commitdiff |
| 2016-11-03 |
David Levine | Changed type of flags from signed to unsigned long. |
tree | commitdiff |
| 2016-11-03 |
David Levine | Replace non-ASCII characters in headers with ?'s with... |
tree | commitdiff |
| 2016-11-03 |
David Levine | Fixed display of header field values with multibyte... |
tree | commitdiff |
| 2016-11-02 |
Ken Hornstein | Add support for certificate verification when using... |
tree | commitdiff |
| 2016-11-01 |
Ralph Corderoy | uip/send: -saslmech lacking argument indexed outside... |
tree | commitdiff |
| 2016-11-01 |
Ralph Corderoy | Fix spelling mistakes in UI text. |
tree | commitdiff |
| 2016-11-01 |
Ralph Corderoy | anno: Stop segmentation violation on `-number 0'. |
tree | commitdiff |
| 2016-11-01 |
Ralph Corderoy | ali: Fix a memory leak spotted by valgrind. |
tree | commitdiff |
| 2016-11-01 |
Ralph Corderoy | mhbuild's fgetstr(): simplify source, logic untouched. |
tree | commitdiff |
| 2016-10-31 |
David Levine | Replaced BUFSIZ with NMH_BUFSIZ in a few places. |
tree | commitdiff |
| 2016-10-31 |
David Levine | Don't set CT type if reformat failed. |
tree | commitdiff |
| 2016-10-30 |
Ralph Corderoy | fgets() reserves space for the NUL itself. |
tree | commitdiff |
| 2016-10-30 |
Ralph Corderoy | Remove mhparam's p_find()'s ability to take NULL argument. |
tree | commitdiff |
| 2016-10-30 |
Ralph Corderoy | Replace printf("%s", foo) with fputs(foo, stdout). |
tree | commitdiff |
| 2016-10-30 |
Ralph Corderoy | Replace strlen(foo) > 0 with *foo. |
tree | commitdiff |
| 2016-10-30 |
Ralph Corderoy | Replace fprintf(fp, "%s", foo) with fputs(foo, fp). |
tree | commitdiff |
| 2016-10-30 |
Ralph Corderoy | Replace printf("%s", foo) with fputs(foo, stdout). |
tree | commitdiff |
| 2016-10-30 |
Ralph Corderoy | Replace printf("%s\n", foo) with puts(foo). |
tree | commitdiff |
| 2016-10-30 |
Ralph Corderoy | Replace printf("...\n") with puts("..."). |
tree | commitdiff |
| 2016-10-30 |
Ralph Corderoy | Replace v?fprintf(stdout, ...) with v?printf(...). |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | Merge branch 'master' of git.sv.gnu.org:/srv/git/nmh |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | Replace fputc() with putchar(). |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | Merge branch 'master' of git.sv.gnu.org:/srv/git/nmh |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | Replace putc() with putchar(). |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | Replace putc() with putchar(). |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | Replace putc() with putchar(). |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | Replace puts() with putchar(). |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | mhical.c: display(): Replace memcpy() with struct assig... |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | fix_filename_param(): Remove redundant strlen(). |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | fix_filename_param(): Replace strncmp() with HasSuffix(). |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | Use LEN() to save having to consider the -1. |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | Use HasPrefix() instead of strncmp(). |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | Use HasPrefix() instead of strncmp(). |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | Use HasPrefix() instead of strncmp(). |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | Use HasPrefix() instead of strncmp(). |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | Use HasPrefix() instead of strncmp(). |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | Use HasPrefix() instead of strncmp(). |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | Use HasPrefix() instead of strncmp(). |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | Use HasPrefix() instead of strncmp(). |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | Use HasPrefix() instead of strncmp(). |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | Rename EndsWithC() to HasSuffixC(). |
tree | commitdiff |
| 2016-10-22 |
Ralph Corderoy | Use ToLower() instead of loop. |
tree | commitdiff |
| 2016-10-22 |
Ralph Corderoy | Use ToUpper() instead of loop. |
tree | commitdiff |
| 2016-10-22 |
Ralph Corderoy | putcomp(): Use local to avoid repeating tautological... |
tree | commitdiff |
| 2016-10-22 |
Ralph Corderoy | Don't need to cast to `char *' for free(3) these days. |
tree | commitdiff |
| 2016-10-22 |
Ralph Corderoy | Don't need to cast to `char *' for free(3) these days. |
tree | commitdiff |
| 2016-10-22 |
Ralph Corderoy | Don't need to cast to `char *' for free(3) these days. |
tree | commitdiff |
| 2016-10-22 |
Ralph Corderoy | Don't need to cast to `char *' for free(3) these days. |
tree | commitdiff |
| 2016-10-22 |
Ralph Corderoy | Don't need to cast to `char *' for free(3) these days. |
tree | commitdiff |
| 2016-10-22 |
Ralph Corderoy | Don't need to cast to `char *' for free(3) these days. |
tree | commitdiff |
| 2016-10-22 |
Ralph Corderoy | Don't need to cast to `char *' for free(3) these days. |
tree | commitdiff |
| 2016-10-22 |
Ralph Corderoy | Don't need to cast to `char *' for free(3) these days. |
tree | commitdiff |
| 2016-10-22 |
Ralph Corderoy | Don't need to cast to `char *' for free(3) these days. |
tree | commitdiff |
| 2016-10-22 |
Ralph Corderoy | Don't need to cast to `char *' for free(3) these days. |
tree | commitdiff |
| 2016-10-21 |
Ralph Corderoy | Replace `if (p) free(p)' with `mh_xfree(p)'. |
tree | commitdiff |
| 2016-10-21 |
Ralph Corderoy | Replace `if (p) free(p)' with `mh_xfree(p)'. |
tree | commitdiff |
| 2016-10-21 |
Ralph Corderoy | Replace `if (p) free(p)' with `mh_xfree(p)'. |
tree | commitdiff |
| 2016-10-21 |
Ralph Corderoy | Replace `if (p) free(p)' with `mh_xfree(p)'. |
tree | commitdiff |
| 2016-10-21 |
Ralph Corderoy | Replace `if (p) free(p)' with `mh_xfree(p)'. |
tree | commitdiff |
| next |