summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire-item.cc
Commit message (Expand)AuthorAgeFilesLines
* implement PDiff patching for compressed filesDavid Kalnischkies2015-08-281-72/+146
* sources.list and indextargets option for pdiffsDavid Kalnischkies2015-08-271-1/+1
* use always priv-dropping for changelog download as rootDavid Kalnischkies2015-08-271-0/+4
* Fix all the wrong removals of includes that iwyu got wrongMichael Vogt2015-08-171-0/+1
* Cleanup includes after running iwyuMichael Vogt2015-08-171-2/+0
* drop extra newline in 'Failed to fetch' and 'GPG error' messageDavid Kalnischkies2015-08-101-1/+1
* enhance "hit paywall" error message to mention the probable causeDavid Kalnischkies2015-08-101-46/+44
* handle site-changing redirects as mirror changesDavid Kalnischkies2015-08-101-3/+1
* skip .diff/Index acquire if Release file was a hitDavid Kalnischkies2015-08-101-0/+6
* add c++11 override marker to overridden methodsDavid Kalnischkies2015-08-101-2/+2
* allow individual targets to be kept compressedDavid Kalnischkies2015-08-101-7/+7
* implement Signed-By option for sources.listDavid Kalnischkies2015-08-101-1/+14
* add sources.list Check-Valid-Until and Valid-Until-{Max,Min} optionsDavid Kalnischkies2015-08-101-2/+2
* merge indexRecords into metaIndexDavid Kalnischkies2015-08-101-53/+60
* fix memory leaks reported by -fsanitizeDavid Kalnischkies2015-08-101-24/+33
* make all d-pointer * const pointersDavid Kalnischkies2015-08-101-13/+13
* apply various style suggestions by cppcheckDavid Kalnischkies2015-08-101-18/+18
* add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies2015-06-161-1/+10
* show item ID in Hit, Ign and Err lines as wellDavid Kalnischkies2015-06-151-1/+1
* call URIStart in cdrom and file methodDavid Kalnischkies2015-06-151-9/+4
* deal better with acquiring the same URI multiple timesDavid Kalnischkies2015-06-151-16/+9
* provide a public interface for acquiring changelogsDavid Kalnischkies2015-06-151-0/+211
* store Release files data in the CacheDavid Kalnischkies2015-06-121-3/+3
* use IndexTarget to get to IndexFileDavid Kalnischkies2015-06-111-9/+0
* stop using IndexTarget pointers which are never freedDavid Kalnischkies2015-06-101-84/+83
* store all targets data in IndexTarget structDavid Kalnischkies2015-06-101-3/+12
* remove debianism file-content verificationDavid Kalnischkies2015-06-091-37/+2
* do not request files if we expect an IMS hitDavid Kalnischkies2015-06-091-27/+50
* cleanup pdiff support detection decisionDavid Kalnischkies2015-06-091-40/+45
* support hashes for compressed pdiff filesDavid Kalnischkies2015-06-091-12/+60
* check patch hashes in rred worker instead of in the handlerDavid Kalnischkies2015-06-091-39/+56
* rework hashsum verification in the acquire systemDavid Kalnischkies2015-06-091-1304/+1272
* don't try other compressions on hashsum mismatchDavid Kalnischkies2015-06-071-10/+23
* treat older Release files than we already have as an IMSHitDavid Kalnischkies2015-05-181-75/+189
* detect Releasefile IMS hits even if the server doesn'tDavid Kalnischkies2015-05-131-8/+23
* implement VerifyFile as all-hashes checkDavid Kalnischkies2015-05-121-1/+1
* improve partial/ cleanup in abort and failure casesDavid Kalnischkies2015-05-111-62/+131
* hide first pdiff merge failure debug messageDavid Kalnischkies2015-04-191-1/+2
* a hit on Release files means the indexes will be hits tooDavid Kalnischkies2015-04-191-15/+75
* refactor calculation of final lists/ name from URIDavid Kalnischkies2015-04-191-111/+82
* unsigned Release files can expire, tooDavid Kalnischkies2015-04-191-8/+18
* guard const-ification API changesDavid Kalnischkies2014-11-081-0/+28
* replace ignore-deprecated #pragma dance with _PragmaDavid Kalnischkies2014-11-081-15/+3
* reenable patchsize limit option for pdiffsDavid Kalnischkies2014-11-081-1/+1
* Merge remote-tracking branch 'upstream/debian/experimental' into feature/no-m...Michael Vogt2014-11-061-74/+48
|\
| * Call "Dequeue()" for items in AbortTransaction() to fix raceMichael Vogt2014-11-041-0/+3
| * move permission changing from -item to -workerDavid Kalnischkies2014-10-261-42/+0
| * chown finished partial files earlierDavid Kalnischkies2014-10-231-50/+61
* | Only support Translation-* that are listed in the {In,}Release fileMichael Vogt2014-10-291-115/+41
|/
* use c++ style instead of the last two c-arraysDavid Kalnischkies2014-10-201-21/+21