David Kalnischkies 862bafea48 do not inline virtual destructors with d-pointers 11 years ago
..
contrib a943fbf21c Merge remote-tracking branch 'mvo/feature/acq-trans' into debian/experimental 11 years ago
deb 862bafea48 do not inline virtual destructors with d-pointers 11 years ago
edsp 78a5476f31 drop stored StringItems in favor of in-memory mappings 11 years ago
acquire-item.cc 7aeab5cb22 display a warning for unsigned repos 11 years ago
acquire-item.h 27e6c17a18 Add new Acquire::MaxReleaseFileSize=10*1000*1000 option 11 years ago
acquire-method.cc 862bafea48 do not inline virtual destructors with d-pointers 11 years ago
acquire-method.h 862bafea48 do not inline virtual destructors with d-pointers 11 years ago
acquire-worker.cc 7e4dfb4349 Merge branch 'feature/acq-trans' into feature/expected-size 11 years ago
acquire-worker.h 453b82a388 cleanup headers and especially #includes everywhere 12 years ago
acquire.cc 862bafea48 do not inline virtual destructors with d-pointers 11 years ago
acquire.h 862bafea48 do not inline virtual destructors with d-pointers 11 years ago
algorithms.cc 2a884c612b fix progress output for (dist-)upgrade calculation 11 years ago
algorithms.h 3809194b66 mark private methods as hidden 11 years ago
aptconfiguration.cc 3809194b66 mark private methods as hidden 11 years ago
aptconfiguration.h 3809194b66 mark private methods as hidden 11 years ago
cachefile.cc 592d06b6f3 Ensure we have a Policy in CacheFile.BuildDepCache() 12 years ago
cachefile.h 453b82a388 cleanup headers and especially #includes everywhere 12 years ago
cachefilter.cc 3721cb019f add an API for cache filters/matcher 11 years ago
cachefilter.h 3721cb019f add an API for cache filters/matcher 11 years ago
cacheiterators.h a221efc331 store source name and version in binary cache 11 years ago
cacheset.cc 1e064088bf move PCI::From* methods into CacheSetHelper class 11 years ago
cacheset.h 3809194b66 mark private methods as hidden 11 years ago
cdrom.cc 25613a61f6 fix: Member variable 'X' is not initialized in the constructor. 11 years ago
cdrom.h 7187074bfc properly undo CD-ROM mount in all error cases 12 years ago
clean.cc 862bafea48 do not inline virtual destructors with d-pointers 11 years ago
clean.h 862bafea48 do not inline virtual destructors with d-pointers 11 years ago
depcache.cc 107d054ba9 implement MarkAndSweep in cc instead of header 11 years ago
depcache.h 107d054ba9 implement MarkAndSweep in cc instead of header 11 years ago
edsp.cc a221efc331 store source name and version in binary cache 11 years ago
edsp.h 5681b3fc2a check exit status of external solvers 12 years ago
indexcopy.cc 862bafea48 do not inline virtual destructors with d-pointers 11 years ago
indexcopy.h 862bafea48 do not inline virtual destructors with d-pointers 11 years ago
indexfile.cc 453b82a388 cleanup headers and especially #includes everywhere 12 years ago
indexfile.h a49e794802 create debIFTypeDscFile type 12 years ago
indexrecords.cc 862bafea48 do not inline virtual destructors with d-pointers 11 years ago
indexrecords.h 862bafea48 do not inline virtual destructors with d-pointers 11 years ago
init.cc c99fe2e169 Use Acquire::Allow{InsecureRepositories,DowngradeToInsecureRepositories} 11 years ago
init.h 453b82a388 cleanup headers and especially #includes everywhere 12 years ago
install-progress.cc 440614ff30 fix another instance of warning: extra ‘;’ [-Wpedantic] 11 years ago
install-progress.h 3809194b66 mark private methods as hidden 11 years ago
makefile 53c3a8fa16 use wildcard to get files in our library makefiles 12 years ago
metaindex.h 25613a61f6 fix: Member variable 'X' is not initialized in the constructor. 11 years ago
orderlist.cc 453b82a388 cleanup headers and especially #includes everywhere 12 years ago
orderlist.h a02db58fd5 follow method attribute suggestions by gcc 12 years ago
packagemanager.cc bf3ad91fdf fix: warning: extra ‘;’ [-Wpedantic] 11 years ago
packagemanager.h bf3ad91fdf fix: warning: extra ‘;’ [-Wpedantic] 11 years ago
pkgcache.cc 25613a61f6 fix: Member variable 'X' is not initialized in the constructor. 11 years ago
pkgcache.h 3809194b66 mark private methods as hidden 11 years ago
pkgcachegen.cc 30b45652d6 rename StringType VERSION to VERSIONNUMBER 11 years ago
pkgcachegen.h 30b45652d6 rename StringType VERSION to VERSIONNUMBER 11 years ago
pkgrecords.cc 80624be7c5 Fix more warnings from clang 12 years ago
pkgrecords.h ffe3c68e49 parse and retrieve multiple Descriptions in one record 12 years ago
pkgsystem.cc a02db58fd5 follow method attribute suggestions by gcc 12 years ago
pkgsystem.h a49e794802 create debIFTypeDscFile type 12 years ago
policy.cc a02db58fd5 follow method attribute suggestions by gcc 12 years ago
policy.h 453b82a388 cleanup headers and especially #includes everywhere 12 years ago
sourcelist.cc 804de19f5f fix: Prefer prefix ++/-- operators for non-primitive types 11 years ago
sourcelist.h 9d02c1ac77 fix: The class 'pkgSourceList' defines member variable with name 'SrcList' also defined in its parent class 'pkgSource' 11 years ago
srcrecords.cc 401e5db12d use pkgSrcRecords::Step() instead of Next() 12 years ago
srcrecords.h aa0bd601ea Merge branch 'debian/sid' into debian/experimental 12 years ago
tagfile.cc 862bafea48 do not inline virtual destructors with d-pointers 11 years ago
tagfile.h 862bafea48 do not inline virtual destructors with d-pointers 11 years ago
update.cc 04a54261af ensure partial dirs are 0700 and owned by _apt:root 11 years ago
update.h 3809194b66 mark private methods as hidden 11 years ago
upgrade.cc 67caa2e653 mark pkg(All|Dist)Upgrade as deprecated 11 years ago
upgrade.h 67caa2e653 mark pkg(All|Dist)Upgrade as deprecated 11 years ago
vendor.cc a02db58fd5 follow method attribute suggestions by gcc 12 years ago
vendor.h 453b82a388 cleanup headers and especially #includes everywhere 12 years ago
vendorlist.cc 453b82a388 cleanup headers and especially #includes everywhere 12 years ago
vendorlist.h 453b82a388 cleanup headers and especially #includes everywhere 12 years ago
version.cc 453b82a388 cleanup headers and especially #includes everywhere 12 years ago
version.h a02db58fd5 follow method attribute suggestions by gcc 12 years ago
versionmatch.cc 453b82a388 cleanup headers and especially #includes everywhere 12 years ago
versionmatch.h a02db58fd5 follow method attribute suggestions by gcc 12 years ago