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
*
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
*
|
merged from lp:~mvo/apt/mvo
Michael Vogt
2011-07-26
6
-3
/
+130
|
\
\
*
\
\
merged from lp:~donkult/apt/sid
Michael Vogt
2011-07-26
2
-3
/
+11
|
\
\
\
|
*
|
|
* apt-pkg/contrib/sha1.cc:
David Miller
2011-07-26
2
-3
/
+11
|
/
/
/
*
|
|
releasing version 0.8.15.3
Michael Vogt
2011-07-25
0
-0
/
+0
*
|
|
merged from lp:~donkult/apt/sid
Michael Vogt
2011-07-25
12
-117
/
+496
|
\
\
\
|
*
|
|
implement MultiarchCross for build-dep and source (Closes: #632221)
David Kalnischkies
2011-07-25
6
-8
/
+341
|
*
|
|
the order of languages after "none" is not important, so ignore it in tests
David Kalnischkies
2011-07-25
2
-6
/
+40
|
*
|
|
update the testcase to reflect that native is always on top if
David Kalnischkies
2011-07-25
1
-0
/
+6
|
*
|
|
* apt-pkg/deb/deblistparser.cc:
David Kalnischkies
2011-07-25
2
-4
/
+11
|
*
|
|
* apt-pkg/aptconfiguration.cc:
David Kalnischkies
2011-07-25
2
-2
/
+5
|
*
|
|
move debug message about attempt install/remove to the responsible method
David Kalnischkies
2011-07-24
1
-3
/
+8
|
*
|
|
alternatively check in a versioned depends if the candidate is good
David Kalnischkies
2011-07-24
1
-27
/
+21
|
*
|
|
after this consider providing packages (if it is not a versioned dep)
David Kalnischkies
2011-07-24
1
-26
/
+27
|
*
|
|
move the detection for installed versions up as it is the easiest case
David Kalnischkies
2011-07-24
1
-25
/
+20
|
*
|
|
first round of reorder code without changing result
David Kalnischkies
2011-07-24
1
-29
/
+27
|
*
|
|
buildconflicts effect all architectures
David Kalnischkies
2011-07-24
2
-12
/
+15
|
*
|
|
you want to be nice and quote a filename just to be reminded by gpg
David Kalnischkies
2011-07-23
1
-1
/
+1
*
|
|
|
merged from donkult
Michael Vogt
2011-07-22
16
-21
/
+117
|
\
|
|
|
|
*
|
|
* apt-pkg/policy.cc:
David Kalnischkies
2011-07-16
4
-6
/
+86
|
*
|
|
do not require unused partial dirs in 'source' (Closes: #633510)
David Kalnischkies
2011-07-16
3
-3
/
+5
|
*
|
|
* doc/apt-cache.8.xml:
John Feuerstein
2011-07-16
9
-13
/
+15
|
*
|
|
* cmdline/apt-key:
David Kalnischkies
2011-07-16
3
-2
/
+14
*
|
|
|
merged from the mvo branch
Michael Vogt
2011-07-22
2
-1
/
+3
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
*
|
|
|
apt-pkg/contrib/configuration.cc: revert Configuration::Set() ABI break
Michael Vogt
2011-07-15
2
-2
/
+2
*
|
|
|
merged from lp:~donkult/apt/sid
Michael Vogt
2011-07-15
15
-52
/
+241
|
\
\
\
\
[next]