summaryrefslogtreecommitdiff
path: root/mailinfo.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/spell-id-in-both-caps-in-message-id'Junio C Hamano2023-04-111-2/+2
|\
| * e-mail workflow: Message-ID is spelled with ID in both capital lettersJunio C Hamano2023-04-031-2/+2
* | hex.h: move some hex-related declarations from cache.hElijah Newren2023-02-231-1/+3
|/
* mailinfo -b: fix an out of bounds accessPhillip Wood2022-10-031-1/+1
* tree-wide: apply equals-null.cocciJunio C Hamano2022-05-021-2/+2
* Merge branch 'ar/mailinfo-memcmp-to-skip-prefix'Junio C Hamano2021-07-081-2/+2
|\
| * mailinfo: use starts_with() when checking scissorsAndrei Rybak2021-06-091-2/+2
* | Merge branch 'ef/mailinfo-short-name'Junio C Hamano2021-06-101-1/+1
|\ \
| * | mailinfo: don't discard names under 3 charactersedef2021-05-171-1/+1
| |/
* | Merge branch 'dd/mailinfo-quoted-cr'Junio C Hamano2021-05-161-0/+39
|\ \
| * | mailinfo: allow stripping quoted CR without warningĐoàn Trần Công Danh2021-05-101-0/+7
| * | mailinfo: allow squelching quoted CRLF warningĐoàn Trần Công Danh2021-05-101-1/+19
| * | mailinfo: warn if CRLF found in decoded base64/QP emailĐoàn Trần Công Danh2021-05-101-0/+14
| |/
* | mailinfo: also free strbuf lists when clearing mailinfoAndrzej Hunt2021-04-281-11/+3
|/
* mailinfo: disallow NUL character in mail's headerĐoàn Trần Công Danh2020-04-221-0/+5
* mailinfo.c: avoid strlen on strings that can contains NULĐoàn Trần Công Danh2020-04-221-2/+4
* Merge branch 'rs/micro-cleanups'Junio C Hamano2020-03-021-2/+1
|\
| * use strpbrk(3) to search for characters from a given setRené Scharfe2020-02-241-2/+1
* | mailinfo: factor out some repeated header handlingJeff King2020-02-111-16/+23
* | mailinfo: be more liberal with header whitespaceJeff King2020-02-111-2/+3
* | mailinfo: simplify parsing of header valuesJeff King2020-02-111-18/+22
* | mailinfo: treat header values as C stringsJeff King2020-02-111-4/+4
* | mailinfo: don't insert header prefix for handle_content_type()René Scharfe2020-02-101-1/+0
* | strbuf: add and use strbuf_insertstr()René Scharfe2020-02-101-2/+2
|/
* mailinfo: support format=flowedRené Scharfe2018-08-291-2/+62
* Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-1/+1
* Merge branch 'jc/mailinfo-cleanup-fix'Junio C Hamano2018-02-131-4/+6
|\
| * mailinfo: avoid segfault when can't open filesjc/mailinfo-cleanup-fixJuan F. Codagnone2018-01-241-4/+6
* | Merge branch 'rs/mailinfo-qp-decode-fix'Junio C Hamano2017-09-281-3/+8
|\ \
| * | mailinfo: don't decode invalid =XY quoted-printable sequencesrs/mailinfo-qp-decode-fixRené Scharfe2017-09-241-3/+8
* | | consistently use "fallthrough" comments in switchesjk/fallthroughJeff King2017-09-221-0/+1
* | | mailinfo: release strbuf on error return in handle_boundary()Rene Scharfe2017-09-071-0/+1
* | | mailinfo: release strbuf after use in handle_from()Rene Scharfe2017-09-071-5/+4
* | | Spelling fixesvs/typofixesVille Skyttä2017-06-271-8/+8
* | | Merge branch 'ab/free-and-null'Junio C Hamano2017-06-241-2/+1
|\ \ \
| * | | coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason2017-06-161-2/+1
* | | | Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | | | mailinfo & mailsplit: check for EOF while parsingJohannes Schindelin2017-05-081-1/+8
|/ / /
* | | Merge branch 'lt/mailinfo-in-body-header-continuation'Junio C Hamano2017-04-191-1/+6
|\ \ \ | |_|/ |/| |
| * | mailinfo: fix in-body header continuationslt/mailinfo-in-body-header-continuationLinus Torvalds2017-04-111-1/+6
* | | Merge branch 'jt/mailinfo-fold-in-body-headers'Junio C Hamano2016-12-211-1/+2
|\ \ \
| * | | mailinfo.c: move side-effects outside of assertjt/mailinfo-fold-in-body-headersKyle J. McKay2016-12-201-1/+2
| |/ /
* | | Merge branch 'kd/mailinfo-quoted-string'Junio C Hamano2016-10-031-0/+82
|\ \ \ | |/ / |/| / | |/
| * mailinfo: unescape quoted-pair in header fieldskd/mailinfo-quoted-stringKevin Daudt2016-09-281-0/+82
| * Merge branch 'rs/mailinfo-lib' into maintJunio C Hamano2016-09-081-7/+2
| |\
* | | mailinfo: handle in-body header continuationsJonathan Tan2016-09-211-1/+49
* | | mailinfo: make is_scissors_line take plain char *Jonathan Tan2016-09-191-17/+18
* | | mailinfo: separate in-body header processingJonathan Tan2016-09-191-16/+17
* | | Merge branch 'rs/mailinfo-lib'Junio C Hamano2016-08-171-7/+2
|\ \ \ | |/ / |/| / | |/