summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire-item.cc
Commit message (Expand)AuthorAgeFilesLines
* chown finished partial files earlierDavid Kalnischkies2014-10-231-50/+61
* use c++ style instead of the last two c-arraysDavid Kalnischkies2014-10-201-21/+21
* aborted reverify restores file owner and permissionDavid Kalnischkies2014-10-201-1/+5
* run acquire transactions only onceDavid Kalnischkies2014-10-201-0/+2
* mark --allow-insecure-repositories message as translateableDavid Kalnischkies2014-10-201-18/+15
* ignore Acquire::GzipIndexes for cdrom sourcesDavid Kalnischkies2014-10-151-20/+27
* Merge branch 'debian/sid' into debian/experimentalDavid Kalnischkies2014-10-151-5/+5
|\
| * don't cleanup cdrom files in apt-get updateDavid Kalnischkies2014-10-151-8/+7
* | do not load filesize in pkgAcqIndexTrans explicitlyDavid Kalnischkies2014-10-131-4/+0
* | fix compile and tests errorDavid Kalnischkies2014-10-131-4/+4
* | Fix backward compatiblity of the new pkgAcquireMethod::DropPrivsOrDie()Michael Vogt2014-10-131-3/+9
* | trusted=yes sources are secure, we just don't know whyDavid Kalnischkies2014-10-131-3/+3
* | display a warning for unsigned reposDavid Kalnischkies2014-10-131-0/+4
* | make --allow-insecure-repositories message an errorDavid Kalnischkies2014-10-131-3/+3
* | remove useless pdiff filename outputDavid Kalnischkies2014-10-101-4/+3
* | Only rename StatError files in AbortTransaction()Michael Vogt2014-10-081-4/+7
* | pkgAcqArchive::QueueNext(): change owner/permission of DestFileMichael Vogt2014-10-081-1/+1
* | Send "Fail-Reason: MaximumSizeExceeded" from the methodMichael Vogt2014-10-071-1/+5
* | Add new Acquire::MaxReleaseFileSize=10*1000*1000 optionMichael Vogt2014-10-071-27/+26
* | Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...Michael Vogt2014-10-071-169/+297
|\ \
| * | support parsing of all hashes for pdiffDavid Kalnischkies2014-09-301-139/+271
* | | UpperCase some functions for consistencyMichael Vogt2014-10-071-25/+25
* | | display errortext for all Err as well as Ign logsDavid Kalnischkies2014-10-071-41/+36
* | | use _apt:root only for partial directoriesDavid Kalnischkies2014-10-071-54/+79
* | | fixup foldmarkers in acquire-item.ccDavid Kalnischkies2014-10-071-91/+51
* | | fix warningsMichael Vogt2014-10-061-3/+3
* | | rename StopAuthentication -> CheckStopAuthentication and make it protectedMichael Vogt2014-10-061-4/+7
* | | rename AuthDone() -> CheckAuthDone()Michael Vogt2014-10-061-5/+3
* | | cleanup pkgAcq*::Failed()Michael Vogt2014-10-061-62/+51
* | | add missing TransactionStageCopy() in pkgAcqDiffIndex::Done()Michael Vogt2014-10-061-12/+5
* | | Rework pkgAcqMeta{Index,Sig,ClearSig}::Done() for readabilityMichael Vogt2014-10-061-180/+92
* | | fix incorrect docstrings for AcqMetaBase::TransactionStageRemoval/AcqMetaBase...Michael Vogt2014-10-061-2/+2
* | | add new "SetActiveSubprocess()Michael Vogt2014-10-061-46/+19
* | | really do not download Release if InRelease does not verifyMichael Vogt2014-10-031-20/+24
* | | cleanup around pkgAcqMetaSig and improved testsMichael Vogt2014-10-021-47/+44
* | | add a bunch of docstrings etcMichael Vogt2014-10-021-12/+36
* | | fix crashMichael Vogt2014-10-021-8/+12
* | | donkults fixesMichael Vogt2014-10-021-37/+28
* | | Cleanup pkgAcqIndexMichael Vogt2014-10-021-110/+138
* | | refactor and add pkgAcqIndex::ValidateFile()Michael Vogt2014-10-011-21/+34
* | | fix leftover files from Acquire::GzipIndexMichael Vogt2014-10-011-1/+1
* | | hack around test-apt-update-unauth failureMichael Vogt2014-10-011-0/+9
* | | update test/integration/test-releasefile-verificationMichael Vogt2014-10-011-9/+9
* | | Use Acquire::Allow{InsecureRepositories,DowngradeToInsecureRepositories}Michael Vogt2014-10-011-11/+24
* | | add verify for the .diff/Index download and add FIXME for pkgAcqIndexDiffs/pk...Michael Vogt2014-10-011-0/+19
* | | cleanupMichael Vogt2014-09-291-17/+32
* | | fix DestFile extMichael Vogt2014-09-291-1/+1
* | | refactorMichael Vogt2014-09-291-10/+11
* | | Adjust DestFile in ReverifyAfterIMS() to not include compr ExtensionMichael Vogt2014-09-291-0/+7
* | | Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...Michael Vogt2014-09-291-11/+72
|\| |