summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-07Send "Fail-Reason: MaximumSizeExceeded" from the methodMichael Vogt6-6/+21
2014-10-07Add new Acquire::MaxReleaseFileSize=10*1000*1000 optionMichael Vogt3-31/+39
2014-10-07Merge branch 'feature/acq-trans' into feature/expected-sizeMichael Vogt43-1146/+2043
2014-10-07make expected-size a maximum-size check as this is what we want at this pointMichael Vogt10-19/+31
2014-10-07Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...Michael Vogt39-536/+901
2014-10-07UpperCase some functions for consistencyMichael Vogt1-25/+25
2014-10-07fix test-cve-2013-1051-InRelease-parsing (fails now in the method)Michael Vogt1-1/+1
2014-10-07add ftp expected size checkMichael Vogt3-5/+8
2014-10-07methods/https.cc: use File->Tell() here tooMichael Vogt1-2/+1
2014-10-07display errortext for all Err as well as Ign logsDavid Kalnischkies8-101/+108
2014-10-07use _apt:root only for partial directoriesDavid Kalnischkies7-79/+137
2014-10-07ensure partial dirs are 0700 and owned by _apt:rootDavid Kalnischkies8-55/+81
2014-10-07fixup foldmarkers in acquire-item.ccDavid Kalnischkies1-91/+51
2014-10-06make http size check workMichael Vogt308-81287/+92461
2014-10-06[l10n] Updated Czech translation of aptMiroslav Kure1-16/+16
2014-10-06fix warningsMichael Vogt1-3/+3
2014-10-06rename StopAuthentication -> CheckStopAuthentication and make it protectedMichael Vogt2-9/+11
2014-10-06fix testMichael Vogt1-2/+1
2014-10-06rename AuthDone() -> CheckAuthDone()Michael Vogt2-6/+4
2014-10-06cleanup pkgAcq*::Failed()Michael Vogt3-73/+55
2014-10-06add missing TransactionStageCopy() in pkgAcqDiffIndex::Done()Michael Vogt1-12/+5
2014-10-06Rework pkgAcqMeta{Index,Sig,ClearSig}::Done() for readabilityMichael Vogt3-213/+149
2014-10-06fix incorrect docstrings for AcqMetaBase::TransactionStageRemoval/AcqMetaBase...Michael Vogt1-2/+2
2014-10-06add new "SetActiveSubprocess()Michael Vogt2-46/+25
2014-10-06update testMichael Vogt1-3/+7
2014-10-03apt-get: Create the temporary downloaded changelog inside tmpdirGuillem Jover1-1/+1
2014-10-03Bump library version to libapt-pkg4.14Michael Vogt4-3/+3
2014-10-03really do not download Release if InRelease does not verifyMichael Vogt1-20/+24
2014-10-03implement MarkAndSweep in cc instead of headerDavid Kalnischkies2-13/+16
2014-10-03rename StringType VERSION to VERSIONNUMBERDavid Kalnischkies3-7/+7
2014-10-02cleanup around pkgAcqMetaSig and improved testsMichael Vogt3-52/+76
2014-10-02add a bunch of docstrings etcMichael Vogt2-14/+40
2014-10-02ensure world-readability for trusted.gpg in postinstDavid Kalnischkies2-0/+11
2014-10-02fix crashMichael Vogt2-11/+14
2014-10-02donkults fixesMichael Vogt3-41/+38
2014-10-02Cleanup pkgAcqIndexMichael Vogt2-135/+171
2014-10-01refactor and add pkgAcqIndex::ValidateFile()Michael Vogt2-25/+39
2014-10-01fix leftover files from Acquire::GzipIndexMichael Vogt2-8/+23
2014-10-01hack around test-apt-update-unauth failureMichael Vogt2-6/+24
2014-10-01fix test-apt-update-nofallback testMichael Vogt1-1/+5
2014-10-01debian/rules: add hardening=+allMichael Vogt1-3/+6
2014-10-01update test/integration/test-releasefile-verificationMichael Vogt2-10/+21
2014-10-01Use Acquire::Allow{InsecureRepositories,DowngradeToInsecureRepositories}Michael Vogt15-24/+65
2014-10-01add verify for the .diff/Index download and add FIXME for pkgAcqIndexDiffs/pk...Michael Vogt1-0/+19
2014-10-01Turkish program translation updateMert Dirik1-93/+90
2014-09-30Merge remote-tracking branch 'donkult/debian/experimental' into debian/experi...Michael Vogt24-365/+717
2014-09-30adjust version numbers for the planed uploadMichael Vogt2-2/+2
2014-09-30fix another instance of warning: extra ‘;’ [-Wpedantic]David Kalnischkies1-2/+2
2014-09-30support parsing of all hashes for pdiffDavid Kalnischkies5-159/+328
2014-09-30mark private methods as hiddenDavid Kalnischkies19-112/+88