index
:
apt.git
1.4.y+ios
1.8.2.z+ios
1.8.2.z+ios+json
1.8.y+ios
1.8.y+ios+json
cydia
master
sille-apt
Saurik's version of apt managed for tvOS/ARM64
Sam Bingner
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
/
acquire-item.h
Age
Commit message (
Expand
)
Author
2018-01-03
allow a method to request auxiliary files
David Kalnischkies
2017-12-13
implement fallback to alternative URIs for all items
David Kalnischkies
2017-12-13
give the methods more metadata about the files to acquire
David Kalnischkies
2017-12-13
implement Acquire::Retries support for all items
David Kalnischkies
2017-07-12
Reformat and sort all includes with clang-format
Julian Andres Klode
2017-07-12
Drop cacheiterators.h include
Julian Andres Klode
2017-06-26
show .diff/Index properly as ignored if we fallback
David Kalnischkies
2017-01-19
fix various typos reported by spellintian
David Kalnischkies
2016-11-25
get pdiff files from the same mirror as the index
David Kalnischkies
2016-09-02
acquire: Use priority queues and a 3 stage pipeline design
Julian Andres Klode
2016-08-17
support compression and by-hash for .diff/Index files
David Kalnischkies
2016-08-10
detect redirection loops in acquire instead of workers
David Kalnischkies
2016-06-22
add insecure (and weak) allow-options for sources.list
David Kalnischkies
2016-05-07
don't construct MetaIndex acquire items with IndexTargets
David Kalnischkies
2016-05-07
delay progress until Release files are downloaded
David Kalnischkies
2016-05-07
TransactionManager can never be a nullptr
David Kalnischkies
2016-04-25
use the same redirection mirror for all index files
David Kalnischkies
2016-04-25
show more details for "Hash Sum mismatch" errors
David Kalnischkies
2016-04-25
sanify unused ReportMirrorFailure a tiny bit
David Kalnischkies
2016-04-07
ensure transaction states are changed only once
David Kalnischkies
2016-02-11
always download changelogs into /tmp first
David Kalnischkies
2016-01-08
keep compressed indexes in a low-cost format
David Kalnischkies
2016-01-08
allow pdiff bootstrap from all supported compressors
David Kalnischkies
2015-12-02
use @CHANGEPATH@ as placeholder in changelog URI templates
David Kalnischkies
2015-11-27
add messages to our deprecation warnings in libapt
David Kalnischkies
2015-08-28
implement PDiff patching for compressed files
David Kalnischkies
2015-08-10
enhance "hit paywall" error message to mention the probable cause
David Kalnischkies
2015-08-10
add c++11 override marker to overridden methods
David Kalnischkies
2015-08-10
remove the longtime deprecated vendor{,list} stuff
David Kalnischkies
2015-08-10
implement Signed-By option for sources.list
David Kalnischkies
2015-08-10
merge indexRecords into metaIndex
David Kalnischkies
2015-08-10
fix memory leaks reported by -fsanitize
David Kalnischkies
2015-08-10
make all d-pointer * const pointers
David Kalnischkies
2015-08-10
apply various style suggestions by cppcheck
David Kalnischkies
2015-06-16
add d-pointer, virtual destructors and de-inline de/constructors
David Kalnischkies
2015-06-15
deal better with acquiring the same URI multiple times
David Kalnischkies
2015-06-15
provide a public interface for acquiring changelogs
David Kalnischkies
2015-06-11
use IndexTarget to get to IndexFile
David Kalnischkies
2015-06-10
stop using IndexTarget pointers which are never freed
David Kalnischkies
2015-06-10
store all targets data in IndexTarget struct
David Kalnischkies
2015-06-09
remove debianism file-content verification
David Kalnischkies
2015-06-09
cleanup pdiff support detection decision
David Kalnischkies
2015-06-09
support hashes for compressed pdiff files
David Kalnischkies
2015-06-09
check patch hashes in rred worker instead of in the handler
David Kalnischkies
2015-06-09
rework hashsum verification in the acquire system
David Kalnischkies
2015-05-18
treat older Release files than we already have as an IMSHit
David Kalnischkies
2015-05-13
detect Releasefile IMS hits even if the server doesn't
David Kalnischkies
2015-05-11
improve partial/ cleanup in abort and failure cases
David Kalnischkies
2015-04-19
a hit on Release files means the indexes will be hits too
David Kalnischkies
2015-04-19
refactor calculation of final lists/ name from URI
David Kalnischkies
[next]