| 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 |
| 2016-10-20 |
Ralph Corderoy | Don't `else' after return. Simplify control flow. |
tree | commitdiff |
| 2016-10-20 |
Ralph Corderoy | Don't `else' after return. Simplify control flow. |
tree | commitdiff |
| 2016-10-20 |
Ralph Corderoy | Don't `else' after return. Simplify control flow. |
tree | commitdiff |
| 2016-10-20 |
Ralph Corderoy | Don't `else' after return. Simplify control flow. |
tree | commitdiff |
| 2016-10-20 |
Ralph Corderoy | Don't `else' after return. Simplify control flow. |
tree | commitdiff |
| 2016-10-20 |
Ralph Corderoy | Don't `else' after return. Simplify control flow. |
tree | commitdiff |
| 2016-10-20 |
Ralph Corderoy | Don't `else' after return. Simplify control flow. |
tree | commitdiff |
| 2016-10-20 |
Ralph Corderoy | Don't `else' after return. Simplify control flow. |
tree | commitdiff |
| 2016-10-20 |
Ralph Corderoy | Don't `else' after return. Simplify control flow. |
tree | commitdiff |
| 2016-10-20 |
Ralph Corderoy | Don't `else' after return. Simplify control flow. |
tree | commitdiff |
| 2016-10-20 |
Ralph Corderoy | Don't `else' after return. Simplify control flow. |
tree | commitdiff |
| 2016-10-20 |
Ralph Corderoy | Don't `else' after return. Simplify control flow. |
tree | commitdiff |
| 2016-10-20 |
Ralph Corderoy | Don't `else' after return. Simplify control flow. |
tree | commitdiff |
| 2016-10-20 |
Ralph Corderoy | Don't `else' after return. Simplify control flow. |
tree | commitdiff |
| 2016-10-20 |
Ralph Corderoy | Don't `else' after return. Simplify control flow. |
tree | commitdiff |
| 2016-10-20 |
Ralph Corderoy | Don't `else' after return. Simplify control flow. |
tree | commitdiff |
| 2016-10-20 |
Ralph Corderoy | Don't `else' after return. Simplify control flow. |
tree | commitdiff |
| 2016-10-20 |
Ralph Corderoy | Don't `else' after return. Simplify control flow. |
tree | commitdiff |
| 2016-10-20 |
Ralph Corderoy | Hoist test of search string for NULL out of loop. |
tree | commitdiff |
| 2016-10-20 |
Ken Hornstein | Rototill credentials code so that we only prompt for... |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Replace sizeof string constant - 1 with LEN(). |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Use LEN() on string constants instead of strlen(). |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Use LEN() on string constants instead of strlen(). |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Put, rather than print, single characters. |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Put, rather than print, single characters. |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Put, rather than print, single characters. |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Put, rather than print, single characters. |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Put, rather than print, single characters. |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Put, rather than print, single characters. |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Put, rather than print, single characters. |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Put, rather than print, single characters. |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Put, rather than print, single characters. |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Replace `(char *)0' et al with `NULL'. |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Replace `(char *)0' et al with `NULL'. |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Replace `(char *)0' et al with `NULL'. |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Replace `(char *)0' et al with `NULL'. |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Replace `(char *)0' et al with `NULL'. |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Replace `(char *)0' et al with `NULL'. |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Replace `(char *)0' et al with `NULL'. |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Replace `(char *)0' et al with `NULL'. |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Replace `(char *)0' et al with `NULL'. |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Replace `(char *)0' et al with `NULL'. |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Replace sprintf() with strcpy(); it's no worse. |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Add EndsWithC(char *s, int c) and call it in some initi... |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Add stdbool.h plus fallback to h/nmh.h. |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Replace strchr() condition with TrimSuffixC(), fixing... |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Replace strchr() condition with TrimSuffixC(). |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Replace strchr() condition with TrimSuffixC(). |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Replace strchr() condition with TrimSuffixC(). |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Replace strchr() condition with TrimSuffixC(). |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Replace strchr() condition with TrimSuffixC(). |
tree | commitdiff |
| next |