| 2016-11-25 |
David Levine | Close temp file. |
blob | commitdiff | raw |
| 2016-11-20 |
David Levine | Open infile before fixing each message. |
blob | commitdiff | raw | diff to current |
| 2016-11-19 |
David Levine | Open outfile before parsing message(s). |
blob | commitdiff | raw | diff to current |
| 2016-11-08 |
David Levine | Replaced add(s, NULL) with mh_xstrdup(s). |
blob | commitdiff | raw | diff to current |
| 2016-11-08 |
David Levine | Removed unused global from MIME parser. |
blob | commitdiff | raw | diff to current |
| 2016-11-06 |
David Levine | Plugged remaining mhfixmsg(1) memory leaks. |
blob | commitdiff | raw | diff to current |
| 2016-11-05 |
David Levine | Replaced use of freects_done() with free_content()... |
blob | commitdiff | raw | diff to current |
| 2016-11-03 |
David Levine | Pass through message even if from relative folder. |
blob | commitdiff | raw | diff to current |
| 2016-10-31 |
David Levine | Replaced BUFSIZ with NMH_BUFSIZ in a few places. |
blob | commitdiff | raw | diff to current |
| 2016-10-31 |
David Levine | Don't set CT type if reformat failed. |
blob | commitdiff | raw | diff to current |
| 2016-10-24 |
Ralph Corderoy | fix_filename_param(): Remove redundant strlen(). |
blob | commitdiff | raw | diff to current |
| 2016-10-24 |
Ralph Corderoy | fix_filename_param(): Replace strncmp() with HasSuffix(). |
blob | commitdiff | raw | diff to current |
| 2016-10-24 |
Ralph Corderoy | Use HasPrefix() instead of strncmp(). |
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-20 |
Ralph Corderoy | Don't `else' after return. Simplify control flow. |
blob | commitdiff | raw | diff to current |
| 2016-10-19 |
Ralph Corderoy | Put, rather than print, single characters. |
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-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-05 |
David Levine | Call c_ceclosefnx in mhfixmsg set_ce(). It doesn't... |
blob | commitdiff | raw | diff to current |
| 2016-10-05 |
David Levine | Have mhfixmsg add a C-T-E at the message level, based... |
blob | commitdiff | raw | diff to current |
| 2016-10-04 |
David Levine | Base Content-Transfer-Encoding on decoded and new text... |
blob | commitdiff | raw | diff to current |
| 2016-10-03 |
David Levine | Fix C-T-E of message, as well as multipart, types to... |
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-10-01 |
David Levine | Cleaned up a bit, mostly in comments for each function. |
blob | commitdiff | raw | diff to current |
| 2016-09-29 |
David Levine | Instead of relying on invo_name to decide whether to... |
blob | commitdiff | raw | diff to current |
| 2016-09-23 |
Ken Hornstein | Merge branch 'pop-tls' |
blob | commitdiff | raw | diff to current |
| 2016-09-22 |
David Levine | Allow -decodetext binary, though 8bit is still the... |
blob | commitdiff | raw | diff to current |
| 2016-08-15 |
David Levine | Plug a couple of (harmless) memory leaks in mhfixmsg. |
blob | commitdiff | raw | diff to current |
| 2016-08-15 |
David Levine | Plug a couple of (harmless) memory leaks in mhfixmsg. |
blob | commitdiff | raw | diff to current |
| 2016-06-12 |
David Levine | Added const to filename args of cpydata(). Then added... |
blob | commitdiff | raw | diff to current |
| 2016-06-12 |
David Levine | Added const to filename args of cpydata(). Then added... |
blob | commitdiff | raw | diff to current |
| 2016-06-12 |
David Levine | If parse_mime() fails and the -file switch was used... |
blob | commitdiff | raw | diff to current |
| 2016-06-12 |
David Levine | If parse_mime() fails and the -file switch was used... |
blob | commitdiff | raw | diff to current |
| 2016-05-29 |
klemens | spelling-fixes ( code-comments in .c, .h. .y ... ) |
blob | commitdiff | raw | diff to current |
| 2016-05-29 |
klemens | spelling-fixes ( code-comments in .c, .h. .y ... ) |
blob | commitdiff | raw | diff to current |
| 2016-03-18 |
David Levine | Merge remote-tracking branch 'origin' into xoauth |
blob | commitdiff | raw | diff to current |
| 2016-03-18 |
David Levine | Have fix_boundary() return NOTOK if it couldn't fix... |
blob | commitdiff | raw | diff to current |
| 2016-03-13 |
David Levine | Merge branch 'master' into xoauth |
blob | commitdiff | raw | diff to current |
| 2016-03-12 |
David Levine | Have -nocrlflinebreaks apply to the message parts that... |
blob | commitdiff | raw | diff to current |
| 2016-02-27 |
David Levine | Added application/ics to default list if types to decode. |
blob | commitdiff | raw | diff to current |
| 2016-02-25 |
David Levine | Added -[no]crlflinebreaks switches to mhfixmsg(1). |
blob | commitdiff | raw | diff to current |
| 2016-02-21 |
David Levine | Don't consider failure to build a text/plain part to... |
blob | commitdiff | raw | diff to current |
| 2016-02-20 |
David Levine | Added -decodetypes switch to mhfixmsg(1). |
blob | commitdiff | raw | diff to current |
| 2015-02-08 |
David Levine | Merge remote-tracking branch 'origin' into convertargs |
blob | commitdiff | raw | diff to current |
| 2015-02-08 |
David Levine | Added support to mhfixmsg -reformat for multipart/relat... |
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 -fixtype switch to mhfixmsg(1). It ensures that... |
blob | commitdiff | raw | diff to current |
| 2014-12-06 |
David Levine | Only remove extraneous trailing semicolon from Content... |
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 |
Paul Fox | cast isspace() arg to unsigned char in previous commit |
blob | commitdiff | raw | diff to current |
| 2014-12-01 |
Paul Fox | handle extraneous trailing ';' characters that are... |
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-23 |
David Levine | Have to check for missing type parameter in message... |
blob | commitdiff | raw | diff to current |
| 2014-11-21 |
David Levine | Look at type of parent multipart/related when determini... |
blob | commitdiff | raw | diff to current |
| 2014-11-21 |
David Levine | Added some checks to mhfixmsg.c to avoid dereferecing... |
blob | commitdiff | raw | diff to current |
| 2014-11-20 |
David Levine | Added -[no]changecur switches to mhfixmsg(1). |
blob | commitdiff | raw | diff to current |
| 2014-11-08 |
David Levine | Cleaned up leaks from calls to content_charset() in... |
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 | Check return values of system calls in several sbr... |
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-08-17 |
David Levine | Checked return value of write() calls in mhfixmsg.c, |
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-16 |
Ken Hornstein | Move the prototype for show_content_aux() to a common... |
blob | commitdiff | raw | diff to current |
| 2014-05-05 |
David Levine | Removed obsolete comment. |
blob | commitdiff | raw | diff to current |
| 2014-05-05 |
David Levine | Replaced use of norm_charmap() in mhshow and mhfixmsg... |
blob | commitdiff | raw | diff to current |
| 2014-04-13 |
David Levine | If mhfixmsg's call to convert_charset() fails, output... |
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-15 |
David Levine | Fixed some of the issues noted by clang --analyze with |
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-02 |
David Levine | Added commented explaining use of ci_attrs[0] in |
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 |
David Levine | Added reason to mhfixmsg's printout when it fails to... |
blob | commitdiff | raw | diff to current |
| 2014-02-09 |
David Levine | Changed "codeset" to "charset" for (and in) mhfixmsg... |
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-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 | Replaced boilerplate at beginning of each nmh program... |
blob | commitdiff | raw | diff to current |
| 2014-01-23 |
Ken Hornstein | Merge branch 'mhbuild-always' |
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-20 |
David Levine | Removed "tmp" from the uip/mh* programs, so that they... |
blob | commitdiff | raw | diff to current |
| 2014-01-20 |
Ken Hornstein | Remove the --disable-locale configure option and make... |
blob | commitdiff | raw | diff to current |
| 2013-12-05 |
David Levine | Fix to commit 7e40862e6a4da7810a46aa1e28b05e527fdc208a: |
blob | commitdiff | raw | diff to current |
| 2013-12-05 |
David Levine | Use ICONV_CONST in declaration of variable that's passed to |
blob | commitdiff | raw | diff to current |
| 2013-12-04 |
Ken Hornstein | Merge branch 'encode-rfc2047' |
blob | commitdiff | raw | diff to current |
| 2013-11-03 |
David Levine | Cleaned up the "stripped CRs" mhfixmsg verbose message. |
blob | commitdiff | raw | diff to current |
| 2013-10-27 |
David Levine | Interpret a full path argument to mhfixmsg as a filenam... |
blob | commitdiff | raw | diff to current |
| 2013-10-19 |
David Levine | Allow mhfixmsg to strip carriage returns from ISO-8850... |
blob | commitdiff | raw | diff to current |
| 2013-08-19 |
David Levine | Added -replacetextplain switch to mhfixmsg. If enabled... |
blob | commitdiff | raw | diff to current |
| 2013-06-30 |
David Levine | OK, fixed test-mhfixmsg on Solaris 11, where BUFSIZ... |
blob | commitdiff | raw | diff to current |
| 2013-06-30 |
David Levine | Added to the Solaris debug printout. |
blob | commitdiff | raw | diff to current |
| next |