summaryrefslogtreecommitdiff
path: root/apt-pkg/srcrecords.cc
Commit message (Expand)AuthorAgeFilesLines
* apt-pkg/srcrecords.cc: 'source' means 'deb-src' in error messageNis Martensen2020-02-121-1/+1
* pkgSrcRecords::Parser: Fold Files2() into Files()Julian Andres Klode2019-02-261-30/+0
* Remove obsolete RCS keywordsGuillem Jover2018-05-071-1/+0
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-5/+5
* add support for Build-Depends/Conflicts-ArchJohannes Schauer2016-11-091-1/+3
* avoid using global PendingError to avoid failing too often too soonDavid Kalnischkies2015-09-141-11/+8
* Make apt compile with clang++ againMichael Vogt2015-08-141-1/+1
* make all d-pointer * const pointersDavid Kalnischkies2015-08-101-1/+1
* apply various style suggestions by cppcheckDavid Kalnischkies2015-08-101-0/+4
* use 'best' hash for source authenticationDavid Kalnischkies2014-11-101-1/+30
* use pkgSrcRecords::Step() instead of Next()Michael Vogt2014-06-101-3/+3
* add pkgSrcRecords::Next() to step through all the pkgSrcRecordsMichael Vogt2014-06-091-13/+24
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-1/+6
* restart debSrcRecordParsers only if neededDavid Kalnischkies2014-01-301-2/+3
* various simple changes to fix cppcheck warningsDavid Kalnischkies2013-03-101-6/+5
* fix a bunch of cppcheck "(warning) Member variable '<#>' is notDavid Kalnischkies2012-03-041-1/+1
* atleast libapt should announce to itself that it is clean…David Kalnischkies2011-12-151-4/+4
* use forward declaration in headers if possible instead of includesDavid Kalnischkies2011-09-191-0/+1
* merge with debian/experimentalDavid Kalnischkies2011-09-131-5/+5
|\
| * cppcheck complains about some possible speed improvements which could beDavid Kalnischkies2011-08-111-5/+5
* | reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-131-2/+4
|/
* Ignore :qualifiers after package name in build dependenciesDavid Kalnischkies2009-11-291-2/+2
* * remove all the remaining #pragma implementationMichael Vogt2007-06-081-4/+0
* * merged changes from the conferenceMichael Vogt2004-12-201-24/+20
* Remove 'Sorry' from messages.Arch Librarian2004-09-201-2/+2
* Segfault with missing source files. Closes: #100325Arch Librarian2004-09-201-2/+3
* Double slash bugArch Librarian2004-09-201-2/+2
* Join with aliencodeArch Librarian2004-09-201-34/+34
* Fixed for 0 length source filesArch Librarian2004-09-201-4/+4
* working apt-get sourceArch Librarian2004-09-201-2/+2
* Source record parsingArch Librarian2004-09-201-0/+139