52 Commits (2954e5ec4361c6932593663859aa437583edb500)

Author SHA1 Message Date
René Scharfe c8cf423eab mailinfo: don't decode invalid =XY quoted-printable sequences 7 years ago
Jeff King 1cf01a34ea consistently use "fallthrough" comments in switches 7 years ago
Rene Scharfe 400cd6bf22 mailinfo: release strbuf on error return in handle_boundary() 7 years ago
Rene Scharfe 11fa5e2a81 mailinfo: release strbuf after use in handle_from() 7 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 8 years ago
Jonathan Tan 6b4b013f18 mailinfo: handle in-body header continuations 8 years ago
Jonathan Tan 9c5681da88 mailinfo: make is_scissors_line take plain char * 8 years ago
Jonathan Tan 334192b411 mailinfo: separate in-body header processing 8 years ago
René Scharfe ecf30b237c mailinfo: recycle strbuf in check_header() 8 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
Junio C Hamano 13c6df2642 mailinfo: move filter/header stage to struct mailinfo 9 years ago
Junio C Hamano 173aef7c2e mailinfo: move global "FILE *fin, *fout" to struct mailinfo 9 years ago
Junio C Hamano 849106d511 mailinfo: move keep_subject & keep_non_patch_bracket to struct mailinfo 9 years ago
Junio C Hamano c69f2395ba mailinfo: introduce "struct mailinfo" to hold globals 9 years ago
Junio C Hamano 6e21b5089f mailinfo: move global "line" into mailinfo() function 9 years ago
Junio C Hamano fbbcafd060 mailinfo: do not let find_boundary() touch global "line" directly 9 years ago
Junio C Hamano 69e24defd6 mailinfo: do not let handle_boundary() touch global "line" directly 9 years ago
Junio C Hamano fde00d50f6 mailinfo: do not let handle_body() touch global "line" directly 9 years ago
Junio C Hamano 269e239c48 mailinfo: get rid of function-local static states 9 years ago
Junio C Hamano c1b40bd7b6 mailinfo: move definition of MAX_HDR_PARSED closer to its use 9 years ago
Junio C Hamano 30f50c3426 mailinfo: move cleanup_space() before its users 9 years ago
Junio C Hamano 4f0f9d46c7 mailinfo: move check_header() after the helpers it uses 9 years ago
Junio C Hamano 9cc243f7a9 mailinfo: move read_one_header_line() closer to its callers 9 years ago
Junio C Hamano 39afcd3819 mailinfo: move handle_boundary() lower 9 years ago
Junio C Hamano 12d19e80b0 mailinfo: plug strbuf leak during continuation line handling 9 years ago
Junio C Hamano e38ee06e99 mailinfo: explicitly close file handle to the patch output 9 years ago
Junio C Hamano b6af8ed13a mailinfo: fix an off-by-one error in the boundary stack 9 years ago
Junio C Hamano 3a8fcdaf84 mailinfo: fold decode_header_bq() into decode_header() 9 years ago