summaryrefslogtreecommitdiff
path: root/mailinfo.c
AgeCommit message (Expand)Author
2023-12-27Merge branch 'jk/mailinfo-iterative-unquote-comment'Junio C Hamano
2023-12-27Merge branch 'jk/mailinfo-oob-read-fix'Junio C Hamano
2023-12-14mailinfo: avoid recursion when unquoting From headersJeff King
2023-12-12mailinfo: fix out-of-bounds memory reads in unquote_quoted_pair()Jeff King
2023-12-08config: handle NULL value when parsing non-boolsJeff King
2023-09-29hex-ll: separate out non-hash-algo functionsCalvin Wan
2023-06-28config: add ctx arg to config_fn_tGlen Choo
2023-04-11Merge branch 'jc/spell-id-in-both-caps-in-message-id'Junio C Hamano
2023-04-03e-mail workflow: Message-ID is spelled with ID in both capital lettersJunio C Hamano
2023-02-24hex.h: move some hex-related declarations from cache.hElijah Newren
2022-10-03mailinfo -b: fix an out of bounds accessPhillip Wood
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano
2021-07-08Merge branch 'ar/mailinfo-memcmp-to-skip-prefix'Junio C Hamano
2021-06-10Merge branch 'ef/mailinfo-short-name'Junio C Hamano
2021-06-09mailinfo: use starts_with() when checking scissorsAndrei Rybak
2021-05-16mailinfo: don't discard names under 3 charactersedef
2021-05-16Merge branch 'dd/mailinfo-quoted-cr'Junio C Hamano
2021-05-10mailinfo: allow stripping quoted CR without warningĐoàn Trần Công Danh
2021-05-10mailinfo: allow squelching quoted CRLF warningĐoàn Trần Công Danh
2021-05-10mailinfo: warn if CRLF found in decoded base64/QP emailĐoàn Trần Công Danh
2021-04-28mailinfo: also free strbuf lists when clearing mailinfoAndrzej Hunt
2020-04-22mailinfo: disallow NUL character in mail's headerĐoàn Trần Công Danh
2020-04-22mailinfo.c: avoid strlen on strings that can contains NULĐoàn Trần Công Danh
2020-03-02Merge branch 'rs/micro-cleanups'Junio C Hamano
2020-02-24use strpbrk(3) to search for characters from a given setRené Scharfe
2020-02-11mailinfo: factor out some repeated header handlingJeff King
2020-02-11mailinfo: be more liberal with header whitespaceJeff King
2020-02-11mailinfo: simplify parsing of header valuesJeff King
2020-02-11mailinfo: treat header values as C stringsJeff King
2020-02-10mailinfo: don't insert header prefix for handle_content_type()René Scharfe
2020-02-10strbuf: add and use strbuf_insertstr()René Scharfe
2018-08-29mailinfo: support format=flowedRené Scharfe
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin
2018-02-13Merge branch 'jc/mailinfo-cleanup-fix'Junio C Hamano
2018-01-24mailinfo: avoid segfault when can't open filesJuan F. Codagnone
2017-09-28Merge branch 'rs/mailinfo-qp-decode-fix'Junio C Hamano
2017-09-24mailinfo: don't decode invalid =XY quoted-printable sequencesRené Scharfe
2017-09-22consistently use "fallthrough" comments in switchesJeff King
2017-09-06mailinfo: release strbuf on error return in handle_boundary()Rene Scharfe
2017-09-06mailinfo: release strbuf after use in handle_from()Rene Scharfe
2017-06-27Spelling fixesVille Skyttä
2017-06-24Merge branch 'ab/free-and-null'Junio C Hamano
2017-06-24Merge branch 'bw/config-h'Junio C Hamano
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-05-08mailinfo & mailsplit: check for EOF while parsingJohannes Schindelin
2017-04-20Merge branch 'lt/mailinfo-in-body-header-continuation'Junio C Hamano
2017-04-11mailinfo: fix in-body header continuationsLinus Torvalds
2016-12-21Merge branch 'jt/mailinfo-fold-in-body-headers'Junio C Hamano
2016-12-20mailinfo.c: move side-effects outside of assertKyle J. McKay