index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
* cmdline/apt-get.cc:
David Kalnischkies
2011-08-18
2
-6
/
+19
*
merged lp:~donkult/apt/sid
Michael Vogt
2011-08-17
58
-2067
/
+116
|
\
|
*
set the msglevel to a high dummy value if none is specified
David Kalnischkies
2011-08-17
1
-0
/
+4
|
*
for consistency allow the usage of 'make test' instead of './run-tests'
David Kalnischkies
2011-08-17
3
-7
/
+16
|
*
understand DEB_BUILD_OPTIONS nocheck to disable the testexecution
David Kalnischkies
2011-08-17
1
-0
/
+4
|
*
* debian/apt.symbols:
David Kalnischkies
2011-08-17
2
-2
/
+9
|
*
* test/*
David Kalnischkies
2011-08-17
2
-1
/
+6
|
*
fix 'comparison between signed and unsigned integer expressions' warning
David Kalnischkies
2011-08-17
1
-2
/
+1
|
*
do not output color in the testcases if stdout/stderr are not a /dev/pts
David Kalnischkies
2011-08-17
3
-20
/
+48
|
*
build test-binaries by default and add a test target to toplevel
David Kalnischkies
2011-08-17
3
-3
/
+25
|
*
fix the compareversion test to work then called from outside of libapt
David Kalnischkies
2011-08-17
2
-2
/
+7
|
*
the experimental branch has a better version of this test in libapt,
David Kalnischkies
2011-08-17
1
-70
/
+0
|
*
remove fake-status leftover from the python-test
David Kalnischkies
2011-08-17
1
-16
/
+0
|
*
move the networkless test to the interactive helpers as it needs
David Kalnischkies
2011-08-17
3
-0
/
+0
|
*
remove the python testcases as this is covered by integration/
David Kalnischkies
2011-08-17
31
-1594
/
+0
|
*
move the interactive helper to a subdirectory of test
David Kalnischkies
2011-08-17
7
-16
/
+3
|
*
add 'dirs' target to the 'all' target to ensure that for e.g. the tests
David Kalnischkies
2011-08-17
2
-2
/
+1
|
*
move the list of versions to test with to the libapt subdirectory
David Kalnischkies
2011-08-17
2
-1
/
+1
|
*
remove the interactive scratch test, it doesn't test much and what
David Kalnischkies
2011-08-17
1
-105
/
+0
|
*
replaced by the integration/test-compressed-indexes test
David Kalnischkies
2011-08-17
1
-235
/
+0
*
|
merged from lp:~donkult/apt/sid
Michael Vogt
2011-08-17
13
-115
/
+245
|
\
|
|
*
merge with the final changelog from debian-sid
David Kalnischkies
2011-08-17
1
-3
/
+3
|
|
\
|
|
/
|
/
|
*
|
releasing version 0.8.15.6
Michael Vogt
2011-08-15
1
-2
/
+2
|
*
* apt-pkg/packagemanager.cc, apt-pkg/pkgcache.cc:
David Kalnischkies
2011-08-17
4
-2
/
+37
|
*
merge the tests for configuration into another libapt-test
David Kalnischkies
2011-08-17
5
-72
/
+84
|
*
support yet another webserver in the integration tests: gatling
David Kalnischkies
2011-08-15
1
-0
/
+5
|
*
write a proper testcase replacing the print-only uri.cc test
David Kalnischkies
2011-08-15
5
-41
/
+119
|
/
*
merged fixes from lp:~mvo/apt/mvo
Michael Vogt
2011-08-15
2
-1
/
+2
|
\
|
*
fix crash when P.Arch() was used but the cache got remapped
Michael Vogt
2011-08-08
2
-2
/
+3
|
|
\
|
*
|
apt-pkg/acquire-item.cc: add more debug output
Michael Vogt
2011-08-08
1
-0
/
+1
|
*
|
apt-pkg/pkgcachegen.cc: fix incorrect test for modification time
Michael Vogt
2011-08-08
1
-1
/
+1
*
|
|
lots of cppcheck fixes
Michael Vogt
2011-08-12
53
-377
/
+369
|
\
\
\
|
*
|
|
follow the recommendation of cppcheck to make some method methods (scnr)
David Kalnischkies
2011-08-11
6
-13
/
+18
|
*
|
|
rename the parameter name of MarkDelete from Purge to MarkPurge to
David Kalnischkies
2011-08-11
1
-2
/
+2
|
*
|
|
fix a few more cppcheck performance and scope warnings
David Kalnischkies
2011-08-11
5
-17
/
+17
|
*
|
|
cppcheck complains about some possible speed improvements which could be
David Kalnischkies
2011-08-11
42
-334
/
+321
|
*
|
|
fix some cppcheck: (warning) Member variable is not initialized in the constr...
David Kalnischkies
2011-08-11
4
-5
/
+5
|
*
|
|
cppcheck is right that the check for preventing null deference of Query
David Kalnischkies
2011-08-11
1
-6
/
+2
|
|
|
/
|
|
/
|
*
/
|
cherry pick test/integration/Packages-hashsum-verification addition from lp:~...
Michael Vogt
2011-08-12
1
-0
/
+18
|
/
/
*
|
* test/integration/test-hashsum-verification:
Michael Vogt
2011-08-05
3
-2
/
+91
|
\
|
|
*
* apt-pkg/acquire-item.cc:
Michael Vogt
2011-08-05
3
-2
/
+13
|
*
* test/integration/test-hashsum-verification:
Michael Vogt
2011-08-05
2
-0
/
+78
*
|
merged from lp:~mvo/apt/mvo
Michael Vogt
2011-08-01
7
-7
/
+72
|
\
|
|
*
apt-pkg/pkgcachegen.cc: copy Arch to avoid segfault on cache remap
Michael Vogt
2011-08-01
1
-1
/
+3
|
*
merged from debian-sid
Michael Vogt
2011-07-29
82
-18445
/
+23460
|
|
\
|
|
/
|
/
|
*
|
releasing version 0.8.15.5
Michael Vogt
2011-07-28
1
-2
/
+2
*
|
merged from lp:~donkult/apt/sid
Michael Vogt
2011-07-28
3
-5
/
+54
|
\
\
|
*
|
* apt-pkg/deb/deblistparser.cc:
David Kalnischkies
2011-07-27
3
-1
/
+40
|
/
/
*
|
releasing version 0.8.15.4
Michael Vogt
2011-07-26
1
-2
/
+2
*
|
refresh po/*
Michael Vogt
2011-07-26
46
-18572
/
+22958
[next]