summaryrefslogtreecommitdiff
path: root/apt-pkg/sourcelist.cc
Commit message (Expand)AuthorAgeFilesLines
* sourceslist: Remove deprecated AddVolatileFiles() variantJulian Andres Klode2019-02-261-17/+0
* pkgSrcRecords::Parser: Fold Files2() into Files()Julian Andres Klode2019-02-261-2/+2
* Remove obsolete RCS keywordsGuillem Jover2018-05-071-1/+0
* Check that Date of Release file is not in the futureJulian Andres Klode2018-02-191-0/+2
* allow multivalue fields in deb822 sources to be foldedDavid Kalnischkies2017-11-191-44/+46
* show warnings instead of errors if files are unreadableDavid Kalnischkies2017-07-261-23/+13
* use FileFd to parse all apt configuration filesDavid Kalnischkies2017-07-261-6/+7
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-13/+13
* Drop cacheiterators.h includeJulian Andres Klode2017-07-121-1/+0
* support 'apt build-dep .' (aka: without /)David Kalnischkies2016-11-101-2/+2
* treat .ddeb files like .deb, especially for dpkgDavid Kalnischkies2016-08-251-1/+2
* don't count each Type as an individual deb822-sources stanzaDavid Kalnischkies2016-08-171-5/+3
* add --with-source option and Packages/Sources supportDavid Kalnischkies2016-08-171-1/+33
* support "install ./foo.changes"David Kalnischkies2016-07-221-2/+39
* if conf unset, don't read / as conf/pref/sources dirDavid Kalnischkies2016-06-291-4/+5
* deb822: Restore support for <multivalue>-{Add,Remove}James McCoy2016-04-281-2/+2
* properly parse comments in apt_preferences and deb822-style sourcesDavid Kalnischkies2016-01-021-2/+2
* require explicit paths to dsc/control as we do for deb filesDavid Kalnischkies2015-12-011-1/+7
* accept ../ on the cmdline as start for a deb file as wellDavid Kalnischkies2015-11-291-1/+1
* support .deb files in upgrade operations as wellDavid Kalnischkies2015-11-041-1/+34
* add by-hash sources.list option and document all of by-hashDavid Kalnischkies2015-09-141-0/+1
* avoid using global PendingError to avoid failing too often too soonDavid Kalnischkies2015-09-141-1/+1
* detect and deal with indextarget duplicatesDavid Kalnischkies2015-08-301-0/+11
* use c++11 algorithms to avoid strange compiler warningsDavid Kalnischkies2015-08-291-29/+22
* sources.list and indextargets option for pdiffsDavid Kalnischkies2015-08-271-0/+1
* Support tabs in sources.list filesJulian Andres Klode2015-08-191-1/+1
* Fix an obscure warning from GCCJulian Andres Klode2015-08-111-2/+2
* add volatile sources support in libapt-pkgDavid Kalnischkies2015-08-101-3/+25
* implement Signed-By option for sources.listDavid Kalnischkies2015-08-101-13/+15
* add sources.list Check-Valid-Until and Valid-Until-{Max,Min} optionsDavid Kalnischkies2015-08-101-0/+3
* merge indexRecords into metaIndexDavid Kalnischkies2015-08-101-0/+1
* bring back deb822 sources.list entries as .sourcesDavid Kalnischkies2015-08-101-114/+114
* support lang= and target= sources.list optionsDavid Kalnischkies2015-08-101-18/+22
* make all d-pointer * const pointersDavid Kalnischkies2015-08-101-2/+2
* fix some new compiler warnings reported by gcc-5David Kalnischkies2015-03-161-1/+1
* fix: Prefer prefix ++/-- operators for non-primitive typesDavid Kalnischkies2014-09-271-4/+4
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-1/+10
* Merge remote-tracking branch 'mvo/debian/sid' into debian/sidMichael Vogt2014-01-251-1/+7
|\
| * support " " in deb822 source optionsMichael Vogt2014-01-251-1/+7
* | set APT::Sources::Use-Deb822 to default false for nowMichael Vogt2014-01-241-1/+1
* | add support for multipl types in one lineMichael Vogt2014-01-201-10/+15
* | add support for multiple URIs in deb822 style sources.listMichael Vogt2014-01-201-11/+18
* | add support for Enabled: no in deb822 sources.listMichael Vogt2014-01-201-0/+4
|/
* rename "Suite/Section" to pluralMichael Vogt2014-01-181-2/+2
* implement suggestion by donkult (thanks!)Michael Vogt2014-01-171-2/+2
* support multiple "Suite:" entriesMichael Vogt2014-01-161-9/+18
* rename URL to Uri in deb822-sourcesMichael Vogt2014-01-161-1/+1
* rename "distribution" in sources.list to "suite"Michael Vogt2014-01-161-1/+1
* * refactor to have a new virtual ParseStanzaMichael Vogt2014-01-161-26/+39
* remove "," in components againMichael Vogt2014-01-161-5/+1