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
/
debindexfile.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
prevent C++ locale number formatting in text APIs
David Kalnischkies
2016-05-27
1
-1
/
+1
*
don't leak on error in listparser creation
David Kalnischkies
2016-04-03
1
-6
/
+24
*
reimplement build-dep via apts normal resolver
David Kalnischkies
2016-01-25
1
-0
/
+33
*
require explicit paths to dsc/control as we do for deb files
David Kalnischkies
2015-12-01
1
-0
/
+18
*
ignore newlines in dpkg-deb control output for installing debs
David Kalnischkies
2015-11-04
1
-4
/
+13
*
show progress info while 'downloading' a local .deb file
David Kalnischkies
2015-11-04
1
-1
/
+8
*
Do not parse Status fields from remote sources
Julian Andres Klode
2015-08-27
1
-0
/
+11
*
Fix all the wrong removals of includes that iwyu got wrong
Michael Vogt
2015-08-17
1
-0
/
+1
*
Cleanup includes after running iwyu
Michael Vogt
2015-08-17
1
-10
/
+1
*
elimate duplicated code in pkgIndexFile subclasses
David Kalnischkies
2015-08-10
1
-312
/
+104
*
add volatile sources support in libapt-pkg
David Kalnischkies
2015-08-10
1
-16
/
+11
*
add c++11 override marker to overridden methods
David Kalnischkies
2015-08-10
1
-5
/
+5
*
support lang= and target= sources.list options
David Kalnischkies
2015-08-10
1
-3
/
+3
*
make all d-pointer * const pointers
David Kalnischkies
2015-08-10
1
-6
/
+6
*
add d-pointer, virtual destructors and de-inline de/constructors
David Kalnischkies
2015-06-16
1
-0
/
+1
*
hide Translation-* in 'apt-cache policy' output
David Kalnischkies
2015-06-15
1
-1
/
+1
*
populate the Architecture field for PackageFiles
David Kalnischkies
2015-06-15
1
-4
/
+4
*
store Release files data in the Cache
David Kalnischkies
2015-06-12
1
-32
/
+10
*
use an enum instead of strings as IndexTarget::Option interface
David Kalnischkies
2015-06-11
1
-7
/
+7
*
use IndexTarget to get to IndexFile
David Kalnischkies
2015-06-11
1
-346
/
+35
*
show URI.Path in all acquire item descriptions
David Kalnischkies
2015-06-11
1
-5
/
+5
*
rework hashsum verification in the acquire system
David Kalnischkies
2015-06-09
1
-2
/
+2
*
stop depending on copy-on-write for std::string
David Kalnischkies
2015-05-11
1
-12
/
+12
*
properly implement pkgRecord::Parser for *.deb files
David Kalnischkies
2015-03-16
1
-35
/
+38
*
mark internal interfaces as hidden
David Kalnischkies
2014-11-08
1
-14
/
+14
*
apt-pkg/deb/debindexfile.{cc,h}: kill GetIndexes()
Michael Vogt
2014-11-05
1
-13
/
+0
*
Only support Translation-* that are listed in the {In,}Release file
Michael Vogt
2014-10-29
1
-3
/
+3
*
do not inline virtual destructors with d-pointers
David Kalnischkies
2014-10-13
1
-7
/
+7
*
mark private methods as hidden
David Kalnischkies
2014-09-30
1
-3
/
+3
*
Merge branch 'debian/sid' into debian/experimental
Michael Vogt
2014-09-29
1
-22
/
+38
|
\
|
*
generalize Acquire::GzipIndex
Michael Vogt
2014-09-21
1
-22
/
+38
*
|
drop stored StringItems in favor of in-memory mappings
David Kalnischkies
2014-09-27
1
-1
/
+1
*
|
Allow passing a full path to apt-get install /foo/bar.deb
Michael Vogt
2014-07-10
1
-9
/
+19
*
|
cleanup datatypes mix used in binary cache
David Kalnischkies
2014-06-18
1
-1
/
+1
*
|
Merge remote-tracking branch 'upstream/debian/sid' into debian/experimental
Michael Vogt
2014-05-29
1
-1
/
+1
|
\
|
|
*
Never parse Version/Architecture tags in a Translation-$lang file
Michael Vogt
2014-05-15
1
-1
/
+1
*
|
apt-pkg/deb/debindexfile.cc: do not hardcode dpkg
Michael Vogt
2014-05-08
1
-1
/
+2
*
|
Merge remote-tracking branch 'mvo/feature/build-dep-dsc2' into debian/experim...
Michael Vogt
2014-05-08
1
-0
/
+65
|
\
\
|
*
|
add support for apt-get build-dep unpacked-source-dir
Michael Vogt
2014-04-25
1
-0
/
+14
|
*
|
create debIFTypeDscFile type
Michael Vogt
2014-04-24
1
-0
/
+52
|
|
/
*
|
use flAbsPath()
Michael Vogt
2014-04-28
1
-2
/
+1
*
|
use new Popen()
Michael Vogt
2014-04-28
1
-10
/
+13
*
|
WIP local deb install
Michael Vogt
2014-04-28
1
-1
/
+104
|
/
*
follow method attribute suggestions by gcc
David Kalnischkies
2014-03-13
1
-1
/
+1
*
cleanup headers and especially #includes everywhere
David Kalnischkies
2014-03-13
1
-2
/
+12
*
* apt-pkg/deb/debindexfile.cc,
David Kalnischkies
2013-03-18
1
-1
/
+7
*
do not dereference the storage for the unique strings as the pointer can
David Kalnischkies
2012-06-16
1
-1
/
+2
*
fix calling style of FileFd (no functional change)
David Kalnischkies
2012-05-10
1
-3
/
+3
*
try to avoid direct usage of .Fd() if possible and do read()s and co
David Kalnischkies
2011-12-17
1
-3
/
+0
*
atleast libapt should announce to itself that it is clean…
David Kalnischkies
2011-12-15
1
-0
/
+2
[next]