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