| 2017-08-09 |
Ralph Corderoy | Teach gcc(1) that adios() and friends take printf formats. |
tree | commitdiff |
| 2017-08-09 |
Ralph Corderoy | m_getfld.c: Check ftello(3) and fseeko(3) for errors. |
tree | commitdiff |
| 2017-08-09 |
Ralph Corderoy | struct m_getfld_state: Re-order members in more top... |
tree | commitdiff |
| 2017-08-09 |
Ralph Corderoy | m_getfld() and friends: Add commentary. |
tree | commitdiff |
| 2017-08-09 |
David Levine | Fixed scan to handle empty files without violating... |
tree | commitdiff |
| 2017-08-06 |
Ralph Corderoy | cpstripped(): Rewrite multi-byte version. |
tree | commitdiff |
| 2017-08-05 |
Ralph Corderoy | cpstripped(), single-byte: Simplify logic. |
tree | commitdiff |
| 2017-08-05 |
Ralph Corderoy | cpstripped: Split into two versions, each with a single... |
tree | commitdiff |
| 2017-08-02 |
Ken Hornstein | Use correct error code for SSL context retrieval. |
tree | commitdiff |
| 2017-08-01 |
Ken Hornstein | Merge branch 'fix-post-bcc' |
tree | commitdiff |
| 2017-08-01 |
Ralph Corderoy | Move m_getfld's MS_* mbox-type macros to the only user. |
tree | commitdiff |
| 2017-08-01 |
David Levine | Restricted application of the adjustment in m_Eom(). |
tree | commitdiff |
| 2017-07-31 |
David Levine | Hacked m_Eom() to fix test-eom-align. |
tree | commitdiff |
| 2017-07-29 |
David Levine | Restored local variable to m_Eom(), to not truncate... |
tree | commitdiff |
| 2017-07-29 |
David Levine | Removed a local variable from m_Eom(). |
tree | commitdiff |
| 2017-07-29 |
David Levine | Simplified m_strn() per Ralph's suggestions. |
tree | commitdiff |
| 2017-07-29 |
David Levine | Use m_strn() to allow restoration of buffer size to... |
tree | commitdiff |
| 2017-07-29 |
Ralph Corderoy | dtimezone(): Explain abs(3) is undefined on INT_MIN. |
tree | commitdiff |
| 2017-07-29 |
David Levine | Added m_str() and m_strn() functions to convert int... |
tree | commitdiff |
| 2017-07-29 |
Ralph Corderoy | Simplify dtimezone()'s logic by working with unsigned... |
tree | commitdiff |
| 2017-07-17 |
Ralph Corderoy | Bump up size of two static char[] so gcc knows they... |
tree | commitdiff |
| 2017-07-16 |
David Levine | Enhanced mhical syntax error message to provide some... |
tree | commitdiff |
| 2017-06-10 |
Ralph Corderoy | sbr/netsec.c: Report popped TLS error code, don't pop... |
tree | commitdiff |
| 2017-05-31 |
Ken Hornstein | Normalize connection shutdown handling. |
tree | commitdiff |
| 2017-05-31 |
Ken Hornstein | Use original error code from OpenSSL. |
tree | commitdiff |
| 2017-05-29 |
Ralph Corderoy | sbr/brkstring.c: Use strchr(3) in brkany(), not own... |
tree | commitdiff |
| 2017-05-29 |
Ralph Corderoy | Use DIM(a) macro a few more times; array's dimension... |
tree | commitdiff |
| 2017-05-28 |
Ralph Corderoy | h/mts.h: Replace char pointer mmdlm1 with macro MMDF_DELIM. |
tree | commitdiff |
| 2017-05-28 |
Ralph Corderoy | sbr/mts.c: Delete mmdlm2; use same-valued mmdlm1 instead. |
tree | commitdiff |
| 2017-05-28 |
Ralph Corderoy | sbr/mts.c: Make MMDF's delimeters fixed at compile... |
tree | commitdiff |
| 2017-05-26 |
Ralph Corderoy | Remove mention of msh in comments and to-do list. |
tree | commitdiff |
| 2017-05-25 |
Ralph Corderoy | Don't cast lseek(2)'s offset to off_t when it's 0. |
tree | commitdiff |
| 2017-05-25 |
Ralph Corderoy | sbr/utils.c: Delete dead-code open_form(); not called. |
tree | commitdiff |
| 2017-05-25 |
Ralph Corderoy | sbr/fmt_compile.c: Delete single-use NEWFMT macro. |
tree | commitdiff |
| 2017-05-23 |
Ralph Corderoy | Replace some "FALLTHRU" comments with control flow. |
tree | commitdiff |
| 2017-05-23 |
Ralph Corderoy | sbr/m_getfld.c: Fix and improve `delim' comment. |
tree | commitdiff |
| 2017-05-16 |
Ralph Corderoy | sbr/check_charset.c: Fix warning on unspecified struct... |
tree | commitdiff |
| 2017-05-16 |
Ralph Corderoy | Rewrite norm_charmap(), moving code into data. |
tree | commitdiff |
| 2017-05-16 |
Ralph Corderoy | Merge commit '3d0e5b6a4383a5228732edd6cb1532375b771262' |
tree | commitdiff |
| 2017-05-16 |
Ralph Corderoy | Merge sbr/norm_charmap.c into sbr/check_charset.c. |
tree | commitdiff |
| 2017-05-16 |
Ralph Corderoy | Part 1 of merging sbr/norm_charmap.c into sbr/check_cha... |
tree | commitdiff |
| 2017-05-16 |
Ralph Corderoy | sbr/unquote.c: Move prototype from h/prototypes.h to... |
tree | commitdiff |
| 2017-05-16 |
Ralph Corderoy | sbr/mime_type.c: Move prototype from h/prototypes.h... |
tree | commitdiff |
| 2017-05-16 |
Ralph Corderoy | sbr/message_id.c: Move duplicate prototypes to new... |
tree | commitdiff |
| 2017-05-16 |
Ralph Corderoy | sbr/makedir.c: Move prototype from h/prototypes.h to... |
tree | commitdiff |
| 2017-05-16 |
Ralph Corderoy | sbr/m_popen.c: Move prototypes from h/prototypes.h... |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | sbr/m_maildir.c: Move prototypes from h/prototypes... |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | sbr/m_rand.c: Move prototype from h/prototypes.h to... |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | h/prototypes.h: Give sbr/lock_file.c's prototypes their... |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | sbr/utils.c: Delete unused upcase() function. |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | sbr/m_mktemp.h: Move remaining prototypes from h/protot... |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | sbr/m_mktemp.h: Create with missing prototypes. |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | sbr/utils.c: Use h/signals.h for setup_signal_handlers... |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | Specify function parameters in prototypes, mainly void. |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | Use `void' in prototypes for functions with no parameters. |
tree | commitdiff |
| 2017-05-15 |
Ralph Corderoy | Match `NORETURN' function prototypes by adding it to... |
tree | commitdiff |
| 2017-05-15 |
David Levine | Support iCalendar event request files that don't end... |
tree | commitdiff |
| 2017-05-14 |
Ralph Corderoy | Replace calls to unputenv() with unsetenv(3). |
tree | commitdiff |
| 2017-05-14 |
Ralph Corderoy | Replace calls to m_putenv() with setenv(3). |
tree | commitdiff |
| 2017-05-14 |
Ralph Corderoy | sbr/dtimep.l: Remove redundant wrapping parenthesis... |
tree | commitdiff |
| 2017-05-14 |
Ralph Corderoy | sbr/fmt_rfc2047.c: Simplify test for /^=\?./. |
tree | commitdiff |
| 2017-05-14 |
Ralph Corderoy | Use new PLURALS(n) macro instead of variety of tests. |
tree | commitdiff |
| 2017-05-13 |
Ralph Corderoy | Use FENDNULL() instead of duplicate, locally defined... |
tree | commitdiff |
| 2017-05-13 |
Ralph Corderoy | Add FENDNULL(s): fends off NULL by giving an empty... |
tree | commitdiff |
| 2017-05-13 |
Ralph Corderoy | sbr/mf.c: Rename path to routepath to avoid h/mh.h... |
tree | commitdiff |
| 2017-05-12 |
Ralph Corderoy | Replace `a == b ? 1 : 0' and similar with `a == b'. |
tree | commitdiff |
| 2017-05-12 |
Ralph Corderoy | Replace `e ? 0 : 1' with `!e'. |
tree | commitdiff |
| 2017-05-12 |
Ralph Corderoy | sbr/icalparse.y: Replace max(BUFSIZ, 8192) with NMH_BUFSIZ. |
tree | commitdiff |
| 2017-05-12 |
Ralph Corderoy | Use existing macros min() and max() more. |
tree | commitdiff |
| 2017-05-10 |
Ralph Corderoy | sbr/fmt_scan.c: Fix `foo%-42{bar}' right-justification... |
tree | commitdiff |
| 2017-05-09 |
Ralph Corderoy | sbr/mf.c: Simplify isat(); it's /^ at /i. |
tree | commitdiff |
| 2017-05-07 |
Ralph Corderoy | sbr/netsec.c: Remove extraneous semicolon. |
tree | commitdiff |
| 2017-05-07 |
Ralph Corderoy | Split some comma-operator terms into separate statements. |
tree | commitdiff |
| 2017-05-07 |
Ralph Corderoy | Make many m_getfld() buffer parameters NMH_BUFSIZ big. |
tree | commitdiff |
| 2017-05-01 |
Ralph Corderoy | base64.c: Remove some else after break. Flip logic... |
tree | commitdiff |
| 2017-05-01 |
Ralph Corderoy | path.c: Simplify compath()'s flow; return, don't break... |
tree | commitdiff |
| 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 |
| next |