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
*
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
*
parse packages from all architectures into the cache
David Kalnischkies
2015-08-10
1
-35
/
+4
*
elimate duplicated code in pkgIndexFile subclasses
David Kalnischkies
2015-08-10
1
-3
/
+4
*
add volatile sources support in libapt-pkg
David Kalnischkies
2015-08-10
1
-1
/
+1
*
just-in-time creation for (explicit) negative deps
David Kalnischkies
2015-08-10
1
-25
/
+5
*
just-in-time creation for (implicit) Provides
David Kalnischkies
2015-08-10
1
-16
/
+4
*
hide implicit deps in apt-cache again by default
David Kalnischkies
2015-08-10
1
-4
/
+4
*
remove the compatibility markers for 4.13 abi
David Kalnischkies
2015-08-10
1
-5
/
+0
*
bunch of micro-optimizations for depcache
David Kalnischkies
2015-08-10
1
-6
/
+5
*
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
-37
/
+0
*
Merge branch 'debian/jessie' into debian/experimental
David Kalnischkies
2015-04-19
1
-1
/
+1
|
\
|
*
parse specific-arch dependencies correctly on single-arch systems
David Kalnischkies
2015-04-12
1
-1
/
+1
*
|
parse arch-qualified Provides correctly
Helmut Grohne
2015-03-16
1
-0
/
+6
*
|
guard ABI changes for SourcePkg/Ver in pkgCache
David Kalnischkies
2014-11-08
1
-0
/
+2
*
|
use a abi version check similar to the gcc check
David Kalnischkies
2014-11-08
1
-1
/
+1
*
|
Merge branch 'debian/sid' into debian/experimental
Michael Vogt
2014-10-14
1
-57
/
+73
|
\
|
|
*
Update Status field values handling
Guillem Jover
2014-10-08
1
-12
/
+6
|
*
implement the updated build profile spec
josch
2014-10-06
1
-45
/
+67
*
|
do not inline virtual destructors with d-pointers
David Kalnischkies
2014-10-13
1
-2
/
+1
*
|
rename StringType VERSION to VERSIONNUMBER
David Kalnischkies
2014-10-03
1
-2
/
+2
*
|
store source name and version in binary cache
David Kalnischkies
2014-09-27
1
-0
/
+51
*
|
drop stored StringItems in favor of in-memory mappings
David Kalnischkies
2014-09-27
1
-26
/
+19
*
|
Merge branch 'debian/sid' into debian/experimental
Michael Vogt
2014-09-05
1
-2
/
+2
|
\
|
|
*
support versioned provides as implemented by dpkg
David Kalnischkies
2014-08-26
1
-2
/
+2
|
*
Fix debListParser to accept "no" as a value for the Multi-Arch field
Julian Andres Klode
2014-08-24
1
-1
/
+1
*
|
Fix debListParser to accept "no" as a value for the Multi-Arch field
Julian Andres Klode
2014-08-24
1
-1
/
+1
*
|
Merge branch 'debian/sid' into debian/experimental
Michael Vogt
2014-07-08
1
-1
/
+2
|
\
|
|
*
handle moved mmap after UniqFindTagWrite call
David Kalnischkies
2014-07-07
1
-2
/
+6
*
|
remove the Section member from package struct
David Kalnischkies
2014-06-18
1
-3
/
+0
*
|
cleanup datatypes mix used in binary cache
David Kalnischkies
2014-06-18
1
-3
/
+3
*
|
parse and retrieve multiple Descriptions in one record
David Kalnischkies
2014-05-09
1
-22
/
+18
*
|
WIP local deb install
Michael Vogt
2014-04-28
1
-0
/
+20
|
/
*
abstract version hash comparison a bit
David Kalnischkies
2014-03-13
1
-0
/
+21
*
factor out parsing of MultiArch flag
David Kalnischkies
2014-03-13
1
-21
/
+26
*
cleanup headers and especially #includes everywhere
David Kalnischkies
2014-03-13
1
-0
/
+9
*
fix -Wmissing-field-initializers warnings
David Kalnischkies
2014-03-13
1
-4
/
+4
*
support DEB_BUILD_PROFILES and -P for build profiles
David Kalnischkies
2014-03-13
1
-1
/
+1
*
implement BuildProfileSpec support as dpkg has in 1.17.2
Johannes Schauer
2014-03-13
1
-4
/
+87
*
Fix typos in documentation (codespell)
Michael Vogt
2014-02-22
1
-1
/
+1
*
don't strip :any from dependencies in single-arch
David Kalnischkies
2013-09-26
1
-4
/
+2
*
init the pkgTagFile with the size of the Release file
David Kalnischkies
2013-08-15
1
-1
/
+1
*
use pkgTagFile to parse "header" of Release files
David Kalnischkies
2013-08-08
1
-85
/
+19
[next]