summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* pkgPolicy: Introduce storage and helpers for per-version pinsJulian Andres Klode2015-08-102-1/+12
* Turkish translation update for aptMert Dirik2015-06-231-992/+941
* Merge remote-tracking branch 'donkult/debian/experimental' into debian/experi...Michael Vogt2015-06-23373-48186/+52895
|\
| * add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies2015-06-1659-205/+348
| * allow ratelimiting progress reporting for testcasesDavid Kalnischkies2015-06-153-16/+23
| * condense parallel requests with the same hashes to oneDavid Kalnischkies2015-06-1514-101/+198
| * show item ID in Hit, Ign and Err lines as wellDavid Kalnischkies2015-06-1557-422/+618
| * call URIStart in cdrom and file methodDavid Kalnischkies2015-06-159-40/+42
| * deal better with acquiring the same URI multiple timesDavid Kalnischkies2015-06-158-152/+409
| * ensure valid or remove destination file in file methodDavid Kalnischkies2015-06-151-11/+33
| * provide a public interface for acquiring changelogsDavid Kalnischkies2015-06-1512-224/+507
| * hide Translation-* in 'apt-cache policy' outputDavid Kalnischkies2015-06-153-1/+4
| * populate the Architecture field for PackageFilesDavid Kalnischkies2015-06-154-6/+16
| * implement default apt-get file --release-info modeDavid Kalnischkies2015-06-1511-37/+88
| * store Release files data in the CacheDavid Kalnischkies2015-06-1227-219/+573
| * implement 'apt-get files' to access index targetsDavid Kalnischkies2015-06-118-10/+223
| * use an enum instead of strings as IndexTarget::Option interfaceDavid Kalnischkies2015-06-114-12/+38
| * use IndexTarget to get to IndexFileDavid Kalnischkies2015-06-117-509/+197
| * show URI.Path in all acquire item descriptionsDavid Kalnischkies2015-06-1117-50/+98
| * rename Calculate- to GetIndexTargets and use it as official APIDavid Kalnischkies2015-06-103-27/+21
| * stop using IndexTarget pointers which are never freedDavid Kalnischkies2015-06-104-118/+113
| * store all targets data in IndexTarget structDavid Kalnischkies2015-06-106-108/+97
| * abstract the code to iterate over all targets a bitDavid Kalnischkies2015-06-103-95/+142
| * replace ULONG_MAX with c++ style std::numeric_limitsDavid Kalnischkies2015-06-091-2/+2
| * configureable acquire targets to download additional filesDavid Kalnischkies2015-06-098-192/+376
| * remove debianism file-content verificationDavid Kalnischkies2015-06-092-40/+2
| * do not request files if we expect an IMS hitDavid Kalnischkies2015-06-098-45/+127
| * cleanup pdiff support detection decisionDavid Kalnischkies2015-06-092-45/+45
| * support hashes for compressed pdiff filesDavid Kalnischkies2015-06-097-28/+125
| * fix download-file using testcases to run as rootDavid Kalnischkies2015-06-092-16/+17
| * add more parsing error checking for rredDavid Kalnischkies2015-06-093-22/+245
| * check patch hashes in rred worker instead of in the handlerDavid Kalnischkies2015-06-096-59/+121
| * rework hashsum verification in the acquire systemDavid Kalnischkies2015-06-0922-1871/+1824
| * don't try other compressions on hashsum mismatchDavid Kalnischkies2015-06-074-16/+52
| * Merge branch 'debian/sid' into debian/experimentalMichael Vogt2015-05-2211-40/+158
| |\
| | * Update methods/https.cc now that ServerState::Size is renamedMichael Vogt2015-05-221-1/+1
| | * Merge remote-tracking branch 'upstream/debian/jessie' into debian/sidMichael Vogt2015-05-2261-21141/+21431
| | |\
| | | * releasing package apt version 1.0.9.9Michael Vogt2015-04-281-0/+10
| | | * remove "first package seen is native package" assumptionDavid Kalnischkies2015-04-223-14/+74
| | * | parse arch-qualified Provides correctlyHelmut Grohne2015-05-221-0/+6
| | * | Add regression test for LP: #1445239Michael Vogt2015-05-222-0/+31
| | * | Rename "Size" in ServerState to TotalFileSizeMichael Vogt2015-05-223-16/+22
| | * | Fix endless loop in apt-get update that can cause disk fillupMichael Vogt2015-05-224-10/+21
| | * | Merge remote-tracking branch 'upstream/debian/sid' into debian/sidMichael Vogt2015-05-2297-53522/+54712
| | |\ \
| | | * | Move sysconf(_SC_OPEN_MAX); out of the for() loop to avoid unneeded syscallsMichael Vogt2015-04-281-1/+2
| | | * | Revert "HttpsMethod::Fetch(): Zero the FetchResult object when leaving due to...Michael Vogt2015-04-131-2/+0
| | | * | HttpsMethod::Fetch(): Zero the FetchResult object when leaving due to 404Robert Edmonds2015-04-071-0/+2
| | | * | Fix crash in pkgDPkgPM::WriteApportReport(() (LP: #1436626)Michael Vogt2015-04-071-2/+13
| | | * | test/integration/test-apt-download-progress: fix test failure on fast hardwareMichael Vogt2015-03-201-2/+2
| | * | | Merge remote-tracking branch 'upstream/debian/sid' into debian/sidMichael Vogt2014-10-27175-74650/+82998
| | |\ \ \