summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* set PR_SET_NO_NEW_PRIVS even if sandbox is disabledDavid Kalnischkies2014-10-151-6/+6
* Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-10-141-57/+73
|\
| * Update Status field values handlingGuillem Jover2014-10-081-12/+6
| * implement the updated build profile specjosch2014-10-061-45/+67
* | Change default of Acquire::AllowInsecureRepositories to "true"Michael Vogt2014-10-131-1/+4
* | do not load filesize in pkgAcqIndexTrans explicitlyDavid Kalnischkies2014-10-131-4/+0
* | fix compile and tests errorDavid Kalnischkies2014-10-135-10/+10
* | Fix backward compatiblity of the new pkgAcquireMethod::DropPrivsOrDie()Michael Vogt2014-10-134-6/+21
* | trusted=yes sources are secure, we just don't know whyDavid Kalnischkies2014-10-134-14/+55
* | do not inline virtual destructors with d-pointersDavid Kalnischkies2014-10-1318-29/+43
* | 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
* | Merge remote-tracking branch 'mvo/feature/expected-size' into debian/experime...Michael Vogt2014-10-085-29/+46
|\ \
| * \ Merge remote-tracking branch 'donkult/feature/acq-trans' into feature/expecte...Michael Vogt2014-10-081-1/+4
| |\ \
| * | | Send "Fail-Reason: MaximumSizeExceeded" from the methodMichael Vogt2014-10-071-1/+5
| * | | Add new Acquire::MaxReleaseFileSize=10*1000*1000 optionMichael Vogt2014-10-072-28/+29
| * | | Merge branch 'feature/acq-trans' into feature/expected-sizeMichael Vogt2014-10-079-1073/+1300
| |\ \ \
| * | | | make expected-size a maximum-size check as this is what we want at this pointMichael Vogt2014-10-073-6/+11
| * | | | make http size check workMichael Vogt2014-10-0665-1352/+2835
| |\ \ \ \
| * | | | | Pass ExpectedSize to tthe backend methodMichael Vogt2014-08-263-0/+7
* | | | | | Merge remote-tracking branch 'mvo/feature/acq-trans' into debian/experimentalMichael Vogt2014-10-0810-1074/+1304
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | do not show IP in output of testcasesDavid Kalnischkies2014-10-071-1/+4
| | |_|/ / | |/| | |
| * | | | Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...Michael Vogt2014-10-0727-300/+423
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | 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-073-59/+84
| * | | | ensure partial dirs are 0700 and owned by _apt:rootDavid Kalnischkies2014-10-073-31/+70
| * | | | 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-062-9/+11
| * | | | rename AuthDone() -> CheckAuthDone()Michael Vogt2014-10-062-6/+4
| * | | | cleanup pkgAcq*::Failed()Michael Vogt2014-10-062-72/+54
| * | | | add missing TransactionStageCopy() in pkgAcqDiffIndex::Done()Michael Vogt2014-10-061-12/+5
| * | | | Rework pkgAcqMeta{Index,Sig,ClearSig}::Done() for readabilityMichael Vogt2014-10-062-209/+127
| * | | | fix incorrect docstrings for AcqMetaBase::TransactionStageRemoval/AcqMetaBase...Michael Vogt2014-10-061-2/+2
| * | | | add new "SetActiveSubprocess()Michael Vogt2014-10-062-46/+25
| * | | | really do not download Release if InRelease does not verifyMichael Vogt2014-10-031-20/+24
| * | | | cleanup around pkgAcqMetaSig and improved testsMichael Vogt2014-10-022-47/+47
| * | | | add a bunch of docstrings etcMichael Vogt2014-10-022-14/+40
| * | | | fix crashMichael Vogt2014-10-022-11/+14
| * | | | donkults fixesMichael Vogt2014-10-022-40/+37
| * | | | Cleanup pkgAcqIndexMichael Vogt2014-10-022-135/+171
| * | | | refactor and add pkgAcqIndex::ValidateFile()Michael Vogt2014-10-012-25/+39
| * | | | 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-012-11/+28