index
:
apt
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
/
deb
/
deblistparser.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-01
reinstalling local deb file is no downgrade
David Kalnischkies
1
-1
/
+1
2016-06-28
Fix buffer overflow in debListParser::VersionHash()
Julian Andres Klode
1
-2
/
+6
2016-03-06
get group again after potential remap in Source: parse
David Kalnischkies
1
-1
/
+3
2016-01-26
convert Version() and Architecture() to APT::StringView
David Kalnischkies
1
-14
/
+14
2016-01-26
remove unused Description methods in listparsers
David Kalnischkies
1
-19
/
+1
2016-01-26
parse version correctly from binary Source field
David Kalnischkies
1
-1
/
+1
2016-01-25
treat an empty dependency field just like it doesn't exist
David Kalnischkies
1
-1
/
+1
2016-01-15
use APT::StringView for GrabWord
David Kalnischkies
1
-10
/
+10
2016-01-14
fix M-A:foreign provides creation for unknown archs
David Kalnischkies
1
-0
/
+4
2016-01-08
debListParser: Convert another ParseDepends to StringView
Julian Andres Klode
1
-2
/
+2
2016-01-08
AvailableDescriptionLanguages: Use one string for all iterations
Julian Andres Klode
1
-2
/
+9
2016-01-08
Replace compare() == 0 checks with this == other checks
Julian Andres Klode
1
-4
/
+4
2016-01-07
Switch performance critical code to use APT::StringView
Julian Andres Klode
1
-44
/
+72
2015-12-27
ParseDepends: Mark branches for build-dep parsing as unlikely
Julian Andres Klode
1
-2
/
+2
2015-12-27
debListParser: Do not validate Description-md5 for correctness twice
Julian Andres Klode
1
-2
/
+4
2015-12-27
debListParser: ParseDepends: Only query native arch if needed
Julian Andres Klode
1
-1
/
+2
2015-12-27
Convert most callers of isspace() to isspace_ascii()
Julian Andres Klode
1
-16
/
+16
2015-12-11
Convert package names from Packages files to lower case
Julian Andres Klode
1
-1
/
+6
2015-10-23
deblistparser: Make PrioList const
Julian Andres Klode
1
-2
/
+2
2015-09-14
implement dpkgs vision of interpreting pkg:<arch> dependencies
David Kalnischkies
1
-16
/
+60
2015-09-14
M-A: allowed pkgs of unconfigured archs do not statisfy :any
David Kalnischkies
1
-8
/
+12
2015-09-14
store ':any' pseudo-packages with 'any' as architecture
David Kalnischkies
1
-2
/
+7
2015-08-31
fix some unused parameter/variable warnings
David Kalnischkies
1
-2
/
+2
2015-08-27
Do not parse Status fields from remote sources
Julian Andres Klode
1
-1
/
+6
2015-08-17
Cleanup includes after running iwyu
Michael Vogt
1
-2
/
+0
2015-08-10
no value for MultiArch field is 'no', not 'none'
David Kalnischkies
1
-3
/
+3
2015-08-10
drop obsolete explicit :none handling in pkgCacheGen
David Kalnischkies
1
-1
/
+2
2015-08-10
parse packages from all architectures into the cache
David Kalnischkies
1
-35
/
+4
2015-08-10
elimate duplicated code in pkgIndexFile subclasses
David Kalnischkies
1
-3
/
+4
2015-08-10
add volatile sources support in libapt-pkg
David Kalnischkies
1
-1
/
+1
2015-08-10
just-in-time creation for (explicit) negative deps
David Kalnischkies
1
-25
/
+5
2015-08-10
just-in-time creation for (implicit) Provides
David Kalnischkies
1
-16
/
+4
2015-08-10
hide implicit deps in apt-cache again by default
David Kalnischkies
1
-4
/
+4
2015-08-10
remove the compatibility markers for 4.13 abi
David Kalnischkies
1
-5
/
+0
2015-08-10
bunch of micro-optimizations for depcache
David Kalnischkies
1
-6
/
+5
2015-08-10
make all d-pointer * const pointers
David Kalnischkies
1
-1
/
+1
2015-06-12
store Release files data in the Cache
David Kalnischkies
1
-37
/
+0
2015-04-19
Merge branch 'debian/jessie' into debian/experimental
David Kalnischkies
1
-1
/
+1
2015-04-12
parse specific-arch dependencies correctly on single-arch systems
David Kalnischkies
1
-1
/
+1
2015-03-16
parse arch-qualified Provides correctly
Helmut Grohne
1
-0
/
+6
2014-11-08
guard ABI changes for SourcePkg/Ver in pkgCache
David Kalnischkies
1
-0
/
+2
2014-11-08
use a abi version check similar to the gcc check
David Kalnischkies
1
-1
/
+1
2014-10-14
Merge branch 'debian/sid' into debian/experimental
Michael Vogt
1
-57
/
+73
2014-10-13
do not inline virtual destructors with d-pointers
David Kalnischkies
1
-2
/
+1
2014-10-08
Update Status field values handling
Guillem Jover
1
-12
/
+6
2014-10-06
implement the updated build profile spec
josch
1
-45
/
+67
2014-10-03
rename StringType VERSION to VERSIONNUMBER
David Kalnischkies
1
-2
/
+2
2014-09-27
store source name and version in binary cache
David Kalnischkies
1
-0
/
+51
2014-09-27
drop stored StringItems in favor of in-memory mappings
David Kalnischkies
1
-26
/
+19
2014-09-05
Merge branch 'debian/sid' into debian/experimental
Michael Vogt
1
-2
/
+2
[next]