summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* Use deb.debian.org instead of ftp.debian.org URLsGuillem Jover2024-12-281-1/+1
* Remove non-US leftovers in code and documentationGuillem Jover2024-12-282-3/+1
* methods: Add new sqv methodJulian Andres Klode2024-12-223-4/+33
* Remove GnuTLS and gcrypt supportJulian Andres Klode2024-12-222-146/+2
* hashes, methods: Add OpenSSL backendsJulian Andres Klode2024-12-222-2/+73
* hashes: Add GnuTLS backend, make it defaultJulian Andres Klode2024-12-212-0/+68
* hashes: Refactor backend into PrivateHashesJulian Andres Klode2024-12-211-55/+82
* Remove gnupg and versioned gpgv test dependsJulian Andres Klode2024-12-201-4/+0
* gpgv: Extract VerifyDetachedSignatureFile()Julian Andres Klode2024-12-171-73/+90
* Fix out-of-bounds read in `apt show :`Julian Andres Klode2024-12-161-0/+3
* gpgv: Drop references to apt-keyJulian Andres Klode2024-12-071-4/+4
* gpgv: Merge all keyrings into a single one againJulian Andres Klode2024-12-041-22/+25
* solver3: Reject all non-candidates outright for strict pinningJulian Andres Klode2024-12-032-27/+18
* solver3: Add a missing debug level checkJulian Andres Klode2024-12-031-1/+2
* solver3: Fix intransitivity of version comparison on upgradeJulian Andres Klode2024-12-021-11/+17
* Avoid extension check for .gpgJulian Andres Klode2024-11-291-12/+12
* Detect working gpgv using gpgv --dump-optionsJulian Andres Klode2024-11-282-43/+65
* fileutl: Use execvp() in Popen() instead of execv()Julian Andres Klode2024-11-281-1/+1
* gpgv: Add direct support for --assert-pubkey-algoJulian Andres Klode2024-11-281-0/+23
* Directly call gpgv instead of apt-keyJulian Andres Klode2024-11-281-27/+28
* gpgv: Verify keyrings and dearmor outside apt-keyJulian Andres Klode2024-11-281-5/+54
* strutl: Add Base64DecodeJulian Andres Klode2024-11-282-0/+68
* gpgv: Use std::string instead of const char *Julian Andres Klode2024-11-281-39/+33
* gpgv: Explictly pass all the keyrings to gpgv from aptJulian Andres Klode2024-11-281-3/+40
* Do not implode key file name vector for calling gpgvJulian Andres Klode2024-11-282-2/+10
* gpgv: Generalize apt_error to apt_msg(), add apt_warning()Julian Andres Klode2024-11-281-3/+5
* tagfile: Avoid uninitialized variable warningsJulian Andres Klode2024-11-281-9/+9
* Fix accidental ABI break in debListParser::ParseDependsJulian Andres Klode2024-11-282-0/+25
* Merge branch 'fix/partialfilemirror' into 'main'Julian Andres Klode2024-11-227-126/+260
|\
| * Look at non by-hash paths in copy and file methodsDavid Kalnischkies2024-11-221-5/+6
| * Allow HashSum mismatches to fallback to other mirrorsDavid Kalnischkies2024-11-222-48/+64
| * Never consider file/copy/cdrom sources bad sites due to errorsDavid Kalnischkies2024-11-223-3/+14
| * Clear previous ignored errors before processing acquire item againDavid Kalnischkies2024-11-221-0/+4
| * Do not change UsedMirror on local copy of InReleaseDavid Kalnischkies2024-11-221-1/+1
| * Allow AutoDetectProxy to work with more than just http(s)David Kalnischkies2024-11-223-21/+45
| * Rewrite hidden config option checker for more patternsDavid Kalnischkies2024-11-222-41/+76
| * Show hashes calculated by main thread in error messagesDavid Kalnischkies2024-11-222-1/+25
| * Support uncompressed indexes from partial file:/ mirrorsDavid Kalnischkies2024-11-222-7/+26
* | Tag hidden acquire classes as final for devirtualizationDavid Kalnischkies2024-11-222-8/+8
* | Acknowledge non-erase usage of remove_if for volatile sourcesDavid Kalnischkies2024-11-221-1/+1
|/
* Merge branch 'history-comment' into 'main'Julian Andres Klode2024-11-181-0/+2
|\
| * Add a --comment option to record Comment: in historyJulian Andres Klode2024-11-181-0/+2
* | patterns: Safely peek ahead one byteJulian Andres Klode2024-11-181-1/+17
|/
* Handle Retry-After by defaultJulian Andres Klode2024-11-181-1/+1
* http: use Retry-After HTTP header to optimize retriesFelix Moessbauer2024-11-183-5/+29
* string_view: Include missing headersJulian Andres Klode2024-11-171-0/+3
* Merge branch 'reefer' into 'main'Julian Andres Klode2024-11-146-59/+49
|\
| * fdopen() failing does not close the fdнаб2024-11-141-0/+2
| * DEFER() moreнаб2024-11-146-58/+44
| * DEFERнаб2024-11-141-4/+6