summaryrefslogtreecommitdiff
path: root/apt-pkg/sourcelist.cc
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-09refactor deb822 reading into its own functionMichael Vogt1-16/+33
2013-12-05fix section addingMichael Vogt1-1/+10
2013-12-05first version with testMichael Vogt1-6/+40
2013-04-04* apt-pkg/sourcelist.cc:Michael Vogt1-1/+5
2012-03-04fix a bunch of cppcheck "(warning) Member variable '<#>' is notDavid Kalnischkies1-1/+1
2011-10-30merge with my debian-sid branchDavid Kalnischkies1-1/+1
2011-09-21convert a few for-loop char finds to proper strchr and memchrDavid Kalnischkies1-1/+1
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies1-0/+2
2011-09-13merge with debian/experimentalDavid Kalnischkies1-6/+28
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies1-2/+4
2011-08-15merged from the debian-sid branchMichael Vogt1-7/+7
2011-08-11cppcheck complains about some possible speed improvements which could beDavid Kalnischkies1-7/+7
2011-08-01apt-pkg/sourcelist.cc: GetListOfFilesInDir() fails if the dir does not exists...Michael Vogt1-2/+6
2011-07-28* apt-pkg/contrib/fileutl.{cc,h}:Michael Vogt1-0/+18
2011-01-12* apt-pkg/contrib/fileutl.cc:David Kalnischkies1-3/+3
2010-05-06convert FileExists to DirectoryExists to check if the path is really aDavid Kalnischkies1-4/+4
2010-04-24* apt-pkg/sourcelist.cc:David Kalnischkies1-0/+7
2010-02-13[BREAK] merge MultiArch-ABI. We don't support MultiArch,David Kalnischkies1-36/+45
2010-01-03Add a GetListOfFilesInDir() helper method which replaces the oldDavid Kalnischkies1-42/+1
2009-12-23merge Goswin Brederlow "support download of index files for different archs"David Kalnischkies1-36/+45
2009-08-03* apt-pkg/sourcelist.cc:Julian Andres Klode1-3/+6
2009-07-15display warnings instead of errors if the parts dirs doesn't existDavid Kalnischkies1-2/+6
2007-06-08* remove all the remaining #pragma implementationMichael Vogt1-4/+0
2005-11-29* fix a string (thanks to bubulle)Michael Vogt1-1/+1
2005-11-14* merged the sources.list.d patchMichael Vogt1-5/+110
2005-03-06Bring consistency to the use of capitals in programs messagesChristian Perrier1-1/+1
2004-12-13Merge apt--authentication--0Matt Zimmerman1-106/+33
2004-09-20* Fix typo in error message when encountering unknown t...Arch Librarian1-2/+2
2004-09-20Don't die if lines in sources.list are too long. Closes...Arch Librarian1-2/+5
2004-09-20Fix small memory leak in the sourcelistArch Librarian1-1/+20
2004-09-20Use std C++ header names for includesArch Librarian1-2/+2