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
/
deb
/
deblistparser.cc
Age
Commit message (
Expand
)
Author
2018-12-26
Merge nitotv apt fixes into 1.4.8
1.4.8+nitotv
Sam Bingner
2018-02-06
Fixed system() using coolstar's patch and added other required patches
Jaywalker
2017-02-10
Do not package names representing .dsc/.deb/... files
Julian Andres Klode
2017-01-29
The entire concept of PendingError() is flawed :/.
Jay Freeman (saurik)
2017-01-02
ParseDepends: Support passing the desired architecture
Niels Thykier
2016-12-30
My "tolerance" patch was a tad bit overzealous :(.
Jay Freeman (saurik)
2016-11-29
Avoid wedging the entire system if recoverable :/.
Jay Freeman (saurik)
2016-11-29
Most interfaces (Maemo) need a high-level name :/.
Jay Freeman (saurik)
2016-11-29
Store tags in the cache (they are very useful :/).
Jay Freeman (saurik)
2016-11-22
Do not use MD5SumValue for Description_md5()
Julian Andres Klode
2016-11-22
debListParser: Micro-optimize AvailableDescriptionLanguages()
Julian Andres Klode
2016-11-22
Optimize VersionHash() to not need temporary copy of input
Julian Andres Klode
2016-11-22
Introduce tolower_ascii_unsafe() and use it for hashing
Julian Andres Klode
2016-11-22
debListParser: Convert to use pkgTagSection::Key-based lookup
Julian Andres Klode
2016-11-11
add hidden config to set packages as Essential/Important
David Kalnischkies
2016-09-18
VersionHash: Do not skip too long dependency lines
Julian Andres Klode
2016-07-01
reinstalling local deb file is no downgrade
David Kalnischkies
2016-06-28
Fix buffer overflow in debListParser::VersionHash()
Julian Andres Klode
2016-03-06
get group again after potential remap in Source: parse
David Kalnischkies
2016-01-26
convert Version() and Architecture() to APT::StringView
David Kalnischkies
2016-01-26
remove unused Description methods in listparsers
David Kalnischkies
2016-01-26
parse version correctly from binary Source field
David Kalnischkies
2016-01-25
treat an empty dependency field just like it doesn't exist
David Kalnischkies
2016-01-15
use APT::StringView for GrabWord
David Kalnischkies
2016-01-14
fix M-A:foreign provides creation for unknown archs
David Kalnischkies
2016-01-08
debListParser: Convert another ParseDepends to StringView
Julian Andres Klode
2016-01-08
AvailableDescriptionLanguages: Use one string for all iterations
Julian Andres Klode
2016-01-08
Replace compare() == 0 checks with this == other checks
Julian Andres Klode
2016-01-07
Switch performance critical code to use APT::StringView
Julian Andres Klode
2015-12-27
ParseDepends: Mark branches for build-dep parsing as unlikely
Julian Andres Klode
2015-12-27
debListParser: Do not validate Description-md5 for correctness twice
Julian Andres Klode
2015-12-27
debListParser: ParseDepends: Only query native arch if needed
Julian Andres Klode
2015-12-27
Convert most callers of isspace() to isspace_ascii()
Julian Andres Klode
2015-12-11
Convert package names from Packages files to lower case
Julian Andres Klode
2015-10-23
deblistparser: Make PrioList const
Julian Andres Klode
2015-09-14
implement dpkgs vision of interpreting pkg:<arch> dependencies
David Kalnischkies
2015-09-14
M-A: allowed pkgs of unconfigured archs do not statisfy :any
David Kalnischkies
2015-09-14
store ':any' pseudo-packages with 'any' as architecture
David Kalnischkies
2015-08-31
fix some unused parameter/variable warnings
David Kalnischkies
2015-08-27
Do not parse Status fields from remote sources
Julian Andres Klode
2015-08-17
Cleanup includes after running iwyu
Michael Vogt
2015-08-10
no value for MultiArch field is 'no', not 'none'
David Kalnischkies
2015-08-10
drop obsolete explicit :none handling in pkgCacheGen
David Kalnischkies
2015-08-10
parse packages from all architectures into the cache
David Kalnischkies
2015-08-10
elimate duplicated code in pkgIndexFile subclasses
David Kalnischkies
2015-08-10
add volatile sources support in libapt-pkg
David Kalnischkies
2015-08-10
just-in-time creation for (explicit) negative deps
David Kalnischkies
2015-08-10
just-in-time creation for (implicit) Provides
David Kalnischkies
2015-08-10
hide implicit deps in apt-cache again by default
David Kalnischkies
2015-08-10
remove the compatibility markers for 4.13 abi
David Kalnischkies
[next]