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
*
string{=> _view} flNotDir(string{=> _view}). Configuration::{Cnd,}Set(Value: ...
наб
2025-02-14
1
-1
/
+1
*
Return string_view from Apt::String::Strip(). Take string_view in VectorizeSt...
наб
2025-02-14
1
-1
/
+1
*
Merge branch 'check-missing-dpkg-bin' into 'main'
Julian Andres Klode
2025-01-14
1
-2
/
+1
|
\
|
*
apt-pkg/deb/debsystem.cc: Fall back to "dpkg" when Dir::Bin::dpkg is not found
Balint Reczey
2024-12-30
1
-2
/
+1
*
|
Drop APT_NORETURN usage
David Kalnischkies
2025-01-05
1
-1
/
+1
|
/
*
Add a --comment option to record Comment: in history
Julian Andres Klode
2024-11-18
1
-0
/
+2
*
Merge branch 'reefer' into 'main'
Julian Andres Klode
2024-11-14
1
-12
/
+4
|
\
|
*
DEFER() more
наб
2024-11-14
1
-11
/
+1
|
*
DEFER
наб
2024-11-14
1
-4
/
+6
*
|
(+=)+= -> append().append()
наб
2024-11-14
1
-2
/
+2
|
/
*
dpkgpm: fdopen() failing doesn't close the fd
наб
2024-11-12
1
-0
/
+3
*
dpkgpm: append ":$printarchitecture" instead of ':'+${#printarchitecture} to ...
наб
2024-11-12
1
-1
/
+1
*
dpkgpm: use getline() for Apport var/crash lines
наб
2024-11-12
1
-18
/
+11
*
dpkgpm: use std::array<unsigned char, APT_BUFFER_SIZE> for I/O copy buffers
наб
2024-11-12
1
-7
/
+7
*
dpkgpm: use sysconf(_SC_GETPW_R_SIZE_MAX)-sized + growing buffer for getpwuid...
наб
2024-11-12
1
-2
/
+7
*
pkgDPkgPMPrivate::dpkgbuf: char[1024] -> array<char, APT_BUFFER_SIZE>
наб
2024-11-12
1
-8
/
+8
*
dpkgpm: lift out CopyIndented() and make_unique_*() for FILEs; use getline() ...
наб
2024-11-12
1
-48
/
+26
*
Change the default log level from debug to notice
Julian Andres Klode
2024-04-19
1
-1
/
+1
*
Modernize standard library includes
Julian Andres Klode
2024-02-20
1
-6
/
+6
*
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
[next]