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