Michael Vogt d428d131a2 Move ListUpdate/AquireUpdate into update.{cc,h} 12 lat temu
..
contrib 98b69f9dd0 fix typo (mkostemp->mkstemp) 13 lat temu
deb f68cba9b72 Merge remote-tracking branch 'mvo/feature/install-progress' into debian/sid 13 lat temu
edsp 2b803d4069 do not dereference the storage for the unique strings as the pointer can 14 lat temu
acquire-item.cc fbe0969131 Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sid 13 lat temu
acquire-item.h ffcccd62f0 fix: --print-uris removes authentication 13 lat temu
acquire-method.cc 5674f6b316 * apt-pkg/acquire*.cc: 14 lat temu
acquire-method.h e1284a59de * apt-pkg/acquire-methods.cc: 14 lat temu
acquire-worker.cc 1dea08eb2e properly handle if-modfied-since with libcurl/https 13 lat temu
acquire-worker.h 8f3ba4e870 do not pollute namespace in the headers with using (Closes: #500198) 15 lat temu
acquire.cc 5674f6b316 * apt-pkg/acquire*.cc: 14 lat temu
acquire.h a4f6bdc8bd revert 2184.1.2: do not pollute namespace in headers 14 lat temu
algorithms.cc d428d131a2 Move ListUpdate/AquireUpdate into update.{cc,h} 12 lat temu
algorithms.h d428d131a2 Move ListUpdate/AquireUpdate into update.{cc,h} 12 lat temu
aptconfiguration.cc 2510eea4a0 do chdir("/") after chroot() 13 lat temu
aptconfiguration.h 601c2c8ec3 apt-pkg/aptconfiguration.h: fix compiler error 14 lat temu
cachefile.cc dcaa118550 fix a bunch of cppcheck "(warning) Member variable '<#>' is not 14 lat temu
cachefile.h b9dadc24b9 revert 2184.1.3: forward declaration instead of headers 14 lat temu
cachefilter.cc b917917067 squash merge of the feature/apt-binary branch without the changes from experimental 13 lat temu
cachefilter.h dd4d972997 add PACKAGE_MATCHER_ABI_COMPAT mode for now so that this branch can be merged without breaking ABI 13 lat temu
cacheiterators.h 7a948ec719 Version 3 for DPkg::Pre-Install-Pkgs with MultiArch info 13 lat temu
cacheset.cc b917917067 squash merge of the feature/apt-binary branch without the changes from experimental 13 lat temu
cacheset.h b917917067 squash merge of the feature/apt-binary branch without the changes from experimental 13 lat temu
cdrom.cc b2ea1a4753 ensure state-dir exists before coyping cdrom files 13 lat temu
cdrom.h 4ccd3b3ce6 fix some unitialized data members 13 lat temu
clean.cc 469b02781d * apt-pkg/clean.cc: 14 lat temu
clean.h 8f3ba4e870 do not pollute namespace in the headers with using (Closes: #500198) 15 lat temu
depcache.cc 096bd9f597 prefer native arch over higher priority for providers 13 lat temu
depcache.h 486d190d3c prevent MarkInstall of unsynced Multi-Arch:same siblings 13 lat temu
edsp.cc b830da6163 apt-pkg/edsp.cc: do not use stderr in WriteSolution at all 13 lat temu
edsp.h b9dadc24b9 revert 2184.1.3: forward declaration instead of headers 14 lat temu
indexcopy.cc a9d6b0ad87 fix resource leak when verification fails 13 lat temu
indexcopy.h 27cc55ee82 non-inline RunGPGV methods to restore ABI compatibility with previous versions to fix partial upgrades (Closes: #707771) 13 lat temu
indexfile.cc 8f3ba4e870 do not pollute namespace in the headers with using (Closes: #500198) 15 lat temu
indexfile.h a4f6bdc8bd revert 2184.1.2: do not pollute namespace in headers 14 lat temu
indexrecords.cc 233d79a51c init the pkgTagFile with the size of the Release file 13 lat temu
indexrecords.h b9dadc24b9 revert 2184.1.3: forward declaration instead of headers 14 lat temu
init.cc 9179f697ed the previously used VERSION didn't work everywhere so we are switching 14 lat temu
init.h b9dadc24b9 revert 2184.1.3: forward declaration instead of headers 14 lat temu
makefile d428d131a2 Move ListUpdate/AquireUpdate into update.{cc,h} 12 lat temu
metaindex.h b9dadc24b9 revert 2184.1.3: forward declaration instead of headers 14 lat temu
orderlist.cc 978844db25 prefer Essentials over Removals in ordering score 13 lat temu
orderlist.h 8f3ba4e870 do not pollute namespace in the headers with using (Closes: #500198) 15 lat temu
packagemanager.cc 9c5104cf35 apt-pkg/packagemanager.cc: 13 lat temu
packagemanager.h b9dadc24b9 revert 2184.1.3: forward declaration instead of headers 14 lat temu
pkgcache.cc 7a948ec719 Version 3 for DPkg::Pre-Install-Pkgs with MultiArch info 13 lat temu
pkgcache.h a4f6bdc8bd revert 2184.1.2: do not pollute namespace in headers 14 lat temu
pkgcachegen.cc 99359751ef handle missing "Description" in apt-cache show 13 lat temu
pkgcachegen.h 885594fc88 share version strings between same versions (of different architectures) 13 lat temu
pkgrecords.cc dcaa118550 fix a bunch of cppcheck "(warning) Member variable '<#>' is not 14 lat temu
pkgrecords.h 8f3ba4e870 do not pollute namespace in the headers with using (Closes: #500198) 15 lat temu
pkgsystem.cc dcaa118550 fix a bunch of cppcheck "(warning) Member variable '<#>' is not 14 lat temu
pkgsystem.h b9dadc24b9 revert 2184.1.3: forward declaration instead of headers 14 lat temu
policy.cc 1680800209 specific pins below 1000 cause downgrades 13 lat temu
policy.h a4f6bdc8bd revert 2184.1.2: do not pollute namespace in headers 14 lat temu
sourcelist.cc 125bf7824a * apt-pkg/sourcelist.cc: 13 lat temu
sourcelist.h 73688d27f6 atleast libapt should announce to itself that it is clean… 14 lat temu
srcrecords.cc 69c2ecbdc9 various simple changes to fix cppcheck warnings 13 lat temu
srcrecords.h 65f9983436 * cmdline/apt-get.cc: 14 lat temu
tagfile.cc 2510eea4a0 do chdir("/") after chroot() 13 lat temu
tagfile.h fbe0969131 Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sid 13 lat temu
update.cc d428d131a2 Move ListUpdate/AquireUpdate into update.{cc,h} 12 lat temu
update.h d428d131a2 Move ListUpdate/AquireUpdate into update.{cc,h} 12 lat temu
upgrade.cc 82e369c4b9 * move upgrade releated code into upgrade.{cc,h} 12 lat temu
upgrade.h 82e369c4b9 * move upgrade releated code into upgrade.{cc,h} 12 lat temu
vendor.cc 69c2ecbdc9 various simple changes to fix cppcheck warnings 13 lat temu
vendor.h a4f6bdc8bd revert 2184.1.2: do not pollute namespace in headers 14 lat temu
vendorlist.cc f52037d629 fix -Wall errors 13 lat temu
vendorlist.h b9dadc24b9 revert 2184.1.3: forward declaration instead of headers 14 lat temu
version.cc dcaa118550 fix a bunch of cppcheck "(warning) Member variable '<#>' is not 14 lat temu
version.h a4f6bdc8bd revert 2184.1.2: do not pollute namespace in headers 14 lat temu
versionmatch.cc 69c2ecbdc9 various simple changes to fix cppcheck warnings 13 lat temu
versionmatch.h a4f6bdc8bd revert 2184.1.2: do not pollute namespace in headers 14 lat temu