index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
/
deb
/
dpkgpm.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add basic support for the Protected field
Julian Andres Klode
2020-06-29
1
-0
/
+14
*
pkgsystem: Drop more virtual workaround shenanigans
Julian Andres Klode
2020-02-26
1
-3
/
+2
*
Pass --abort-after=1 to dpkg when using --force-depends
Julian Andres Klode
2019-09-19
1
-0
/
+1
*
Do not include squashfs file systems in df output.
Brian Murray
2019-06-11
1
-1
/
+1
*
Prevent shutdown while running dpkg
Julian Andres Klode
2019-05-03
1
-0
/
+15
*
dpkgpm: Remove deprecated pkgDPkgPM::SendV2Pkgs()
Julian Andres Klode
2019-02-26
1
-4
/
+0
*
packagemanager: Remove deprecated functions
Julian Andres Klode
2019-02-26
1
-11
/
+0
*
Set PATH=/usr/sbin:/usr/bin:/sbin:/bin when running dpkg
Julian Andres Klode
2018-12-10
1
-0
/
+3
*
Set DPKG_FRONTEND_LOCKED when running {pre,post}-invoke scripts
Julian Andres Klode
2018-10-05
1
-0
/
+3
*
Reorder progress report messages
David Kalnischkies
2018-09-11
1
-9
/
+9
*
Don't expect duplicated dpkg status-fd messages
David Kalnischkies
2018-09-11
1
-21
/
+12
*
Process status-fd completely before finishing dpkg call
David Kalnischkies
2018-09-11
1
-15
/
+36
*
Add support for dpkg frontend lock
Julian Andres Klode
2018-08-07
1
-0
/
+4
*
dpkg status parsing: check if name is valid before use
David Kalnischkies
2018-01-05
1
-2
/
+17
*
fix over-calculating dpkg commandline length
David Kalnischkies
2017-12-13
1
-0
/
+2
*
don't write & chmod /dev/null log files
David Kalnischkies
2017-09-09
1
-8
/
+8
*
Reformat and sort all includes with clang-format
Julian Andres Klode
2017-07-12
1
-9
/
+9
*
Drop cacheiterators.h include
Julian Andres Klode
2017-07-12
1
-1
/
+0
*
fix various typos reported by spellintian
David Kalnischkies
2017-01-19
1
-3
/
+3
*
fix various typos reported by codespell
David Kalnischkies
2017-01-19
1
-2
/
+2
*
fix minimum pkgs option for dpkg --recursive usage
David Kalnischkies
2016-12-31
1
-1
/
+1
*
gets file location via FindFile instead of manual merge
David Kalnischkies
2016-12-31
1
-5
/
+6
*
skip unconfigure for unconfigured to-be removed pkgs
David Kalnischkies
2016-11-24
1
-0
/
+12
*
do not configure unconfigured to be removed packages
David Kalnischkies
2016-11-24
1
-1
/
+2
*
don't perform implicit crossgrades involving M-A:same
David Kalnischkies
2016-11-24
1
-3
/
+22
*
improve arch-unqualified dpkg-progress parsing
David Kalnischkies
2016-11-24
1
-62
/
+154
*
correct cross & disappear progress detection
David Kalnischkies
2016-11-23
1
-35
/
+58
*
react to trig-pend only if we have nothing else to do
David Kalnischkies
2016-11-23
1
-12
/
+12
*
Merge branch 'portability/freebsd'
Julian Andres Klode
2016-08-27
1
-0
/
+2
|
\
|
*
Add missing includes and external definitions
Julian Andres Klode
2016-08-26
1
-0
/
+2
*
|
treat .ddeb files like .deb, especially for dpkg
David Kalnischkies
2016-08-25
1
-1
/
+3
*
|
do not restore selections for already purged packages
David Kalnischkies
2016-08-24
1
-6
/
+15
|
/
*
do dpkg --configure before --remove/--purge --pending
David Kalnischkies
2016-08-23
1
-3
/
+7
*
Ignore SIGINT and SIGQUIT for Pre-Install hooks
Julian Andres Klode
2016-08-19
1
-7
/
+3
*
disable explicit configuration of all packages at the end
David Kalnischkies
2016-08-10
1
-9
/
+3
*
simulate all package manager actions explicitly
David Kalnischkies
2016-08-10
1
-23
/
+26
*
try to avoid removal of crossgraded packages
David Kalnischkies
2016-08-10
1
-26
/
+140
*
ensure all removes are reported to hook scripts
David Kalnischkies
2016-08-10
1
-0
/
+13
*
ensure all configures are reported to hook scripts
David Kalnischkies
2016-08-10
1
-0
/
+17
*
don't purge directly, but remove and do purge at the end
David Kalnischkies
2016-08-10
1
-61
/
+86
*
call dpkg with --no-triggers by default
David Kalnischkies
2016-08-10
1
-6
/
+7
*
select remove/purge packages early on for dpkg
David Kalnischkies
2016-08-10
1
-13
/
+82
*
save and restore selection states before/after calling dpkg
David Kalnischkies
2016-08-10
1
-6
/
+36
*
use dpkg --unpack --recursive to avoid long cmdlines
David Kalnischkies
2016-08-10
1
-7
/
+95
*
pass --force-remove-essential to dpkg only if needed
David Kalnischkies
2016-08-10
1
-2
/
+13
*
Merge branch 'cmake'
Julian Andres Klode
2016-08-10
1
-1
/
+1
|
\
|
*
CMake: Check for ptsname_r() again
Julian Andres Klode
2016-08-10
1
-1
/
+1
*
|
Handle interrupt when running Pre-Install hooks
Julian Andres Klode
2016-08-07
1
-0
/
+8
|
/
*
report progress for triggered actions
David Kalnischkies
2016-07-22
1
-15
/
+42
*
use a configurable location for apport report storage
David Kalnischkies
2016-07-22
1
-1
/
+2
[next]