summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid overflow when summing up file sizesJulian Andres Klode2015-12-071-3/+3
* Check if the Apt::Sandbox::User exists in CheckDropPrivsMustBeDisabled()Michael Vogt2015-11-271-0/+4
* Deal with killed acquire methods properly instead of hangingMichael Vogt2015-11-271-5/+16
* ignore lost+found in private directory cleanupDavid Kalnischkies2015-11-191-0/+1
* do not use _apt for file/copy sources if it isn't world-accessibleDavid Kalnischkies2015-11-191-29/+84
* wrap every unlink call to check for != /dev/nullDavid Kalnischkies2015-11-041-4/+4
* use std-algorithms instead of manual loops to avoid overflow warningDavid Kalnischkies2015-09-141-19/+24
* fix 'Dead assignment' by dropping unneeded booleanDavid Kalnischkies2015-09-141-3/+1
* avoid using global PendingError to avoid failing too often too soonDavid Kalnischkies2015-09-141-7/+8
* improve CheckDropPrivsMustBeDisabled furtherDavid Kalnischkies2015-09-011-8/+22
* if file is inaccessible for _apt, disable privilege drop in acquireDavid Kalnischkies2015-08-311-0/+51
* Fix all the wrong removals of includes that iwyu got wrongMichael Vogt2015-08-171-0/+2
* Cleanup includes after running iwyuMichael Vogt2015-08-171-3/+0
* make all d-pointer * const pointersDavid Kalnischkies2015-08-101-2/+2
* apply various style suggestions by cppcheckDavid Kalnischkies2015-08-101-2/+2
* add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies2015-06-161-0/+9
* allow ratelimiting progress reporting for testcasesDavid Kalnischkies2015-06-151-5/+9
* condense parallel requests with the same hashes to oneDavid Kalnischkies2015-06-151-1/+4
* deal better with acquiring the same URI multiple timesDavid Kalnischkies2015-06-151-16/+110
* create our cache and lib directory always with mode 755David Kalnischkies2014-11-181-2/+5
* use pkgAcquire::GetLock instead of own codeDavid Kalnischkies2014-11-091-0/+2
* chown finished partial files earlierDavid Kalnischkies2014-10-231-15/+25
* check that auth.conf exists before chowning itDavid Kalnischkies2014-10-221-3/+4
* Ensure /etc/apt/auth.conf has _apt:root ownerMichael Vogt2014-10-211-2/+10
* fix compile and tests errorDavid Kalnischkies2014-10-131-3/+3
* Fix backward compatiblity of the new pkgAcquireMethod::DropPrivsOrDie()Michael Vogt2014-10-131-2/+3
* do not inline virtual destructors with d-pointersDavid Kalnischkies2014-10-131-0/+4
* ensure partial dirs are 0700 and owned by _apt:rootDavid Kalnischkies2014-10-071-23/+55
* Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...Michael Vogt2014-09-291-28/+23
|\
| * allow fetcher setup without directory creationDavid Kalnischkies2014-09-271-13/+17
| * fix: Member variable 'X' is not initialized in the constructor.David Kalnischkies2014-09-271-15/+6
* | use pkgAcqMetaBase as the transactionManagerMichael Vogt2014-09-171-69/+0
* | make errors more consistentMichael Vogt2014-08-011-2/+3
* | fail early (again) on gpg sig failuresMichael Vogt2014-07-311-2/+2
* | Rework TransactionID stuffMichael Vogt2014-07-311-0/+3
* | WIP cleanup pkgAcqMetaSigMichael Vogt2014-07-221-1/+0
* | add pkgAcquire::TransactionHasError()Michael Vogt2014-07-211-3/+20
* | WIP transaction based updateMichael Vogt2014-07-181-0/+50
|/
* Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-07-081-0/+3
|\
| * Do not clean "/" in pkgAcquire::Clean/pkgArchiveCleanerMichael Vogt2014-07-081-0/+3
* | check for UnfetchedReleaseFiles when calculating the update percent valueMichael Vogt2014-05-081-4/+9
* | calculate Percent as part of pkgAcquireStatus to provide a weighted percent f...Michael Vogt2014-04-161-17/+17
* | add Debug::acquire::progress debug option and fixme for index file loading wi...Michael Vogt2014-04-161-0/+8
* | load the size from the metaindex into the fetcher to have even more accurate ...Michael Vogt2014-04-161-1/+4
* | make the TotalFiles more reliable in apt-get updateMichael Vogt2014-04-161-4/+12
|/
* follow method attribute suggestions by gccDavid Kalnischkies2014-03-131-3/+3
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-0/+6
* warning: extra ‘;’ [-Wpedantic]David Kalnischkies2014-03-131-1/+1
* Fix typos in documentation (codespell)Michael Vogt2014-02-221-3/+3
* * apt-pkg/acquire*.cc:Raphael Geissert2012-05-141-5/+34