| 2017-09-09 |
Ralph Corderoy | datetime.c: Don't atoi("0") if zone is NULL. |
tree | commitdiff |
| 2017-09-09 |
Ralph Corderoy | datetime.c: Fix parse-failure's error-message's dayligh... |
tree | commitdiff |
| 2017-09-09 |
Ralph Corderoy | datetime.c: Replace some int with bool. |
tree | commitdiff |
| 2017-09-09 |
Ralph Corderoy | Only call fork(2) once, not up to five times on failure. |
tree | commitdiff |
| 2017-09-08 |
Ralph Corderoy | base64.c: Don't out-of-bounds printf("%s", &encoded... |
tree | commitdiff |
| 2017-09-07 |
Ralph Corderoy | getpass.c: Don't fileno(NULL) when fopen("/dev/tty... |
tree | commitdiff |
| 2017-09-04 |
Ralph Corderoy | oauth: Replace `if...return false; return true' with... |
tree | commitdiff |
| 2017-09-04 |
Ralph Corderoy | oauth.c: Remove unused assignments of function return... |
tree | commitdiff |
| 2017-09-04 |
Ralph Corderoy | Replace FALSE and TRUE with C99's false and true. |
tree | commitdiff |
| 2017-09-04 |
Ralph Corderoy | print_intro(): Change parameter brief from int to bool. |
tree | commitdiff |
| 2017-09-03 |
Ralph Corderoy | Replace boolean with bool everywhere. |
tree | commitdiff |
| 2017-09-02 |
Ralph Corderoy | geteditor.c: Hard-code the default, "vi". |
tree | commitdiff |
| 2017-09-02 |
Ralph Corderoy | Move base64.c's prototypes from prototypes.h to new... |
tree | commitdiff |
| 2017-09-02 |
Ralph Corderoy | decodeBase64(): Limit length of error message on invali... |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | Move read_line.c's prototypes from prototypes.h to... |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | Add ENDNULL macro for gcc's `sentinel' function attribute. |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | Move terminal.c's prototypes from prototypes.h to new... |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | read_switch_multiword.c: siglongjmp(3) removes need... |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | Remove comment asking if siglongjmp(3) should be used... |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | Don't cast zero to char for storing at pointer to char. |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | Don't cast zero to a non-function pointer; use NULL... |
tree | commitdiff |
| 2017-08-28 |
Ralph Corderoy | Make functions with no external callers by name static. |
tree | commitdiff |
| 2017-08-27 |
Ralph Corderoy | Add gcc's pure function attribute. |
tree | commitdiff |
| 2017-08-27 |
Ralph Corderoy | Replace add(foo, NULL) with mh_xstrdup(foo). |
tree | commitdiff |
| 2017-08-27 |
Ralph Corderoy | context_find.c: Hoist strlen(3) out of search loop. |
tree | commitdiff |
| 2017-08-27 |
Ralph Corderoy | Add die(fmt, ...). Equivalent to adios(NULL, fmt,... |
tree | commitdiff |
| 2017-08-26 |
Ralph Corderoy | mh_xmalloc() et al: Use C99's `%zu' to print size_t. |
tree | commitdiff |
| 2017-08-26 |
Ralph Corderoy | fmt_rfc2047.c: Tables hexindex[] and index_64[] can... |
tree | commitdiff |
| 2017-08-26 |
Ralph Corderoy | Add gcc's alloc_size function attribute. |
tree | commitdiff |
| 2017-08-26 |
Ralph Corderoy | Add more NORETURN and CHECK_PRINTF function attributes. |
tree | commitdiff |
| 2017-08-24 |
Ralph Corderoy | Format with `%#x' instead of `0x%x' if difference matte... |
tree | commitdiff |
| 2017-08-23 |
Ralph Corderoy | Don't need to `else' after adios() at end of then-block. |
tree | commitdiff |
| 2017-08-23 |
Ralph Corderoy | Remove the `else' after a simple if-then block ending... |
tree | commitdiff |
| 2017-08-23 |
Ralph Corderoy | Join the lines of another couple of `else if'. |
tree | commitdiff |
| 2017-08-22 |
Ralph Corderoy | Reformat else-if that are split over two or more lines... |
tree | commitdiff |
| 2017-08-22 |
Ralph Corderoy | Add ZERO(p) for the typical memset(p, 0, sizeof *p... |
tree | commitdiff |
| 2017-08-20 |
Ralph Corderoy | sbr/mf.c: Simplify logic, ditching endless for-loops... |
tree | commitdiff |
| 2017-08-20 |
Ralph Corderoy | sbr/mf.c: Remove QUOTE macro, use its '\\' definition... |
tree | commitdiff |
| 2017-08-20 |
Ralph Corderoy | contains8bit(): Don't fetch a byte when start >= end. |
tree | commitdiff |
| 2017-08-18 |
Ralph Corderoy | lock_file.c: Compiler warns of unused isnewlock if... |
tree | commitdiff |
| 2017-08-17 |
Ralph Corderoy | cpnumber(): Cast desired width to size_t to silence... |
tree | commitdiff |
| 2017-08-17 |
Ken Hornstein | Fix bug in cpnumber(). |
tree | commitdiff |
| 2017-08-13 |
Ralph Corderoy | m_getfld() et al: Replace with m_getfld2(), etc., in... |
tree | commitdiff |
| 2017-08-10 |
Ralph Corderoy | m_getfld() et al: Add wrapper without FILE *iob parameter. |
tree | commitdiff |
| 2017-08-10 |
Ralph Corderoy | m_getfld.c: Make m_getfld_state_init() public. |
tree | commitdiff |
| 2017-08-09 |
Ralph Corderoy | m_getfld.c: Alter Peek() to call Getc() and Ungetc(). |
tree | commitdiff |
| 2017-08-09 |
Ralph Corderoy | m_getfld.c: Alter Peek() to match Getc()'s structure. |
tree | commitdiff |
| 2017-08-09 |
Ralph Corderoy | m_getfld.c: Use intmax_t and PRIdMAX to printf off_t... |
tree | commitdiff |
| 2017-08-09 |
Ralph Corderoy | leave_getfld(): Don't follow fseeko(SEEK_SET) with... |
tree | commitdiff |
| 2017-08-09 |
Ralph Corderoy | Silence more gcc format-string warnings. |
tree | commitdiff |
| 2017-08-09 |
Ralph Corderoy | m_getfld.c: Alter Ungetc() to die if it can't rewind. |
tree | commitdiff |
| 2017-08-09 |
Ralph Corderoy | m_getfld.c: Remove Ungetc()'s `c' parameter. |
tree | commitdiff |
| 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 |
| next |