| 2017-09-11 |
Ralph Corderoy | Delete mh_xfree(), changing callers to call free(3... |
blob | commitdiff | raw |
| 2017-09-02 |
Ralph Corderoy | Move base64.c's prototypes from prototypes.h to new... |
blob | commitdiff | raw | diff to current |
| 2017-05-16 |
Ralph Corderoy | sbr/unquote.c: Move prototype from h/prototypes.h to... |
blob | commitdiff | raw | diff to current |
| 2017-04-23 |
Ralph Corderoy | Use C's `++', `+=', etc., not the longhand. |
blob | commitdiff | raw | diff to current |
| 2017-04-22 |
Ralph Corderoy | Add first-line comment describing C source's purpose. |
blob | commitdiff | raw | diff to current |
| 2017-04-22 |
Ralph Corderoy | Replace "/*\n * " with "/* " at the start of a file. |
blob | commitdiff | raw | diff to current |
| 2017-04-17 |
Ralph Corderoy | Change admonish(NULL, "foo") to inform("foo, continuing... |
blob | commitdiff | raw | diff to current |
| 2017-04-17 |
Ralph Corderoy | Replace advise(NULL, fmt, ...) with inform(fmt, ...). |
blob | commitdiff | raw | diff to current |
| 2016-11-13 |
Ralph Corderoy | Replace many add(s, NULL) with mh_xstrdup(s). |
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 |
| 2014-09-13 |
David Levine | Fixed all anomalies detected by clang static analyzer... |
blob | commitdiff | raw | diff to current |
| 2014-01-23 |
Ken Hornstein | Merge branch 'mhbuild-always' |
blob | commitdiff | raw | diff to current |
| 2014-01-19 |
Ken Hornstein | Change error message so "Unknown error 0" doesn't get... |
blob | commitdiff | raw | diff to current |
| 2013-12-05 |
Ken Hornstein | Garbage collect "normalize". |
blob | commitdiff | raw | diff to current |
| 2013-12-04 |
Ken Hornstein | Fix another warning. |
blob | commitdiff | raw | diff to current |
| 2013-12-04 |
Ken Hornstein | Fix a few warnings. |
blob | commitdiff | raw | diff to current |
| 2013-12-04 |
Ken Hornstein | Fix cut & paste mistake. |
blob | commitdiff | raw | diff to current |
| 2013-12-04 |
Ken Hornstein | Merge branch 'encode-rfc2047' |
blob | commitdiff | raw | diff to current |
| 2013-12-04 |
Ken Hornstein | Whoops, shouldn't use autoincrement with a macro; forgo... |
blob | commitdiff | raw | diff to current |
| 2013-12-03 |
Ken Hornstein | Don't put a space after the trailing semicolon for... |
blob | commitdiff | raw | diff to current |
| 2013-12-03 |
Ken Hornstein | Use pref_encoding() to select the default encoding... |
blob | commitdiff | raw | diff to current |
| 2013-12-03 |
Ken Hornstein | Do proper group handling, and fix a bug in the q-p... |
blob | commitdiff | raw | diff to current |
| 2013-12-02 |
Ken Hornstein | I think we're very close to get address encoding workin... |
blob | commitdiff | raw | diff to current |
| 2013-11-27 |
Ken Hornstein | More work, but still stuff to do. |
blob | commitdiff | raw | diff to current |
| 2013-11-25 |
Ken Hornstein | Fix up a few warnings and problems. |
blob | commitdiff | raw | diff to current |
| 2013-11-21 |
Ken Hornstein | More work on address portion of RFC 2047 encoder. |
blob | commitdiff | raw | diff to current |
| 2013-11-14 |
Ken Hornstein | A little bit closer to working for address headers. |
blob | commitdiff | raw | diff to current |
| 2013-11-13 |
Ken Hornstein | Start work on address header parsing. |
blob | commitdiff | raw | diff to current |
| 2013-11-11 |
Ken Hornstein | Document things a bit more. |
blob | commitdiff | raw | diff to current |
| 2013-11-10 |
Ken Hornstein | A number of bug fixes: |
blob | commitdiff | raw | diff to current |
| 2013-11-09 |
Ken Hornstein | Don't increment the buffer pointer for the NUL string... |
blob | commitdiff | raw | diff to current |
| 2013-11-08 |
Ken Hornstein | A little closer, but still has problems. |
blob | commitdiff | raw | diff to current |
| 2013-11-07 |
Ken Hornstein | Getting closer to getting base64 header encoding working. |
blob | commitdiff | raw | diff to current |
| 2013-10-31 |
Ken Hornstein | Beginning stubs to support base64 header encoding. |
blob | commitdiff | raw | diff to current |
| 2013-10-31 |
Ken Hornstein | Switch to the (correct) casting of char to unsigned... |
blob | commitdiff | raw | diff to current |
| 2013-10-31 |
Ken Hornstein | Fix some space calculation/whitespace handling bugs. |
blob | commitdiff | raw | diff to current |
| 2013-10-30 |
Ken Hornstein | Fix qpspecial() macro test, and do proper casts to... |
blob | commitdiff | raw | diff to current |
| 2013-10-30 |
Ken Hornstein | It looks like simple quoted-printable encoding of heade... |
blob | commitdiff | raw | diff to current |
| 2013-10-30 |
Ken Hornstein | Remove unused argument. |
blob | commitdiff | raw | diff to current |
| 2013-10-30 |
Ken Hornstein | Fix up a few miscalculations. |
blob | commitdiff | raw | diff to current |
| 2013-10-29 |
Ken Hornstein | A hopefully-functional quoted-printable encoder |
blob | commitdiff | raw | diff to current |
| 2013-10-23 |
Ken Hornstein | A little tiny bit closer to working. |
blob | commitdiff | raw | diff to current |
| 2013-10-22 |
Ken Hornstein | Minor comment update. |
blob | commitdiff | raw | diff to current |
| 2013-10-21 |
Ken Hornstein | Start of RFC 2047 encoding code. Not complete in the... |
blob | commitdiff | raw | diff to current |
|