summaryrefslogtreecommitdiff
path: root/apt-pkg/sourcelist.cc
AgeCommit message (Expand)AuthorFilesLines
2017-07-26show warnings instead of errors if files are unreadableDavid Kalnischkies1-23/+13
2017-07-26use FileFd to parse all apt configuration filesDavid Kalnischkies1-6/+7
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode1-13/+13
2017-07-12Drop cacheiterators.h includeJulian Andres Klode1-1/+0
2016-11-10support 'apt build-dep .' (aka: without /)David Kalnischkies1-2/+2
2016-08-25treat .ddeb files like .deb, especially for dpkgDavid Kalnischkies1-1/+2
2016-08-17don't count each Type as an individual deb822-sources stanzaDavid Kalnischkies1-5/+3
2016-08-17add --with-source option and Packages/Sources supportDavid Kalnischkies1-1/+33
2016-07-22support "install ./foo.changes"David Kalnischkies1-2/+39
2016-06-29if conf unset, don't read / as conf/pref/sources dirDavid Kalnischkies1-4/+5
2016-04-28deb822: Restore support for <multivalue>-{Add,Remove}James McCoy1-2/+2
2016-01-02properly parse comments in apt_preferences and deb822-style sourcesDavid Kalnischkies1-2/+2
2015-12-01require explicit paths to dsc/control as we do for deb filesDavid Kalnischkies1-1/+7
2015-11-29accept ../ on the cmdline as start for a deb file as wellDavid Kalnischkies1-1/+1
2015-11-04support .deb files in upgrade operations as wellDavid Kalnischkies1-1/+34
2015-09-14add by-hash sources.list option and document all of by-hashDavid Kalnischkies1-0/+1
2015-09-14avoid using global PendingError to avoid failing too often too soonDavid Kalnischkies1-1/+1
2015-08-30detect and deal with indextarget duplicatesDavid Kalnischkies1-0/+11
2015-08-29use c++11 algorithms to avoid strange compiler warningsDavid Kalnischkies1-29/+22
2015-08-27sources.list and indextargets option for pdiffsDavid Kalnischkies1-0/+1
2015-08-19Support tabs in sources.list filesJulian Andres Klode1-1/+1
2015-08-11Fix an obscure warning from GCCJulian Andres Klode1-2/+2
2015-08-10add volatile sources support in libapt-pkgDavid Kalnischkies1-3/+25
2015-08-10implement Signed-By option for sources.listDavid Kalnischkies1-13/+15
2015-08-10add sources.list Check-Valid-Until and Valid-Until-{Max,Min} optionsDavid Kalnischkies1-0/+3
2015-08-10merge indexRecords into metaIndexDavid Kalnischkies1-0/+1
2015-08-10bring back deb822 sources.list entries as .sourcesDavid Kalnischkies1-114/+114
2015-08-10support lang= and target= sources.list optionsDavid Kalnischkies1-18/+22
2015-08-10make all d-pointer * const pointersDavid Kalnischkies1-2/+2
2015-03-16fix some new compiler warnings reported by gcc-5David Kalnischkies1-1/+1
2014-09-27fix: Prefer prefix ++/-- operators for non-primitive typesDavid Kalnischkies1-4/+4
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-1/+10
2014-01-25Merge remote-tracking branch 'mvo/debian/sid' into debian/sidMichael Vogt1-1/+7
2014-01-25support " " in deb822 source optionsMichael Vogt1-1/+7
2014-01-24set APT::Sources::Use-Deb822 to default false for nowMichael Vogt1-1/+1
2014-01-20add support for multipl types in one lineMichael Vogt1-10/+15
2014-01-20add support for multiple URIs in deb822 style sources.listMichael Vogt1-11/+18
2014-01-20add support for Enabled: no in deb822 sources.listMichael Vogt1-0/+4
2014-01-18rename "Suite/Section" to pluralMichael Vogt1-2/+2
2014-01-17implement suggestion by donkult (thanks!)Michael Vogt1-2/+2
2014-01-16support multiple "Suite:" entriesMichael Vogt1-9/+18
2014-01-16rename URL to Uri in deb822-sourcesMichael Vogt1-1/+1
2014-01-16rename "distribution" in sources.list to "suite"Michael Vogt1-1/+1
2014-01-16* refactor to have a new virtual ParseStanzaMichael Vogt1-26/+39
2014-01-16remove "," in components againMichael Vogt1-5/+1
2014-01-04improve error messageMichael Vogt1-12/+22
2014-01-04improve testsMichael Vogt1-1/+2
2013-12-09suppoer $(ARCH) in deb822 sources.list as wellMichael Vogt1-2/+6
2013-12-09add APT::Sources::Use-Deb822 to allow disabling the deb822 parserMichael Vogt1-8/+13
2013-12-09more refactorMichael Vogt1-66/+67