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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement architecture variants
Julian Andres Klode
2025-10-25
1
-0
/
+4
*
debListParser: Cache `essential` and `myArch` more
Julian Andres Klode
2025-08-26
1
-2
/
+2
*
Add missing #include <string_view>
Julian Andres Klode
2025-02-15
1
-0
/
+1
*
Drop APT::StringView
наб
2025-02-14
1
-9
/
+0
*
Drop APT_DEPRECATED usage
David Kalnischkies
2025-01-05
1
-5
/
+6
*
Drop usage of macro APT_OVERRIDE for simple override
David Kalnischkies
2025-01-05
1
-23
/
+23
*
Ensure we can build with APT_PKG_ABI > 601
Julian Andres Klode
2025-01-05
1
-1
/
+2
*
Fix accidental ABI break in debListParser::ParseDepends
Julian Andres Klode
2024-11-28
1
-0
/
+7
*
apt-pkg/deb/deblistparser.h: APT::StringView -> std::string_view
наб
2024-11-12
1
-6
/
+5
*
apt-pkg/pkgcachegen.cc, apt-pkg/pkgcachegen.h: APT::StringView -> std::string...
наб
2024-11-12
1
-8
/
+8
*
apt-pkg/edsp/edsplistparser.cc: APT::StringView -> std::string_view
наб
2024-11-12
1
-1
/
+1
*
Compare SHA256 to check if versions are really the same
Julian Andres Klode
2023-08-02
1
-0
/
+10
*
Use a 32-bit djb VersionHash instead of CRC-16
Julian Andres Klode
2020-02-18
1
-2
/
+2
*
Remove includes of (md5|sha1|sha2).h headers
Julian Andres Klode
2020-01-14
1
-1
/
+0
*
Run unifdef -DAPT_{8,9,10,15}_CLEANER_HEADERS
Julian Andres Klode
2019-06-12
1
-3
/
+0
*
Merge the ParseDepends functions
Julian Andres Klode
2019-06-11
1
-29
/
+12
*
Make APT::StringView public
Julian Andres Klode
2019-06-11
1
-16
/
+2
*
CMake: Enforce "override" use on overriden methods
Julian Andres Klode
2019-05-06
1
-1
/
+1
*
Add 'explicit' to most single argument constructors
Julian Andres Klode
2019-04-30
1
-3
/
+3
*
debListParser: Avoid native arch lookup in ParseDepends
Julian Andres Klode
2018-12-26
1
-0
/
+1
*
Remove obsolete RCS keywords
Guillem Jover
2018-05-07
1
-1
/
+0
*
drop unused/unimplemented & hidden LoadReleaseInfo
David Kalnischkies
2017-09-09
1
-3
/
+0
*
Reformat and sort all includes with clang-format
Julian Andres Klode
2017-07-12
1
-3
/
+3
*
ParseDepends: Support passing the desired architecture
Niels Thykier
2017-01-02
1
-0
/
+11
*
Do not use MD5SumValue for Description_md5()
Julian Andres Klode
2016-11-22
1
-1
/
+4
*
debListParser: Convert to use pkgTagSection::Key-based lookup
Julian Andres Klode
2016-11-22
1
-3
/
+1
*
add hidden config to set packages as Essential/Important
David Kalnischkies
2016-11-11
1
-2
/
+2
*
convert Version() and Architecture() to APT::StringView
David Kalnischkies
2016-01-26
1
-4
/
+8
*
remove unused Description methods in listparsers
David Kalnischkies
2016-01-26
1
-4
/
+0
*
use APT::StringView for GrabWord
David Kalnischkies
2016-01-15
1
-1
/
+3
*
debListParser: Convert another ParseDepends to StringView
Julian Andres Klode
2016-01-08
1
-1
/
+3
*
Switch performance critical code to use APT::StringView
Julian Andres Klode
2016-01-07
1
-1
/
+18
*
deblistparser: Make PrioList const
Julian Andres Klode
2015-10-23
1
-1
/
+1
*
Do not parse Status fields from remote sources
Julian Andres Klode
2015-08-27
1
-0
/
+7
*
parse packages from all architectures into the cache
David Kalnischkies
2015-08-10
1
-6
/
+3
*
elimate duplicated code in pkgIndexFile subclasses
David Kalnischkies
2015-08-10
1
-1
/
+1
*
just-in-time creation for (implicit) Provides
David Kalnischkies
2015-08-10
1
-1
/
+0
*
remove the compatibility markers for 4.13 abi
David Kalnischkies
2015-08-10
1
-2
/
+0
*
add c++11 override marker to overridden methods
David Kalnischkies
2015-08-10
1
-17
/
+17
*
make all d-pointer * const pointers
David Kalnischkies
2015-08-10
1
-1
/
+1
*
store Release files data in the Cache
David Kalnischkies
2015-06-12
1
-3
/
+3
*
mark internal interfaces as hidden
David Kalnischkies
2014-11-08
1
-9
/
+9
*
use a abi version check similar to the gcc check
David Kalnischkies
2014-11-08
1
-1
/
+1
*
do not inline virtual destructors with d-pointers
David Kalnischkies
2014-10-13
1
-1
/
+1
*
drop stored StringItems in favor of in-memory mappings
David Kalnischkies
2014-09-27
1
-1
/
+0
*
cleanup datatypes mix used in binary cache
David Kalnischkies
2014-06-18
1
-4
/
+4
*
Merge remote-tracking branch 'upstream/debian/sid' into debian/experimental
Michael Vogt
2014-05-29
1
-0
/
+11
|
\
|
*
Never parse Version/Architecture tags in a Translation-$lang file
Michael Vogt
2014-05-15
1
-0
/
+11
*
|
parse and retrieve multiple Descriptions in one record
David Kalnischkies
2014-05-09
1
-2
/
+2
*
|
WIP local deb install
Michael Vogt
2014-04-28
1
-3
/
+12
|
/
[next]