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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
2
-62
/
+155
*
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
*
Do not use MD5SumValue for Description_md5()
Julian Andres Klode
2016-11-22
2
-12
/
+11
*
debListParser: Micro-optimize AvailableDescriptionLanguages()
Julian Andres Klode
2016-11-22
1
-8
/
+7
*
Optimize VersionHash() to not need temporary copy of input
Julian Andres Klode
2016-11-22
1
-14
/
+6
*
Introduce tolower_ascii_unsafe() and use it for hashing
Julian Andres Klode
2016-11-22
1
-1
/
+1
*
debListParser: Convert to use pkgTagSection::Key-based lookup
Julian Andres Klode
2016-11-22
2
-42
/
+42
*
add hidden config to set packages as Essential/Important
David Kalnischkies
2016-11-11
2
-4
/
+16
*
add support for Build-Depends/Conflicts-Arch
Johannes Schauer
2016-11-09
1
-3
/
+5
*
VersionHash: Do not skip too long dependency lines
Julian Andres Klode
2016-09-18
1
-2
/
+2
*
Fix segfault and out-of-bounds read in Binary fields
Julian Andres Klode
2016-08-31
1
-3
/
+6
*
Merge branch 'portability/freebsd'
Julian Andres Klode
2016-08-27
3
-4
/
+7
|
\
|
*
Make directory paths configurable
Julian Andres Klode
2016-08-26
1
-4
/
+4
|
*
Add missing includes and external definitions
Julian Andres Klode
2016-08-26
2
-0
/
+3
*
|
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
*
add --with-source option and Packages/Sources support
David Kalnischkies
2016-08-17
1
-1
/
+5
*
default to Dir=/ in dpkg/status file finding magic
David Kalnischkies
2016-08-17
1
-12
/
+10
*
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
2
-26
/
+32
*
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
2
-14
/
+84
*
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
*
support "install ./foo.changes"
David Kalnischkies
2016-07-22
2
-2
/
+19
*
allow arch=all to override No-Support-for-Architecture-all
David Kalnischkies
2016-07-22
1
-11
/
+29
*
refactor plus/minus sources.list option handling
David Kalnischkies
2016-07-19
1
-85
/
+108
*
don't hardcode /var/lib/dpkg/status as dir::state::status
David Kalnischkies
2016-07-19
1
-3
/
+25
*
reinstalling local deb file is no downgrade
David Kalnischkies
2016-07-01
1
-1
/
+1
*
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
*
Fix buffer overflow in debListParser::VersionHash()
Julian Andres Klode
2016-06-28
1
-2
/
+6
*
add insecure (and weak) allow-options for sources.list
David Kalnischkies
2016-06-22
2
-33
/
+90
[next]