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