ntk/apt.git
2012-03-20 David Kalnischkies* methods/rred.cc:
2012-03-20 David Kalnischkies* debian/libapt-pkg4.12:
2012-03-20 David Kalnischkies* methods/makefile:
2012-03-20 David Kalnischkies* apt-pkg/acquire-worker.cc:
2012-03-20 David Kalnischkiesupdate the versionnumber of the faked dpkg in the testc...
2012-03-13 David Kalnischkiesnow that stdout/stdlog are used consistently, the messa...
2012-03-13 Michael Vogtmerged from lp:~donkult/apt/experimental
2012-03-13 David Kalnischkiesrecheck dependencies in SmartUnpack after a change...
2012-03-13 David Kalnischkies* apt-pkg/packagemanager.cc:
2012-03-12 David Kalnischkiesensure that the fullname of a package is displayed...
2012-03-12 David Kalnischkiesimprove the testcode so that we do not depend on the...
2012-03-12 David Kalnischkiesnow that the package name 'apt' is a magic word enablin...
2012-03-07 David Kalnischkiesshow which dependency couldn't be satisfied in the...
2012-03-07 Michael Vogt* apt-pkg/packagemanager.cc:
2012-03-06 Michael Vogtreleasing version 0.8.16~exp13
2012-03-06 Michael Vogtmerged from lp:~donkult/apt/experimental
2012-03-06 David Kalnischkiesadd Debug::pkgAcqArchive::NoQueue to disable package...
2012-03-06 David Kalnischkiesmerge with apt/experimental
2012-03-06 Michael Vogt* apt-pkg/packagemanager.cc:
2012-03-06 David Kalnischkies* apt-pkg/contrib/fileutl.cc:
2012-03-05 Julian Andres... changelog: Document scoring difference for Important...
2012-03-05 Julian Andres... * Treat the Important flag like the Essential flag...
2012-03-05 Julian Andres... * apt-pkg/packagemanager.cc:
2012-03-05 Julian Andres... * apt-pkg/deb/deblistparser.cc:
2012-03-04 David Kalnischkiesas we parse datestrings from external sources a lot...
2012-03-04 David Kalnischkiesfix "(style) The scope of the variable 'count' can...
2012-03-04 David Kalnischkiesmicro-optimize "(performance) Prefer prefix ++/-- opera...
2012-03-04 David Kalnischkiesset char-limits for the scanf parsing previous crash...
2012-03-04 David Kalnischkiesfix "(performance) Possible inefficient checking for...
2012-03-04 David Kalnischkiesfix "(style) Checking if unsigned variable 'Minor'...
2012-03-04 David Kalnischkiesensure that (s)scanf doesn't parse a too long Code...
2012-03-04 David Kalnischkiesfix two "(style) Variable 'Res' is assigned a value...
2012-03-04 David Kalnischkiesfix "(error) Possible null pointer dereference: BindAdd...
2012-03-04 David Kalnischkiesfix "(style) Statements following return, break, contin...
2012-03-04 David Kalnischkiesfix a bunch of cppcheck "(warning) Member variable...
2012-03-04 David Kalnischkieshandle a SIGINT in all modes as a break after the curre...
2012-03-04 David Kalnischkies* apt-pkg/acquire-item.cc:
2012-03-03 Simon Ruderichtestcase for CVE-2012-0214
2012-03-03 David Kalnischkies* apt-pkg/packagemanager.cc:
2012-03-03 David Kalnischkiesallow msgtest to be used with only one parameter
2012-03-03 David Kalnischkiesshow in the debug output if we are looping in the avoid...
2012-03-03 David Kalnischkieseanup the ordering-code avoiding a break (no function...
2012-03-02 Michael Vogt* apt-pkg/packagemanager.cc:
2012-02-27 David Kalnischkiesfix the string in the testcases
2012-02-25 David Kalnischkies* cmdline/apt-cache.cc:
2012-02-18 David Kalnischkiesimprove 'error' message for packages which are only...
2012-02-18 David Kalnischkies* cmdline/apt-get.cc:
2012-02-18 David Kalnischkiesuse pdiff for Translation-* files if available (Closes...
2012-02-18 David Kalnischkies* apt-pkg/acquire-item.cc:
2012-02-18 David Kalnischkiesensure that the cache-directories are really directorie...
2012-02-18 David Kalnischkies* apt-pkg/indexrecords.cc:
2012-02-11 David Kalnischkies* apt-pkg/cachefile.cc:
2012-02-11 David Kalnischkiesjust in case: correct the header-guard for https to...
2012-02-11 David Kalnischkiesremove the arbitrary MAXLEN limit for response lines...
2012-02-11 David Kalnischkiessave the universe by not printing messages about apport...
2012-02-11 David Kalnischkiesfix the hold-testcase as it has problems with 'foreign...
2012-02-11 David Kalnischkiescorrectly ignore already (un)hold packages
2012-02-10 David Kalnischkies* cmdline/apt-mark.cc:
2012-02-10 David KalnischkiesFix the testcases to work with and configure dpkg corre...
2012-02-10 David Kalnischkiesensure that architectures are not added multiple times
2012-02-09 David Kalnischkiescall dpkg --assert-multi-arch with execvp instead of...
2012-02-03 Michael Vogtrework previous patch to avoid changing the inline...
2012-02-03 Michael Vogt* apt-pkg/contrib/fileutl.h:
2012-02-03 Michael Vogt* apt-pkg/contrib/fileutl.h:
2012-01-31 Michael VogtFix IndexCopy::CopyPackages and TranslationsCopy::CopyT...
2012-01-31 Michael Vogtmerged from lp:~mvo/apt/mvo
2012-01-31 Michael Vogtmerged from lp:~donkult/apt/experimental/
2012-01-30 Michael Vogt* apt-pkg/deb/dpkgpm.cc:
2012-01-30 Michael Vogtmerged from donkult
2012-01-30 David Kalnischkies* apt-pkg/aptconfiguration.cc:
2012-01-30 David Kalnischkies* methods/http{s,}.cc:
2012-01-30 David Kalnischkies* apt-pkg/contrib/configuration.cc:
2012-01-29 David Kalnischkies* apt-pkg/depcache.cc:
2012-01-29 Colin Watson* apt-pkg/algorithms.cc:
2012-01-29 David Kalnischkiesadd the testcase i wrote for revno 2209.1.2, to ensure...
2012-01-29 David Kalnischkiesadd a very simple testcases for the previous commited...
2012-01-29 Colin Watson* apt-pkg/algorithms.cc:
2012-01-29 Steve Langasek* cmdline/apt-get.cc:
2012-01-29 David Kalnischkiesensure that dpkg binary doesn't have the chroot-directo...
2012-01-29 David Kalnischkies* apt-pkg/deb/dpkgpm.cc:
2012-01-24 Michael Vogtreleasing version 0.8.16~exp12
2012-01-20 Michael Vogtmerged from bzr+ssh://bazaar.launchpad.net/~donkult...
2012-01-20 David Kalnischkies* test/libapt/run-tests:
2012-01-20 Pino Toscano* test/libapt/globalerror_test.cc:
2012-01-20 David Kalnischkiesfix a few esoteric cppcheck errors/warnings/infos
2012-01-19 David Kalnischkiesfix typos in comments reported by the lintian in very...
2012-01-19 David Kalnischkies* methods/https.cc:
2012-01-19 David Kalnischkiesapply typofixes by Pascal De Vuyst, thanks! (Closes...
2012-01-19 David Kalnischkies* debian/rules:
2012-01-19 David Kalnischkies* debian/control:
2012-01-19 David Kalnischkies* apt-pkg/packagemanager.cc:
2012-01-19 Michael Vogtmerged from lp:~donkult/apt/experimental/
2012-01-19 David Kalnischkies* apt-pkg/cacheiterators.h:
2012-01-19 Michael Vogt* apt-pkg/deb/dpkgpm.cc:
2012-01-19 Michael Vogtreleasing version 0.8.16~exp11
2012-01-19 Michael Vogt* apt-pkg/deb/dpkgpm.cc:
2012-01-19 David Kalnischkiesif multi-arch is detected ensure that pkg:all is report...
2012-01-19 David Kalnischkies* apt-pkg/deb/dpkgpm.cc:
2012-01-19 Michael Vogtreleasing version 0.8.16~exp10
2012-01-18 Michael Vogt* apt-pkg/contrib/fileutl.h:
next