summaryrefslogtreecommitdiffstats
path: root/mailinfo.c (follow)
Commit message (Expand)AuthorAgeLines
* Merge branch 'ar/mailinfo-memcmp-to-skip-prefix'Junio C Hamano2021-07-08-2/+2
|\
| * mailinfo: use starts_with() when checking scissorsAndrei Rybak2021-06-09-2/+2
* | Merge branch 'ef/mailinfo-short-name'Junio C Hamano2021-06-10-1/+1
|\ \
| * | mailinfo: don't discard names under 3 charactersedef2021-05-17-1/+1
| |/
* | Merge branch 'dd/mailinfo-quoted-cr'Junio C Hamano2021-05-16-0/+39
|\ \
| * | mailinfo: allow stripping quoted CR without warningĐoàn Trần Công Danh2021-05-10-0/+7
| * | mailinfo: allow squelching quoted CRLF warningĐoàn Trần Công Danh2021-05-10-1/+19
| * | mailinfo: warn if CRLF found in decoded base64/QP emailĐoàn Trần Công Danh2021-05-10-0/+14
| |/
* / mailinfo: also free strbuf lists when clearing mailinfoAndrzej Hunt2021-04-28-11/+3
|/
* mailinfo: disallow NUL character in mail's headerĐoàn Trần Công Danh2020-04-22-0/+5
* mailinfo.c: avoid strlen on strings that can contains NULĐoàn Trần Công Danh2020-04-22-2/+4
* Merge branch 'rs/micro-cleanups'Junio C Hamano2020-03-02-2/+1
|\
| * use strpbrk(3) to search for characters from a given setRené Scharfe2020-02-24-2/+1
* | mailinfo: factor out some repeated header handlingJeff King2020-02-11-16/+23
* | mailinfo: be more liberal with header whitespaceJeff King2020-02-11-2/+3
* | mailinfo: simplify parsing of header valuesJeff King2020-02-11-18/+22
* | mailinfo: treat header values as C stringsJeff King2020-02-11-4/+4
* | mailinfo: don't insert header prefix for handle_content_type()René Scharfe2020-02-10-1/+0
* | strbuf: add and use strbuf_insertstr()René Scharfe2020-02-10-2/+2
|/
* mailinfo: support format=flowedRené Scharfe2018-08-29-2/+62
* Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-06-1/+1
* Merge branch 'jc/mailinfo-cleanup-fix'Junio C Hamano2018-02-13-4/+6
|\
| * mailinfo: avoid segfault when can't open filesJuan F. Codagnone2018-01-24-4/+6
* | Merge branch 'rs/mailinfo-qp-decode-fix'Junio C Hamano2017-09-28-3/+8
|\ \
| * | mailinfo: don't decode invalid =XY quoted-printable sequencesRené Scharfe2017-09-24-3/+8
* | | consistently use "fallthrough" comments in switchesJeff King2017-09-22-0/+1
* | | mailinfo: release strbuf on error return in handle_boundary()Rene Scharfe2017-09-07-0/+1
* | | mailinfo: release strbuf after use in handle_from()Rene Scharfe2017-09-07-5/+4
* | | Spelling fixesVille Skyttä2017-06-27-8/+8
* | | Merge branch 'ab/free-and-null'Junio C Hamano2017-06-24-2/+1
|\ \ \
| * | | coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason2017-06-16-2/+1
* | | | Merge branch 'bw/config-h'Junio C Hamano2017-06-24-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | config: don't include config.h by defaultBrandon Williams2017-06-15-0/+1
* | | | mailinfo & mailsplit: check for EOF while parsingJohannes Schindelin2017-05-08-1/+8
|/ / /
* | | Merge branch 'lt/mailinfo-in-body-header-continuation'Junio C Hamano2017-04-19-1/+6
|\ \ \ | |_|/ |/| |
| * | mailinfo: fix in-body header continuationsLinus Torvalds2017-04-11-1/+6
* | | Merge branch 'jt/mailinfo-fold-in-body-headers'Junio C Hamano2016-12-21-1/+2
|\ \ \
| * | | mailinfo.c: move side-effects outside of assertKyle J. McKay2016-12-20-1/+2
| |/ /
* | | Merge branch 'kd/mailinfo-quoted-string'Junio C Hamano2016-10-03-0/+82
|\ \ \ | |/ / |/| / | |/
| * mailinfo: unescape quoted-pair in header fieldsKevin Daudt2016-09-28-0/+82
| * Merge branch 'rs/mailinfo-lib' into maintJunio C Hamano2016-09-08-7/+2
| |\
* | | mailinfo: handle in-body header continuationsJonathan Tan2016-09-21-1/+49
* | | mailinfo: make is_scissors_line take plain char *Jonathan Tan2016-09-19-17/+18
* | | mailinfo: separate in-body header processingJonathan Tan2016-09-19-16/+17
* | | Merge branch 'rs/mailinfo-lib'Junio C Hamano2016-08-17-7/+2
|\ \ \ | |/ / |/| / | |/
| * mailinfo: recycle strbuf in check_header()René Scharfe2016-08-13-7/+2
* | strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-15-4/+4
* | mailinfo: fix passing wrong address to git_mailinfo_configNguyễn Thái Ngọc Duy2015-11-01-1/+1
|/
* mailinfo: remove calls to exit() and die() deep in the callchainJunio C Hamano2015-10-21-8/+22
* mailinfo: handle charset conversion errors in the callerJunio C Hamano2015-10-21-8/+11