index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
integration
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix several typos
Veres Lajos
2016-03-07
6
-8
/
+8
*
do not move not-failed pdiff-patches into CWD on failure
David Kalnischkies
2016-03-06
1
-0
/
+13
*
add test for apt-key 0xKEY and use parameter expansion
David Kalnischkies
2016-03-06
1
-0
/
+11
*
support APT::Get::Build-Dep-Automatic again in build-dep
David Kalnischkies
2016-03-06
1
-0
/
+24
*
tests: expect no output while compiling noopchroot
David Kalnischkies
2016-03-06
2
-4
/
+8
*
deal with partially downloaded changelogs
David Kalnischkies
2016-03-06
1
-0
/
+6
*
Fix crash with empty architecture list
Julian Andres Klode
2016-02-25
1
-0
/
+13
*
pass versioned provides to external solvers in EDSP
David Kalnischkies
2016-02-16
1
-117
/
+163
*
always download changelogs into /tmp first
David Kalnischkies
2016-02-11
1
-17
/
+15
*
use local changelog from /usr/share/doc if possible
David Kalnischkies
2016-02-11
1
-0
/
+23
*
test: use our special downloaded dir for 'source' result
David Kalnischkies
2016-02-10
1
-0
/
+2
*
accept any tarball compression in 814139 testcase
David Kalnischkies
2016-02-10
1
-2
/
+2
*
get dpkg lock in build-dep if cache was invalid again
David Kalnischkies
2016-02-10
1
-0
/
+58
*
test: Fix apt-key tests to work with current gpg 2.1
Julian Andres Klode
2016-02-04
1
-1
/
+11
*
avoid building dependency tree in 'source' command
David Kalnischkies
2016-02-03
4
-21
/
+4
*
use pkgCache::VS instead of pkgDepCache::VS()
David Kalnischkies
2016-02-03
2
-22
/
+58
*
test all redirection codes work as expected
David Kalnischkies
2016-01-31
1
-5
/
+13
*
only warn about missing/invalid Date field for now
David Kalnischkies
2016-01-27
2
-0
/
+47
*
get sources for packages in multiple releases again
David Kalnischkies
2016-01-26
2
-12
/
+14
*
parse version correctly from binary Source field
David Kalnischkies
2016-01-26
1
-0
/
+20
*
fix tests run via sudo checking the history file
David Kalnischkies
2016-01-25
3
-3
/
+23
*
reimplement build-dep via apts normal resolver
David Kalnischkies
2016-01-25
6
-32
/
+128
*
always create pkg at the time pkg:arch is created
David Kalnischkies
2016-01-25
2
-5
/
+12
*
revert file-hash based action-merging in acquire
David Kalnischkies
2016-01-15
1
-0
/
+0
*
fix M-A:foreign provides creation for unknown archs
David Kalnischkies
2016-01-14
2
-2
/
+10
*
Do not show multiple identical apt-cache showsrc entries
Michael Vogt
2016-01-14
1
-0
/
+25
*
test-apt-acquire-additional-files: Set file mode of touched files
Julian Andres Klode
2016-01-12
1
-0
/
+4
*
Only enable pipelining if server is HTTP/1.1
Julian Andres Klode
2016-01-12
1
-2
/
+3
*
remove uncompressed leftover partial file before pdiff bootstrap
David Kalnischkies
2016-01-08
1
-0
/
+6
*
use filesize of compressed pdiffs for the limit if possible
David Kalnischkies
2016-01-08
1
-2
/
+6
*
tests: limit autotest-functionname generation to sane characters
David Kalnischkies
2016-01-08
1
-3
/
+3
*
support '-' and no parameter for stdin in apt-helper cat-file
David Kalnischkies
2016-01-08
1
-19
/
+5
*
keep compressed indexes in a low-cost format
David Kalnischkies
2016-01-08
6
-20
/
+27
*
tests: try to pick up compressors from config automatically
David Kalnischkies
2016-01-08
3
-18
/
+20
*
allow pdiff bootstrap from all supported compressors
David Kalnischkies
2016-01-08
2
-10
/
+29
*
use one 'store' method to rule all (de)compressors
David Kalnischkies
2016-01-08
1
-2
/
+2
*
test-apt-cache: Adjust for hashtable size change
Julian Andres Klode
2016-01-03
1
-3
/
+3
*
Add new APT::Keep-Downloaded-Packages option
Michael Vogt
2016-01-02
1
-0
/
+43
*
properly parse comments in apt_preferences and deb822-style sources
David Kalnischkies
2016-01-02
2
-0
/
+27
*
support comments in debian/control parsing
David Kalnischkies
2016-01-02
1
-0
/
+35
*
Fix test case that was broken by switch of hash function
Julian Andres Klode
2015-12-29
1
-5
/
+5
*
allow repositories to forbid arch:all for specific index targets
David Kalnischkies
2015-12-27
1
-0
/
+40
*
ensure we got a lock in clean operation
David Kalnischkies
2015-12-23
1
-0
/
+10
*
tests: support gpg2 properly in all testcases
David Kalnischkies
2015-12-19
4
-44
/
+48
*
avoid evaluating shell in paths used in apt-key
David Kalnischkies
2015-12-19
2
-3
/
+21
*
tests: support spaces in path and TMPDIR
David Kalnischkies
2015-12-19
207
-518
/
+495
*
test-apt-download-progress: Run the https test multiple times
Julian Andres Klode
2015-12-14
1
-2
/
+7
*
pkgcache: Make hash arch-independent using fixed size integer
Julian Andres Klode
2015-12-14
1
-1
/
+1
*
tagfile: Hardcode error message for out of range integer values
Julian Andres Klode
2015-12-14
1
-1
/
+1
*
test framework: More noopchroot fixes
Julian Andres Klode
2015-12-14
1
-6
/
+11
[next]