| 2017-04-22 |
Ralph Corderoy | Remove leading and trailing blank lines from code. |
tree | commitdiff |
| 2017-04-22 |
Ralph Corderoy | sbr/mf.c: Remove unused functions: isfrom, lequal,... |
tree | commitdiff |
| 2017-04-22 |
Ralph Corderoy | sbr/dtime.c: Remove unused `struct zone' definition. |
tree | commitdiff |
| 2017-04-22 |
Ralph Corderoy | h/tws.h: Remove TW_YES and TW_NO; TW_SUCC good enough. |
tree | commitdiff |
| 2017-04-22 |
Ralph Corderoy | sbr/discard.c: Simplify by inverting initial test. |
tree | commitdiff |
| 2017-04-21 |
Ralph Corderoy | sbr/lock_file.c: Move static variables into their funct... |
tree | commitdiff |
| 2017-04-17 |
Ralph Corderoy | Allow advertise() to assume strerror(3) won't fail. |
tree | commitdiff |
| 2017-04-17 |
Ralph Corderoy | Change admonish(NULL, "foo") to inform("foo, continuing... |
tree | commitdiff |
| 2017-04-17 |
Ralph Corderoy | Don't store getname()'s return value during flushing. |
tree | commitdiff |
| 2017-04-17 |
Ralph Corderoy | Improve function comments for the ad... diagnostic... |
tree | commitdiff |
| 2017-04-17 |
Ralph Corderoy | Fix bug in advertise("", "", "foo", ap). |
tree | commitdiff |
| 2017-04-17 |
Ralph Corderoy | Replace advise(NULL, fmt, ...) with inform(fmt, ...). |
tree | commitdiff |
| 2017-04-17 |
Ralph Corderoy | Add inform() to provide an equivalent to advise(NULL... |
tree | commitdiff |
| 2017-04-16 |
Ralph Corderoy | Replace some strdup() with mh_xstrdup(). |
tree | commitdiff |
| 2017-04-01 |
David Levine | Check for sufficient room for multi-column character. |
tree | commitdiff |
| 2017-03-22 |
Ralph Corderoy | Fix free(3) of unmalloc()'d string in whatnow's refile. |
tree | commitdiff |
| 2017-03-22 |
Ralph Corderoy | Work around flex 2.6.3 bug by conditionally #undef... |
tree | commitdiff |
| 2017-02-27 |
David Levine | Added /* FALLTHRU */ comments where gcc 7 noticed their... |
tree | commitdiff |
| 2017-02-19 |
Ken Hornstein | Change "servers" mts.conf entry to only support a singl... |
tree | commitdiff |
| 2017-01-07 |
Ralph Corderoy | crawl_context: Remove unused struct member `total'. |
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 | Document that adios() does not return. abort() ensures... |
tree | commitdiff |
| 2016-12-08 |
David Levine | Replaced !iscntrl() with isprint(). |
tree | commitdiff |
| 2016-11-19 |
Ralph Corderoy | Split a few more if-then statements into two lines... |
tree | commitdiff |
| 2016-11-13 |
Ralph Corderoy | Replace many add(s, NULL) with mh_xstrdup(s). |
tree | commitdiff |
| 2016-11-12 |
Ralph Corderoy | m_getfld: Shuffle `delim' assignments slightly. |
tree | commitdiff |
| 2016-11-12 |
Ralph Corderoy | Revert "m_getfld: Shorten fdelimlen by one; it was... |
tree | commitdiff |
| 2016-11-12 |
Ralph Corderoy | Replace copy(s, d) with POSIX-1.2008's stpcpy(d, s). |
tree | commitdiff |
| 2016-11-12 |
Ralph Corderoy | m_getfld: Replace matchc() with memmem(3). |
tree | commitdiff |
| 2016-11-12 |
Ralph Corderoy | m_getfld: Remove never-true test in matchc(). |
tree | commitdiff |
| 2016-11-11 |
Ralph Corderoy | m_getfld: Shorten fdelimlen by one; it was too long. |
tree | commitdiff |
| 2016-11-11 |
Ralph Corderoy | dlocaltime(): Only call tzset(3) once. |
tree | commitdiff |
| 2016-11-06 |
David Levine | Made static char strings const. |
tree | commitdiff |
| 2016-11-05 |
David Levine | Just show relevant portion of invalid encoded string. |
tree | commitdiff |
| 2016-11-02 |
David Levine | Removed NMH_UNUSED(hostname) because it no longer exists. |
tree | commitdiff |
| 2016-11-02 |
Ken Hornstein | Add some Autoconf support for older OpenSSL libraries... |
tree | commitdiff |
| 2016-11-02 |
Ralph Corderoy | State netsec_set_tls()'s noverify is unused if no TLS. |
tree | commitdiff |
| 2016-11-02 |
Ken Hornstein | Add support for certificate verification when using... |
tree | commitdiff |
| 2016-11-02 |
Ken Hornstein | Print out more TLS information if -snoop is turned on. |
tree | commitdiff |
| 2016-11-01 |
Ralph Corderoy | Split one-line condition+body to get gcov results. |
tree | commitdiff |
| 2016-11-01 |
Ralph Corderoy | Fix spelling mistake in comment. |
tree | commitdiff |
| 2016-10-31 |
David Levine | Replaced BUFSIZ with NMH_BUFSIZ in a few places. |
tree | commitdiff |
| 2016-10-30 |
Ralph Corderoy | fgets() reserves space for the NUL itself. |
tree | commitdiff |
| 2016-10-30 |
Ralph Corderoy | Clarify trunccpy()'s src and dest must not overlap. |
tree | commitdiff |
| 2016-10-30 |
Ralph Corderoy | Remove sbr/peekc.c containing unused peekc(). |
tree | commitdiff |
| 2016-10-30 |
Ralph Corderoy | Replace printf("%s", foo) with fputs(foo, stdout). |
tree | commitdiff |
| 2016-10-30 |
Ralph Corderoy | Add trunccpy(), and the convenience TRUNCCPY(). |
tree | commitdiff |
| 2016-10-30 |
Ralph Corderoy | Simplify folder_exists() to just testing stat(2)'s... |
tree | commitdiff |
| 2016-10-30 |
Ralph Corderoy | Replace printf("...\n") with puts("..."). |
tree | commitdiff |
| 2016-10-30 |
David Levine | Set first character of name[] buffer in BODY state. |
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 puts() with putchar(). |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | sbr/netsec.c: Add NMH_UNUSED(nsc) twice for if !TLS_SUP... |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | netsec_set_tls(): Return a value in the !TLS_SUPPORT... |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | sbr/utils.c: Add HasSuffix(s, suffix). |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | Use LEN() to save having to consider the -1. |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | Use LEN() to save having to consider the -1. |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | Remove unused NCWD and NPWD #defines. |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | Use HasPrefix() instead of strncmp(). |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | nmh_command_generator(): Fix indentation. |
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 | Alter HasSuffixC()'s char * to be const. |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | utils.c: Add HasPrefix(s, prefix). |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | Rename EndsWithC() to HasSuffixC(). |
tree | commitdiff |
| 2016-10-22 |
Ralph Corderoy | uprf(): Rewrite, using types rather than masking ints. |
tree | commitdiff |
| 2016-10-22 |
Ralph Corderoy | Add comment describing uprf(). |
tree | commitdiff |
| 2016-10-22 |
Ralph Corderoy | Use ToUpper() instead of loop. |
tree | commitdiff |
| 2016-10-22 |
Ralph Corderoy | Add ToLower(s) and ToUpper(s). |
tree | commitdiff |
| 2016-10-22 |
Ralph Corderoy | Alter netrc permissions error message to match code... |
tree | commitdiff |
| 2016-10-22 |
Ralph Corderoy | Fix netrc's token()'s bug if backslash escapes EOF. |
tree | commitdiff |
| 2016-10-22 |
Ralph Corderoy | Fix netrc's token() bug of first character being backslash. |
tree | commitdiff |
| 2016-10-22 |
Ralph Corderoy | Merge .netrc's token() file-reading loops; quoted... |
tree | commitdiff |
| 2016-10-22 |
Ralph Corderoy | Have ruserpass() return TOK_EOF and put "" in the token... |
tree | commitdiff |
| 2016-10-22 |
Ralph Corderoy | Replace getcpy() with mh_xstrdup() where the string... |
tree | commitdiff |
| 2016-10-22 |
Ralph Corderoy | Check advertise()'s iob[] isn't too short with assert(3). |
tree | commitdiff |
| 2016-10-22 |
Ralph Corderoy | Use macros in advertise() to simplify source. |
tree | commitdiff |
| 2016-10-22 |
Ralph Corderoy | Document advise(), adios(), admonish(), and advertise(). |
tree | commitdiff |
| 2016-10-22 |
Ralph Corderoy | POSIX, 2016 Ed, removes bcopy(3). Stop referring to it. |
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 |
| next |