summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/debmetaindex.cc
Commit message (Expand)AuthorAgeFilesLines
* Delete SHADOWED metaIndex if we don't actually use snapshotsJulian Andres Klode2024-02-201-0/+7
* Automatically enable snapshots where supportedJulian Andres Klode2024-02-201-1/+16
* Modernize standard library includesJulian Andres Klode2024-02-201-1/+1
* Fix snapshot crashesJulian Andres Klode2023-07-121-1/+3
* update: Add notice about missing Signed-By in deb822 sourcesJulian Andres Klode2023-06-271-0/+3
* Rework the domain iteration in the host fallbackJulian Andres Klode2023-05-241-3/+18
* Ensure that Snapshots: no doesn't get overriden by host-name configJulian Andres Klode2023-05-241-7/+3
* Seed snapshot servers for well-known hostsJulian Andres Klode2023-05-241-9/+31
* Initial support for snapshot servers, apt --snapshot optionJulian Andres Klode2023-05-021-4/+102
* Parse Checksum fields via pkgTagSection::Key, tooDavid Kalnischkies2022-04-011-4/+3
* Don't print every inline PGP key in Signed-ByVictor Westerhuis2021-11-051-1/+0
* Only allow full Signed-By keys where filenames are allowedJulian Andres Klode2021-10-181-3/+5
* Add support for embedding PGP keys into Signed-By in deb822 sourcesJulian Andres Klode2021-10-181-0/+17
* Streamline access to barbarian architecture functionalityDavid Kalnischkies2021-09-041-5/+15
* Keep URIs encoded in the acquire systemDavid Kalnischkies2020-12-181-3/+10
* metaindex: Add Origin, Label, Version, DefaultPin, ReleaseNotes membersJulian Andres Klode2020-02-261-5/+5
* Revert "Add a Packages-Require-Authorization Release file field"Julian Andres Klode2020-02-161-1/+0
* Apply various suggestions by cppcheckDavid Kalnischkies2019-07-081-3/+3
* RFC1123StrToTime: Accept const std::string& as first argumentJulian Andres Klode2019-06-171-2/+2
* debmetaindex: Use isspace_ascii() variant to normalize Signed-ByJulian Andres Klode2019-05-071-1/+1
* Add 'explicit' to most single argument constructorsJulian Andres Klode2019-04-301-1/+1
* metaindex: Remove deprecated checkSum::Hash (replaced by Hashes)Julian Andres Klode2019-02-261-3/+0
* Add a Packages-Require-Authorization Release file fieldJulian Andres Klode2019-02-011-0/+1
* Support subkeys properly in Signed-By optionsDavid Kalnischkies2018-09-111-51/+62
* Don't use invalid iterator in Fallback-Of handlingDavid Kalnischkies2018-08-291-0/+1
* Check that Date of Release file is not in the futureJulian Andres Klode2018-02-191-43/+93
* Introduce inrelease-path option for sources.listJulian Andres Klode2018-01-171-0/+4
* give the methods more metadata about the files to acquireDavid Kalnischkies2017-12-131-9/+9
* deprecate the single-line deprecation ignoring macroDavid Kalnischkies2017-12-131-2/+4
* Fix translator comment location for legacy target warningJulian Andres Klode2017-09-131-3/+5
* Do not warn about duplicate "legacy" targetsJulian Andres Klode2017-09-091-2/+3
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-12/+12
* Handle supported components with slashes in sources.listApollon Oikonomopoulos2017-07-121-3/+2
* show a Release-Notes URI if infos were changedDavid Kalnischkies2017-06-281-0/+1
* error in update on Release information changesDavid Kalnischkies2017-06-281-1/+18
* warn if an expected file can't be acquiredDavid Kalnischkies2017-06-261-0/+18
* avoid producing invalid options if repo has no hostDavid Kalnischkies2016-12-311-2/+5
* allow arch=all to override No-Support-for-Architecture-allDavid Kalnischkies2016-07-221-11/+29
* refactor plus/minus sources.list option handlingDavid Kalnischkies2016-07-191-85/+108
* add insecure (and weak) allow-options for sources.listDavid Kalnischkies2016-06-221-31/+87
* handle weak-security repositories as unauthenticatedDavid Kalnischkies2016-06-221-13/+9
* merge sources.list lines based on Release filenameDavid Kalnischkies2016-06-171-20/+22
* Normalize Signed-By values by removing trailing commas everywhereJulian Andres Klode2016-05-151-4/+11
* Add conflicting Signed-By values to error messageJulian Andres Klode2016-05-151-1/+1
* Strip trailing commas for created signed-by fingerprint listsJulian Andres Klode2016-05-101-0/+2
* implement Identifier field for IndexTargetsDavid Kalnischkies2016-05-081-9/+22
* implement Fallback-Of for IndexTargetsDavid Kalnischkies2016-05-081-8/+31
* download arch:all also for NATIVE_ARCHITECTURE indextargetsDavid Kalnischkies2016-05-071-96/+104
* don't construct MetaIndex acquire items with IndexTargetsDavid Kalnischkies2016-05-071-4/+2
* support Signed-By in Release files as a sort of HPKPDavid Kalnischkies2016-05-011-3/+53