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