index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
/
deb
/
deblistparser.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make map_pointer<T> typesafe
Julian Andres Klode
2020-02-24
1
-2
/
+2
*
Remove CRC-16 implementation
Julian Andres Klode
2020-02-18
1
-1
/
+0
*
Use a 32-bit djb VersionHash instead of CRC-16
Julian Andres Klode
2020-02-18
1
-4
/
+4
*
Allow querying all binaries built by a source package
Julian Andres Klode
2020-01-17
1
-22
/
+12
*
Convert users of {MD5,SHA1,SHA256,SHA512}Summation to use Hashes
Julian Andres Klode
2020-01-14
1
-3
/
+3
*
Avoid extra out-of-cache hash table deduplication for package names
Julian Andres Klode
2020-01-08
1
-2
/
+5
*
Show details about the package with bad Provides
David Kalnischkies
2019-07-08
1
-3
/
+4
*
Merge the ParseDepends functions
Julian Andres Klode
2019-06-11
1
-35
/
+5
*
debListParser: Avoid native arch lookup in ParseDepends
Julian Andres Klode
2018-12-26
1
-3
/
+3
*
Remove obsolete RCS keywords
Guillem Jover
2018-05-07
1
-1
/
+0
*
convert various c-style casts to C++-style
David Kalnischkies
2017-12-13
1
-3
/
+3
*
Reformat and sort all includes with clang-format
Julian Andres Klode
2017-07-12
1
-9
/
+9
*
Drop cacheiterators.h include
Julian Andres Klode
2017-07-12
1
-1
/
+0
*
Strip 0: epochs from the version hash
Julian Andres Klode
2017-06-28
1
-0
/
+5
*
Do not package names representing .dsc/.deb/... files
Julian Andres Klode
2017-02-10
1
-2
/
+13
*
ParseDepends: Support passing the desired architecture
Niels Thykier
2017-01-02
1
-3
/
+25
*
Do not use MD5SumValue for Description_md5()
Julian Andres Klode
2016-11-22
1
-11
/
+7
*
debListParser: Micro-optimize AvailableDescriptionLanguages()
Julian Andres Klode
2016-11-22
1
-8
/
+7
*
Optimize VersionHash() to not need temporary copy of input
Julian Andres Klode
2016-11-22
1
-14
/
+6
*
Introduce tolower_ascii_unsafe() and use it for hashing
Julian Andres Klode
2016-11-22
1
-1
/
+1
*
debListParser: Convert to use pkgTagSection::Key-based lookup
Julian Andres Klode
2016-11-22
1
-39
/
+41
*
add hidden config to set packages as Essential/Important
David Kalnischkies
2016-11-11
1
-2
/
+14
*
VersionHash: Do not skip too long dependency lines
Julian Andres Klode
2016-09-18
1
-2
/
+2
*
reinstalling local deb file is no downgrade
David Kalnischkies
2016-07-01
1
-1
/
+1
*
Fix buffer overflow in debListParser::VersionHash()
Julian Andres Klode
2016-06-28
1
-2
/
+6
*
get group again after potential remap in Source: parse
David Kalnischkies
2016-03-06
1
-1
/
+3
*
convert Version() and Architecture() to APT::StringView
David Kalnischkies
2016-01-26
1
-14
/
+14
*
remove unused Description methods in listparsers
David Kalnischkies
2016-01-26
1
-19
/
+1
*
parse version correctly from binary Source field
David Kalnischkies
2016-01-26
1
-1
/
+1
*
treat an empty dependency field just like it doesn't exist
David Kalnischkies
2016-01-25
1
-1
/
+1
*
use APT::StringView for GrabWord
David Kalnischkies
2016-01-15
1
-10
/
+10
*
fix M-A:foreign provides creation for unknown archs
David Kalnischkies
2016-01-14
1
-0
/
+4
*
debListParser: Convert another ParseDepends to StringView
Julian Andres Klode
2016-01-08
1
-2
/
+2
*
AvailableDescriptionLanguages: Use one string for all iterations
Julian Andres Klode
2016-01-08
1
-2
/
+9
*
Replace compare() == 0 checks with this == other checks
Julian Andres Klode
2016-01-08
1
-4
/
+4
*
Switch performance critical code to use APT::StringView
Julian Andres Klode
2016-01-07
1
-44
/
+72
*
ParseDepends: Mark branches for build-dep parsing as unlikely
Julian Andres Klode
2015-12-27
1
-2
/
+2
*
debListParser: Do not validate Description-md5 for correctness twice
Julian Andres Klode
2015-12-27
1
-2
/
+4
*
debListParser: ParseDepends: Only query native arch if needed
Julian Andres Klode
2015-12-27
1
-1
/
+2
*
Convert most callers of isspace() to isspace_ascii()
Julian Andres Klode
2015-12-27
1
-16
/
+16
*
Convert package names from Packages files to lower case
Julian Andres Klode
2015-12-11
1
-1
/
+6
*
deblistparser: Make PrioList const
Julian Andres Klode
2015-10-23
1
-2
/
+2
*
implement dpkgs vision of interpreting pkg:<arch> dependencies
David Kalnischkies
2015-09-14
1
-16
/
+60
*
M-A: allowed pkgs of unconfigured archs do not statisfy :any
David Kalnischkies
2015-09-14
1
-8
/
+12
*
store ':any' pseudo-packages with 'any' as architecture
David Kalnischkies
2015-09-14
1
-2
/
+7
*
fix some unused parameter/variable warnings
David Kalnischkies
2015-08-31
1
-2
/
+2
*
Do not parse Status fields from remote sources
Julian Andres Klode
2015-08-27
1
-1
/
+6
*
Cleanup includes after running iwyu
Michael Vogt
2015-08-17
1
-2
/
+0
*
no value for MultiArch field is 'no', not 'none'
David Kalnischkies
2015-08-10
1
-3
/
+3
*
drop obsolete explicit :none handling in pkgCacheGen
David Kalnischkies
2015-08-10
1
-1
/
+2
[next]