summaryrefslogtreecommitdiff
path: root/apt-pkg/sourcelist.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* improve error messageMichael Vogt2014-01-041-12/+22
* improve testsMichael Vogt2014-01-041-1/+2
* suppoer $(ARCH) in deb822 sources.list as wellMichael Vogt2013-12-091-2/+6
* add APT::Sources::Use-Deb822 to allow disabling the deb822 parserMichael Vogt2013-12-091-8/+13
* more refactorMichael Vogt2013-12-091-66/+67
* refactor deb822 reading into its own functionMichael Vogt2013-12-091-16/+33
* fix section addingMichael Vogt2013-12-051-1/+10
* first version with testMichael Vogt2013-12-051-6/+40
* * apt-pkg/sourcelist.cc:Michael Vogt2013-04-041-1/+5
* fix a bunch of cppcheck "(warning) Member variable '<#>' is notDavid Kalnischkies2012-03-041-1/+1
* merge with my debian-sid branchDavid Kalnischkies2011-10-301-1/+1
|\
| * convert a few for-loop char finds to proper strchr and memchrDavid Kalnischkies2011-09-211-1/+1
* | use forward declaration in headers if possible instead of includesDavid Kalnischkies2011-09-191-0/+2
* | merge with debian/experimentalDavid Kalnischkies2011-09-131-6/+28
|\ \
| * | merged from the debian-sid branchMichael Vogt2011-08-151-7/+7
| |\|
| | * cppcheck complains about some possible speed improvements which could beDavid Kalnischkies2011-08-111-7/+7
| * | apt-pkg/sourcelist.cc: GetListOfFilesInDir() fails if the dir does not exists...Michael Vogt2011-08-011-2/+6
| |/
| * * apt-pkg/contrib/fileutl.{cc,h}:Michael Vogt2011-07-281-0/+18
* | reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-131-2/+4
|/
* * apt-pkg/contrib/fileutl.cc:David Kalnischkies2011-01-121-3/+3
* convert FileExists to DirectoryExists to check if the path is really aDavid Kalnischkies2010-05-061-4/+4