summaryrefslogtreecommitdiff
path: root/apt-pkg/deb
AgeCommit message (Expand)Author
2016-08-10simulate all package manager actions explicitlyDavid Kalnischkies
2016-08-10try to avoid removal of crossgraded packagesDavid Kalnischkies
2016-08-10ensure all removes are reported to hook scriptsDavid Kalnischkies
2016-08-10ensure all configures are reported to hook scriptsDavid Kalnischkies
2016-08-10don't purge directly, but remove and do purge at the endDavid Kalnischkies
2016-08-10call dpkg with --no-triggers by defaultDavid Kalnischkies
2016-08-10select remove/purge packages early on for dpkgDavid Kalnischkies
2016-08-10save and restore selection states before/after calling dpkgDavid Kalnischkies
2016-08-10use dpkg --unpack --recursive to avoid long cmdlinesDavid Kalnischkies
2016-08-10pass --force-remove-essential to dpkg only if neededDavid Kalnischkies
2016-08-10Merge branch 'cmake'Julian Andres Klode
2016-08-10CMake: Check for ptsname_r() againJulian Andres Klode
2016-08-07Handle interrupt when running Pre-Install hooksJulian Andres Klode
2016-07-22report progress for triggered actionsDavid Kalnischkies
2016-07-22use a configurable location for apport report storageDavid Kalnischkies
2016-07-22report progress for removing while purging pkgsDavid Kalnischkies
2016-07-22support "install ./foo.changes"David Kalnischkies
2016-07-22allow arch=all to override No-Support-for-Architecture-allDavid Kalnischkies
2016-07-19refactor plus/minus sources.list option handlingDavid Kalnischkies
2016-07-19don't hardcode /var/lib/dpkg/status as dir::state::statusDavid Kalnischkies
2016-07-01reinstalling local deb file is no downgradeDavid Kalnischkies
2016-06-29write auto-bits before calling dpkg & again after if neededDavid Kalnischkies
2016-06-29Revert "travis: use gcc-5 instead of gcc(-4.8)"David Kalnischkies
2016-06-28Fix buffer overflow in debListParser::VersionHash()Julian Andres Klode
2016-06-22add insecure (and weak) allow-options for sources.listDavid Kalnischkies
2016-06-22ensure filesize of deb is included in the hashes listDavid Kalnischkies
2016-06-22handle weak-security repositories as unauthenticatedDavid Kalnischkies
2016-06-17merge sources.list lines based on Release filenameDavid Kalnischkies
2016-06-14don't use FindFile for external Dir::Bin commandsDavid Kalnischkies
2016-06-10don't leak dpkg statusfd pipe in debuggingDavid Kalnischkies
2016-06-09remove racy_pselect fallbackDavid Kalnischkies
2016-06-08drop Dpkg::MaxArgs in favor of Dpkg::MaxArgsBytesDavid Kalnischkies
2016-06-08don't explicitly configure the last round of packagesDavid Kalnischkies
2016-05-27prevent C++ locale number formatting in text APIsDavid Kalnischkies
2016-05-24fix two typos in untranslated errors of libapt-pkgDavid Kalnischkies
2016-05-15Normalize Signed-By values by removing trailing commas everywhereJulian Andres Klode
2016-05-15Add conflicting Signed-By values to error messageJulian Andres Klode
2016-05-10Strip trailing commas for created signed-by fingerprint listsJulian Andres Klode
2016-05-08implement Identifier field for IndexTargetsDavid Kalnischkies
2016-05-08implement Fallback-Of for IndexTargetsDavid Kalnischkies
2016-05-07download arch:all also for NATIVE_ARCHITECTURE indextargetsDavid Kalnischkies
2016-05-07don't construct MetaIndex acquire items with IndexTargetsDavid Kalnischkies
2016-05-03let DPKG_COLORS default to our APT::Color settingDavid Kalnischkies
2016-05-01support Signed-By in Release files as a sort of HPKPDavid Kalnischkies
2016-05-01support multiple fingerprints in signed-byDavid Kalnischkies
2016-04-03don't leak on error in listparser creationDavid Kalnischkies
2016-03-25drop confusing comma from no strong hash messageDavid Kalnischkies
2016-03-14enforce verify of filesize in 'apt-get source'David Kalnischkies
2016-03-14streamline dpkgpm cleanup-handlingDavid Kalnischkies
2016-03-07Fix several typosVeres Lajos