summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/debmetaindex.h
AgeCommit message (Expand)AuthorFilesLines
2019-06-12Run unifdef -DAPT_{8,9,10,15}_CLEANER_HEADERSJulian Andres Klode1-6/+0
2018-02-19Check that Date of Release file is not in the futureJulian Andres Klode1-0/+4
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode1-1/+1
2017-06-26warn if an expected file can't be acquiredDavid Kalnischkies1-0/+1
2016-06-22add insecure (and weak) allow-options for sources.listDavid Kalnischkies1-2/+3
2015-12-27allow repositories to forbid arch:all for specific index targetsDavid Kalnischkies1-0/+1
2015-11-04support arch:all data e.g. in separate Packages fileDavid Kalnischkies1-0/+1
2015-09-14add by-hash sources.list option and document all of by-hashDavid Kalnischkies1-1/+1
2015-08-30detect and deal with indextarget duplicatesDavid Kalnischkies1-1/+2
2015-08-27sources.list and indextargets option for pdiffsDavid Kalnischkies1-1/+2
2015-08-10add volatile sources support in libapt-pkgDavid Kalnischkies1-39/+0
2015-08-10add c++11 override marker to overridden methodsDavid Kalnischkies1-17/+17
2015-08-10implement Signed-By option for sources.listDavid Kalnischkies1-0/+1
2015-08-10add sources.list Check-Valid-Until and Valid-Until-{Max,Min} optionsDavid Kalnischkies1-0/+3
2015-08-10merge indexRecords into metaIndexDavid Kalnischkies1-9/+20
2015-08-10detect and error out on conflicting Trusted settingsDavid Kalnischkies1-3/+5
2015-08-10support lang= and target= sources.list optionsDavid Kalnischkies1-25/+13
2015-08-10make all d-pointer * const pointersDavid Kalnischkies1-2/+2
2015-06-16add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies1-1/+2
2015-06-15implement default apt-get file --release-info modeDavid Kalnischkies1-1/+1
2015-06-12store Release files data in the CacheDavid Kalnischkies1-0/+6
2015-06-10rename Calculate- to GetIndexTargets and use it as official APIDavid Kalnischkies1-1/+4
2015-06-10stop using IndexTarget pointers which are never freedDavid Kalnischkies1-1/+1
2015-06-09configureable acquire targets to download additional filesDavid Kalnischkies1-8/+0
2014-11-08mark internal interfaces as hiddenDavid Kalnischkies1-2/+2
2014-11-08better non-virtual metaIndex.LocalFileName() implementationDavid Kalnischkies1-1/+2
2014-11-08use a abi version check similar to the gcc checkDavid Kalnischkies1-1/+1
2014-09-30mark private methods as hiddenDavid Kalnischkies1-1/+1
2014-05-29Fix more warnings from clangMichael Vogt1-1/+2
2014-04-28WIP local deb installMichael Vogt1-0/+24
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-1/+7
2013-12-05* enable release based selection for deb-src (closes: 731102)Michael Vogt1-0/+7
2011-12-13revert 2184.1.3: forward declaration instead of headersDavid Kalnischkies1-0/+4
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies1-21/+22
2011-07-14* apt-pkg/deb/debmetaindex.cc:David Kalnischkies1-0/+3
2011-06-08* [ABI-Break] Implement EDSP in libapt-pkg so that all front-ends whichMichael Vogt1-1/+3
2011-02-02apt-pkg/deb/*: add placeholder dpointer and make destructors virtualMichael Vogt1-1/+3
2011-01-28 - download and use i18n/Index to choose which Translations to downloadDavid Kalnischkies1-0/+2
2009-12-23merge Goswin Brederlow "support download of index files for different archs"David Kalnischkies1-12/+16
2009-06-30merged r1811..1815 from lp:~donkult/apt/experimentalMichael Vogt1-0/+1
2006-10-02* removed the pragma messMichael Vogt1-4/+0
2004-12-20* merged changes from the conferenceMichael Vogt1-0/+48