index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mailinfo.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: apply equals-null.cocci
Junio C Hamano
2022-05-02
1
-2
/
+2
*
Merge branch 'ar/mailinfo-memcmp-to-skip-prefix'
Junio C Hamano
2021-07-08
1
-2
/
+2
|
\
|
*
mailinfo: use starts_with() when checking scissors
Andrei Rybak
2021-06-09
1
-2
/
+2
*
|
Merge branch 'ef/mailinfo-short-name'
Junio C Hamano
2021-06-10
1
-1
/
+1
|
\
\
|
*
|
mailinfo: don't discard names under 3 characters
edef
2021-05-17
1
-1
/
+1
|
|
/
*
|
Merge branch 'dd/mailinfo-quoted-cr'
Junio C Hamano
2021-05-16
1
-0
/
+39
|
\
\
|
*
|
mailinfo: allow stripping quoted CR without warning
Đoàn Trần Công Danh
2021-05-10
1
-0
/
+7
|
*
|
mailinfo: allow squelching quoted CRLF warning
Đoàn Trần Công Danh
2021-05-10
1
-1
/
+19
|
*
|
mailinfo: warn if CRLF found in decoded base64/QP email
Đoàn Trần Công Danh
2021-05-10
1
-0
/
+14
|
|
/
*
/
mailinfo: also free strbuf lists when clearing mailinfo
Andrzej Hunt
2021-04-28
1
-11
/
+3
|
/
*
mailinfo: disallow NUL character in mail's header
Đoàn Trần Công Danh
2020-04-22
1
-0
/
+5
*
mailinfo.c: avoid strlen on strings that can contains NUL
Đoàn Trần Công Danh
2020-04-22
1
-2
/
+4
*
Merge branch 'rs/micro-cleanups'
Junio C Hamano
2020-03-03
1
-2
/
+1
|
\
|
*
use strpbrk(3) to search for characters from a given set
René Scharfe
2020-02-24
1
-2
/
+1
*
|
mailinfo: factor out some repeated header handling
Jeff King
2020-02-11
1
-16
/
+23
*
|
mailinfo: be more liberal with header whitespace
Jeff King
2020-02-11
1
-2
/
+3
*
|
mailinfo: simplify parsing of header values
Jeff King
2020-02-11
1
-18
/
+22
*
|
mailinfo: treat header values as C strings
Jeff King
2020-02-11
1
-4
/
+4
*
|
mailinfo: don't insert header prefix for handle_content_type()
René Scharfe
2020-02-10
1
-1
/
+0
*
|
strbuf: add and use strbuf_insertstr()
René Scharfe
2020-02-10
1
-2
/
+2
|
/
*
mailinfo: support format=flowed
René Scharfe
2018-08-29
1
-2
/
+62
*
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
2018-05-06
1
-1
/
+1
*
Merge branch 'jc/mailinfo-cleanup-fix'
Junio C Hamano
2018-02-13
1
-4
/
+6
|
\
|
*
mailinfo: avoid segfault when can't open files
Juan F. Codagnone
2018-01-24
1
-4
/
+6
*
|
Merge branch 'rs/mailinfo-qp-decode-fix'
Junio C Hamano
2017-09-28
1
-3
/
+8
|
\
\
|
*
|
mailinfo: don't decode invalid =XY quoted-printable sequences
René Scharfe
2017-09-24
1
-3
/
+8
*
|
|
consistently use "fallthrough" comments in switches
Jeff King
2017-09-22
1
-0
/
+1
*
|
|
mailinfo: release strbuf on error return in handle_boundary()
Rene Scharfe
2017-09-07
1
-0
/
+1
*
|
|
mailinfo: release strbuf after use in handle_from()
Rene Scharfe
2017-09-07
1
-5
/
+4
*
|
|
Spelling fixes
Ville Skyttä
2017-06-27
1
-8
/
+8
*
|
|
Merge branch 'ab/free-and-null'
Junio C Hamano
2017-06-24
1
-2
/
+1
|
\
\
\
|
*
|
|
coccinelle: make use of the "type" FREE_AND_NULL() rule
Ævar Arnfjörð Bjarmason
2017-06-16
1
-2
/
+1
*
|
|
|
Merge branch 'bw/config-h'
Junio C Hamano
2017-06-24
1
-0
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
config: don't include config.h by default
Brandon Williams
2017-06-15
1
-0
/
+1
*
|
|
|
mailinfo & mailsplit: check for EOF while parsing
Johannes Schindelin
2017-05-08
1
-1
/
+8
|
/
/
/
*
|
|
Merge branch 'lt/mailinfo-in-body-header-continuation'
Junio C Hamano
2017-04-20
1
-1
/
+6
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
mailinfo: fix in-body header continuations
Linus Torvalds
2017-04-11
1
-1
/
+6
*
|
|
Merge branch 'jt/mailinfo-fold-in-body-headers'
Junio C Hamano
2016-12-21
1
-1
/
+2
|
\
\
\
|
*
|
|
mailinfo.c: move side-effects outside of assert
Kyle J. McKay
2016-12-20
1
-1
/
+2
|
|
/
/
*
|
|
Merge branch 'kd/mailinfo-quoted-string'
Junio C Hamano
2016-10-03
1
-0
/
+82
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
mailinfo: unescape quoted-pair in header fields
Kevin Daudt
2016-09-28
1
-0
/
+82
|
*
Merge branch 'rs/mailinfo-lib' into maint
Junio C Hamano
2016-09-09
1
-7
/
+2
|
|
\
*
|
|
mailinfo: handle in-body header continuations
Jonathan Tan
2016-09-21
1
-1
/
+49
*
|
|
mailinfo: make is_scissors_line take plain char *
Jonathan Tan
2016-09-19
1
-17
/
+18
*
|
|
mailinfo: separate in-body header processing
Jonathan Tan
2016-09-19
1
-16
/
+17
*
|
|
Merge branch 'rs/mailinfo-lib'
Junio C Hamano
2016-08-17
1
-7
/
+2
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
mailinfo: recycle strbuf in check_header()
René Scharfe
2016-08-14
1
-7
/
+2
*
|
strbuf: introduce strbuf_getline_{lf,nul}()
Junio C Hamano
2016-01-15
1
-4
/
+4
*
|
mailinfo: fix passing wrong address to git_mailinfo_config
Nguyễn Thái Ngọc Duy
2015-11-01
1
-1
/
+1
|
/
*
mailinfo: remove calls to exit() and die() deep in the callchain
Junio C Hamano
2015-10-22
1
-8
/
+22
[next]