| .. |
|
contrib
|
12cd178d6e
merge lp:~mvo/apt/sha512-template to add support for sha512
|
15 lat temu |
|
deb
|
9abccf4a63
merge lp:~mvo/apt/abi-break
|
15 lat temu |
|
edsp
|
627e99b032
add some more dpointer placeholders
|
15 lat temu |
|
acquire-item.cc
|
9abccf4a63
merge lp:~mvo/apt/abi-break
|
15 lat temu |
|
acquire-item.h
|
8d6c583900
apt-pkg/acquire-item.{cc,h}: mark InRelease with Fail-Ignore to ensure the mirror methods does not retry on each mirror
|
15 lat temu |
|
acquire-method.cc
|
12cd178d6e
merge lp:~mvo/apt/sha512-template to add support for sha512
|
15 lat temu |
|
acquire-method.h
|
12cd178d6e
merge lp:~mvo/apt/sha512-template to add support for sha512
|
15 lat temu |
|
acquire-worker.cc
|
378fcbd65e
* apt-pkg/acquire-worker.cc:
|
15 lat temu |
|
acquire-worker.h
|
be9b62f764
add more dpointer placeholders
|
15 lat temu |
|
acquire.cc
|
5efbd59693
fix compiler warning by reordering init-list
|
15 lat temu |
|
acquire.h
|
e92e897a6f
apt-pkg/acquire.h: add placeholder dpointer
|
15 lat temu |
|
algorithms.cc
|
98278a81bf
rename option APT::Solver::Name to simply APT::Solver
|
15 lat temu |
|
algorithms.h
|
36b8ebbb4a
* [ABI-Break] Implement EDSP in libapt-pkg so that all front-ends which
|
15 lat temu |
|
aptconfiguration.cc
|
da833832ee
use the correct option name in comment for Acquire::Languages
|
15 lat temu |
|
aptconfiguration.h
|
b0e1a43f95
support every compression we have a compressor configured
|
15 lat temu |
|
cachefile.cc
|
a5de4117b6
fix the gcc warning about the initialisation order of variables caused
|
16 lat temu |
|
cachefile.h
|
be9b62f764
add more dpointer placeholders
|
15 lat temu |
|
cachefilter.cc
|
9ba5aa3b01
factor regex package name matches into newly created cachefilter classes
|
16 lat temu |
|
cachefilter.h
|
be9b62f764
add more dpointer placeholders
|
15 lat temu |
|
cacheiterators.h
|
27e8981a61
remove deprecated methods which nobody should have used anyway like
|
15 lat temu |
|
cacheset.cc
|
edc0ef102b
* merged lp:~evfool/apt/fix641673
|
15 lat temu |
|
cacheset.h
|
27e8981a61
remove deprecated methods which nobody should have used anyway like
|
15 lat temu |
|
cdrom.cc
|
6070a34618
fix a bunch of cppcheck warnings/errors based on a patch by
|
15 lat temu |
|
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 lat temu |
|
clean.cc
|
5dd4c8b811
merge Goswin Brederlow "support download of index files for different archs"
|
16 lat temu |
|
clean.h
|
be9b62f764
add more dpointer placeholders
|
15 lat temu |
|
depcache.cc
|
a16dec4dbe
if a Breaks can't be upgraded, remove it. If it or a Conflict
|
15 lat temu |
|
depcache.h
|
9abccf4a63
merge lp:~mvo/apt/abi-break
|
15 lat temu |
|
edsp.cc
|
894d672e9b
* apt-pkg/pkgcache.h:
|
15 lat temu |
|
edsp.h
|
b57c0e355d
implement proper progress report with OpProgress
|
15 lat temu |
|
indexcopy.cc
|
8220213e48
* apt-pkg/indexcopy.cc:
|
15 lat temu |
|
indexcopy.h
|
be9b62f764
add more dpointer placeholders
|
15 lat temu |
|
indexfile.cc
|
45df0ad2aa
[BREAK] add possibility to download and use multiply
|
16 lat temu |
|
indexfile.h
|
2e5f4e45f5
* apt-pkg/cachefile.{cc,h}:
|
16 lat temu |
|
indexrecords.cc
|
fe0f7911b6
- try downloading clearsigned InRelease before trying Release.gpg
|
15 lat temu |
|
indexrecords.h
|
308b793694
- backport forgotten Valid-Until patch from the obsolete experimental
|
16 lat temu |
|
init.cc
|
9abccf4a63
merge lp:~mvo/apt/abi-break
|
15 lat temu |
|
init.h
|
9abccf4a63
merge lp:~mvo/apt/abi-break
|
15 lat temu |
|
makefile
|
12cd178d6e
merge lp:~mvo/apt/sha512-template to add support for sha512
|
15 lat temu |
|
metaindex.h
|
5dd4c8b811
merge Goswin Brederlow "support download of index files for different archs"
|
16 lat temu |
|
orderlist.cc
|
15657fcc72
cherry pick from donkult
|
15 lat temu |
|
orderlist.h
|
1350057372
* removed the pragma mess
|
20 lat temu |
|
packagemanager.cc
|
894d672e9b
* apt-pkg/pkgcache.h:
|
15 lat temu |
|
packagemanager.h
|
d77b985a30
* apt-pkg/packagemanager.cc:
|
15 lat temu |
|
pkgcache.cc
|
27e8981a61
remove deprecated methods which nobody should have used anyway like
|
15 lat temu |
|
pkgcache.h
|
00b6a181fe
* apt-pkg/pkgcache.h:
|
15 lat temu |
|
pkgcachegen.cc
|
2b82aa5553
* Implement EDSP in libapt-pkg so that all front-ends which
|
15 lat temu |
|
pkgcachegen.h
|
7635093c1c
switch from std::set to std::vector as it is way more simple, a bit
|
16 lat temu |
|
pkgrecords.cc
|
3025794355
* apt-pkg/pkgrecords.cc,h:
|
19 lat temu |
|
pkgrecords.h
|
36b8ebbb4a
* [ABI-Break] Implement EDSP in libapt-pkg so that all front-ends which
|
15 lat temu |
|
pkgsystem.cc
|
4f333a8bea
* make apt build with g++ 4.3
|
19 lat temu |
|
pkgsystem.h
|
1350057372
* removed the pragma mess
|
20 lat temu |
|
policy.cc
|
2b82aa5553
* Implement EDSP in libapt-pkg so that all front-ends which
|
15 lat temu |
|
policy.h
|
6d38011bb9
add a first round of stuff needed for talking between APT and solvers
|
15 lat temu |
|
sourcelist.cc
|
36f1098aed
* apt-pkg/contrib/fileutl.cc:
|
15 lat temu |
|
sourcelist.h
|
5dd4c8b811
merge Goswin Brederlow "support download of index files for different archs"
|
16 lat temu |
|
srcrecords.cc
|
41c81fd85d
Ignore :qualifiers after package name in build dependencies
|
16 lat temu |
|
srcrecords.h
|
ff72bd0dc7
apt-pkg/deb/*: add placeholder dpointer and make destructors virtual
|
15 lat temu |
|
tagfile.cc
|
36b8ebbb4a
* [ABI-Break] Implement EDSP in libapt-pkg so that all front-ends which
|
15 lat temu |
|
tagfile.h
|
36b8ebbb4a
* [ABI-Break] Implement EDSP in libapt-pkg so that all front-ends which
|
15 lat temu |
|
vendor.cc
|
cce08fb5ac
* remove all the remaining #pragma implementation
|
19 lat temu |
|
vendor.h
|
82b6682ac6
* apt-pkg/vendor.cc, apt-pkg/vendorlist.cc:
|
15 lat temu |
|
vendorlist.cc
|
82b6682ac6
* apt-pkg/vendor.cc, apt-pkg/vendorlist.cc:
|
15 lat temu |
|
vendorlist.h
|
82b6682ac6
* apt-pkg/vendor.cc, apt-pkg/vendorlist.cc:
|
15 lat temu |
|
version.cc
|
cce08fb5ac
* remove all the remaining #pragma implementation
|
19 lat temu |
|
version.h
|
1350057372
* removed the pragma mess
|
20 lat temu |
|
versionmatch.cc
|
99aa69c74f
check for length of Data to avoid the validness of
|
16 lat temu |
|
versionmatch.h
|
ae4a4f91e9
* apt-pkg/versionmatch.cc:
|
16 lat temu |