| .. |
|
contrib
|
2b82aa5553
* Implement EDSP in libapt-pkg so that all front-ends which
|
15 年之前 |
|
deb
|
894d672e9b
* apt-pkg/pkgcache.h:
|
15 年之前 |
|
edsp
|
9221da7e1d
parse correctly the Hold: lines into Pkg->SelectedState = Hold
|
15 年之前 |
|
acquire-item.cc
|
2d5102e87a
* apt-pkg/acquire-item.cc:
|
15 年之前 |
|
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 年之前 |
|
acquire-method.cc
|
f1bdfe8156
fix order of CurrentURI and UsedMirror in Status() and Log()
|
15 年之前 |
|
acquire-method.h
|
f1bdfe8156
fix order of CurrentURI and UsedMirror in Status() and Log()
|
15 年之前 |
|
acquire-worker.cc
|
378fcbd65e
* apt-pkg/acquire-worker.cc:
|
15 年之前 |
|
acquire-worker.h
|
229fb1a3a3
* apt-pkg/contrib/weakptr.h:
|
16 年之前 |
|
acquire.cc
|
7753e4684e
rename the newly public CheckDirectory method to CreateAPTDirectoryIfNeeded
|
16 年之前 |
|
acquire.h
|
b29c37128c
* apt-pkg/deb/dpkgpm.cc:
|
16 年之前 |
|
algorithms.cc
|
98278a81bf
rename option APT::Solver::Name to simply APT::Solver
|
15 年之前 |
|
algorithms.h
|
741b7da9de
implement external solver calling for upgrade and dist-upgrade, too
|
15 年之前 |
|
aptconfiguration.cc
|
bdb3d92cd2
* apt-pkg/aptconfiguration.cc:
|
15 年之前 |
|
aptconfiguration.h
|
b0e1a43f95
support every compression we have a compressor configured
|
15 年之前 |
|
cachefile.cc
|
a5de4117b6
fix the gcc warning about the initialisation order of variables caused
|
16 年之前 |
|
cachefile.h
|
6d7b4a91f3
merge with debian-experimental-ma to get the public policy back
|
16 年之前 |
|
cachefilter.cc
|
9ba5aa3b01
factor regex package name matches into newly created cachefilter classes
|
16 年之前 |
|
cachefilter.h
|
9ba5aa3b01
factor regex package name matches into newly created cachefilter classes
|
16 年之前 |
|
cacheiterators.h
|
894d672e9b
* apt-pkg/pkgcache.h:
|
15 年之前 |
|
cacheset.cc
|
edc0ef102b
* merged lp:~evfool/apt/fix641673
|
15 年之前 |
|
cacheset.h
|
446bbcf47d
remove the extra unnecessary qualification cppcheck complains about
|
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
|
1350057372
* removed the pragma mess
|
20 年之前 |
|
depcache.cc
|
98278a81bf
rename option APT::Solver::Name to simply APT::Solver
|
15 年之前 |
|
depcache.h
|
cbc702ea58
tell the resolver a package is set on hold if it was set by the user
|
15 年之前 |
|
edsp.cc
|
894d672e9b
* apt-pkg/pkgcache.h:
|
15 年之前 |
|
edsp.h
|
b57c0e355d
implement proper progress report with OpProgress
|
15 年之前 |
|
indexcopy.cc
|
8220213e48
* apt-pkg/indexcopy.cc:
|
15 年之前 |
|
indexcopy.h
|
cf440facb4
enhance the split out of the gpgv commandline mangling by splitting out
|
16 年之前 |
|
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
|
98d6aaa8fd
handle Dir::Bin::Solvers as a list of directories and find the
|
15 年之前 |
|
init.h
|
223b069806
update the version number to the upcoming 0.8.2 and
|
16 年之前 |
|
makefile
|
c3b851268e
rename edspwriter to straight edsp in toplevel as it does more than
|
15 年之前 |
|
metaindex.h
|
5dd4c8b811
merge Goswin Brederlow "support download of index files for different archs"
|
16 年之前 |
|
orderlist.cc
|
359e46db58
convert a lot of places to use IsNegative instead of checking by hand
|
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
|
359e46db58
convert a lot of places to use IsNegative instead of checking by hand
|
15 年之前 |
|
pkgcache.h
|
894d672e9b
* apt-pkg/pkgcache.h:
|
15 年之前 |
|
pkgcachegen.cc
|
2b82aa5553
* Implement EDSP in libapt-pkg so that all front-ends which
|
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
|
92fcbfc163
add the various foldmarkers in apt-pkg & cmdline (no code change)
|
17 年之前 |
|
pkgsystem.cc
|
4f333a8bea
* make apt build with g++ 4.3
|
19 年之前 |
|
pkgsystem.h
|
1350057372
* removed the pragma mess
|
20 年之前 |
|
policy.cc
|
2b82aa5553
* Implement EDSP in libapt-pkg so that all front-ends which
|
15 年之前 |
|
policy.h
|
6d38011bb9
add a first round of stuff needed for talking between APT and solvers
|
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
|
41c81fd85d
Ignore :qualifiers after package name in build dependencies
|
16 年之前 |
|
tagfile.cc
|
fe0f7911b6
- try downloading clearsigned InRelease before trying Release.gpg
|
15 年之前 |
|
tagfile.h
|
fe0f7911b6
- try downloading clearsigned InRelease before trying Release.gpg
|
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 年之前 |