summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* | pkgcachegen: Account for remapping when parsing depends from NewPackageJulian Andres Klode2015-08-271-2/+6
|/
* Re-indent GetCandidateVerNew() and make ConsiderFiles argument explicitJulian Andres Klode2015-08-201-7/+7
* Merge remote-tracking branch 'mvo/feature/srv-records' into debian/experimentalMichael Vogt2015-08-203-1/+244
|\
| * Add basic (non weight adjusted) shuffling for SrvRecords selectionMichael Vogt2015-08-202-3/+61
| * apt-pkg/contrib/srvrec.cc: res_query() should not generate a _error->Warning()Michael Vogt2015-08-181-0/+2
| * cleanupMichael Vogt2015-08-182-6/+6
| * Merge remote-tracking branch 'upstream/debian/experimental' into feature/srv-...Michael Vogt2015-08-18109-6417/+7037
| |\