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
*
apt-pkg/deb/dpkgpm.cc: make DPkg::Chroot-Directory work under fakechroot
Johannes Schauer Marin Rodrigues
2021-09-19
1
-2
/
+12
*
Restore dpkg::chroot-directory functionality
David Kalnischkies
2021-06-10
1
-19
/
+11
*
Do not pass --force-remove-protected with --auto-deconfigure
Julian Andres Klode
2021-04-21
1
-3
/
+0
*
Merge the three RAII vectors managing args lifetime
David Kalnischkies
2021-03-09
1
-90
/
+108
*
Handle multi-arch pkgnames for dpkg call via RAII
David Kalnischkies
2021-03-09
1
-11
/
+5
*
Use RAII to clean up tmp dir for dpkg recursive install
David Kalnischkies
2021-03-09
1
-10
/
+7
*
Replace multi-statement macro with lambda
David Kalnischkies
2021-03-09
1
-42
/
+32
*
Do not require force-loopbreak on Protected packages
Julian Andres Klode
2021-02-23
1
-0
/
+3
*
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
[next]