summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | recheck dependencies in SmartUnpack after a change, tooDavid Kalnischkies2012-03-133-166/+199
| | * | | * apt-pkg/packagemanager.cc:David Kalnischkies2012-03-132-79/+120
| | * | | ensure that the fullname of a package is displayed in the debug outputDavid Kalnischkies2012-03-122-34/+34
| | * | | improve the testcode so that we do not depend on the order of unpackingDavid Kalnischkies2012-03-121-25/+17
| | * | | now that the package name 'apt' is a magic word enabling essential statusDavid Kalnischkies2012-03-121-10/+10
| | * | | show which dependency couldn't be satisfied in the debug outputDavid Kalnischkies2012-03-071-1/+1
| * | | | * apt-pkg/packagemanager.cc:Michael Vogt2012-03-072-13/+20
| |/ / /
| * | | releasing version 0.8.16~exp13Michael Vogt2012-03-061-2/+2
| * | | merged from lp:~donkult/apt/experimentalMichael Vogt2012-03-0647-330/+742
| |\ \ \
| | * | | add Debug::pkgAcqArchive::NoQueue to disable package downloadingDavid Kalnischkies2012-03-062-2/+14
| | * | | merge with apt/experimentalDavid Kalnischkies2012-03-065-11/+51
| | |\ \ \ | | |/ / / | |/| | |
| * | | | * apt-pkg/packagemanager.cc:Michael Vogt2012-03-062-4/+16
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | * apt-pkg/packagemanager.cc:Michael Vogt2012-03-022-4/+16
| * | | | changelog: Document scoring difference for Important flagJulian Andres Klode2012-03-051-1/+2
| * | | | * Treat the Important flag like the Essential flag with two differences:Julian Andres Klode2012-03-054-4/+26
| * | | | * apt-pkg/packagemanager.cc:Julian Andres Klode2012-03-052-2/+3
| * | | | * apt-pkg/deb/deblistparser.cc:Julian Andres Klode2012-03-052-1/+5
| | | * | * apt-pkg/contrib/fileutl.cc:David Kalnischkies2012-03-062-1/+10
| | | * | as we parse datestrings from external sources a lot specify the lengthDavid Kalnischkies2012-03-051-3/+3
| | | * | fix "(style) The scope of the variable 'count' can be reduced"David Kalnischkies2012-03-051-4/+3
| | | * | micro-optimize "(performance) Prefer prefix ++/-- operators for non-primitive...David Kalnischkies2012-03-051-1/+1
| | | * | set char-limits for the scanf parsing previous crash-reportsDavid Kalnischkies2012-03-051-1/+1
| | | * | fix "(performance) Possible inefficient checking for 'R' emptiness."David Kalnischkies2012-03-051-1/+1
| | | * | fix "(style) Checking if unsigned variable 'Minor' is less than zero."David Kalnischkies2012-03-051-1/+1
| | | * | ensure that (s)scanf doesn't parse a too long Code now that a previousDavid Kalnischkies2012-03-051-5/+7
| | | * | fix two "(style) Variable 'Res' is assigned a value that is never used"David Kalnischkies2012-03-041-4/+2
| | | * | fix "(error) Possible null pointer dereference: BindAddr" by ensuringDavid Kalnischkies2012-03-041-2/+2
| | | * | fix "(style) Statements following return, break, continue, goto or throwDavid Kalnischkies2012-03-041-4/+2
| | | * | fix a bunch of cppcheck "(warning) Member variable '<#>' is notDavid Kalnischkies2012-03-0419-36/+44
| | | * | handle a SIGINT in all modes as a break after the currently runningDavid Kalnischkies2012-03-042-4/+7
| | | * | * apt-pkg/acquire-item.cc:David Kalnischkies2012-03-042-1/+13
| | | * | testcase for CVE-2012-0214Simon Ruderich2012-03-031-0/+29
| | | * | * apt-pkg/packagemanager.cc:David Kalnischkies2012-03-033-13/+65
| | | * | allow msgtest to be used with only one parameterDavid Kalnischkies2012-03-031-1/+2
| | | * | show in the debug output if we are looping in the avoid breaksDavid Kalnischkies2012-03-031-1/+6
| | | * | eanup the ordering-code avoiding a break (no function change)David Kalnischkies2012-03-031-28/+23
| | | * | fix the string in the testcasesDavid Kalnischkies2012-02-271-3/+3
| | | * | * cmdline/apt-cache.cc:David Kalnischkies2012-02-252-2/+4
| | | * | improve 'error' message for packages which are only referencedDavid Kalnischkies2012-02-183-6/+43
| | | * | * cmdline/apt-get.cc:David Kalnischkies2012-02-183-2/+87
| | | * | use pdiff for Translation-* files if available (Closes: #657902)David Kalnischkies2012-02-182-2/+8
| | | * | * apt-pkg/acquire-item.cc:David Kalnischkies2012-02-186-84/+39
| | | * | ensure that the cache-directories are really directories beforeDavid Kalnischkies2012-02-181-2/+2
| | | * | * apt-pkg/indexrecords.cc:David Kalnischkies2012-02-182-2/+7
| | | * | * apt-pkg/cachefile.cc:David Kalnischkies2012-02-114-1/+112
| | | * | just in case: correct the header-guard for https to not match httpDavid Kalnischkies2012-02-111-2/+2
| | | * | remove the arbitrary MAXLEN limit for response lines (Closes: #658346)David Kalnischkies2012-02-114-10/+3
| | | * | save the universe by not printing messages about apport if a packageDavid Kalnischkies2012-02-112-1/+9
| | | * | fix the hold-testcase as it has problems with 'foreign' operationsDavid Kalnischkies2012-02-115-83/+18
| | | * | correctly ignore already (un)hold packagesDavid Kalnischkies2012-02-113-4/+14