index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'portability/freebsd'
Julian Andres Klode
2016-08-27
13
-61
/
+120
|
\
|
*
test: Use :$(id -gn) instead of :root (when run as root)
Julian Andres Klode
2016-08-26
2
-4
/
+4
|
*
test: Assert multi-arch in the chroot
Julian Andres Klode
2016-08-26
1
-1
/
+1
|
*
changelog: Respect Dir setting for local changelog getting
Julian Andres Klode
2016-08-26
1
-3
/
+3
|
*
Lower-case uname -r output in kernel autoremove helper
Julian Andres Klode
2016-08-26
1
-2
/
+2
|
*
test: More portable check for dpkg versions
Julian Andres Klode
2016-08-26
4
-3
/
+6
|
*
test: Use a file to determine TEST_DEFAULT_GROUP
Julian Andres Klode
2016-08-26
1
-5
/
+2
|
*
test: Allow db_dump-5 instead of db_dump
Julian Andres Klode
2016-08-26
1
-3
/
+8
|
*
Always pass a directory to find before an option
Julian Andres Klode
2016-08-26
1
-1
/
+1
|
*
test: Fix invalid quoting in variable expansion
Julian Andres Klode
2016-08-26
1
-6
/
+6
|
*
test: Use printf "%b\n" instead of echo for strings with '\'
Julian Andres Klode
2016-08-26
2
-8
/
+8
|
*
test: Make sure we always find a dpkg in status file
Julian Andres Klode
2016-08-26
1
-8
/
+8
|
*
test: Avoid use of /proc/self/fd
Julian Andres Klode
2016-08-26
3
-6
/
+11
|
*
test: Explicitly pass --admindir=var/lib/dpkg to dpkg
Julian Andres Klode
2016-08-26
1
-0
/
+2
|
*
test: Fix building of noopchroot
Julian Andres Klode
2016-08-26
1
-1
/
+5
|
*
test: Get rid of debhelper rules.tiny example dep
Julian Andres Klode
2016-08-26
1
-1
/
+13
|
*
test: Allow moreutils-parallel instead of parallel
Julian Andres Klode
2016-08-26
1
-1
/
+5
|
*
test: Allow stunnel to be used instead of stunnel4
Julian Andres Klode
2016-08-26
1
-4
/
+9
|
*
test: Substitute GNU commands for other commands where available
Julian Andres Klode
2016-08-26
1
-2
/
+18
|
*
test: Use C locale instead of C.UTF-8
Julian Andres Klode
2016-08-26
1
-1
/
+1
|
*
Make directory paths configurable
Julian Andres Klode
2016-08-26
2
-1
/
+6
|
*
Add missing includes and external definitions
Julian Andres Klode
2016-08-26
1
-0
/
+1
*
|
treat .ddeb files like .deb, especially for dpkg
David Kalnischkies
2016-08-25
1
-0
/
+26
*
|
show apt-key warnings in apt update
David Kalnischkies
2016-08-25
1
-0
/
+13
*
|
apt-key: warn instead of fail on unreadable keyrings
David Kalnischkies
2016-08-25
1
-0
/
+24
*
|
do not restore selections for already purged packages
David Kalnischkies
2016-08-24
2
-1
/
+4
*
|
do fail on weakhash/loop earlier in acquire
David Kalnischkies
2016-08-24
5
-4
/
+12
|
/
*
do dpkg --configure before --remove/--purge --pending
David Kalnischkies
2016-08-23
2
-0
/
+45
*
methods: read config in most to least specific order
David Kalnischkies
2016-08-17
1
-2
/
+3
*
add --with-source option and Packages/Sources support
David Kalnischkies
2016-08-17
2
-1
/
+36
*
allow spaces in fingerprints for 'apt-key del'
David Kalnischkies
2016-08-17
1
-0
/
+8
*
add the gpg-classic variant to the gpgv/gnupg or-group
David Kalnischkies
2016-08-17
4
-54
/
+39
*
tests: update self-sigs on our test keys
David Kalnischkies
2016-08-17
10
-0
/
+0
*
tests: set source directory for gdb
David Kalnischkies
2016-08-17
1
-1
/
+1
*
support compression and by-hash for .diff/Index files
David Kalnischkies
2016-08-17
1
-0
/
+29
*
retry without same redirection mirror on 404 errors
David Kalnischkies
2016-08-17
1
-4
/
+20
*
don't sent Range requests if we know its not accepted
David Kalnischkies
2016-08-16
5
-5
/
+17
*
http(s): allow empty values for header fields
David Kalnischkies
2016-08-13
2
-0
/
+4
*
tests: don't do boundless string compares with data()
David Kalnischkies
2016-08-12
1
-9
/
+11
*
ensure a good clock() value for usage and tests
David Kalnischkies
2016-08-12
1
-1
/
+9
*
don't perform int<float in progress bar drawing
David Kalnischkies
2016-08-12
1
-1
/
+6
*
tests: copy 01autoremove from the right place
David Kalnischkies
2016-08-11
1
-2
/
+2
*
Merge branch 'feature/apt-dpkg-comm'
David Kalnischkies
2016-08-11
19
-79
/
+160
|
\
|
*
disable explicit configuration of all packages at the end
David Kalnischkies
2016-08-10
13
-75
/
+92
|
*
try to avoid removal of crossgraded packages
David Kalnischkies
2016-08-10
1
-0
/
+49
|
*
don't purge directly, but remove and do purge at the end
David Kalnischkies
2016-08-10
1
-2
/
+2
|
*
select remove/purge packages early on for dpkg
David Kalnischkies
2016-08-10
1
-1
/
+1
|
*
save and restore selection states before/after calling dpkg
David Kalnischkies
2016-08-10
1
-1
/
+9
|
*
use dpkg --unpack --recursive to avoid long cmdlines
David Kalnischkies
2016-08-10
1
-1
/
+1
|
*
pass --force-remove-essential to dpkg only if needed
David Kalnischkies
2016-08-10
2
-0
/
+7
[next]