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
*
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
|
/
*
mark optional (private) symbols as hidden
David Kalnischkies
2014-03-21
1
-1
/
+2
*
abstract version hash comparison a bit
David Kalnischkies
2014-03-13
1
-0
/
+3
*
factor out parsing of MultiArch flag
David Kalnischkies
2014-03-13
1
-0
/
+3
*
cleanup headers and especially #includes everywhere
David Kalnischkies
2014-03-13
1
-0
/
+7
*
implement BuildProfileSpec support as dpkg has in 1.17.2
Johannes Schauer
2014-03-13
1
-4
/
+13
*
revert 2184.1.3: forward declaration instead of headers
David Kalnischkies
2011-12-13
1
-0
/
+4
*
use forward declaration in headers if possible instead of includes
David Kalnischkies
2011-09-19
1
-1
/
+0
*
do not pollute namespace in the headers with using (Closes: #500198)
David Kalnischkies
2011-09-19
1
-12
/
+12
*
* [ABI-Break] Implement EDSP in libapt-pkg so that all front-ends which
Michael Vogt
2011-06-08
1
-1
/
+5
|
\
|
*
apt-pkg/deb/*: add placeholder dpointer and make destructors virtual
Michael Vogt
2011-02-02
1
-0
/
+3
*
|
add a first round of stuff needed for talking between APT and solvers
David Kalnischkies
2011-03-30
1
-4
/
+4
*
|
* apt-pkg/deb/deblistparser.cc:
David Kalnischkies
2011-03-28
1
-0
/
+1
*
|
* apt-pkg/deb/deblistparser.h:
David Kalnischkies
2011-03-23
1
-1
/
+1
|
/
*
use references instead of copies in the Cache generation methods
David Kalnischkies
2010-07-08
1
-7
/
+7
*
clean deblistparser a bit by get the Architectures at one place
David Kalnischkies
2010-07-04
1
-1
/
+3
*
Drop the Arch information from the Version structure as we can get
David Kalnischkies
2010-02-07
1
-0
/
+1
*
merge Goswin Brederlow "support download of index files for different archs"
David Kalnischkies
2009-12-23
1
-1
/
+1
*
Implement the first step toward Multi-Arch by setting up a Group
David Kalnischkies
2009-12-19
1
-0
/
+1
[next]