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.
gitea/services
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>
3 years ago
..
agit Fix spelling mistake in ProcReceive (#19853) 3 years ago
asymkey Move almost all functions' parameter db.Engine to context.Context (#19748) 3 years ago
attachment Move almost all functions' parameter db.Engine to context.Context (#19748) 3 years ago
auth Move almost all functions' parameter db.Engine to context.Context (#19748) 3 years ago
automerge Move almost all functions' parameter db.Engine to context.Context (#19748) 3 years ago
comments Move almost all functions' parameter db.Engine to context.Context (#19748) 3 years ago
context Move almost all functions' parameter db.Engine to context.Context (#19748) 3 years ago
cron Move almost all functions' parameter db.Engine to context.Context (#19748) 3 years ago
externalaccount
forms Make Ctrl+Enter (quick submit) work for issue comment and wiki editor (#19729) 3 years ago
gitdiff Calculate filename hash only once (#19654) 3 years ago
issue Move almost all functions' parameter db.Engine to context.Context (#19748) 3 years ago
lfs Move access and repo permission to models/perm/access (#19350) 3 years ago
mailer Set Setpgid on child git processes (#19865) 3 years ago
migrations Move almost all functions' parameter db.Engine to context.Context (#19748) 3 years ago
mirror Prevent NPE on update mirror settings (#19864) 3 years ago
org Move almost all functions' parameter db.Engine to context.Context (#19748) 3 years ago
packages Package registry changes (#19305) 3 years ago
pull Move almost all functions' parameter db.Engine to context.Context (#19748) 3 years ago
release improvement some release related code (#19867) 3 years ago
repository improvement some release related code (#19867) 3 years ago
task Use a more general (and faster) method to sanitize URLs with credentials (#19239) 3 years ago
user Move almost all functions' parameter db.Engine to context.Context (#19748) 3 years ago
webhook fix(telegram): fix link bot to release tag (#19830) 3 years ago
wiki Move some helper files out of models (#19355) 3 years ago