[Git][pacman/pacman][master] 4 commits: libalpm: set errno if child exited via signal
Allan McRae pushed to branch master at Pacman / Pacman Commits: 6fcecbd0 by morganamilo at 2025-05-26T16:13:06+10:00 libalpm: set errno if child exited via signal - - - - - d87dd153 by morganamilo at 2025-05-26T16:13:06+10:00 libalpm: finalize tempfile if destfile doesn't exist On setup we move the termfile into the temp download dir to resume downloads. We don't move these back losing any tempfiles we already had. - - - - - 5c451cd9 by morganamilo at 2025-05-26T16:13:06+10:00 libalpm: propagate signal from child to parent If we ^C while downloading the parent should propagate so pacman can exit as it did before the sandboxing. - - - - - 45c4eef6 by morganamilo at 2025-05-26T16:13:06+10:00 libalpm: move tempdir cleanup into _alpm_download this ensures the dir still gets cleaned up even if killed by a signal - - - - - 3 changed files: - lib/libalpm/be_sync.c - lib/libalpm/dload.c - lib/libalpm/sync.c View it on GitLab: https://gitlab.archlinux.org/pacman/pacman/-/compare/528709131f3609791ebe501... -- View it on GitLab: https://gitlab.archlinux.org/pacman/pacman/-/compare/528709131f3609791ebe501... You're receiving this email because of your account on gitlab.archlinux.org.
participants (1)
-
Allan McRae (@allan)