David Kalnischkies c4b91cbe7c allow options between command and -- on commandline 11 年之前
..
contrib c4b91cbe7c allow options between command and -- on commandline 11 年之前
deb a221efc331 store source name and version in binary cache 11 年之前
edsp 78a5476f31 drop stored StringItems in favor of in-memory mappings 11 年之前
acquire-item.cc 13a7221801 Remove check for "Translation-" from pkgAcqIndex::Custom600Headers() 11 年之前
acquire-item.h ca15786a9a Revert making pkgAcquire::Item::DescURI() "const" 11 年之前
acquire-method.cc 7b18d5592f methods: Fail if we cannot drop privileges 11 年之前
acquire-method.h 7b18d5592f methods: Fail if we cannot drop privileges 11 年之前
acquire-worker.cc d003a557a5 tell download methods the expected hashes 12 年之前
acquire-worker.h 453b82a388 cleanup headers and especially #includes everywhere 12 年之前
acquire.cc 43acd01979 allow fetcher setup without directory creation 11 年之前
acquire.h 43acd01979 allow fetcher setup without directory creation 11 年之前
algorithms.cc 2a884c612b fix progress output for (dist-)upgrade calculation 11 年之前
algorithms.h 2a884c612b fix progress output for (dist-)upgrade calculation 11 年之前
aptconfiguration.cc 7a223b933c invalid cache if architecture set doesn't match 12 年之前
aptconfiguration.h d64e130aa3 warning: type qualifiers ignored on function return type [-Wignored-qualifiers] 12 年之前
cachefile.cc 592d06b6f3 Ensure we have a Policy in CacheFile.BuildDepCache() 12 年之前
cachefile.h 453b82a388 cleanup headers and especially #includes everywhere 12 年之前
cachefilter.cc 3721cb019f add an API for cache filters/matcher 11 年之前
cachefilter.h 3721cb019f add an API for cache filters/matcher 11 年之前
cacheiterators.h a221efc331 store source name and version in binary cache 11 年之前
cacheset.cc 1e064088bf move PCI::From* methods into CacheSetHelper class 11 年之前
cacheset.h 1e064088bf move PCI::From* methods into CacheSetHelper class 11 年之前
cdrom.cc 25613a61f6 fix: Member variable 'X' is not initialized in the constructor. 11 年之前
cdrom.h 7187074bfc properly undo CD-ROM mount in all error cases 12 年之前
clean.cc 10ecfe4f8a Do not clean "/" in pkgAcquire::Clean/pkgArchiveCleaner 12 年之前
clean.h 453b82a388 cleanup headers and especially #includes everywhere 12 年之前
depcache.cc 8c782efd93 Merge branch 'debian/sid' into debian/experimental 12 年之前
depcache.h 21b3eac8f9 discard candidates via IsInstallOk to allow override 12 年之前
edsp.cc a221efc331 store source name and version in binary cache 11 年之前
edsp.h 5681b3fc2a check exit status of external solvers 12 年之前
indexcopy.cc b3501edb70 use HashStringList in the acquire system 12 年之前
indexcopy.h 453b82a388 cleanup headers and especially #includes everywhere 12 年之前
indexfile.cc 453b82a388 cleanup headers and especially #includes everywhere 12 年之前
indexfile.h a49e794802 create debIFTypeDscFile type 12 年之前
indexrecords.cc 1a91569d0a apt-pkg/indexrecords.cc: ensure that indexRecords::checkSum::Hash is initialized 12 年之前
indexrecords.h a2fdb57ff9 Add APT::Acquire::$(host)::By-Hash=1 knob, add Acquire-By-Hash to Release file 12 年之前
init.cc 6c50447eb4 reduce delta from ubuntu 12 年之前
init.h 453b82a388 cleanup headers and especially #includes everywhere 12 年之前
install-progress.cc 25613a61f6 fix: Member variable 'X' is not initialized in the constructor. 11 年之前
install-progress.h 25613a61f6 fix: Member variable 'X' is not initialized in the constructor. 11 年之前
makefile 53c3a8fa16 use wildcard to get files in our library makefiles 12 年之前
metaindex.h 25613a61f6 fix: Member variable 'X' is not initialized in the constructor. 11 年之前
orderlist.cc 453b82a388 cleanup headers and especially #includes everywhere 12 年之前
orderlist.h a02db58fd5 follow method attribute suggestions by gcc 12 年之前
packagemanager.cc bf3ad91fdf fix: warning: extra ‘;’ [-Wpedantic] 11 年之前
packagemanager.h bf3ad91fdf fix: warning: extra ‘;’ [-Wpedantic] 11 年之前
pkgcache.cc 25613a61f6 fix: Member variable 'X' is not initialized in the constructor. 11 年之前
pkgcache.h a221efc331 store source name and version in binary cache 11 年之前
pkgcachegen.cc 804de19f5f fix: Prefer prefix ++/-- operators for non-primitive types 11 年之前
pkgcachegen.h 25613a61f6 fix: Member variable 'X' is not initialized in the constructor. 11 年之前
pkgrecords.cc 80624be7c5 Fix more warnings from clang 12 年之前
pkgrecords.h ffe3c68e49 parse and retrieve multiple Descriptions in one record 12 年之前
pkgsystem.cc a02db58fd5 follow method attribute suggestions by gcc 12 年之前
pkgsystem.h a49e794802 create debIFTypeDscFile type 12 年之前
policy.cc a02db58fd5 follow method attribute suggestions by gcc 12 年之前
policy.h 453b82a388 cleanup headers and especially #includes everywhere 12 年之前
sourcelist.cc 804de19f5f fix: Prefer prefix ++/-- operators for non-primitive types 11 年之前
sourcelist.h 9d02c1ac77 fix: The class 'pkgSourceList' defines member variable with name 'SrcList' also defined in its parent class 'pkgSource' 11 年之前
srcrecords.cc 401e5db12d use pkgSrcRecords::Step() instead of Next() 12 年之前
srcrecords.h aa0bd601ea Merge branch 'debian/sid' into debian/experimental 12 年之前
tagfile.cc c511c5e8ed Merge branch 'debian/sid' into debian/experimental 11 年之前
tagfile.h 25613a61f6 fix: Member variable 'X' is not initialized in the constructor. 11 年之前
update.cc 453b82a388 cleanup headers and especially #includes everywhere 12 年之前
update.h d428d131a2 Move ListUpdate/AquireUpdate into update.{cc,h} 12 年之前
upgrade.cc 67caa2e653 mark pkg(All|Dist)Upgrade as deprecated 11 年之前
upgrade.h 67caa2e653 mark pkg(All|Dist)Upgrade as deprecated 11 年之前
vendor.cc a02db58fd5 follow method attribute suggestions by gcc 12 年之前
vendor.h 453b82a388 cleanup headers and especially #includes everywhere 12 年之前
vendorlist.cc 453b82a388 cleanup headers and especially #includes everywhere 12 年之前
vendorlist.h 453b82a388 cleanup headers and especially #includes everywhere 12 年之前
version.cc 453b82a388 cleanup headers and especially #includes everywhere 12 年之前
version.h a02db58fd5 follow method attribute suggestions by gcc 12 年之前
versionmatch.cc 453b82a388 cleanup headers and especially #includes everywhere 12 年之前
versionmatch.h a02db58fd5 follow method attribute suggestions by gcc 12 年之前