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
*
remove POSTINST from framework, file tree can be used for this
Michael Vogt
2013-10-15
1
-4
/
+0
*
tests, do not send pkgname with arch via the status-fd
Michael Vogt
2013-10-15
4
-1
/
+124
*
fixup various UI issues in the test
Michael Vogt
2013-10-09
1
-6
/
+6
*
really fix test
Michael Vogt
2013-10-09
1
-36
/
+43
*
use "insertpackage" instead of "buildsimplenativepackage"
Michael Vogt
2013-10-09
1
-10
/
+12
*
add test for upgrade, upgrade --with-new-pkgs, dist-upgrade
Michael Vogt
2013-10-09
1
-0
/
+69
*
Merge remote-tracking branch 'donkult/debian/sid' into debian/sid
Michael Vogt
2013-10-05
15
-106
/
+504
|
\
|
*
tests: install --no-install-recommends and stunnel4 for travis
David Kalnischkies
2013-10-03
1
-1
/
+1
|
*
test: use a multiarch capable dpkg rather than workaround
David Kalnischkies
2013-10-03
1
-4
/
+3
|
*
use pkgAcqArchive in 'download' for proper errors
David Kalnischkies
2013-10-03
3
-11
/
+23
|
*
tests: fix some problems travis encounters
David Kalnischkies
2013-10-02
5
-48
/
+54
|
*
don't consider holds for autoremoval
David Kalnischkies
2013-10-01
1
-0
/
+20
|
*
handle complete responses to https range requests
David Kalnischkies
2013-10-01
3
-22
/
+226
|
*
retry without partial data after a 416 response
David Kalnischkies
2013-10-01
1
-16
/
+43
|
*
add Range and If-Range support in the webserver
David Kalnischkies
2013-09-30
1
-1
/
+63
|
*
access _config via GET requests in the webserver
David Kalnischkies
2013-09-30
1
-3
/
+71
*
|
Merge remote-tracking branch 'mvo/bugfix/dpkg-progress-multiarch' into debian...
Michael Vogt
2013-10-05
1
-0
/
+27
|
\
\
|
|
/
|
/
|
|
*
change maxsplit default from "0" to maxint
Michael Vogt
2013-10-01
1
-0
/
+4
|
*
add maxsplit parameter to StringSplit
Michael Vogt
2013-09-07
1
-0
/
+6
|
*
implement StringSplit() as we need this to fix the dpkg status-fd output parsing
Michael Vogt
2013-09-07
1
-0
/
+17
*
|
test: apt-get source with more than one argument
David Kalnischkies
2013-09-26
1
-0
/
+6
*
|
print-uris prints regardless of quiet-level again
David Kalnischkies
2013-09-26
1
-0
/
+24
*
|
pkg from only trusted sources keeps being trusted
David Kalnischkies
2013-09-26
2
-0
/
+61
*
|
don't strip :any from dependencies in single-arch
David Kalnischkies
2013-09-26
1
-0
/
+54
*
|
do not trust FileFd::Eof() in pkgTagFile::Fill()
David Kalnischkies
2013-09-20
3
-0
/
+262
*
|
add a testcase for 100 char long path truncate bug #689582
David Kalnischkies
2013-09-12
1
-0
/
+35
*
|
use FileFd in HashSum test to unbreak non-linux ports
David Kalnischkies
2013-09-03
1
-16
/
+16
|
/
*
configurable compression for testcases
David Kalnischkies
2013-08-28
5
-24
/
+41
*
old-style dpkg foreign architecture adding for tests
David Kalnischkies
2013-08-27
1
-1
/
+7
*
Merge pull request #3 from cbaines/debian/sid
Michael Vogt
2013-08-19
1
-0
/
+25
|
\
|
*
Add test for bug 507998
Christopher Baines
2013-08-16
1
-0
/
+25
*
|
allow Pre-Install-Pkgs hooks to get info over an FD != stdin
David Kalnischkies
2013-08-16
1
-39
/
+55
*
|
set MALLOC_CHECK_ and MALLOC_PERTURB_ for testcases
David Kalnischkies
2013-08-15
2
-6
/
+6
*
|
rework the parameter creation for the Hashsum test
David Kalnischkies
2013-08-15
1
-3
/
+5
*
|
do not call make from libapt/run-tests if its called by make
David Kalnischkies
2013-08-15
1
-3
/
+5
*
|
* lp:~mvo/apt/add-glob-function:
Michael Vogt
2013-08-15
2
-0
/
+47
*
|
* lp:~mvo/apt/config-clear:
Michael Vogt
2013-08-15
1
-0
/
+4
|
/
*
let apt-key del work better with softlink and single key keyrings
David Kalnischkies
2013-08-12
1
-0
/
+68
*
ensure that testcases exiting because of set -e aren't successful
David Kalnischkies
2013-08-12
1
-1
/
+11
*
make the keyring locations in apt-key configurable
David Kalnischkies
2013-08-12
1
-0
/
+39
*
fix output redirection order
David Kalnischkies
2013-08-12
4
-7
/
+7
*
fix: --print-uris removes authentication
David Kalnischkies
2013-08-12
2
-1
/
+42
*
add chronic-like testsuccess/testfailure helpers
David Kalnischkies
2013-08-12
26
-93
/
+125
*
test Release file handling with expired keys
David Kalnischkies
2013-08-12
4
-8
/
+62
*
specific pins below 1000 cause downgrades
David Kalnischkies
2013-08-08
1
-0
/
+81
*
prefer native arch over higher priority for providers
Colin Watson
2013-08-01
1
-0
/
+25
*
unset LANGUAGE for showing [Y/n] answer hints
David Kalnischkies
2013-08-01
1
-2
/
+2
*
request absolute URIs from proxies again (0.9.9.3 regession)
David Kalnischkies
2013-07-26
2
-8
/
+56
*
pick up Translation-* even if only compressed available
David Kalnischkies
2013-07-25
1
-21
/
+34
*
fix 'apt-cache search' crash with missing description
David Kalnischkies
2013-07-18
1
-0
/
+26
[next]