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
*
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-12-06
1
-0
/
+1
*
Merge branch 'jc/mailinfo-header-cleanup'
Junio C Hamano
2024-09-12
1
-12
/
+11
|
\
|
*
mailinfo: we parse fixed headers
Junio C Hamano
2024-08-20
1
-8
/
+8
*
|
Merge branch 'ps/leakfixes-part-5'
Junio C Hamano
2024-09-03
1
-2
/
+15
|
\
\
|
*
|
mailinfo: fix leaking header data
Patrick Steinhardt
2024-08-22
1
-2
/
+15
|
|
/
*
/
global: prepare for hiding away repo-less config functions
Patrick Steinhardt
2024-08-13
1
-0
/
+2
|
/
*
Merge branch 'jk/mailinfo-iterative-unquote-comment'
Junio C Hamano
2023-12-27
1
-2
/
+6
|
\
|
*
mailinfo: avoid recursion when unquoting From headers
Jeff King
2023-12-14
1
-2
/
+6
*
|
Merge branch 'jk/mailinfo-oob-read-fix'
Junio C Hamano
2023-12-27
1
-4
/
+4
|
\
|
|
*
mailinfo: fix out-of-bounds memory reads in unquote_quoted_pair()
Jeff King
2023-12-13
1
-4
/
+4
*
|
config: handle NULL value when parsing non-bools
Jeff King
2023-12-09
1
-0
/
+2
*
|
hex-ll: separate out non-hash-algo functions
Calvin Wan
2023-09-30
1
-1
/
+1
*
|
config: add ctx arg to config_fn_t
Glen Choo
2023-06-28
1
-2
/
+3
*
|
Merge branch 'jc/spell-id-in-both-caps-in-message-id'
Junio C Hamano
2023-04-11
1
-2
/
+2
|
\
\
|
*
|
e-mail workflow: Message-ID is spelled with ID in both capital letters
Junio C Hamano
2023-04-03
1
-2
/
+2
|
|
/
*
/
hex.h: move some hex-related declarations from cache.h
Elijah Newren
2023-02-24
1
-1
/
+3
|
/
*
mailinfo -b: fix an out of bounds access
Phillip Wood
2022-10-03
1
-1
/
+1
*
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
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
[next]