summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* simplify symbol files a wee bitMichael Vogt2011-06-092-2/+0
* do not hardcode the libnamesMichael Vogt2011-06-091-3/+7
* fix lintian issuesMichael Vogt2011-06-084-7/+9
* remove -l from dh_shlibdeps, that is no longer needed with recent shlibdepsMichael Vogt2011-06-082-6/+5
* do not include libapt-pkg* in apt itself, add missing dh_makeshlibs callsMichael Vogt2011-06-082-2/+2
* initial librarification pushMichael Vogt2011-06-0819-5076/+3714
* append the dist (e.g. sid, wheezy) as a query string whenMichael Vogt2011-06-073-0/+8
* * methods/mirror.cc:Michael Vogt2011-06-072-2/+17
* apt-pkg/acquire-item.cc: only test packages file for correctness if its not e...Michael Vogt2011-05-311-11/+14
* merged from the debian branchMichael Vogt2011-05-3195-1610/+2775
|\
| * Reject files known to be invalid (LP: #346386) (Closes: #627642)Julian Andres Klode2011-05-302-5/+5
| * apt-pkg/acquire-item.cc: Reject files known to be invalid (LP: #346386) (Clos...Julian Andres Klode2011-05-302-0/+47
| * Italian translation update (Milo Casagrande). Closes: #627834bubulle@debian.org2011-05-252-5/+15
| * debian/changelog: next version will be 0.8.15Michael Vogt2011-05-251-1/+1
| * merged from lp:~donkult/apt/sidMichael Vogt2011-05-1687-677/+1497
| |\
| | * * apt-pkg/packagemanager.cc:David Kalnischkies2011-05-164-8/+75
| | * MAP_ANON is deprecated in favor of MAP_ANONYMOUS, but telesphoreo needsDavid Kalnischkies2011-05-131-0/+8
| | * * apt-pkg/contrib/netrc.cc:David Kalnischkies2011-05-132-5/+11
| | * rewrite new and previously satisfied important dependency detection inDavid Kalnischkies2011-05-132-43/+212
| | * move the broken dependency detection above the new recommends detectionDavid Kalnischkies2011-05-121-16/+16
| | * convert a lot of places to use IsNegative instead of checking by handDavid Kalnischkies2011-05-115-72/+26
| | * if critical or-group can't be satisfied, exit directly.David Kalnischkies2011-05-115-3/+134
| | * fix order of CurrentURI and UsedMirror in Status() and Log()David Kalnischkies2011-05-103-19/+25
| | * dequote URL taken from Location in redirects as we will otherwiseDavid Kalnischkies2011-05-103-3/+41
| | * Location header in redirects should be absolute URI, but someDavid Kalnischkies2011-04-292-2/+20
| | * support lighttpd as test webserver but still prefer weborfDavid Kalnischkies2011-04-271-6/+15
| | * * methods/http.cc:David Kalnischkies2011-04-272-4/+14
| | * * apt-pkg/acquire-item.cc:Ben Finney2011-04-2646-90/+93
| | * * apt-pkg/acquire-worker.cc:David Kalnischkies2011-04-262-7/+8
| | * * test/versions.lst:David Kalnischkies2011-04-262-7/+10
| | * * apt-pkg/deb/debmetaindex.cc:David Kalnischkies2011-04-262-2/+8
| | * * doc/po/de.po:Chris Leick2011-04-262-2/+5
| | * provide a 'dpkg --set-selections' wrapper to set/release holdsDavid Kalnischkies2011-04-263-1/+141
| | * * apt-pkg/pkgcache.cc:David Kalnischkies2011-04-252-4/+9
| | * update the apt-mark manpageDavid Kalnischkies2011-04-211-24/+20
| | * add a close entry as a showmanual is provided by apt-mark nowDavid Kalnischkies2011-04-211-1/+2
| | * * cmdline/apt-get.cc:David Kalnischkies2011-04-213-9/+13
| | * * cmdline/apt-mark.cc:David Kalnischkies2011-04-216-112/+266
| | * remove not existing packages left over from the testcaseDavid Kalnischkies2011-04-211-3/+3
| | * simplify the code for wildcard pinning a bitDavid Kalnischkies2011-04-211-10/+7
| | * merge with debian-sid branch and 0.8.14.1 releaseDavid Kalnischkies2011-04-203-3/+14
| | |\
| | * | * debian/rules:David Kalnischkies2011-04-192-1/+6
| | * | * debian/apt.lintian-overrides:David Kalnischkies2011-04-192-2/+4
| | * | * debian/apt{,-utils}.symbols:David Kalnischkies2011-04-193-36/+57
| | * | * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2011-04-162-3/+6
| | * | cppcheck: (style) Variable 'State' is assigned a value that is never usedDavid Kalnischkies2011-04-161-3/+1
| | * | * apt-pkg/orderlist.cc:David Kalnischkies2011-04-162-2/+4
| | * | remove the extra unnecessary qualification cppcheck complains aboutDavid Kalnischkies2011-04-161-13/+13
| | * | * apt-pkg/acquire-method.cc:David Kalnischkies2011-04-162-140/+94
| | * | fix a bunch of cppcheck warnings/errors based on a patch byDavid Kalnischkies2011-04-168-52/+105