| 2014-12-25 |
David Levine | Added ct_str_type() and ct_str_subtype() functions... |
blob | commitdiff | raw |
| 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 |
| 2013-03-21 |
David Levine | Added support for Content-Disposition header (RFC 2183) to |
blob | commitdiff | raw | diff to current |
| 2013-03-15 |
David Levine | Changed c_cefile member of struct Content from pointer to |
blob | commitdiff | raw | diff to current |
| 2013-03-12 |
Ken Hornstein | Add support for RFC-2017, message/external-body content... |
blob | commitdiff | raw | diff to current |
| 2013-02-28 |
David Levine | Reworked internals of MIME parser's reverse_parts(... |
blob | commitdiff | raw | diff to current |
| 2013-02-27 |
David Levine | Added a handful of functions to the parser to allow... |
blob | commitdiff | raw | diff to current |
| 2013-02-22 |
Ken Hornstein | Merge branch 'format-test' |
blob | commitdiff | raw | diff to current |
| 2013-02-16 |
David Levine | In InitMultiPart(), always set bogus_mp_content if... |
blob | commitdiff | raw | diff to current |
| 2013-02-15 |
David Levine | Added a couple of global variables to mhparse.c to... |
blob | commitdiff | raw | diff to current |
| 2013-02-11 |
David Levine | Multipart parts might have content before the first... |
blob | commitdiff | raw | diff to current |
| 2013-02-08 |
Ken Hornstein | Create a central prototype for free_content(). |
blob | commitdiff | raw | diff to current |
| 2013-02-07 |
David Levine | Added global variable skip_mp_cte_check to turn off... |
blob | commitdiff | raw | diff to current |
| 2013-02-06 |
Ken Hornstein | FINALLY clean up our signed/unsigned character warning... |
blob | commitdiff | raw | diff to current |
| 2013-02-01 |
Ken Hornstein | Finally switch over from vfork() to fork() completely. |
blob | commitdiff | raw | diff to current |
| 2013-02-01 |
Lyndon Nerenberg | Merge branch 'master' into savannah |
blob | commitdiff | raw | diff to current |
| 2013-01-31 |
Lyndon Nerenberg | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git... |
blob | commitdiff | raw | diff to current |
| 2013-01-29 |
David Levine | Added m_getfld_track_filepos() for callers to indicate... |
blob | commitdiff | raw | diff to current |
| 2013-01-27 |
David Levine | Merge branch 'm_getfld' |
blob | commitdiff | raw | diff to current |
| 2013-01-23 |
David Levine | Changed m_getfld() to automatically allocate a new... |
blob | commitdiff | raw | diff to current |
| 2013-01-21 |
Ken Hornstein | Merge branch 'master' into format-test |
blob | commitdiff | raw | diff to current |
| 2013-01-21 |
David Levine | Removed the static m_getfld() state instance and replaced |
blob | commitdiff | raw | diff to current |
| 2013-01-18 |
David Levine | Removed all traces of m_getfld() FLDEOF and BODYEOF... |
blob | commitdiff | raw | diff to current |
| 2013-01-15 |
David Levine | m_getfld() now supports interleaving calls with |
blob | commitdiff | raw | diff to current |
| 2013-01-05 |
David Levine | Expanded warning message for invalid Content-Transfer... |
blob | commitdiff | raw | diff to current |
| 2012-12-27 |
David Levine | Replace use of ftell() in mhparse.c:get_content() by... |
blob | commitdiff | raw | diff to current |
| 2012-12-22 |
David Levine | Changed bufsz argument of m_getfld() to be in-out inste... |
blob | commitdiff | raw | diff to current |
| 2012-11-19 |
Oliver Kiddle | Yozo TODA: fix for mhshow-charset- directives in .mh_pr... |
blob | commitdiff | raw | diff to current |
| 2012-06-14 |
Ken Hornstein | Make the base64 encoder endian-agnostic, and remove... |
blob | commitdiff | raw | diff to current |
| 2012-06-14 |
Alexander Zangerl | The base64-decoder doesn't work on 64-bit big-endian... |
blob | commitdiff | raw | diff to current |
| 2012-05-07 |
David Levine | Fixed some more problems caught by gcc -ansi -pedantic. |
blob | commitdiff | raw | diff to current |
| 2012-03-11 |
David Levine | There were two fd leaks in mhparse.c: |
blob | commitdiff | raw | diff to current |
| 2012-02-29 |
Ken Hornstein | Part of the patch from bug #4301; clean up our prototyp... |
blob | commitdiff | raw | diff to current |
| 2012-02-04 |
Ken Hornstein | Change LocalName() to take an argument (about whether... |
blob | commitdiff | raw | diff to current |
| 2012-01-17 |
David Levine | Well the wrap of vfork() calls didn't work: its semant... |
blob | commitdiff | raw | diff to current |
| 2012-01-17 |
David Levine | Wrapped setjmp(), sigsetjmp(), and vfork() calls to... |
blob | commitdiff | raw | diff to current |
| 2012-01-14 |
David Levine | Fixed warnings from gcc -Wclobbered by adding volatile... |
blob | commitdiff | raw | diff to current |
| 2012-01-13 |
Ken Hornstein | Merge branch 'master' of git.sv.nongnu.org:/srv/git/nmh |
blob | commitdiff | raw | diff to current |
| 2012-01-13 |
David Levine | Added NMH_UNUSED macro for suppressing warnings about... |
blob | commitdiff | raw | diff to current |
| 2012-01-07 |
David Levine | Merge branch 'fileproc_mhlproc_to_post' |
blob | commitdiff | raw | diff to current |
| 2012-01-06 |
Ken Hornstein | Garbage collect all of the builtin ftp client support. |
blob | commitdiff | raw | diff to current |
| 2012-01-04 |
Lyndon Nerenberg | Clean up process wait to use POSIX waitpid() interface. |
blob | commitdiff | raw | diff to current |
| 2010-12-03 |
Ken Hornstein | Remove RCS keywords, since they no longer work after... |
blob | commitdiff | raw | diff to current |
| next |