summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)Author
2015-09-11apt-pkg/tagfile.h: Include stdint.h, fixes rdep build failuresJulian Andres Klode
2015-09-02avoid triggering the c++11 erase api change on travisDavid Kalnischkies
2015-09-01use clock() as source for SRV randomnessDavid Kalnischkies
2015-09-01use unusable-for-security hashes for integrity checksDavid Kalnischkies
2015-09-01Consider md5sum no longer a usable hashMichael Vogt
2015-09-01improve CheckDropPrivsMustBeDisabled furtherDavid Kalnischkies
2015-08-31fix some unused parameter/variable warningsDavid Kalnischkies
2015-08-31if file is inaccessible for _apt, disable privilege drop in acquireDavid Kalnischkies
2015-08-31ignore for _apt inaccessible TMPDIR in pkgAcqChangelogDavid Kalnischkies
2015-08-30detect and deal with indextarget duplicatesDavid Kalnischkies
2015-08-30implement $(NATIVE_ARCHITECTURE) substvar for indextargetsDavid Kalnischkies
2015-08-29try xz instead of bz2 first for compressed filesDavid Kalnischkies
2015-08-29implement indextargets option 'DefaultEnabled'David Kalnischkies
2015-08-29use c++11 algorithms to avoid strange compiler warningsDavid Kalnischkies
2015-08-28implement PDiff patching for compressed filesDavid Kalnischkies
2015-08-27sources.list and indextargets option for pdiffsDavid Kalnischkies
2015-08-27Do not parse Status fields from remote sourcesJulian Andres Klode
2015-08-27Merge branch 'feature/extractar-filefd' into debian/experimentalJulian Andres Klode
2015-08-27Always close compressed files in FileFdJulian Andres Klode
2015-08-27cacheset: Prefer the depcache over the policy againJulian Andres Klode
2015-08-27allow explicit dis/enable of IndexTargets in sources optionsDavid Kalnischkies
2015-08-27not all targets are deb-src targetsDavid Kalnischkies
2015-08-27use always priv-dropping for changelog download as rootDavid Kalnischkies
2015-08-27fix various typos reported by codespellDavid Kalnischkies
2015-08-27ignore AllowMem parameter in cache generationDavid Kalnischkies
2015-08-27correct 'apt update' download summary lineDavid Kalnischkies
2015-08-27just-in-time removal of broken essential packagesDavid Kalnischkies
2015-08-27Fix more instances of missing remapping handlingJulian Andres Klode
2015-08-27pkgcachegen: Account for remapping when parsing depends from NewPackageJulian Andres Klode
2015-08-20Re-indent GetCandidateVerNew() and make ConsiderFiles argument explicitJulian Andres Klode
2015-08-20Merge remote-tracking branch 'mvo/feature/srv-records' into debian/experimentalMichael Vogt
2015-08-20Add basic (non weight adjusted) shuffling for SrvRecords selectionMichael Vogt
2015-08-19Support tabs in sources.list filesJulian Andres Klode
2015-08-18apt-pkg/contrib/srvrec.cc: res_query() should not generate a _error->Warning()Michael Vogt
2015-08-18cleanupMichael Vogt
2015-08-18Merge remote-tracking branch 'upstream/debian/experimental' into feature/srv-...Michael Vogt
2015-08-18Merge branch 'debian/experimental' into feature/srv-recordsMichael Vogt
2015-08-17Re-add support for G++ 4.8 and configure travis to use itJulian Andres Klode
2015-08-17Really fix all iwyu issuesMichael Vogt
2015-08-17Fix all the wrong removals of includes that iwyu got wrongMichael Vogt
2015-08-17Cleanup includes after running iwyuMichael Vogt
2015-08-16Make pkgCache::Priority() static, it does not need the instanceJulian Andres Klode
2015-08-16Use terminfo's typical save_cursor/restore_cursor sequencesJames McCoy
2015-08-15Add GetPriority(VerIterator) to pkgDepCache::PolicyJulian Andres Klode
2015-08-15cachefile.cc: Do not ignore return value of pkgDepCache::Init()Julian Andres Klode
2015-08-14Also add 'in combination with the other options.' to another errorJulian Andres Klode
2015-08-14Set Acquire::Changelogs::URI::Origin::Tanglu for Tanglu changelogsJulian Andres Klode
2015-08-14Make apt compile with clang++ againMichael Vogt
2015-08-14Say "in combination with the other options" if an option is not understoodJulian Andres Klode
2015-08-14Merge branch 'debian/experimental' of https://github.com/DonKult/apt into deb...Julian Andres Klode