-
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