index
:
apt
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
/
deb
/
debindexfile.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-06
Use debDebFile to get control file instead of dpkg-deb
Julian Andres Klode
1
-27
/
+16
2019-01-24
Merge and reuse tmp file handling across the board
David Kalnischkies
1
-7
/
+4
2018-05-11
Start pkg records for deb files with dpkg output
David Kalnischkies
1
-16
/
+10
2018-05-07
Remove obsolete RCS keywords
Guillem Jover
1
-1
/
+0
2017-07-12
Reformat and sort all includes with clang-format
Julian Andres Klode
1
-4
/
+4
2017-07-12
Drop cacheiterators.h include
Julian Andres Klode
1
-1
/
+0
2017-06-26
fix some unlikely memory leaks in error cases
David Kalnischkies
1
-25
/
+8
2016-08-26
Add missing includes and external definitions
Julian Andres Klode
1
-0
/
+1
2016-08-17
add --with-source option and Packages/Sources support
David Kalnischkies
1
-1
/
+5
2016-05-27
prevent C++ locale number formatting in text APIs
David Kalnischkies
1
-1
/
+1
2016-04-03
don't leak on error in listparser creation
David Kalnischkies
1
-6
/
+24
2016-01-25
reimplement build-dep via apts normal resolver
David Kalnischkies
1
-0
/
+33
2015-12-01
require explicit paths to dsc/control as we do for deb files
David Kalnischkies
1
-0
/
+18
2015-11-04
ignore newlines in dpkg-deb control output for installing debs
David Kalnischkies
1
-4
/
+13
2015-11-04
show progress info while 'downloading' a local .deb file
David Kalnischkies
1
-1
/
+8
2015-08-27
Do not parse Status fields from remote sources
Julian Andres Klode
1
-0
/
+11
2015-08-17
Fix all the wrong removals of includes that iwyu got wrong
Michael Vogt
1
-0
/
+1
2015-08-17
Cleanup includes after running iwyu
Michael Vogt
1
-10
/
+1
2015-08-10
elimate duplicated code in pkgIndexFile subclasses
David Kalnischkies
1
-312
/
+104
2015-08-10
add volatile sources support in libapt-pkg
David Kalnischkies
1
-16
/
+11
2015-08-10
add c++11 override marker to overridden methods
David Kalnischkies
1
-5
/
+5
2015-08-10
support lang= and target= sources.list options
David Kalnischkies
1
-3
/
+3
2015-08-10
make all d-pointer * const pointers
David Kalnischkies
1
-6
/
+6
2015-06-16
add d-pointer, virtual destructors and de-inline de/constructors
David Kalnischkies
1
-0
/
+1
2015-06-15
hide Translation-* in 'apt-cache policy' output
David Kalnischkies
1
-1
/
+1
2015-06-15
populate the Architecture field for PackageFiles
David Kalnischkies
1
-4
/
+4
2015-06-12
store Release files data in the Cache
David Kalnischkies
1
-32
/
+10
2015-06-11
use an enum instead of strings as IndexTarget::Option interface
David Kalnischkies
1
-7
/
+7
2015-06-11
use IndexTarget to get to IndexFile
David Kalnischkies
1
-346
/
+35
2015-06-11
show URI.Path in all acquire item descriptions
David Kalnischkies
1
-5
/
+5
2015-06-09
rework hashsum verification in the acquire system
David Kalnischkies
1
-2
/
+2
2015-05-11
stop depending on copy-on-write for std::string
David Kalnischkies
1
-12
/
+12
2015-03-16
properly implement pkgRecord::Parser for *.deb files
David Kalnischkies
1
-35
/
+38
2014-11-08
mark internal interfaces as hidden
David Kalnischkies
1
-14
/
+14
2014-11-05
apt-pkg/deb/debindexfile.{cc,h}: kill GetIndexes()
Michael Vogt
1
-13
/
+0
2014-10-29
Only support Translation-* that are listed in the {In,}Release file
Michael Vogt
1
-3
/
+3
2014-10-13
do not inline virtual destructors with d-pointers
David Kalnischkies
1
-7
/
+7
2014-09-30
mark private methods as hidden
David Kalnischkies
1
-3
/
+3
2014-09-29
Merge branch 'debian/sid' into debian/experimental
Michael Vogt
1
-22
/
+38
2014-09-27
drop stored StringItems in favor of in-memory mappings
David Kalnischkies
1
-1
/
+1
2014-09-21
generalize Acquire::GzipIndex
Michael Vogt
1
-22
/
+38
2014-07-10
Allow passing a full path to apt-get install /foo/bar.deb
Michael Vogt
1
-9
/
+19
2014-06-18
cleanup datatypes mix used in binary cache
David Kalnischkies
1
-1
/
+1
2014-05-29
Merge remote-tracking branch 'upstream/debian/sid' into debian/experimental
Michael Vogt
1
-1
/
+1
2014-05-15
Never parse Version/Architecture tags in a Translation-$lang file
Michael Vogt
1
-1
/
+1
2014-05-08
apt-pkg/deb/debindexfile.cc: do not hardcode dpkg
Michael Vogt
1
-1
/
+2
2014-05-08
Merge remote-tracking branch 'mvo/feature/build-dep-dsc2' into debian/experim...
Michael Vogt
1
-0
/
+65
2014-04-28
use flAbsPath()
Michael Vogt
1
-2
/
+1
2014-04-28
use new Popen()
Michael Vogt
1
-10
/
+13
2014-04-28
WIP local deb install
Michael Vogt
1
-1
/
+104
[next]