| .. |
|
contrib
|
6db194289e
merged from http://bzr.debian.org/bzr/apt/apt/debian-sid
|
пре 15 година |
|
deb
|
4b42f43bed
* apt-pkg/deb/debmetaindex.cc:
|
пре 15 година |
|
edsp
|
627e99b032
add some more dpointer placeholders
|
пре 15 година |
|
acquire-item.cc
|
6db194289e
merged from http://bzr.debian.org/bzr/apt/apt/debian-sid
|
пре 15 година |
|
acquire-item.h
|
73da43e90b
* apt-pkg/acquire*.{cc,h}:
|
пре 15 година |
|
acquire-method.cc
|
12cd178d6e
merge lp:~mvo/apt/sha512-template to add support for sha512
|
пре 15 година |
|
acquire-method.h
|
73da43e90b
* apt-pkg/acquire*.{cc,h}:
|
пре 15 година |
|
acquire-worker.cc
|
73da43e90b
* apt-pkg/acquire*.{cc,h}:
|
пре 15 година |
|
acquire-worker.h
|
73da43e90b
* apt-pkg/acquire*.{cc,h}:
|
пре 15 година |
|
acquire.cc
|
dbbc549457
replace the last standing double's with long long
|
пре 15 година |
|
acquire.h
|
dbbc549457
replace the last standing double's with long long
|
пре 15 година |
|
algorithms.cc
|
6db194289e
merged from http://bzr.debian.org/bzr/apt/apt/debian-sid
|
пре 15 година |
|
algorithms.h
|
6db194289e
merged from http://bzr.debian.org/bzr/apt/apt/debian-sid
|
пре 15 година |
|
aptconfiguration.cc
|
da833832ee
use the correct option name in comment for Acquire::Languages
|
пре 15 година |
|
aptconfiguration.h
|
15fb00074c
apt-pkg/aptconfiguration.h: fix copy/paste error in getCompressionTypes() description
|
пре 15 година |
|
cachefile.cc
|
a5de4117b6
fix the gcc warning about the initialisation order of variables caused
|
пре 16 година |
|
cachefile.h
|
be9b62f764
add more dpointer placeholders
|
пре 15 година |
|
cachefilter.cc
|
9ba5aa3b01
factor regex package name matches into newly created cachefilter classes
|
пре 16 година |
|
cachefilter.h
|
be9b62f764
add more dpointer placeholders
|
пре 15 година |
|
cacheiterators.h
|
27e8981a61
remove deprecated methods which nobody should have used anyway like
|
пре 15 година |
|
cacheset.cc
|
edc0ef102b
* merged lp:~evfool/apt/fix641673
|
пре 15 година |
|
cacheset.h
|
27e8981a61
remove deprecated methods which nobody should have used anyway like
|
пре 15 година |
|
cdrom.cc
|
6070a34618
fix a bunch of cppcheck warnings/errors based on a patch by
|
пре 15 година |
|
cdrom.h
|
e344ad65a4
apt-pkg/cdrom.{cc,h}: add (ugly) workaround to ensure the ABI is not broken (also in this case its probably not needed because pkgUDevCDrom is not used outside libapt itself, still its better to be on the save side)
|
пре 15 година |
|
clean.cc
|
5dd4c8b811
merge Goswin Brederlow "support download of index files for different archs"
|
пре 16 година |
|
clean.h
|
be9b62f764
add more dpointer placeholders
|
пре 15 година |
|
depcache.cc
|
6db194289e
merged from http://bzr.debian.org/bzr/apt/apt/debian-sid
|
пре 15 година |
|
depcache.h
|
9abccf4a63
merge lp:~mvo/apt/abi-break
|
пре 15 година |
|
edsp.cc
|
894d672e9b
* apt-pkg/pkgcache.h:
|
пре 15 година |
|
edsp.h
|
b57c0e355d
implement proper progress report with OpProgress
|
пре 15 година |
|
indexcopy.cc
|
89c4c588b2
fix from David Kalnischkies for the InRelease gpg verification
|
пре 15 година |
|
indexcopy.h
|
be9b62f764
add more dpointer placeholders
|
пре 15 година |
|
indexfile.cc
|
45df0ad2aa
[BREAK] add possibility to download and use multiply
|
пре 16 година |
|
indexfile.h
|
2e5f4e45f5
* apt-pkg/cachefile.{cc,h}:
|
пре 16 година |
|
indexrecords.cc
|
fe0f7911b6
- try downloading clearsigned InRelease before trying Release.gpg
|
пре 15 година |
|
indexrecords.h
|
308b793694
- backport forgotten Valid-Until patch from the obsolete experimental
|
пре 16 година |
|
init.cc
|
6db194289e
merged from http://bzr.debian.org/bzr/apt/apt/debian-sid
|
пре 15 година |
|
init.h
|
9abccf4a63
merge lp:~mvo/apt/abi-break
|
пре 15 година |
|
makefile
|
c31c1dded8
move implementation of checksums around by abstracting even more
|
пре 15 година |
|
metaindex.h
|
4b42f43bed
* apt-pkg/deb/debmetaindex.cc:
|
пре 15 година |
|
orderlist.cc
|
15657fcc72
cherry pick from donkult
|
пре 15 година |
|
orderlist.h
|
1350057372
* removed the pragma mess
|
пре 20 година |
|
packagemanager.cc
|
894d672e9b
* apt-pkg/pkgcache.h:
|
пре 15 година |
|
packagemanager.h
|
d77b985a30
* apt-pkg/packagemanager.cc:
|
пре 15 година |
|
pkgcache.cc
|
0688ccd8d9
apt-pkg/pkgcache.h: Add pkgCache::Header::CacheFileSize, storing the cache size
|
пре 15 година |
|
pkgcache.h
|
0688ccd8d9
apt-pkg/pkgcache.h: Add pkgCache::Header::CacheFileSize, storing the cache size
|
пре 15 година |
|
pkgcachegen.cc
|
1dfda2ce4c
apt-pkg/pkgcachegen.cc: Write the file size to the cache
|
пре 15 година |
|
pkgcachegen.h
|
7635093c1c
switch from std::set to std::vector as it is way more simple, a bit
|
пре 16 година |
|
pkgrecords.cc
|
3025794355
* apt-pkg/pkgrecords.cc,h:
|
пре 19 година |
|
pkgrecords.h
|
36b8ebbb4a
* [ABI-Break] Implement EDSP in libapt-pkg so that all front-ends which
|
пре 15 година |
|
pkgsystem.cc
|
4f333a8bea
* make apt build with g++ 4.3
|
пре 19 година |
|
pkgsystem.h
|
1350057372
* removed the pragma mess
|
пре 20 година |
|
policy.cc
|
f5b622ed48
merged from debian-sid
|
пре 15 година |
|
policy.h
|
f5b622ed48
merged from debian-sid
|
пре 15 година |
|
sourcelist.cc
|
36f1098aed
* apt-pkg/contrib/fileutl.cc:
|
пре 15 година |
|
sourcelist.h
|
5dd4c8b811
merge Goswin Brederlow "support download of index files for different archs"
|
пре 16 година |
|
srcrecords.cc
|
41c81fd85d
Ignore :qualifiers after package name in build dependencies
|
пре 16 година |
|
srcrecords.h
|
ff72bd0dc7
apt-pkg/deb/*: add placeholder dpointer and make destructors virtual
|
пре 15 година |
|
tagfile.cc
|
36b8ebbb4a
* [ABI-Break] Implement EDSP in libapt-pkg so that all front-ends which
|
пре 15 година |
|
tagfile.h
|
36b8ebbb4a
* [ABI-Break] Implement EDSP in libapt-pkg so that all front-ends which
|
пре 15 година |
|
vendor.cc
|
cce08fb5ac
* remove all the remaining #pragma implementation
|
пре 19 година |
|
vendor.h
|
82b6682ac6
* apt-pkg/vendor.cc, apt-pkg/vendorlist.cc:
|
пре 15 година |
|
vendorlist.cc
|
82b6682ac6
* apt-pkg/vendor.cc, apt-pkg/vendorlist.cc:
|
пре 15 година |
|
vendorlist.h
|
82b6682ac6
* apt-pkg/vendor.cc, apt-pkg/vendorlist.cc:
|
пре 15 година |
|
version.cc
|
cce08fb5ac
* remove all the remaining #pragma implementation
|
пре 19 година |
|
version.h
|
1350057372
* removed the pragma mess
|
пре 20 година |
|
versionmatch.cc
|
99aa69c74f
check for length of Data to avoid the validness of
|
пре 16 година |
|
versionmatch.h
|
ae4a4f91e9
* apt-pkg/versionmatch.cc:
|
пре 16 година |