summaryrefslogtreecommitdiff
path: root/apt-pkg/deb
AgeCommit message (Expand)AuthorFilesLines
2016-08-27Merge branch 'portability/freebsd'Julian Andres Klode3-4/+7
2016-08-26Make directory paths configurableJulian Andres Klode1-4/+4
2016-08-26Add missing includes and external definitionsJulian Andres Klode2-0/+3
2016-08-25treat .ddeb files like .deb, especially for dpkgDavid Kalnischkies1-1/+3
2016-08-24do not restore selections for already purged packagesDavid Kalnischkies1-6/+15
2016-08-23do dpkg --configure before --remove/--purge --pendingDavid Kalnischkies1-3/+7
2016-08-19Ignore SIGINT and SIGQUIT for Pre-Install hooksJulian Andres Klode1-7/+3
2016-08-17add --with-source option and Packages/Sources supportDavid Kalnischkies1-1/+5
2016-08-17default to Dir=/ in dpkg/status file finding magicDavid Kalnischkies1-12/+10
2016-08-10disable explicit configuration of all packages at the endDavid Kalnischkies1-9/+3
2016-08-10simulate all package manager actions explicitlyDavid Kalnischkies2-26/+32
2016-08-10try to avoid removal of crossgraded packagesDavid Kalnischkies1-26/+140
2016-08-10ensure all removes are reported to hook scriptsDavid Kalnischkies1-0/+13
2016-08-10ensure all configures are reported to hook scriptsDavid Kalnischkies1-0/+17
2016-08-10don't purge directly, but remove and do purge at the endDavid Kalnischkies1-61/+86
2016-08-10call dpkg with --no-triggers by defaultDavid Kalnischkies1-6/+7
2016-08-10select remove/purge packages early on for dpkgDavid Kalnischkies2-14/+84
2016-08-10save and restore selection states before/after calling dpkgDavid Kalnischkies1-6/+36
2016-08-10use dpkg --unpack --recursive to avoid long cmdlinesDavid Kalnischkies1-7/+95
2016-08-10pass --force-remove-essential to dpkg only if neededDavid Kalnischkies1-2/+13
2016-08-10Merge branch 'cmake'Julian Andres Klode1-1/+1
2016-08-10CMake: Check for ptsname_r() againJulian Andres Klode1-1/+1
2016-08-07Handle interrupt when running Pre-Install hooksJulian Andres Klode1-0/+8
2016-07-22report progress for triggered actionsDavid Kalnischkies1-15/+42
2016-07-22use a configurable location for apport report storageDavid Kalnischkies1-1/+2
2016-07-22report progress for removing while purging pkgsDavid Kalnischkies1-20/+31
2016-07-22support "install ./foo.changes"David Kalnischkies2-2/+19
2016-07-22allow arch=all to override No-Support-for-Architecture-allDavid Kalnischkies1-11/+29
2016-07-19refactor plus/minus sources.list option handlingDavid Kalnischkies1-85/+108
2016-07-19don't hardcode /var/lib/dpkg/status as dir::state::statusDavid Kalnischkies1-3/+25
2016-07-01reinstalling local deb file is no downgradeDavid Kalnischkies1-1/+1
2016-06-29write auto-bits before calling dpkg & again after if neededDavid Kalnischkies1-3/+10
2016-06-29Revert "travis: use gcc-5 instead of gcc(-4.8)"David Kalnischkies1-2/+2
2016-06-28Fix buffer overflow in debListParser::VersionHash()Julian Andres Klode1-2/+6
2016-06-22add insecure (and weak) allow-options for sources.listDavid Kalnischkies2-33/+90
2016-06-22ensure filesize of deb is included in the hashes listDavid Kalnischkies1-0/+3
2016-06-22handle weak-security repositories as unauthenticatedDavid Kalnischkies1-13/+9
2016-06-17merge sources.list lines based on Release filenameDavid Kalnischkies1-20/+22
2016-06-14don't use FindFile for external Dir::Bin commandsDavid Kalnischkies1-1/+1
2016-06-10don't leak dpkg statusfd pipe in debuggingDavid Kalnischkies1-0/+2
2016-06-09remove racy_pselect fallbackDavid Kalnischkies1-122/+86
2016-06-08drop Dpkg::MaxArgs in favor of Dpkg::MaxArgsBytesDavid Kalnischkies1-27/+5
2016-06-08don't explicitly configure the last round of packagesDavid Kalnischkies1-1/+14
2016-05-27prevent C++ locale number formatting in text APIsDavid Kalnischkies1-1/+1
2016-05-24fix two typos in untranslated errors of libapt-pkgDavid Kalnischkies1-1/+1
2016-05-15Normalize Signed-By values by removing trailing commas everywhereJulian Andres Klode1-4/+11
2016-05-15Add conflicting Signed-By values to error messageJulian Andres Klode1-1/+1
2016-05-10Strip trailing commas for created signed-by fingerprint listsJulian Andres Klode1-0/+2
2016-05-08implement Identifier field for IndexTargetsDavid Kalnischkies1-9/+22
2016-05-08implement Fallback-Of for IndexTargetsDavid Kalnischkies1-8/+31