summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/debmetaindex.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* support multiple fingerprints in signed-byDavid Kalnischkies2016-05-011-7/+14
* drop confusing comma from no strong hash messageDavid Kalnischkies2016-03-251-1/+1
* only warn about missing/invalid Date field for nowDavid Kalnischkies2016-01-271-12/+14
* keep compressed indexes in a low-cost formatDavid Kalnischkies2016-01-081-0/+40
* allow repositories to forbid arch:all for specific index targetsDavid Kalnischkies2015-12-271-0/+13
* show a more descriptive error for weak Release filesDavid Kalnischkies2015-12-141-4/+15
* review of new/changed translatable program stringsJustin B Rye2015-11-211-6/+6
* support arch:all data e.g. in separate Packages fileDavid Kalnischkies2015-11-041-1/+27
* add by-hash sources.list option and document all of by-hashDavid Kalnischkies2015-09-141-3/+18
* avoid using global PendingError to avoid failing too often too soonDavid Kalnischkies2015-09-141-5/+4
* detect and deal with indextarget duplicatesDavid Kalnischkies2015-08-301-2/+59
* implement $(NATIVE_ARCHITECTURE) substvar for indextargetsDavid Kalnischkies2015-08-301-0/+5
* implement indextargets option 'DefaultEnabled'David Kalnischkies2015-08-291-5/+11
* use c++11 algorithms to avoid strange compiler warningsDavid Kalnischkies2015-08-291-34/+29