summaryrefslogtreecommitdiff
path: root/test/integration
Commit message (Expand)AuthorAgeFilesLines
* implement Signed-By option for sources.listDavid Kalnischkies2015-08-103-14/+93
* add sources.list Check-Valid-Until and Valid-Until-{Max,Min} optionsDavid Kalnischkies2015-08-101-0/+9
* merge indexRecords into metaIndexDavid Kalnischkies2015-08-101-3/+1
* detect and error out on conflicting Trusted settingsDavid Kalnischkies2015-08-102-4/+21
* bring back deb822 sources.list entries as .sourcesDavid Kalnischkies2015-08-101-19/+56
* support lang= and target= sources.list optionsDavid Kalnischkies2015-08-104-21/+108
* fix memory leaks reported by -fsanitizeDavid Kalnischkies2015-08-101-0/+3
* Fix test case breakage from the new policy implementationJulian Andres Klode2015-08-105-47/+48
* allow ratelimiting progress reporting for testcasesDavid Kalnischkies2015-06-152-11/+14
* condense parallel requests with the same hashes to oneDavid Kalnischkies2015-06-1512-95/+193
* show item ID in Hit, Ign and Err lines as wellDavid Kalnischkies2015-06-159-65/+65
* call URIStart in cdrom and file methodDavid Kalnischkies2015-06-155-21/+26
* deal better with acquiring the same URI multiple timesDavid Kalnischkies2015-06-152-1/+81
* provide a public interface for acquiring changelogsDavid Kalnischkies2015-06-154-35/+103
* implement default apt-get file --release-info modeDavid Kalnischkies2015-06-151-0/+6
* store Release files data in the CacheDavid Kalnischkies2015-06-122-2/+9
* implement 'apt-get files' to access index targetsDavid Kalnischkies2015-06-111-0/+2
* show URI.Path in all acquire item descriptionsDavid Kalnischkies2015-06-1112-39/+40
* store all targets data in IndexTarget structDavid Kalnischkies2015-06-101-2/+2
* abstract the code to iterate over all targets a bitDavid Kalnischkies2015-06-102-1/+39
* configureable acquire targets to download additional filesDavid Kalnischkies2015-06-092-5/+61
* do not request files if we expect an IMS hitDavid Kalnischkies2015-06-097-18/+77
* support hashes for compressed pdiff filesDavid Kalnischkies2015-06-091-2/+44
* fix download-file using testcases to run as rootDavid Kalnischkies2015-06-092-16/+17
* add more parsing error checking for rredDavid Kalnischkies2015-06-092-1/+196
* check patch hashes in rred worker instead of in the handlerDavid Kalnischkies2015-06-091-0/+2
* rework hashsum verification in the acquire systemDavid Kalnischkies2015-06-099-43/+80
* don't try other compressions on hashsum mismatchDavid Kalnischkies2015-06-073-6/+29
* Merge branch 'debian/sid' into debian/experimentalMichael Vogt2015-05-223-1/+101
|\
| * Merge remote-tracking branch 'upstream/debian/jessie' into debian/sidMichael Vogt2015-05-224-54/+331
| |\
| | * remove "first package seen is native package" assumptionDavid Kalnischkies2015-04-221-0/+72
| * | Add regression test for LP: #1445239Michael Vogt2015-05-221-0/+29
| * | test/integration/test-apt-download-progress: fix test failure on fast hardwareMichael Vogt2015-03-201-2/+2
* | | treat older Release files than we already have as an IMSHitDavid Kalnischkies2015-05-188-80/+121
* | | detect Releasefile IMS hits even if the server doesn'tDavid Kalnischkies2015-05-135-1/+70
* | | detect 416 complete file in partial by expected hashDavid Kalnischkies2015-05-123-3/+10
* | | rewrite all TFRewrite instances to use the new pkgTagSection::WriteDavid Kalnischkies2015-05-111-2/+2
* | | sync TFRewrite*Order arrays with dpkg and dakDavid Kalnischkies2015-05-115-15/+98
* | | remove available file to have same dpkg -l behaviorDavid Kalnischkies2015-05-111-1/+2
* | | remove unused and strange default-value for pinsDavid Kalnischkies2015-05-111-0/+4
* | | a pin of 1000 always means downgrade allowedDavid Kalnischkies2015-05-112-90/+86
* | | improve partial/ cleanup in abort and failure casesDavid Kalnischkies2015-05-114-15/+18
* | | Merge branch 'debian/jessie' into debian/experimentalDavid Kalnischkies2015-04-193-54/+260
|\ \ \ | | |/ | |/|
| * | parse specific-arch dependencies correctly on single-arch systemsDavid Kalnischkies2015-04-122-54/+253
| * | keyids in "apt-key del" should be case-insensitiveDavid Kalnischkies2015-04-071-0/+6
| |/
* | a hit on Release files means the indexes will be hits tooDavid Kalnischkies2015-04-197-67/+176
* | ensure lists/ files have correct permissions after apt-cdrom addDavid Kalnischkies2015-04-192-2/+4
* | calculate hashes while downloading in httpsDavid Kalnischkies2015-04-191-2/+4
* | send Alt-* info for uncompressed based on any compressionsDavid Kalnischkies2015-04-192-2/+2
* | improve https method queue progress reportingDavid Kalnischkies2015-04-194-44/+80