index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mailinfo.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-01
Merge branch 'vp/http-rate-limit-retries'
Junio C Hamano
1
-1
/
+1
2026-03-17
strbuf_attach: fix call sites to pass correct alloc
Vaidas Pilkauskas
1
-1
/
+1
2026-02-05
global: constify some pointers that are not written to
Collin Funk
1
-1
/
+1
2025-07-23
config: move Git config parsing into "environment.c"
Patrick Steinhardt
1
-0
/
+1
2025-06-25
Merge branch 'jg/mailinfo-leakfix'
Junio C Hamano
1
-0
/
+2
2025-06-14
mailinfo.c: fix memory leak in function handle_content_type()
Jinyao Guo
1
-0
/
+2
2025-05-15
mailinfo: fix pointential memory leak if `decode_header` failed
Lidong Yan
1
-21
/
+21
2024-12-18
mailinfo: stop using `the_repository`
Patrick Steinhardt
1
-3
/
+2
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-09-12
Merge branch 'jc/mailinfo-header-cleanup'
Junio C Hamano
1
-12
/
+11
2024-09-03
Merge branch 'ps/leakfixes-part-5'
Junio C Hamano
1
-2
/
+15
2024-08-22
mailinfo: fix leaking header data
Patrick Steinhardt
1
-2
/
+15
2024-08-20
mailinfo: we parse fixed headers
Junio C Hamano
1
-8
/
+8
2024-08-13
global: prepare for hiding away repo-less config functions
Patrick Steinhardt
1
-0
/
+2
2023-12-27
Merge branch 'jk/mailinfo-iterative-unquote-comment'
Junio C Hamano
1
-2
/
+6
2023-12-27
Merge branch 'jk/mailinfo-oob-read-fix'
Junio C Hamano
1
-4
/
+4
2023-12-14
mailinfo: avoid recursion when unquoting From headers
Jeff King
1
-2
/
+6
2023-12-12
mailinfo: fix out-of-bounds memory reads in unquote_quoted_pair()
Jeff King
1
-4
/
+4
2023-12-09
config: handle NULL value when parsing non-bools
Jeff King
1
-0
/
+2
2023-09-29
hex-ll: separate out non-hash-algo functions
Calvin Wan
1
-1
/
+1
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
1
-2
/
+3
2023-04-11
Merge branch 'jc/spell-id-in-both-caps-in-message-id'
Junio C Hamano
1
-2
/
+2
2023-04-03
e-mail workflow: Message-ID is spelled with ID in both capital letters
Junio C Hamano
1
-2
/
+2
2023-02-23
hex.h: move some hex-related declarations from cache.h
Elijah Newren
1
-1
/
+3
2022-10-03
mailinfo -b: fix an out of bounds access
Phillip Wood
1
-1
/
+1
2022-05-02
tree-wide: apply equals-null.cocci
Junio C Hamano
1
-2
/
+2
2021-07-08
Merge branch 'ar/mailinfo-memcmp-to-skip-prefix'
Junio C Hamano
1
-2
/
+2
2021-06-10
Merge branch 'ef/mailinfo-short-name'
Junio C Hamano
1
-1
/
+1
2021-06-09
mailinfo: use starts_with() when checking scissors
Andrei Rybak
1
-2
/
+2
2021-05-17
mailinfo: don't discard names under 3 characters
edef
1
-1
/
+1
2021-05-16
Merge branch 'dd/mailinfo-quoted-cr'
Junio C Hamano
1
-0
/
+39
2021-05-10
mailinfo: allow stripping quoted CR without warning
Đoàn Trần Công Danh
1
-0
/
+7
2021-05-10
mailinfo: allow squelching quoted CRLF warning
Đoàn Trần Công Danh
1
-1
/
+19
2021-05-10
mailinfo: warn if CRLF found in decoded base64/QP email
Đoàn Trần Công Danh
1
-0
/
+14
2021-04-28
mailinfo: also free strbuf lists when clearing mailinfo
Andrzej Hunt
1
-11
/
+3
2020-04-22
mailinfo: disallow NUL character in mail's header
Đoàn Trần Công Danh
1
-0
/
+5
2020-04-22
mailinfo.c: avoid strlen on strings that can contains NUL
Đoàn Trần Công Danh
1
-2
/
+4
2020-03-02
Merge branch 'rs/micro-cleanups'
Junio C Hamano
1
-2
/
+1
2020-02-24
use strpbrk(3) to search for characters from a given set
René Scharfe
1
-2
/
+1
2020-02-11
mailinfo: factor out some repeated header handling
Jeff King
1
-16
/
+23
2020-02-11
mailinfo: be more liberal with header whitespace
Jeff King
1
-2
/
+3
2020-02-11
mailinfo: simplify parsing of header values
Jeff King
1
-18
/
+22
2020-02-11
mailinfo: treat header values as C strings
Jeff King
1
-4
/
+4
2020-02-10
mailinfo: don't insert header prefix for handle_content_type()
René Scharfe
1
-1
/
+0
2020-02-10
strbuf: add and use strbuf_insertstr()
René Scharfe
1
-2
/
+2
2018-08-29
mailinfo: support format=flowed
René Scharfe
1
-2
/
+62
2018-05-06
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
1
-1
/
+1
2018-02-13
Merge branch 'jc/mailinfo-cleanup-fix'
Junio C Hamano
1
-4
/
+6
2018-01-24
mailinfo: avoid segfault when can't open files
Juan F. Codagnone
1
-4
/
+6
2017-09-28
Merge branch 'rs/mailinfo-qp-decode-fix'
Junio C Hamano
1
-3
/
+8
[next]