75 Commits (a05f02b1d9a1253e11a327c95cd47cbd24317ba6)

Author SHA1 Message Date
Andrei Rybak 4184cbd635 mailinfo: use starts_with() when checking scissors 4 years ago
edef 72ee47ceeb mailinfo: don't discard names under 3 characters 4 years ago
Đoàn Trần Công Danh 133a4fda59 mailinfo: allow stripping quoted CR without warning 4 years ago
Đoàn Trần Công Danh f1aa299443 mailinfo: allow squelching quoted CRLF warning 4 years ago
Đoàn Trần Công Danh 0b689562ca mailinfo: warn if CRLF found in decoded base64/QP email 4 years ago
Andrzej Hunt f3a9680791 mailinfo: also free strbuf lists when clearing mailinfo 4 years ago
Đoàn Trần Công Danh 3919997447 mailinfo: disallow NUL character in mail's header 5 years ago
Đoàn Trần Công Danh 2a2ff60396 mailinfo.c: avoid strlen on strings that can contains NUL 5 years ago
René Scharfe 2ce6d075fa use strpbrk(3) to search for characters from a given set 5 years ago
Jeff King f696a2b1c8 mailinfo: factor out some repeated header handling 5 years ago
Jeff King ffbea1816d mailinfo: be more liberal with header whitespace 5 years ago
Jeff King f447d0293e mailinfo: simplify parsing of header values 5 years ago
Jeff King b6537d83ee mailinfo: treat header values as C strings 5 years ago
René Scharfe 517b60564e mailinfo: don't insert header prefix for handle_content_type() 5 years ago
René Scharfe a91cc7fad0 strbuf: add and use strbuf_insertstr() 5 years ago
René Scharfe 3aa4d81f88 mailinfo: support format=flowed 7 years ago
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
Juan F. Codagnone 4e801463c7 mailinfo: avoid segfault when can't open files 7 years ago
René Scharfe c8cf423eab mailinfo: don't decode invalid =XY quoted-printable sequences 8 years ago
Jeff King 1cf01a34ea consistently use "fallthrough" comments in switches 8 years ago
Rene Scharfe 400cd6bf22 mailinfo: release strbuf on error return in handle_boundary() 8 years ago
Rene Scharfe 11fa5e2a81 mailinfo: release strbuf after use in handle_from() 8 years ago
Ville Skyttä 6412757514 Spelling fixes 8 years ago
Ævar Arnfjörð Bjarmason 6a83d90207 coccinelle: make use of the "type" FREE_AND_NULL() rule 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Johannes Schindelin f0733c13ed mailinfo & mailsplit: check for EOF while parsing 8 years ago
Linus Torvalds fd1062e52e mailinfo: fix in-body header continuations 8 years ago
Kyle J. McKay 08414938a2 mailinfo.c: move side-effects outside of assert 8 years ago
Kevin Daudt f357e5de31 mailinfo: unescape quoted-pair in header fields 9 years ago
Jonathan Tan 6b4b013f18 mailinfo: handle in-body header continuations 9 years ago
Jonathan Tan 9c5681da88 mailinfo: make is_scissors_line take plain char * 9 years ago
Jonathan Tan 334192b411 mailinfo: separate in-body header processing 9 years ago
René Scharfe ecf30b237c mailinfo: recycle strbuf in check_header() 9 years ago
Junio C Hamano 8f309aeb82 strbuf: introduce strbuf_getline_{lf,nul}() 9 years ago
Nguyễn Thái Ngọc Duy 85d9d9ddf3 mailinfo: fix passing wrong address to git_mailinfo_config 9 years ago
Junio C Hamano 6ac617a321 mailinfo: remove calls to exit() and die() deep in the callchain 9 years ago
Junio C Hamano 669b963af2 mailinfo: handle charset conversion errors in the caller 9 years ago
Junio C Hamano c6905e45f0 mailinfo: libify 9 years ago
Junio C Hamano 05e625e5bf mailinfo: keep the parsed log message in a strbuf 9 years ago
Junio C Hamano 4933910ab7 mailinfo: handle_commit_msg() shouldn't be called after finding patchbreak 9 years ago
Junio C Hamano 8e919277e0 mailinfo: move content/content_top to struct mailinfo 9 years ago
Junio C Hamano d895bf0f57 mailinfo: move [ps]_hdr_data to struct mailinfo 9 years ago
Junio C Hamano 8f63588a6e mailinfo: move cmitmsg and patchfile to struct mailinfo 9 years ago
Junio C Hamano f1e037b9af mailinfo: move charset to struct mailinfo 9 years ago
Junio C Hamano ab50e38b5d mailinfo: move transfer_encoding to struct mailinfo 9 years ago
Junio C Hamano 28c6bfe94c mailinfo: move check for metainfo_charset to convert_to_utf8() 9 years ago
Junio C Hamano 28be2d083c mailinfo: move metainfo_charset to struct mailinfo 9 years ago
Junio C Hamano ad57ef9da9 mailinfo: move use_scissors and use_inbody_headers to struct mailinfo 9 years ago
Junio C Hamano 6200b751bb mailinfo: move add_message_id and message_id to struct mailinfo 9 years ago
Junio C Hamano 43550efa71 mailinfo: move patch_lines to struct mailinfo 9 years ago