You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/services/mailer
zeripath 1d04e8641d
Set Setpgid on child git processes (#19865)
When Gitea is running as PID 1 git will occassionally orphan child processes leading
to (defunct) processes. This PR simply sets Setpgid to true on these child processes
meaning that these defunct processes will also be correctly reaped.

Fix #19077

Signed-off-by: Andrew Thornton <art27@cantab.net>
2 years ago
..
mail.go Added X-Mailer header to outgoing emails (#19562) 2 years ago
mail_comment.go Add config options to hide issue events (#17414) 2 years ago
mail_issue.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2 years ago
mail_release.go Try to prevent autolinking of displaynames by email readers (#19169) 2 years ago
mail_repo.go Move organization related structs into sub package (#18518) 2 years ago
mail_test.go Move milestone to models/issues/ (#19278) 2 years ago
mailer.go Set Setpgid on child git processes (#19865) 2 years ago
mailer_test.go refactoring nits (#18188) 3 years ago
main_test.go Use a struct as test options (#19393) 2 years ago