David Kalnischkies bd4a8f5164 show a more descriptive error for weak Release files před 10 roky
..
contrib 646ebd92c8 fix typos and docs in GlobalError documentation před 10 roky
deb bd4a8f5164 show a more descriptive error for weak Release files před 10 roky
edsp ce1f3a2c61 wrap every unlink call to check for != /dev/null před 10 roky
acquire-item.cc bd4a8f5164 show a more descriptive error for weak Release files před 10 roky
acquire-item.h 430481e794 use @CHANGEPATH@ as placeholder in changelog URI templates před 10 roky
acquire-method.cc 6c55f07a5f make all d-pointer * const pointers před 11 roky
acquire-method.h 6c55f07a5f make all d-pointer * const pointers před 11 roky
acquire-worker.cc 514a25cbcd do not use _apt for file/copy sources if it isn't world-accessible před 10 roky
acquire-worker.h 6c55f07a5f make all d-pointer * const pointers před 11 roky
acquire.cc e551e1237d Use 0llu instead of 0ull in one place too 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 825db89094 implement a public pkgSystem::ArchitecturesSupported před 10 roky
aptconfiguration.h c3392a9fcc some CXXFLAGS housekeeping před 11 roky
cachefile.cc 6789e01e93 do not segfault in cache generation on mmap failure před 10 roky
cachefile.h 5dd00edbcf add messages to our deprecation warnings in libapt 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 5dd00edbcf add messages to our deprecation warnings in libapt před 10 roky
cacheset.cc 14341a7ee1 support .deb files in upgrade operations as well 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 6aef1942f4 ignore lost+found in private directory cleanup před 10 roky
clean.h 6c55f07a5f make all d-pointer * const pointers před 11 roky
depcache.cc add81166f8 typo: run s#frontend#front-end# on all of src:apt 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 95278287f4 avoid using global PendingError to avoid failing too often too soon před 10 roky
indexcopy.h 5dd00edbcf add messages to our deprecation warnings in libapt před 10 roky
indexfile.cc 668ae33adc ignore deprecated method calls in deprecated method před 10 roky
indexfile.h 5dd00edbcf add messages to our deprecation warnings in libapt 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 cc4800145b when using srv records, use the next server if one fails to connect před 12 roky
metaindex.cc 1dd2036848 support arch:all data e.g. in separate Packages file před 10 roky
metaindex.h 5dd00edbcf add messages to our deprecation warnings in libapt 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 0270109539 Bump cache minor version to 2 to trigger rebuilds před 10 roky
pkgcache.h 5dd00edbcf add messages to our deprecation warnings in libapt před 10 roky
pkgcachegen.cc 5dd00edbcf add messages to our deprecation warnings in libapt před 10 roky
pkgcachegen.h 5dd00edbcf add messages to our deprecation warnings in libapt 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 258b9e512c apply various suggestions made by cppcheck před 10 roky
policy.h a0a6695515 Add GetPriority(VerIterator) to pkgDepCache::Policy před 11 roky
sourcelist.cc f359b7e8c0 require explicit paths to dsc/control as we do for deb files 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-order.c e8fb1cdfdd sync TFRewrite*Order arrays with dpkg and dak před 11 roky
tagfile.cc 809aa216c6 policy: Be more strict about parsing pin files, and document prio 0 před 11 roky
tagfile.h 5dd00edbcf add messages to our deprecation warnings in libapt 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