| 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 |
| 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 |
| 2016-10-21 |
Ralph Corderoy | Replace `if (p) free(p)' with `mh_xfree(p)'. |
tree | commitdiff |
| 2016-10-21 |
Ralph Corderoy | Don't test boundary in output_content() for NULL; ... |
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 |
| 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 | Add FIXME raising if iscntrl(3) test should be based... |
tree | commitdiff |
| 2016-10-21 |
Ralph Corderoy | Assume POSIX ctype.h; don't vet toupper()'s parameter. |
tree | commitdiff |
| 2016-10-21 |
Ralph Corderoy | Assume POSIX ctype.h; don't vet tolower()'s parameter. |
tree | commitdiff |
| 2016-10-21 |
Ralph Corderoy | Assume POSIX ctype.h; don't vet tolower()'s parameter. |
tree | commitdiff |
| 2016-10-21 |
David Levine | Fixed MIME parser so it can read binary content. |
tree | commitdiff |
| 2016-10-21 |
Ralph Corderoy | Fix warnings caused by recent edits; don't mix declara... |
tree | commitdiff |
| 2016-10-21 |
Ralph Corderoy | Don't `else' after goto. Simplify control flow. |
tree | commitdiff |
| 2016-10-21 |
Ralph Corderoy | Don't `else' after goto. Simplify control flow. |
tree | commitdiff |
| 2016-10-21 |
Ralph Corderoy | Don't `else' after goto. Simplify control flow. |
tree | commitdiff |
| 2016-10-21 |
Ralph Corderoy | Don't `else' after goto. Simplify control flow. |
tree | commitdiff |
| 2016-10-20 |
Ralph Corderoy | Don't `else' after return. Simplify control flow. |
tree | commitdiff |
| next |