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
*
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
*
report progress for removing while purging pkgs
David Kalnischkies
2016-07-22
1
-20
/
+31
*
write auto-bits before calling dpkg & again after if needed
David Kalnischkies
2016-06-29
1
-3
/
+10
*
Revert "travis: use gcc-5 instead of gcc(-4.8)"
David Kalnischkies
2016-06-29
1
-2
/
+2
*
don't leak dpkg statusfd pipe in debugging
David Kalnischkies
2016-06-10
1
-0
/
+2
*
remove racy_pselect fallback
David Kalnischkies
2016-06-09
1
-122
/
+86
*
drop Dpkg::MaxArgs in favor of Dpkg::MaxArgsBytes
David Kalnischkies
2016-06-08
1
-27
/
+5
*
don't explicitly configure the last round of packages
David Kalnischkies
2016-06-08
1
-1
/
+14
*
fix two typos in untranslated errors of libapt-pkg
David Kalnischkies
2016-05-24
1
-1
/
+1
*
let DPKG_COLORS default to our APT::Color setting
David Kalnischkies
2016-05-03
1
-0
/
+7
*
streamline dpkgpm cleanup-handling
David Kalnischkies
2016-03-14
1
-14
/
+17
*
Fix several typos
Veres Lajos
2016-03-07
1
-1
/
+1
*
Add missing numeric includes in files using std::accumulate()
Julian Andres Klode
2016-02-26
1
-0
/
+1
*
Use c++11 for loop in AptHistoryRequestingUser
Michael Vogt
2016-01-25
1
-6
/
+4
*
Store "Requested-By" user in history.log in a simpler format
Michael Vogt
2016-01-25
1
-7
/
+20
*
Log calling SUDO_USER or PKEXEC_UID in history.log
Michael Vogt
2016-01-25
1
-0
/
+18
*
Avoid overflow when summing up file sizes
Julian Andres Klode
2015-12-07
1
-1
/
+1
*
apply various suggestions made by cppcheck
David Kalnischkies
2015-11-05
1
-1
/
+1
*
do not use read() returned value unconditionally
David Kalnischkies
2015-11-05
1
-24
/
+17
*
wrap every unlink call to check for != /dev/null
David Kalnischkies
2015-11-04
1
-1
/
+1
*
sanify API to get 'the' candidate version
David Kalnischkies
2015-11-04
1
-2
/
+2
*
implement a public pkgSystem::MultiArchSupported
David Kalnischkies
2015-11-04
1
-82
/
+10
*
dpkgpm: Convert users of localtime() to localtime_r()
Julian Andres Klode
2015-10-30
1
-2
/
+4
*
dpkgpm: Use ptsname_r() instead of ptsname() to be thread-safe
Julian Andres Klode
2015-10-30
1
-0
/
+5
*
dpkgpm: Convert ctime() call to ctime_r()
Julian Andres Klode
2015-10-30
1
-1
/
+2
*
avoid using global PendingError to avoid failing too often too soon
David Kalnischkies
2015-09-14
1
-1
/
+1
*
Cleanup includes after running iwyu
Michael Vogt
2015-08-17
1
-2
/
+0
*
Do not set unhonored DPKG_NO_TSTP variable for dpkg
Guillem Jover
2015-08-12
1
-3
/
+0
*
remove the compatibility markers for 4.13 abi
David Kalnischkies
2015-08-10
1
-9
/
+0
*
fix memory leaks reported by -fsanitize
David Kalnischkies
2015-08-10
1
-0
/
+4
*
make all d-pointer * const pointers
David Kalnischkies
2015-08-10
1
-3
/
+2
*
store Release files data in the Cache
David Kalnischkies
2015-06-12
1
-1
/
+3
*
Merge branch 'debian/jessie' into debian/experimental
David Kalnischkies
2015-04-19
1
-2
/
+9
|
\
|
*
fix crash in order writing in pkgDPkgPM::WriteApportReport()
Michael Vogt
2015-04-07
1
-2
/
+9
*
|
merge debian/sid into debian/experimental
David Kalnischkies
2015-03-16
1
-4
/
+12
|
\
|
[next]