Implement resumable download queue (T-301)

This commit is contained in:
ila
2026-07-16 19:49:06 +08:00
parent 2d302b731a
commit 8dad40f934
27 changed files with 5498 additions and 18 deletions
+6
View File
@@ -0,0 +1,6 @@
// Package downloader provides resumable byte-transfer queues.
//
// A completed download is still untrusted input. Callers must verify the
// signed Catalog identity, exact size, SHA-256 and package signature before
// handing the file to the installer.
package downloader