summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire-item.cc
Commit message (Expand)AuthorAgeFilesLines
* variants: Do not report unsupported variants in repositoriesJulian Andres Klode2026-01-231-2/+3
* Implement architecture variantsJulian Andres Klode2025-10-251-2/+52
* Replace "GPG error" with "OpenPGP signature verification failed"Julian Andres Klode2025-03-041-3/+3
* string{=> _view} flNotDir(string{=> _view}). Configuration::{Cnd,}Set(Value: ...наб2025-02-141-7/+7
* string{=> _view} flExtension(string{=> _view})наб2025-02-141-1/+1
* Drop usage of macro APT_OVERRIDE for simple overrideDavid Kalnischkies2025-01-051-5/+5
* methods: Add new sqv methodJulian Andres Klode2024-12-221-0/+8
* Merge branch 'fix/partialfilemirror' into 'main'Julian Andres Klode2024-11-221-12/+35
|\
| * 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-221-2/+2
| * Never consider file/copy/cdrom sources bad sites due to errorsDavid Kalnischkies2024-11-221-1/+12
| * Do not change UsedMirror on local copy of InReleaseDavid Kalnischkies2024-11-221-1/+1
| * Show hashes calculated by main thread in error messagesDavid Kalnischkies2024-11-221-1/+13
| * Support uncompressed indexes from partial file:/ mirrorsDavid Kalnischkies2024-11-221-2/+1
* | Tag hidden acquire classes as final for devirtualizationDavid Kalnischkies2024-11-221-2/+2
|/
* apt-pkg/acquire-item.cc: prepare for APT::StringView -> std::string_viewнаб2024-11-121-7/+7
* ReportMirrorFailureToCentral: fix use-after-freeнаб2024-11-121-1/+2
* Turn unique_ptr<decltype(fclose and free)> into real deleter types (warnings ...наб2024-11-121-2/+2
* Add an audit message for missing InRelease filesJulian Andres Klode2024-04-191-0/+2
* Change the default log level from debug to noticeJulian Andres Klode2024-04-191-1/+1
* Modernize standard library includesJulian Andres Klode2024-02-201-6/+6
* Do not store .diff_Index files in updateDavid Kalnischkies2024-01-031-22/+24
* Do not store trusted=yes Release file unconditionallyDavid Kalnischkies2023-03-041-3/+6
* Detect trimmed changelogs and pick online insteadDavid Kalnischkies2023-03-031-11/+56
* Typo fixEgon Willighagen2022-12-131-1/+1
* Avoid .c_str() on strings feed into pkgTagSection::FindSDavid Kalnischkies2022-04-011-9/+9
* Spelling fixesVille Skyttä2021-11-271-2/+2
* acquire-item: Quote Signed-By before sending itJulian Andres Klode2021-10-181-2/+2
* Convert to monotonic clockJulian Andres Klode2021-07-281-3/+3
* Implement exponential delay between retriesJulian Andres Klode2021-07-281-0/+10
* pkgAcqIndex::CommonFailed: Set StatIdle before calling Init()Julian Andres Klode2021-07-131-1/+1
* Use full item description in broken repo errorDavid Kalnischkies2021-06-101-3/+2
* URI encode Filename field of Packages files (again)David Kalnischkies2021-06-041-6/+6
* Automatically retry failed downloads 3 timesJulian Andres Klode2021-04-151-1/+1
* Error on packages without a Size field (option Acquire::AllowUnsizedPackages)Julian Andres Klode2021-04-131-0/+7
* Ensure all index files sent custom tags to the methodsDavid Kalnischkies2021-03-071-5/+6
* Start pdiff patching from the last possible starting pointDavid Kalnischkies2021-03-071-18/+8
* Rename pdiff merge patches only after they are all downloadedDavid Kalnischkies2021-03-071-5/+4
* Limit on first patch size only for server-merged patchesDavid Kalnischkies2021-02-041-17/+22
* Don't re-encode encoded URIs in pkgAcqFileDavid Kalnischkies2020-12-181-1/+2
* Keep URIs encoded in the acquire systemDavid Kalnischkies2020-12-181-19/+23
* Default Acquire::AllowReleaseInfoChange::Suite to "true"Julian Andres Klode2020-08-101-1/+1
* Drop pkgAcquire::Item::ModifyRetries() ABI hackJulian Andres Klode2020-02-261-8/+2
* Remove pkgAcqFile::Failed overloadJulian Andres Klode2020-02-261-6/+0
* Revert "Add a Packages-Require-Authorization Release file field"Julian Andres Klode2020-02-161-4/+0
* Remove failed trusted signature instead of index on IMS hitDavid Kalnischkies2019-11-271-0/+5
* Use correct filename on IMS-hit reverify for indicesDavid Kalnischkies2019-11-271-11/+6
* Fix some style warnings from cppcheckDavid Kalnischkies2019-11-261-11/+16
* Apply various suggestions by cppcheckDavid Kalnischkies2019-07-081-1/+0
* acquire-item: Remove deprecated members and functionsJulian Andres Klode2019-02-261-18/+3