| 2016-11-13 |
Ralph Corderoy | Replace many add(s, NULL) with mh_xstrdup(s). |
blob | commitdiff | raw |
| 2016-11-08 |
David Levine | Removed unused global from MIME parser. |
blob | commitdiff | raw | diff to current |
| 2016-11-08 |
David Levine | Initialize mhparse global for each message. |
blob | commitdiff | raw | diff to current |
| 2016-11-06 |
David Levine | Plug memory leak with parameter continuations. |
blob | commitdiff | raw | diff to current |
| 2016-10-22 |
Ralph Corderoy | Use ToLower() instead of loop. |
blob | commitdiff | raw | diff to current |
| 2016-10-22 |
Ralph Corderoy | Don't need to cast to `char *' for free(3) these days. |
blob | commitdiff | raw | diff to current |
| 2016-10-21 |
Ralph Corderoy | Replace `if (p) free(p)' with `mh_xfree(p)'. |
blob | commitdiff | raw | diff to current |
| 2016-10-21 |
Ralph Corderoy | Add FIXME raising if iscntrl(3) test should be based... |
blob | commitdiff | raw | diff to current |
| 2016-10-21 |
Ralph Corderoy | Assume POSIX ctype.h; don't vet tolower()'s parameter. |
blob | commitdiff | raw | diff to current |
| 2016-10-21 |
David Levine | Fixed MIME parser so it can read binary content. |
blob | commitdiff | raw | diff to current |
| 2016-10-21 |
Ralph Corderoy | Don't `else' after goto. Simplify control flow. |
blob | commitdiff | raw | diff to current |
| 2016-10-20 |
Ralph Corderoy | Don't `else' after return. Simplify control flow. |
blob | commitdiff | raw | diff to current |
| 2016-10-20 |
Ken Hornstein | Rototill credentials code so that we only prompt for... |
blob | commitdiff | raw | diff to current |
| 2016-10-18 |
Ralph Corderoy | Replace getcpy() with mh_xstrdup() where the string... |
blob | commitdiff | raw | diff to current |
| 2016-10-17 |
Ralph Corderoy | Replace NEW() then memset() of 0 with NEW0(). |
blob | commitdiff | raw | diff to current |
| 2016-10-16 |
Ralph Corderoy | Use mh_xstrdup() instead of getcpy() for a string constant. |
blob | commitdiff | raw | diff to current |
| 2016-10-16 |
Ralph Corderoy | Add NEW(p) that sets p to mh_xmalloc'd memory sized... |
blob | commitdiff | raw | diff to current |
| 2016-10-16 |
Ralph Corderoy | Add macro NEW0(p) that callocs, and use it in simple... |
blob | commitdiff | raw | diff to current |
| 2016-10-16 |
Ralph Corderoy | Don't check mh_xcalloc() and friends for a NULL return. |
blob | commitdiff | raw | diff to current |
| 2016-10-06 |
David Levine | Merge branch 'welcome' |
blob | commitdiff | raw | diff to current |
| 2016-10-01 |
David Levine | mhfixmsg now replaces RFC 2047 encoding with RFC 2231... |
blob | commitdiff | raw | diff to current |
| 2016-09-25 |
David Levine | Merge remote-tracking branch 'origin' into smtputf8 |
blob | commitdiff | raw | diff to current |
| 2016-09-23 |
Ken Hornstein | Merge branch 'pop-tls' |
blob | commitdiff | raw | diff to current |
| 2016-09-23 |
Ken Hornstein | Switch decodeBase64() second argument to an unsigned... |
blob | commitdiff | raw | diff to current |
| 2016-09-20 |
David Levine | Plugged memory leak in openBase64(). |
blob | commitdiff | raw | diff to current |
| 2016-07-21 |
David Levine | Factored out base64 decoding code into decodeBase64(). |
blob | commitdiff | raw | diff to current |
| 2016-07-21 |
David Levine | Factored out base64 decoding code into decodeBase64(). |
blob | commitdiff | raw | diff to current |
| 2016-06-26 |
David Levine | Merge remote-tracking branch 'origin' into xoauth |
blob | commitdiff | raw | diff to current |
| 2016-04-03 |
Eric Gillespie | Rename and document functions that read from stdin. |
blob | commitdiff | raw | diff to current |
| 2016-03-24 |
David Levine | Merge remote-tracking branch 'origin' into xoauth |
blob | commitdiff | raw | diff to current |
| 2016-03-19 |
Ken Hornstein | Fix substitution code so it uses the right pointer... |
blob | commitdiff | raw | diff to current |
| 2016-03-13 |
David Levine | Merge branch 'master' into xoauth |
blob | commitdiff | raw | diff to current |
| 2016-01-20 |
David Levine | Added mention of mhfixmsg -fixcte to error message... |
blob | commitdiff | raw | diff to current |
| 2015-03-05 |
Paul Fox | mhparse.c: verify all MIME-Version: headers encountered |
blob | commitdiff | raw | diff to current |
| 2015-02-23 |
David Levine | Merge remote-tracking branch 'origin/convertargs' |
blob | commitdiff | raw | diff to current |
| 2015-02-14 |
David Levine | Removed unnecessary #include of h/signals.h. |
blob | commitdiff | raw | diff to current |
| 2015-02-05 |
David Levine | Merge remote-tracking branch 'origin' into convertargs |
blob | commitdiff | raw | diff to current |
| 2015-02-05 |
David Levine | Removed unused local variable from move_preferred_part(). |
blob | commitdiff | raw | diff to current |
| 2015-02-04 |
Paul Fox | implement -prefer, for multipart/alternative preferences |
blob | commitdiff | raw | diff to current |
| 2015-02-03 |
Paul Fox | drop the second argument to part_ok(), since it is... |
blob | commitdiff | raw | diff to current |
| 2015-01-08 |
David Levine | Merge remote-tracking branch 'origin' into convertargs |
blob | commitdiff | raw | diff to current |
| 2014-12-25 |
David Levine | Added ct_str_type() and ct_str_subtype() functions... |
blob | commitdiff | raw | diff to current |
| 2014-12-02 |
Ken Hornstein | Merge commit '8206fbf', due to my screwup of committing... |
blob | commitdiff | raw | diff to current |
| 2014-12-01 |
David Levine | mhfixmsg now removes an extraneous trailing semicolon... |
blob | commitdiff | raw | diff to current |
| 2014-11-21 |
David Levine | Added support for multipart/related to MIME parser. |
blob | commitdiff | raw | diff to current |
| 2014-11-21 |
David Levine | Fixed double fclose() in InitMultiPart() and leaks... |
blob | commitdiff | raw | diff to current |
| 2014-11-16 |
David Levine | Fixed leak in content_charset(): if get_param() found... |
blob | commitdiff | raw | diff to current |
| 2014-11-08 |
David Levine | Changed content_charset() to not cache, so the user... |
blob | commitdiff | raw | diff to current |
| 2014-10-11 |
David Levine | Added mh_xcalloc(). |
blob | commitdiff | raw | diff to current |
| 2014-09-15 |
David Levine | Added checks of return value of fwrite() calls where... |
blob | commitdiff | raw | diff to current |
| 2014-09-13 |
David Levine | Fixed all anomalies detected by clang static analyzer... |
blob | commitdiff | raw | diff to current |
| 2014-08-26 |
David Levine | Moved reverse_alternative_parts() from mhfixmsg.c to... |
blob | commitdiff | raw | diff to current |
| 2014-06-08 |
Ken Hornstein | Return an appropriate error if the input characters... |
blob | commitdiff | raw | diff to current |
| 2014-05-26 |
David Levine | Added context_find_by_type(), helper function to search... |
blob | commitdiff | raw | diff to current |
| 2014-05-08 |
Paul Fox | eliminate use of fgets() in mhparse.c |
blob | commitdiff | raw | diff to current |
| 2014-03-21 |
Ken Hornstein | Move pidcheck() into mhshowsbr.c (the only consumer... |
blob | commitdiff | raw | diff to current |
| 2014-03-21 |
Ken Hornstein | Remove support for parallel content display. This... |
blob | commitdiff | raw | diff to current |
| 2014-03-06 |
Ken Hornstein | Fix up some warnings and problems when iconv doesn... |
blob | commitdiff | raw | diff to current |
| 2014-03-06 |
Ken Hornstein | Merge branch 'extended-params' |
blob | commitdiff | raw | diff to current |
| 2014-03-05 |
Ken Hornstein | Add extra argument to add_param() so it can use the... |
blob | commitdiff | raw | diff to current |
| 2014-03-05 |
Ken Hornstein | Whoops, a little TOO hasty on the last bugfix; put... |
blob | commitdiff | raw | diff to current |
| 2014-03-05 |
Ken Hornstein | Switch over to using the token parser instead of isspac... |
blob | commitdiff | raw | diff to current |
| 2014-03-05 |
Ken Hornstein | Move language tag parser into the block so it only... |
blob | commitdiff | raw | diff to current |
| 2014-03-05 |
Ken Hornstein | Fix up some error reporting, and reassemble partial... |
blob | commitdiff | raw | diff to current |
| 2014-03-05 |
Ken Hornstein | Fix up a few pointer mishaps; this should now get every... |
blob | commitdiff | raw | diff to current |
| 2014-03-05 |
Ken Hornstein | Whoops, forgot to set the name element of the partial... |
blob | commitdiff | raw | diff to current |
| 2014-03-05 |
Ken Hornstein | A few minor fixups; the parser now passes the test... |
blob | commitdiff | raw | diff to current |
| 2014-03-04 |
Ken Hornstein | Fixes for the MIME parser; kinda works for regular... |
blob | commitdiff | raw | diff to current |
| 2014-03-04 |
Ken Hornstein | More work on extended parameter parser. Does not compi... |
blob | commitdiff | raw | diff to current |
| 2014-03-03 |
Ken Hornstein | Make parse_header_attrs() a private function (there... |
blob | commitdiff | raw | diff to current |
| 2014-03-03 |
Ken Hornstein | Switch over get_ctinfo() to determine the filename... |
blob | commitdiff | raw | diff to current |
| 2014-03-02 |
Ken Hornstein | Add a new get_param_value(); redo iconv() parameter... |
blob | commitdiff | raw | diff to current |
| 2014-02-28 |
Ken Hornstein | Fix iconv return value test warning. |
blob | commitdiff | raw | diff to current |
| 2014-02-28 |
Ken Hornstein | Support complete encoding for encoding Content-Type... |
blob | commitdiff | raw | diff to current |
| 2014-02-27 |
Ken Hornstein | Re-do length calculation for parameter output, and... |
blob | commitdiff | raw | diff to current |
| 2014-02-27 |
Ken Hornstein | Closer, but not quite right yet. |
blob | commitdiff | raw | diff to current |
| 2014-02-26 |
Ken Hornstein | Calculate "characters to use in for current line" based... |
blob | commitdiff | raw | diff to current |
| 2014-02-25 |
Ken Hornstein | First basic test of extended parameter output: working! |
blob | commitdiff | raw | diff to current |
| 2014-02-24 |
Ken Hornstein | Make sure we don't modify the original text when proces... |
blob | commitdiff | raw | diff to current |
| 2014-02-22 |
Ken Hornstein | It compiles now! And actually sort of works, but still... |
blob | commitdiff | raw | diff to current |
| 2014-02-21 |
Ken Hornstein | Getting closer to getting something working. |
blob | commitdiff | raw | diff to current |
| 2014-02-20 |
Ken Hornstein | More work on handling encoded params; still does not... |
blob | commitdiff | raw | diff to current |
| 2014-02-12 |
Ken Hornstein | More extended parameter work. Still non-functional. |
blob | commitdiff | raw | diff to current |
| 2014-02-12 |
Ken Hornstein | Beginnings of RFC 2231 support. Does not compile ... |
blob | commitdiff | raw | diff to current |
| 2014-02-08 |
David Levine | Moved upcase(), update_attr(), content_charset(), and |
blob | commitdiff | raw | diff to current |
| 2014-02-02 |
David Levine | Added m_mktemps(), which creates a temporary file with... |
blob | commitdiff | raw | diff to current |
| 2014-02-01 |
Ken Hornstein | Merge branch 'base64-text-fixup' |
blob | commitdiff | raw | diff to current |
| 2014-01-31 |
Ken Hornstein | Fix base64 to handle text parts properly; currently... |
blob | commitdiff | raw | diff to current |
| 2014-01-29 |
Ken Hornstein | Beginnings of selectable CTE; allow specification in... |
blob | commitdiff | raw | diff to current |
| 2014-01-26 |
David Levine | Merge branch 'tmpfiles' |
blob | commitdiff | raw | diff to current |
| 2014-01-26 |
David Levine | Merge branch 'tmpfiles' |
blob | commitdiff | raw | diff to current |
| 2014-01-25 |
David Levine | Replaced nearly all unlink(3) calls with m_unlink(). |
blob | commitdiff | raw | diff to current |
| 2014-01-25 |
David Levine | Removed 3 renames of temporary files in mhparse.c.... |
blob | commitdiff | raw | diff to current |
| 2014-01-22 |
David Levine | Always check that mktemp()/mktemp2() succeeds before... |
blob | commitdiff | raw | diff to current |
| 2014-01-21 |
David Levine | Removed remaining occurrences of char *tmp from uip... |
blob | commitdiff | raw | diff to current |
| 2013-04-14 |
David Levine | Moved #include of signal.h to h/signals.h. And it... |
blob | commitdiff | raw | diff to current |
| 2013-04-14 |
David Levine | Moved #include of errno.h to h/nmh.h. |
blob | commitdiff | raw | diff to current |
| 2013-03-29 |
David Levine | A bug fix and an enhancement to mhfixmsg based on patches |
blob | commitdiff | raw | diff to current |
| 2013-03-24 |
David Levine | Started replacing uses of mh_strcasecmp() with strcasec... |
blob | commitdiff | raw | diff to current |
| 2013-03-21 |
Ken Hornstein | Merge branch 'newlock' |
blob | commitdiff | raw | diff to current |
| next |