David Kalnischkies 401d88939a use CPPFLAGS instead of CXXFLAGS for stringview export před 10 roky
..
contrib ab16ead7f8 fix "Mismatched free() / delete / delete []" in simple_buffer před 10 roky
deb 6fc2e03084 only warn about missing/invalid Date field for now před 10 roky
edsp 02ceb810fe remove unused Description methods in listparsers před 10 roky
acquire-item.cc ef3c549e00 remove uncompressed leftover partial file before pdiff bootstrap před 10 roky
acquire-item.h 0179cfa83c keep compressed indexes in a low-cost format před 10 roky
acquire-method.cc 2651f1c071 act on various suggestions from cppcheck před 10 roky
acquire-method.h 6c55f07a5f make all d-pointer * const pointers před 11 roky
acquire-worker.cc 2651f1c071 act on various suggestions from cppcheck před 10 roky
acquire-worker.h 6c55f07a5f make all d-pointer * const pointers před 11 roky
acquire.cc feb674aba5 revert file-hash based action-merging in acquire před 10 roky
acquire.h 5dd00edbcf add messages to our deprecation warnings in libapt před 10 roky
algorithms.cc 258b9e512c apply various suggestions made by cppcheck před 10 roky
algorithms.h 5dd00edbcf add messages to our deprecation warnings in libapt před 10 roky
aptconfiguration.cc 0179cfa83c keep compressed indexes in a low-cost format před 10 roky
aptconfiguration.h c3392a9fcc some CXXFLAGS housekeeping před 11 roky
cachefile.cc a133f79c87 deal better with (very) small apt::cache-start values před 10 roky
cachefile.h a249b3e6fd reimplement build-dep via apts normal resolver před 10 roky
cachefilter.cc 3721cb019f add an API for cache filters/matcher před 11 roky
cachefilter.h 6d7122b535 Annotate more methods with APT_OVERRIDE před 11 roky
cacheiterators.h eff0c22e59 Switch performance critical code to use APT::StringView před 10 roky
cacheset.cc 27e4c1664a support regex and co in 'apt-cache policy $pkg' again před 10 roky
cacheset.h 5dd00edbcf add messages to our deprecation warnings in libapt před 10 roky
cdrom.cc 0300f0077a outsmart gcc -O3 over-optimization in pkgCdrom::FindPackages před 10 roky
cdrom.h 6c55f07a5f make all d-pointer * const pointers před 11 roky
clean.cc dffc17ba83 non-existing directories don't need to be cleaned před 10 roky
clean.h 6c55f07a5f make all d-pointer * const pointers před 11 roky
depcache.cc 529bf9b00d prefer upgrading installed provides satisfier před 10 roky
depcache.h 3d28414809 tests: fix typos, correct helpmsgs and test tests před 10 roky
edsp.cc 294a80209a sanify API to get 'the' candidate version před 10 roky
edsp.h 5dd00edbcf add messages to our deprecation warnings in libapt před 10 roky
indexcopy.cc 2651f1c071 act on various suggestions from cppcheck před 10 roky
indexcopy.h 5dd00edbcf add messages to our deprecation warnings in libapt před 10 roky
indexfile.cc a249b3e6fd reimplement build-dep via apts normal resolver před 10 roky
indexfile.h 0179cfa83c keep compressed indexes in a low-cost format před 10 roky
init.cc 430481e794 use @CHANGEPATH@ as placeholder in changelog URI templates před 10 roky
init.h 453b82a388 cleanup headers and especially #includes everywhere před 12 roky
install-progress.cc ac7f8f7916 Fix all the wrong removals of includes that iwyu got wrong před 11 roky
install-progress.h eaf21c2144 Fix select timeout to be 50msec instead of 0.5msec před 10 roky
makefile 401d88939a use CPPFLAGS instead of CXXFLAGS for stringview export před 10 roky
metaindex.cc a628ca5256 allow repositories to forbid arch:all for specific index targets před 10 roky
metaindex.h a628ca5256 allow repositories to forbid arch:all for specific index targets před 10 roky
orderlist.cc 2fcd25a9e2 Do not swap required and important in pkgCache::Priority() před 10 roky
orderlist.h 5dd00edbcf add messages to our deprecation warnings in libapt před 10 roky
packagemanager.cc 93a0805bc9 fix alloc-dealloc-mismatch (operator new [] vs operator delete) před 10 roky
packagemanager.h 5dd00edbcf add messages to our deprecation warnings in libapt před 10 roky
pkgcache.cc d17f2b1b74 parse version correctly from binary Source field před 10 roky
pkgcache.h 60d523e2ae Store the size of strings in the cache před 10 roky
pkgcachegen.cc a133f79c87 deal better with (very) small apt::cache-start values před 10 roky
pkgcachegen.h a133f79c87 deal better with (very) small apt::cache-start values před 10 roky
pkgrecords.cc 6c55f07a5f make all d-pointer * const pointers před 11 roky
pkgrecords.h 5dd00edbcf add messages to our deprecation warnings in libapt před 10 roky
pkgsystem.cc 825db89094 implement a public pkgSystem::ArchitecturesSupported před 10 roky
pkgsystem.h 825db89094 implement a public pkgSystem::ArchitecturesSupported před 10 roky
policy.cc f6459e646f properly parse comments in apt_preferences and deb822-style sources před 10 roky
policy.h a0a6695515 Add GetPriority(VerIterator) to pkgDepCache::Policy před 11 roky
sourcelist.cc f6459e646f properly parse comments in apt_preferences and deb822-style sources před 10 roky
sourcelist.h 14341a7ee1 support .deb files in upgrade operations as well před 10 roky
srcrecords.cc 95278287f4 avoid using global PendingError to avoid failing too often too soon před 10 roky
srcrecords.h 5dd00edbcf add messages to our deprecation warnings in libapt před 10 roky
statechanges.cc 64e3414e00 allow all dpkg selections to be set via apt-mark and libapt před 10 roky
statechanges.h 64e3414e00 allow all dpkg selections to be set via apt-mark and libapt před 10 roky
tagfile-compat.cc eff0c22e59 Switch performance critical code to use APT::StringView před 10 roky
tagfile-order.c e8fb1cdfdd sync TFRewrite*Order arrays with dpkg and dak před 11 roky
tagfile.cc eff0c22e59 Switch performance critical code to use APT::StringView před 10 roky
tagfile.h eff0c22e59 Switch performance critical code to use APT::StringView před 10 roky
update.cc ac7f8f7916 Fix all the wrong removals of includes that iwyu got wrong před 11 roky
update.h 3809194b66 mark private methods as hidden před 11 roky
upgrade.cc 4dc77823d3 remove the compatibility markers for 4.13 abi před 11 roky
upgrade.h 5dd00edbcf add messages to our deprecation warnings in libapt před 10 roky
version.cc c8a4ce6cbe add d-pointer, virtual destructors and de-inline de/constructors před 11 roky
version.h c8a4ce6cbe add d-pointer, virtual destructors and de-inline de/constructors před 11 roky
versionmatch.cc ddb286525d simplify Origin matchmaking for status files před 11 roky
versionmatch.h 5bfd306ee1 versionmatch: Extract version match checking out of Find() před 11 roky