aboutsummaryrefslogtreecommitdiff
path: root/mailinfo.c
Commit message (Expand)AuthorAge
* Merge branch 'rs/mailinfo-qp-decode-fix'Junio C Hamano2017-09-28
|\
| * mailinfo: don't decode invalid =XY quoted-printable sequencesRené Scharfe2017-09-24
* | consistently use "fallthrough" comments in switchesJeff King2017-09-22
* | mailinfo: release strbuf on error return in handle_boundary()Rene Scharfe2017-09-07
* | mailinfo: release strbuf after use in handle_from()Rene Scharfe2017-09-07
* | Spelling fixesVille Skyttä2017-06-27
* | Merge branch 'ab/free-and-null'Junio C Hamano2017-06-24
|\ \
| * | coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason2017-06-16
* | | Merge branch 'bw/config-h'Junio C Hamano2017-06-24
|\ \ \ | |/ / |/| |
| * | config: don't include config.h by defaultBrandon Williams2017-06-15
* | | mailinfo & mailsplit: check for EOF while parsingJohannes Schindelin2017-05-08
|/ /
* | Merge branch 'lt/mailinfo-in-body-header-continuation'Junio C Hamano2017-04-19
|\ \
| * | mailinfo: fix in-body header continuationsLinus Torvalds2017-04-11
* | | Merge branch 'jt/mailinfo-fold-in-body-headers'Junio C Hamano2016-12-21
|\ \ \
| * | | mailinfo.c: move side-effects outside of assertKyle J. McKay2016-12-20
| |/ /
* | | Merge branch 'kd/mailinfo-quoted-string'Junio C Hamano2016-10-03
|\ \ \ | |/ / |/| / | |/
| * mailinfo: unescape quoted-pair in header fieldsKevin Daudt2016-09-28
| * Merge branch 'rs/mailinfo-lib' into maintJunio C Hamano2016-09-08
| |\
* | | mailinfo: handle in-body header continuationsJonathan Tan2016-09-21
* | | mailinfo: make is_scissors_line take plain char *Jonathan Tan2016-09-19
* | | mailinfo: separate in-body header processingJonathan Tan2016-09-19
* | | Merge branch 'rs/mailinfo-lib'Junio C Hamano2016-08-17
|\ \ \ | |/ / |/| / | |/
| * mailinfo: recycle strbuf in check_header()René Scharfe2016-08-13
* | strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-15
* | mailinfo: fix passing wrong address to git_mailinfo_configNguyễn Thái Ngọc Duy2015-11-01
|/
* mailinfo: remove calls to exit() and die() deep in the callchainJunio C Hamano2015-10-21
* mailinfo: handle charset conversion errors in the callerJunio C Hamano2015-10-21
* mailinfo: libifyJunio C Hamano2015-10-21
* Make git-mailinfo a builtinLukas Sandström2006-06-18
* mailinfo: ignore blanks after in-body headers.Junio C Hamano2006-06-17
* Don't parse any headers in the real body of an email message.Eric W. Biederman2006-06-17
* Merge branch 'jc/mailinfo'Junio C Hamano2006-05-28
|\
| * mailinfo: skip bogus UNIX From line inside bodyJunio C Hamano2006-05-21
* | mailinfo: More carefully parse header lines in read_one_header_line()Junio C Hamano2006-05-26
* | Allow in body headers beyond the in body header prefix.Eric W. Biederman2006-05-23
* | More accurately detect header lines in read_one_header_lineEric W. Biederman2006-05-23
* | In handle_body only read a line if we don't already have one.Eric W. Biederman2006-05-23
* | Refactor commit messge handling.Eric W. Biederman2006-05-23
* | Move B and Q decoding into check header.Eric W. Biederman2006-05-23
* | Make read_one_header_line return a flag not a length.Eric W. Biederman2006-05-23
|/
* mailinfo: decode underscore used in "Q" encoding properly.Junio C Hamano2006-04-21
* Allow building Git in systems without iconvFernando J. Pereda2006-02-16
* [PATCH] mailinfo: reset CTE after each multipartJunio C Hamano2006-02-06
* mailinfo: iconv does not like "latin-1" -- should spell it "latin1"Junio C Hamano2005-12-23
* mailinfo and git-am: allow "John Doe <johndoe>"Junio C Hamano2005-12-14
* [PATCH] Initial AIX portability fixes.Jason Riedy2005-12-06
* Clean up compatibility definitions.Junio C Hamano2005-12-05
* mailinfo: Do not use -u=<encoding>; say --encoding=<encoding>Junio C Hamano2005-11-28
* mailinfo: Use i18n.commitencodingJunio C Hamano2005-11-27
* mailinfo: allow -u to fall back on latin1 to utf8 conversion.Junio C Hamano2005-11-27