summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix select timeout to be 50msec instead of 0.5msec" for acquireJulian Andres Klode2015-10-111-1/+1
* Fix select timeout to be 50msec instead of 0.5msecMichael Vogt2015-09-302-2/+2
* fallback to well-known URI if by-hash failsDavid Kalnischkies2015-09-141-36/+50
* add by-hash sources.list option and document all of by-hashDavid Kalnischkies2015-09-146-12/+27
* do not ignore differently versioned self-providesDavid Kalnischkies2015-09-141-1/+2
* srv test: do 100 pulls twice and compare listDavid Kalnischkies2015-09-141-0/+4
* fix alloc-dealloc-mismatch (operator new [] vs operator delete)David Kalnischkies2015-09-141-4/+4
* fix two memory leaks reported by gccDavid Kalnischkies2015-09-141-6/+9
* use std-algorithms instead of manual loops to avoid overflow warningDavid Kalnischkies2015-09-142-21/+26
* do not report deprecate warnings for the None declarationDavid Kalnischkies2015-09-141-0/+2
* 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-1416-86/+101
* use a less generic special trigger filename for stdinDavid Kalnischkies2015-09-143-5/+9
* do not discard new manual-bits while applying EDSP solutionsDavid Kalnischkies2015-09-141-1/+5
* implement autobit and pinning in EDSP solver 'apt'David Kalnischkies2015-09-145-9/+96
* remove incorrect optimization branchesDavid Kalnischkies2015-09-142-36/+6
* copy ReadWrite-error to the bottom to make clang happyDavid Kalnischkies2015-09-141-1/+4
* implement CopyFile without using FileFd::Size()David Kalnischkies2015-09-141-13/+7
* add Source-Version field for EDSPDavid Kalnischkies2015-09-141-0/+1
* implement dpkgs vision of interpreting pkg:<arch> dependenciesDavid Kalnischkies2015-09-145-20/+96
* M-A: allowed pkgs of unconfigured archs do not statisfy :anyDavid Kalnischkies2015-09-141-8/+12
* store ':any' pseudo-packages with 'any' as architectureDavid Kalnischkies2015-09-142-3/+8
* apt-pkg/tagfile.h: Include stdint.h, fixes rdep build failuresJulian Andres Klode2015-09-111-0/+1
* avoid triggering the c++11 erase api change on travisDavid Kalnischkies2015-09-021-2/+2
* use clock() as source for SRV randomnessDavid Kalnischkies2015-09-012-24/+18
* use unusable-for-security hashes for integrity checksDavid Kalnischkies2015-09-012-0/+7
* Consider md5sum no longer a usable hashMichael Vogt2015-09-012-4/+12
* improve CheckDropPrivsMustBeDisabled furtherDavid Kalnischkies2015-09-012-12/+28
* fix some unused parameter/variable warningsDavid Kalnischkies2015-08-311-2/+2
* if file is inaccessible for _apt, disable privilege drop in acquireDavid Kalnischkies2015-08-312-0/+53
* ignore for _apt inaccessible TMPDIR in pkgAcqChangelogDavid Kalnischkies2015-08-313-5/+31
* detect and deal with indextarget duplicatesDavid Kalnischkies2015-08-305-3/+74
* implement $(NATIVE_ARCHITECTURE) substvar for indextargetsDavid Kalnischkies2015-08-301-0/+5
* try xz instead of bz2 first for compressed filesDavid Kalnischkies2015-08-291-9/+9
* implement indextargets option 'DefaultEnabled'David Kalnischkies2015-08-293-5/+13
* use c++11 algorithms to avoid strange compiler warningsDavid Kalnischkies2015-08-294-85/+61
* implement PDiff patching for compressed filesDavid Kalnischkies2015-08-285-95/+188
* sources.list and indextargets option for pdiffsDavid Kalnischkies2015-08-276-5/+29
* Do not parse Status fields from remote sourcesJulian Andres Klode2015-08-274-1/+26
* Merge branch 'feature/extractar-filefd' into debian/experimentalJulian Andres Klode2015-08-271-6/+7
|\
| * Always close compressed files in FileFdJulian Andres Klode2015-08-271-6/+7
* | cacheset: Prefer the depcache over the policy againJulian Andres Klode2015-08-271-5/+5
* | allow explicit dis/enable of IndexTargets in sources optionsDavid Kalnischkies2015-08-271-1/+16
* | not all targets are deb-src targetsDavid Kalnischkies2015-08-271-1/+1
* | use always priv-dropping for changelog download as rootDavid Kalnischkies2015-08-271-0/+4
* | fix various typos reported by codespellDavid Kalnischkies2015-08-273-3/+3
* | ignore AllowMem parameter in cache generationDavid Kalnischkies2015-08-272-16/+4
* | correct 'apt update' download summary lineDavid Kalnischkies2015-08-271-5/+6
* | just-in-time removal of broken essential packagesDavid Kalnischkies2015-08-272-3/+39
* | Fix more instances of missing remapping handlingJulian Andres Klode2015-08-271-7/+22