summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* rewrite ReadMessages()David Kalnischkies2014-10-261-58/+66
* promote filesize to a hashstringDavid Kalnischkies2014-10-243-7/+32
* chown finished partial files earlierDavid Kalnischkies2014-10-234-65/+89
* 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
* test if TMPDIR is accessible before usingDavid Kalnischkies2014-10-201-2/+4
* check for failure message in testsuccess/failureDavid Kalnischkies2014-10-201-1/+1
* 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
* | 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