summaryrefslogtreecommitdiff
path: root/apt-pkg/sourcelist.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* * apt-pkg/sourcelist.cc:David Kalnischkies2010-04-241-0/+7
* [BREAK] merge MultiArch-ABI. We don't support MultiArch,David Kalnischkies2010-02-131-36/+45
|\
| * merge Goswin Brederlow "support download of index files for different archs"David Kalnischkies2009-12-231-36/+45
* | Add a GetListOfFilesInDir() helper method which replaces the oldDavid Kalnischkies2010-01-031-42/+1
|/
* * apt-pkg/sourcelist.cc:Julian Andres Klode2009-08-031-3/+6
* display warnings instead of errors if the parts dirs doesn't existDavid Kalnischkies2009-07-151-2/+6
* * remove all the remaining #pragma implementationMichael Vogt2007-06-081-4/+0
* * fix a string (thanks to bubulle)Michael Vogt2005-11-291-1/+1
* * merged the sources.list.d patchMichael Vogt2005-11-141-5/+110
* Bring consistency to the use of capitals in programs messagesChristian Perrier2005-03-061-1/+1
* Merge apt--authentication--0Matt Zimmerman2004-12-131-106/+33
* * Fix typo in error message when encountering unknown t...Arch Librarian2004-09-201-2/+2
* Don't die if lines in sources.list are too long. Closes...Arch Librarian2004-09-201-2/+5
* Fix small memory leak in the sourcelistArch Librarian2004-09-201-1/+20
* Use std C++ header names for includesArch Librarian2004-09-201-2/+2