Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix -Wmissing-field-initializers warnings | David Kalnischkies | 2014-03-13 | 1 | -4/+4 |
* | support DEB_BUILD_PROFILES and -P for build profiles | David Kalnischkies | 2014-03-13 | 1 | -1/+1 |
* | implement BuildProfileSpec support as dpkg has in 1.17.2 | Johannes Schauer | 2014-03-13 | 1 | -4/+87 |
* | Fix typos in documentation (codespell) | Michael Vogt | 2014-02-22 | 1 | -1/+1 |
* | don't strip :any from dependencies in single-arch | David Kalnischkies | 2013-09-26 | 1 | -4/+2 |
* | init the pkgTagFile with the size of the Release file | David Kalnischkies | 2013-08-15 | 1 | -1/+1 |
* | use pkgTagFile to parse "header" of Release files | David Kalnischkies | 2013-08-08 | 1 | -85/+19 |
* | handle missing "Description" in apt-cache show | David Kalnischkies | 2013-06-20 | 1 | -1/+5 |
* | merged bundle from david | Michael Vogt | 2013-04-08 | 1 | -7/+7 |
|\ | |||||
| * | micro-optimize and enhance readability of ListParser::VersionHash | David Kalnischkies | 2013-04-01 | 1 | -7/+7 |
* | | merged lp:~mvo/apt/fix-inrelease5 | Michael Vogt | 2013-04-02 | 1 | -11/+1 |
|\ \ | |/ |/| | |||||
| * | * apt-pkg/deb/debindexfile.cc, | David Kalnischkies | 2013-03-18 | 1 | -11/+1 |
* | | fix pkgProblemResolver::Scores, thanks to Paul Wise. | Michael Vogt | 2013-01-08 | 1 | -6/+7 |
|/ | |||||
* | handle packages without a mandatory architecture (debian-policy ยง5.3) | David Kalnischkies | 2012-09-09 | 1 | -4/+18 |
* | * apt-pkg/deb/deblistparser.cc: | David Kalnischkies | 2012-07-09 | 1 | -1/+2 |
* | do not dereference the storage for the unique strings as the pointer can | David Kalnischkies | 2012-06-16 | 1 | -7/+9 |
* | * apt-pkg/deb/deblistparser.cc: | David Kalnischkies | 2012-06-14 | 1 | -27/+5 |
* | * deb/deblistparser.cc: | David Kalnischkies | 2012-06-14 | 1 | -23/+30 |
* | * apt-pkg/deb/deblistparser.cc: | Thibaut Girka | 2012-06-11 | 1 | -3/+17 |
* | * apt-pkg/deb/deblistparser.cc: | David Kalnischkies | 2012-06-10 | 1 | -6/+5 |
* | * apt-pkg/deb/deblistparser.cc: | David Kalnischkies | 2012-05-02 | 1 | -5/+12 |
* | * apt-pkg/deb/deblistparser.cc: | David Kalnischkies | 2012-04-18 | 1 | -2/+8 |
* | * apt-pkg/deb/deblistparser.cc: | Julian Andres Klode | 2012-03-05 | 1 | -1/+1 |
* | Allow the FileFd to use an external Compressor to uncompress a given file | David Kalnischkies | 2011-12-13 | 1 | -0/+1 |
* | * apt-pkg/deb/deblistparser.cc: | David Kalnischkies | 2011-11-03 | 1 | -0/+3 |
* | merge with my debian-sid branch | David Kalnischkies | 2011-10-30 | 1 | -13/+8 |
|\ | |||||
| * | convert a few for-loop char finds to proper strchr and memchr | David Kalnischkies | 2011-09-21 | 1 | -13/+8 |
* | | * apt-pkg/pkgcachegen.cc: | David Kalnischkies | 2011-10-11 | 1 | -4/+1 |
* | | merge with current debian apt/experimental | David Kalnischkies | 2011-10-05 | 1 | -12/+20 |
|\ \ | |||||
| * \ | * apt-pkg/contrib/configuration.cc: | Michael Vogt | 2011-10-05 | 1 | -12/+20 |
| |\ \ | |||||
| | * | | merged fix from donkult | Michael Vogt | 2011-09-26 | 1 | -12/+20 |
* | | | | use forward declaration in headers if possible instead of includes | David Kalnischkies | 2011-09-19 | 1 | -0/+1 |
* | | | | do not pollute namespace in the headers with using (Closes: #500198) | David Kalnischkies | 2011-09-19 | 1 | -0/+2 |
|/ / / | |||||
* | | | merge with debian/experimental | David Kalnischkies | 2011-09-13 | 1 | -9/+26 |
|\ \ \ | |||||
| * \ \ | merged from the debian-sid branch | Michael Vogt | 2011-08-15 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |/| / | | |/ | |||||
| | * | cppcheck complains about some possible speed improvements which could be | David Kalnischkies | 2011-08-11 | 1 | -1/+1 |
| * | | merged from debian-apt | Michael Vogt | 2011-07-28 | 1 | -5/+19 |
| |\| | |||||
| | * | merged from lp:~donkult/apt/sid | Michael Vogt | 2011-07-28 | 1 | -5/+19 |
| | |\ | |||||
| | | * | * apt-pkg/deb/deblistparser.cc: | David Kalnischkies | 2011-07-27 | 1 | -1/+5 |
| | |/ | |||||
| * | | * merged latest fixes from debian-sid | Michael Vogt | 2011-07-28 | 1 | -3/+6 |
| |\| | |||||
| | * | * apt-pkg/deb/deblistparser.cc: | David Kalnischkies | 2011-07-25 | 1 | -3/+6 |
* | | | reorder includes: add <config.h> if needed and include it at first | David Kalnischkies | 2011-09-13 | 1 | -0/+2 |
|/ / | |||||
* | | merge lp:~mvo/apt/abi-break | Michael Vogt | 2011-06-29 | 1 | -8/+3 |
|\ \ | |/ |/| | |||||
| * | * apt-pkg/pkgcache.h: | David Kalnischkies | 2011-05-17 | 1 | -8/+3 |
* | | merged from lp:~mvo/apt/mvo | Michael Vogt | 2011-06-28 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | * apt-pkg/deb/deblistparser.cc: | Michael Vogt | 2011-06-09 | 1 | -1/+1 |
* | | rename I to J to avoid redefining a variable (clang warning) | David Kalnischkies | 2011-05-17 | 1 | -5/+5 |
|/ | |||||
* | * apt-pkg/deb/deblistparser.cc: | Julian Andres Klode | 2011-04-14 | 1 | -1/+1 |
* | * apt-pkg/deb/deblistparser.cc: | David Kalnischkies | 2011-03-28 | 1 | -12/+13 |
* | * apt-pkg/cacheiterator.h: | David Kalnischkies | 2011-03-25 | 1 | -3/+11 |