| 2017-05-01 |
Ralph Corderoy | m_getfld.c: Remove else after break in m_unknown()... |
tree | commitdiff |
| 2017-05-01 |
Ralph Corderoy | fmt_rfc2047.c: Remove else after decode_rfc2047()'s... |
tree | commitdiff |
| 2017-04-28 |
Ralph Corderoy | Fix spelling in C comments. |
tree | commitdiff |
| 2017-04-28 |
Ralph Corderoy | bvector_copy: Use bvector's tiny storage if big enough. |
tree | commitdiff |
| 2017-04-28 |
Ralph Corderoy | sbr/oauth.c: Remove const to avoid curl's debug_callbac... |
tree | commitdiff |
| 2017-04-28 |
Ralph Corderoy | sbr/folder_read.c: Don't malloc() once per message. |
tree | commitdiff |
| 2017-04-28 |
Ralph Corderoy | sbr/vector.c: Only allocate bvector storage for set... |
tree | commitdiff |
| 2017-04-28 |
Ralph Corderoy | sbr/vector.c: Add bvector comments, tidy identifiers. |
tree | commitdiff |
| 2017-04-28 |
Ralph Corderoy | sbr/vector.c: Rewrite BVEC_BYTES(n) macro to remove... |
tree | commitdiff |
| 2017-04-28 |
Ralph Corderoy | sbr/vector.c: Use new BVEC_BITS_BITS macro. |
tree | commitdiff |
| 2017-04-26 |
Ralph Corderoy | sbr/vector.c: Zero the growth with memset(3), not loop. |
tree | commitdiff |
| 2017-04-26 |
Ralph Corderoy | sbr/vector.c: Change bvector_bits() to return first... |
tree | commitdiff |
| 2017-04-26 |
Ralph Corderoy | sbr/vector.c: Embed initial vector storage in header... |
tree | commitdiff |
| 2017-04-26 |
Ralph Corderoy | sbr/vector.c: Remove `vec' argument from BVEC_OFFSET... |
tree | commitdiff |
| 2017-04-26 |
Ralph Corderoy | sbr/vector.c: Delete unused bvector_maxsize() and ivect... |
tree | commitdiff |
| 2017-04-26 |
Ralph Corderoy | sbr/vector.c: Move assert(3)s into bvector_create(). |
tree | commitdiff |
| 2017-04-26 |
Ralph Corderoy | sbr/vector.c: Replace Nbby with <limits.h>'s CHAR_BIT. |
tree | commitdiff |
| 2017-04-26 |
Ralph Corderoy | sbr/vector.c: calloc(3) rather than malloc(3) and memse... |
tree | commitdiff |
| 2017-04-26 |
Ralph Corderoy | sbr/folder_read.c: Don't clear newly created bvectors. |
tree | commitdiff |
| 2017-04-26 |
Ralph Corderoy | sbr/fmt_scan.c: Only wcwidth(3) a valid mbtowc(3) result. |
tree | commitdiff |
| 2017-04-23 |
Ralph Corderoy | Remove return statements at end of void functions. |
tree | commitdiff |
| 2017-04-23 |
Ralph Corderoy | tws.h: Remove ADJUST_NUMERIC_ONLY_TZ_OFFSETS_WRT_DST. |
tree | commitdiff |
| 2017-04-23 |
Ralph Corderoy | Use C's `++', `+=', etc., not the longhand. |
tree | commitdiff |
| 2017-04-23 |
Ralph Corderoy | Remove unneeded incomplete, member-less `struct tag;'. |
tree | commitdiff |
| 2017-04-23 |
Ralph Corderoy | tws.h: Remove zero-valued TW_SNIL macro, used once. |
tree | commitdiff |
| 2017-04-23 |
Ralph Corderoy | tws.h: Remove redundant TW_SZONE and TW_SZNIL bit-masks. |
tree | commitdiff |
| 2017-04-23 |
Ralph Corderoy | sbr/dtime.c: Remove struct-assigning twscopy(). |
tree | commitdiff |
| 2017-04-23 |
Ralph Corderoy | sbr/dtimep.l: Remove always false `europeandate' flag. |
tree | commitdiff |
| 2017-04-22 |
Ralph Corderoy | Append descriptions to C source files with first-line... |
tree | commitdiff |
| 2017-04-22 |
Ralph Corderoy | Add first-line comment describing C source's purpose. |
tree | commitdiff |
| 2017-04-22 |
Ralph Corderoy | Correct first-line comments where filename is wrong. |
tree | commitdiff |
| 2017-04-22 |
Ralph Corderoy | Replace "/*\n * " with "/* " at the start of a file. |
tree | commitdiff |
| 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 |
| next |