summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* * cmdline/apt-mark.cc:David Kalnischkies2012-02-102-18/+115
* Fix the testcases to work with and configure dpkg correctly in aDavid Kalnischkies2012-02-102-23/+64
* ensure that architectures are not added multiple timesDavid Kalnischkies2012-02-102-2/+5
* call dpkg --assert-multi-arch with execvp instead of execvDavid Kalnischkies2012-02-093-4/+5
* rework previous patch to avoid changing the inline codeMichael Vogt2012-02-032-4/+6
* * apt-pkg/contrib/fileutl.h:Michael Vogt2012-02-032-1/+6
|\
| * * apt-pkg/contrib/fileutl.h:Michael Vogt2012-02-032-1/+6
* | Fix IndexCopy::CopyPackages and TranslationsCopy::CopyTranslations toMichael Vogt2012-01-312-2/+4
* | merged from lp:~mvo/apt/mvoMichael Vogt2012-01-312-2/+41
|\|
| * * apt-pkg/deb/dpkgpm.cc:Michael Vogt2012-01-302-2/+41
| * merged from donkultMichael Vogt2012-01-3032-1646/+2281
| |\
* | \ merged from lp:~donkult/apt/experimental/Michael Vogt2012-01-3115-84/+409
|\ \ \ | | |/ | |/|
| * | * apt-pkg/aptconfiguration.cc:David Kalnischkies2012-01-302-9/+60
| * | * methods/http{s,}.cc:David Kalnischkies2012-01-303-2/+31
| * | * apt-pkg/contrib/configuration.cc:David Kalnischkies2012-01-303-3/+20
| * | * apt-pkg/depcache.cc:David Kalnischkies2012-01-293-12/+60
| * | * apt-pkg/algorithms.cc:Colin Watson2012-01-293-17/+19
| * | add the testcase i wrote for revno 2209.1.2, to ensure that breaks onDavid Kalnischkies2012-01-291-0/+56
| * | add a very simple testcases for the previous commited fix forDavid Kalnischkies2012-01-291-0/+51
| * | * apt-pkg/algorithms.cc:Colin Watson2012-01-292-3/+7
| * | * cmdline/apt-get.cc:Steve Langasek2012-01-293-28/+78
| * | ensure that dpkg binary doesn't have the chroot-directory prefixedDavid Kalnischkies2012-01-292-2/+13
| * | * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2012-01-292-17/+23
|/ /