fix some cppcheck: (warning) Member variable is not initialized in the constructor.
[ntk/apt.git] / apt-pkg /
2011-08-11 David Kalnischkiesfix some cppcheck: (warning) Member variable is not...
2011-08-11 David Kalnischkiescppcheck is right that the check for preventing null...
2011-08-05 Michael Vogt* test/integration/test-hashsum-verification:
2011-08-05 Michael Vogt* apt-pkg/acquire-item.cc:
2011-08-01 Michael Vogtmerged from lp:~mvo/apt/mvo
2011-08-01 Michael Vogtapt-pkg/pkgcachegen.cc: copy Arch to avoid segfault...
2011-07-29 Michael Vogtmerged from debian-sid
2011-07-29 Michael Vogt* apt-pkg/pkgcachegen.{cc,h}:
2011-07-28 Michael Vogt* apt-pkg/contrib/fileutl.{cc,h}:
2011-07-28 Michael Vogtmerged from lp:~donkult/apt/sid
2011-07-27 David Kalnischkies* apt-pkg/deb/deblistparser.cc:
2011-07-26 Michael Vogtmerged from lp:~mvo/apt/mvo
2011-07-26 Michael Vogtmerged from lp:~donkult/apt/sid
2011-07-26 Michael Vogtfix typos in changelog, make DeEscapeString const,...
2011-07-26 Michael Vogtadd another escape test case, fixup octal one (its...
2011-07-26 Michael Vogtapt-pkg/contrib/strutl.cc: kill unneeded debug output
2011-07-26 Michael Vogt* apt-pkg/contrib/strutl.{h,cc}, test/libapt/strutil_te...
2011-07-26 David Miller* apt-pkg/contrib/sha1.cc:
2011-07-25 Michael Vogt* apt-pkg/contrib/cdromutl.cc:
2011-07-25 Michael Vogtmerged from lp:~donkult/apt/sid 0.8.15.3
2011-07-25 David Kalnischkies* apt-pkg/deb/deblistparser.cc:
2011-07-25 David Kalnischkies* apt-pkg/aptconfiguration.cc:
2011-07-22 Michael Vogtmerged from donkult
2011-07-22 Michael Vogtmerged from the mvo branch
2011-07-16 David Kalnischkies* apt-pkg/policy.cc:
2011-07-16 David Kalnischkiesdo not require unused partial dirs in 'source' (Closes...
2011-07-15 Michael Vogtapt-pkg/contrib/configuration.cc: revert Configuration...
2011-07-15 Michael Vogtmerged from lp:~donkult/apt/sid
2011-07-15 David Kalnischkies* apt-pkg/depcache.cc:
2011-07-14 David Kalnischkiesmerge with debian-sid 0.8.15.2
2011-07-14 Michael Vogtmerged from the mvo branch and add proper changelog
2011-07-14 Michael Vogtmerged from debian-sid
2011-07-14 Michael Vogtmake ResolveByKeep() more clever and hold back packages...
2011-07-13 Michael Vogtfix from David Kalnischkies for the InRelease gpg verif... 0.8.15.2
2011-07-13 Michael Vogtapt-pkg/aptconfiguration.h: fix copy/paste error in...
2011-07-06 David Kalnischkies* apt-pkg/init.cc:
2011-07-01 Michael Vogtapt-pkg/acquire-item.cc: improve error message for...
2011-06-30 David Kalnischkies* apt-pkg/pkgcachegen.cc:
2011-06-30 David Kalnischkiesmerge with debian-sid 0.8.15.1
2011-06-30 Michael Vogt* doc/makefile:
2011-06-29 David Kalnischkiesallow package:architecure in Package:
2011-06-29 David Kalnischkies - ensure that only the first specific stanza for...
2011-06-29 David KalnischkiesDefaults is a vector of Pin not of PkgPin
2011-06-29 David Kalnischkies* apt-pkg/policy.cc:
2011-06-29 David Kalnischkiesmerge with debian-sid release 0.8.15
2011-06-29 Michael Vogtmerged from debian-sid
2011-06-28 Michael Vogtmerged from lp:~mvo/apt/mvo
2011-06-28 Michael Vogtmerged from donkult
2011-06-28 Michael Vogtcherry pick from donkult
2011-06-27 Michael Vogt* apt-pkg/deb/dpkgpm.cc:
2011-06-09 Michael Vogtapt-pkg/deb/debindexfile.cc: kill off another Translati...
2011-06-09 Michael Vogtapt-pkg/deb/debindexfile.cc: remove tests for Translati...
2011-06-09 Michael Vogt* apt-pkg/deb/deblistparser.cc:
2011-06-06 David Kalnischkies* apt-pkg/indexcopy.cc:
2011-05-31 Michael Vogtmerge from lp:~mvo/apt/mvo
2011-05-31 Michael Vogtapt-pkg/acquire-item.cc: only test packages file for...
2011-05-31 Michael Vogtmerged from the debian branch
2011-05-30 Julian Andres KlodeReject files known to be invalid (LP: #346386) (Closes...
2011-05-30 Julian Andres Klodeapt-pkg/acquire-item.cc: Reject files known to be inval...
2011-05-28 Jörg Sommer* apt-pkg/init.cc:
2011-05-28 Jörg Sommeruse the correct option name in comment for Acquire...
2011-05-23 David Kalnischkieslog reinstall commands in history.log
2011-05-19 David Kalnischkiesremove invalid pkgcache.bin and rebuild it if possible
2011-05-17 David Kalnischkiesrename I to J to avoid redefining a variable (clang...
2011-05-16 Michael Vogtmerged from lp:~donkult/apt/sid
2011-05-16 David Kalnischkies* apt-pkg/packagemanager.cc:
2011-05-12 David KalnischkiesMAP_ANON is deprecated in favor of MAP_ANONYMOUS, but...
2011-05-12 David Kalnischkies* apt-pkg/contrib/netrc.cc:
2011-05-12 David Kalnischkiesrewrite new and previously satisfied important dependen...
2011-05-12 David Kalnischkiesmove the broken dependency detection above the new...
2011-05-11 David Kalnischkiesconvert a lot of places to use IsNegative instead of...
2011-05-11 David Kalnischkiesif critical or-group can't be satisfied, exit directly.
2011-05-10 David Kalnischkiesfix order of CurrentURI and UsedMirror in Status()...
2011-04-26 Ben Finney* apt-pkg/acquire-item.cc:
2011-04-26 David Kalnischkies* apt-pkg/acquire-worker.cc:
2011-04-26 David Kalnischkies* apt-pkg/deb/debmetaindex.cc:
2011-04-25 David Kalnischkies* apt-pkg/pkgcache.cc:
2011-04-21 David Kalnischkiessimplify the code for wildcard pinning a bit
2011-04-21 Julian Andres KlodeMake purge work again for config-files (LP: #244598...
2011-04-20 David Kalnischkiesmerge with debian-sid branch and 0.8.14.1 release
2011-04-18 Julian Andres Klodeapt-pkg/depcache.cc: Really release action groups only...
2011-04-16 David Kalnischkies* apt-pkg/deb/dpkgpm.cc:
2011-04-16 David Kalnischkiescppcheck: (style) Variable 'State' is assigned a value...
2011-04-16 David Kalnischkies* apt-pkg/orderlist.cc:
2011-04-16 David Kalnischkiesremove the extra unnecessary qualification cppcheck...
2011-04-16 David Kalnischkies* apt-pkg/acquire-method.cc:
2011-04-16 Julian Andres Klodeapt-pkg/acquire-item.cc: Only try to rename existing...
2011-04-15 David Kalnischkiesfix a bunch of cppcheck warnings/errors based on a...
2011-04-15 David Kalnischkies* apt-pkg/depcache.cc:
2011-04-15 Julian Andres KlodeMerge from DonKult
2011-04-15 Julian Andres Klode* apt-pkg/policy.cc:
2011-04-14 Julian Andres Klode* apt-pkg/deb/deblistparser.cc:
2011-04-08 Michael Vogtmerged from the mvo branch
2011-04-08 Julian Andres Klode* apt-pkg/acquire-item.cc:
2011-04-07 Julian Andres Klode* apt-pkg/indexcopy.cc:
2011-04-06 David Kalnischkies* apt-pkg/pkgcache.cc:
2011-04-06 David Kalnischkiesdocument the pkg:any specialcasing in FindPkg as well...
2011-04-05 Michael Vogt* apt-pkg/aptconfiguration.cc:
2011-04-05 Michael Vogtmerged from debian-sid
2011-04-04 Michael Vogtmerged from lp:~donkult/apt/sid
next