Age | Commit message (Expand) | Author | Files | Lines |
2020-04-22 | mailinfo: disallow NUL character in mail's header | Đoàn Trần Công Danh | 1 | -0/+5 |
2020-04-22 | mailinfo.c: avoid strlen on strings that can contains NUL | Đoàn Trần Công Danh | 1 | -2/+4 |
2020-03-02 | Merge branch 'rs/micro-cleanups' | Junio C Hamano | 1 | -2/+1 |
2020-02-24 | use strpbrk(3) to search for characters from a given set | René Scharfe | 1 | -2/+1 |
2020-02-11 | mailinfo: factor out some repeated header handling | Jeff King | 1 | -16/+23 |
2020-02-11 | mailinfo: be more liberal with header whitespace | Jeff King | 1 | -2/+3 |
2020-02-11 | mailinfo: simplify parsing of header values | Jeff King | 1 | -18/+22 |
2020-02-11 | mailinfo: treat header values as C strings | Jeff King | 1 | -4/+4 |
2020-02-10 | mailinfo: don't insert header prefix for handle_content_type() | René Scharfe | 1 | -1/+0 |
2020-02-10 | strbuf: add and use strbuf_insertstr() | René Scharfe | 1 | -2/+2 |
2018-08-29 | mailinfo: support format=flowed | René Scharfe | 1 | -2/+62 |
2018-05-06 | Replace all die("BUG: ...") calls by BUG() ones | Johannes Schindelin | 1 | -1/+1 |
2018-02-13 | Merge branch 'jc/mailinfo-cleanup-fix' | Junio C Hamano | 1 | -4/+6 |
2018-01-24 | mailinfo: avoid segfault when can't open files | Juan F. Codagnone | 1 | -4/+6 |
2017-09-28 | Merge branch 'rs/mailinfo-qp-decode-fix' | Junio C Hamano | 1 | -3/+8 |
2017-09-24 | mailinfo: don't decode invalid =XY quoted-printable sequences | René Scharfe | 1 | -3/+8 |
2017-09-22 | consistently use "fallthrough" comments in switches | Jeff King | 1 | -0/+1 |
2017-09-07 | mailinfo: release strbuf on error return in handle_boundary() | Rene Scharfe | 1 | -0/+1 |
2017-09-07 | mailinfo: release strbuf after use in handle_from() | Rene Scharfe | 1 | -5/+4 |
2017-06-27 | Spelling fixes | Ville Skyttä | 1 | -8/+8 |
2017-06-24 | Merge branch 'ab/free-and-null' | Junio C Hamano | 1 | -2/+1 |
2017-06-24 | Merge branch 'bw/config-h' | Junio C Hamano | 1 | -0/+1 |
2017-06-16 | coccinelle: make use of the "type" FREE_AND_NULL() rule | Ævar Arnfjörð Bjarmason | 1 | -2/+1 |
2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
2017-05-08 | mailinfo & mailsplit: check for EOF while parsing | Johannes Schindelin | 1 | -1/+8 |
2017-04-19 | Merge branch 'lt/mailinfo-in-body-header-continuation' | Junio C Hamano | 1 | -1/+6 |
2017-04-11 | mailinfo: fix in-body header continuations | Linus Torvalds | 1 | -1/+6 |
2016-12-21 | Merge branch 'jt/mailinfo-fold-in-body-headers' | Junio C Hamano | 1 | -1/+2 |
2016-12-20 | mailinfo.c: move side-effects outside of assert | Kyle J. McKay | 1 | -1/+2 |
2016-10-03 | Merge branch 'kd/mailinfo-quoted-string' | Junio C Hamano | 1 | -0/+82 |
2016-09-28 | mailinfo: unescape quoted-pair in header fields | Kevin Daudt | 1 | -0/+82 |
2016-09-21 | mailinfo: handle in-body header continuations | Jonathan Tan | 1 | -1/+49 |
2016-09-19 | mailinfo: make is_scissors_line take plain char * | Jonathan Tan | 1 | -17/+18 |
2016-09-19 | mailinfo: separate in-body header processing | Jonathan Tan | 1 | -16/+17 |
2016-09-08 | Merge branch 'rs/mailinfo-lib' into maint | Junio C Hamano | 1 | -7/+2 |
2016-08-17 | Merge branch 'rs/mailinfo-lib' | Junio C Hamano | 1 | -7/+2 |
2016-08-13 | mailinfo: recycle strbuf in check_header() | René Scharfe | 1 | -7/+2 |
2016-01-15 | strbuf: introduce strbuf_getline_{lf,nul}() | Junio C Hamano | 1 | -4/+4 |
2015-11-01 | mailinfo: fix passing wrong address to git_mailinfo_config | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2015-10-21 | mailinfo: remove calls to exit() and die() deep in the callchain | Junio C Hamano | 1 | -8/+22 |
2015-10-21 | mailinfo: handle charset conversion errors in the caller | Junio C Hamano | 1 | -8/+11 |
2015-10-21 | mailinfo: libify | Junio C Hamano | 1 | -0/+1020 |
2006-06-18 | Make git-mailinfo a builtin | Lukas Sandström | 1 | -831/+0 |
2006-06-17 | mailinfo: ignore blanks after in-body headers. | Junio C Hamano | 1 | -8/+14 |
2006-06-17 | Don't parse any headers in the real body of an email message. | Eric W. Biederman | 1 | -0/+2 |
2006-05-28 | Merge branch 'jc/mailinfo' | Junio C Hamano | 1 | -1/+8 |
2006-05-26 | mailinfo: More carefully parse header lines in read_one_header_line() | Junio C Hamano | 1 | -3/+24 |
2006-05-23 | Allow in body headers beyond the in body header prefix. | Eric W. Biederman | 1 | -4/+5 |
2006-05-23 | More accurately detect header lines in read_one_header_line | Eric W. Biederman | 1 | -8/+17 |
2006-05-23 | In handle_body only read a line if we don't already have one. | Eric W. Biederman | 1 | -1/+1 |