summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* invalid cache if architecture set doesn't matchDavid Kalnischkies2014-05-105-10/+67
* improve pkgTagSection scanning and parsingDavid Kalnischkies2014-05-105-104/+365
* parse and retrieve multiple Descriptions in one recordDavid Kalnischkies2014-05-098-95/+124
* reenable pipelining via hashsum reordering supportDavid Kalnischkies2014-05-095-65/+148
* tell download methods the expected hashesDavid Kalnischkies2014-05-093-0/+13
* promote ExpectedHashes to a pkgAcquire::Item memberDavid Kalnischkies2014-05-092-102/+40
* deal with hashes in ftparchive more dynamic as wellDavid Kalnischkies2014-05-095-300/+199
* use HashStringList in the acquire systemDavid Kalnischkies2014-05-0920-361/+507
* use 'best' hash for source authenticationDavid Kalnischkies2014-05-095-158/+385
* add a simple container for HashStringsDavid Kalnischkies2014-05-093-28/+239
* tests: be able to disable "Fetched …" statistics messageDavid Kalnischkies2014-05-093-1/+5
* use a std::vector instead of hardcoded arrayDavid Kalnischkies2014-05-081-41/+39
* mark as Automatic/Downloadable pure as gcc suggestsDavid Kalnischkies2014-05-081-2/+2
* make test independent from the actual Install-SizeDavid Kalnischkies2014-05-081-2/+2
* fix apt-config test now that PATH changed in 8c617819David Kalnischkies2014-05-081-1/+1
* apt-pkg/deb/debindexfile.cc: do not hardcode dpkgMichael Vogt2014-05-081-1/+2
* apt-private/acqprogress.cc: do not show file size on IMSHit, it wasn't fetche...Michael Vogt2014-05-081-2/+0
* Revert "fix test-bug-602412-dequote-redirect by removing the aptget update si...Michael Vogt2014-05-081-4/+1
* Merge remote-tracking branch 'mvo/feature/build-dep-dsc2' into debian/experim...Michael Vogt2014-05-0812-8/+286
|\
| * add support for apt-get build-dep unpacked-source-dirMichael Vogt2014-04-254-1/+70
| * create debIFTypeDscFile typeMichael Vogt2014-04-248-16/+89
| * add support for apt-get build-dep foo.dscMichael Vogt2014-04-226-3/+141
* | Merge remote-tracking branch 'mvo/bugfix/update-progress-reporting' into debi...Michael Vogt2014-05-081-3/+3
|\ \
| * | update test-apt-progress-fdMichael Vogt2014-05-081-3/+3
| * | Merge remote-tracking branch 'upstream/debian/sid' into bugfix/update-progres...Michael Vogt2014-05-081-14/+4
| |\ \
* | \ \ Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-05-081-14/+4
|\ \ \ \ | | |/ / | |/| |
| * | | Merge remote-tracking branch 'mvo/feature/apt-ftparchive-srccache2' into debi...Michael Vogt2014-05-081-14/+4
| |\ \ \
| | * | | fix regression from commit 215b0fafMichael Vogt2014-05-081-14/+4
* | | | | Merge remote-tracking branch 'mvo/bugfix/update-progress-reporting' into debi...Michael Vogt2014-05-0816-202/+721
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | check for UnfetchedReleaseFiles when calculating the update percent valueMichael Vogt2014-05-081-4/+9
| * | | | Merge remote-tracking branch 'upstream/debian/sid' into bugfix/update-progres...Michael Vogt2014-05-0873-57863/+58276
| |\| | |
| | * | | show progress in run-testsMichael Vogt2014-05-071-1/+2
| | * | | Merge remote-tracking branch 'mvo/feature/apt-ftparchive-srccache2' into debi...Michael Vogt2014-05-0713-197/+708
| | |\| |
| | | * | ensure "--db" also works with the new srcpkgdbMichael Vogt2014-04-073-2/+35
| | | * | refactor _InitQuery()Michael Vogt2014-04-042-9/+22
| | | * | ensure clean worksMichael Vogt2014-04-044-10/+42
| | | * | refactor to make OpenFile/OpenDebFile more robustMichael Vogt2014-04-041-120/+110
| | | * | add test for binary cachedb and contents generationMichael Vogt2014-04-043-3/+95
| | | * | Implement CacheDB for source packages in apt-ftparchiveMichael Vogt2014-04-0412-108/+459
| | * | | Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt2014-05-071-0/+2
| | |\ \ \
| | | * | | initialize Verify in second pkgAcqIndex constructorDavid Kalnischkies2014-04-281-0/+2
* | | | | | fix testsMichael Vogt2014-05-072-3/+3
* | | | | | add BUILDDIRECTORY to PATH in the testsMichael Vogt2014-05-071-1/+2
* | | | | | fix some compile errors in the now enabled #if (APT_PKG_MAJOR >= 4 && APT_PKG...Michael Vogt2014-05-076-9/+17
* | | | | | apt-pkg/contrib/macros.h: bump library version to 4.13Michael Vogt2014-05-071-1/+1
* | | | | | fix test-bug-602412-dequote-redirect by removing the aptget update size infor...Michael Vogt2014-05-071-1/+4
* | | | | | Merge remote-tracking branch 'mvo/bugfix/update-progress-reporting' into debi...Michael Vogt2014-05-077-32/+127
|\| | | | |
| * | | | | Merge branch 'debian/sid' into bugfix/update-progress-reportingMichael Vogt2014-05-07139-41449/+41785
| |\ \ \ \ \
| | * \ \ \ \ Merge remote-tracking branch 'upstream/debian/sid' into debian/sidMichael Vogt2014-05-0585-38398/+38580
| | |\ \ \ \ \
| * | | | | | | pass Target/MetaIndexParser around into pkgAcqDiffIndex so that this can be u...Michael Vogt2014-04-172-22/+35