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
*
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
*
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
*
|
Merge branch 'feature/methods'
David Kalnischkies
2016-08-11
10
-42
/
+242
|
\
\
|
*
|
block direct connections to .onion domains (RFC7687)
David Kalnischkies
2016-08-11
1
-0
/
+13
|
*
|
allow methods to be disabled and redirected via config
David Kalnischkies
2016-08-10
4
-37
/
+34
|
*
|
implement socks5h proxy support for http method
David Kalnischkies
2016-08-10
1
-0
/
+116
|
*
|
implement generic config fallback for methods
David Kalnischkies
2016-08-10
3
-3
/
+16
|
*
|
use the same redirection handling for http and https
David Kalnischkies
2016-08-10
2
-2
/
+7
[next]