index
:
apt.git
1.4.y+ios
1.8.2.z+ios
1.8.2.z+ios+json
1.8.y+ios
1.8.y+ios+json
cydia
master
sille-apt
Saurik's version of apt managed for tvOS/ARM64
Sam Bingner
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
/
deb
/
debindexfile.cc
Age
Commit message (
Expand
)
Author
2017-07-12
Reformat and sort all includes with clang-format
Julian Andres Klode
2017-07-12
Drop cacheiterators.h include
Julian Andres Klode
2017-06-26
fix some unlikely memory leaks in error cases
David Kalnischkies
2016-08-26
Add missing includes and external definitions
Julian Andres Klode
2016-08-17
add --with-source option and Packages/Sources support
David Kalnischkies
2016-05-27
prevent C++ locale number formatting in text APIs
David Kalnischkies
2016-04-03
don't leak on error in listparser creation
David Kalnischkies
2016-01-25
reimplement build-dep via apts normal resolver
David Kalnischkies
2015-12-01
require explicit paths to dsc/control as we do for deb files
David Kalnischkies
2015-11-04
ignore newlines in dpkg-deb control output for installing debs
David Kalnischkies
2015-11-04
show progress info while 'downloading' a local .deb file
David Kalnischkies
2015-08-27
Do not parse Status fields from remote sources
Julian Andres Klode
2015-08-17
Fix all the wrong removals of includes that iwyu got wrong
Michael Vogt
2015-08-17
Cleanup includes after running iwyu
Michael Vogt
2015-08-10
elimate duplicated code in pkgIndexFile subclasses
David Kalnischkies
2015-08-10
add volatile sources support in libapt-pkg
David Kalnischkies
2015-08-10
add c++11 override marker to overridden methods
David Kalnischkies
2015-08-10
support lang= and target= sources.list options
David Kalnischkies
2015-08-10
make all d-pointer * const pointers
David Kalnischkies
2015-06-16
add d-pointer, virtual destructors and de-inline de/constructors
David Kalnischkies
2015-06-15
hide Translation-* in 'apt-cache policy' output
David Kalnischkies
2015-06-15
populate the Architecture field for PackageFiles
David Kalnischkies
2015-06-12
store Release files data in the Cache
David Kalnischkies
2015-06-11
use an enum instead of strings as IndexTarget::Option interface
David Kalnischkies
2015-06-11
use IndexTarget to get to IndexFile
David Kalnischkies
2015-06-11
show URI.Path in all acquire item descriptions
David Kalnischkies
2015-06-09
rework hashsum verification in the acquire system
David Kalnischkies
2015-05-11
stop depending on copy-on-write for std::string
David Kalnischkies
2015-03-16
properly implement pkgRecord::Parser for *.deb files
David Kalnischkies
2014-11-08
mark internal interfaces as hidden
David Kalnischkies
2014-11-05
apt-pkg/deb/debindexfile.{cc,h}: kill GetIndexes()
Michael Vogt
2014-10-29
Only support Translation-* that are listed in the {In,}Release file
Michael Vogt
2014-10-13
do not inline virtual destructors with d-pointers
David Kalnischkies
2014-09-30
mark private methods as hidden
David Kalnischkies
2014-09-29
Merge branch 'debian/sid' into debian/experimental
Michael Vogt
2014-09-27
drop stored StringItems in favor of in-memory mappings
David Kalnischkies
2014-09-21
generalize Acquire::GzipIndex
Michael Vogt
2014-07-10
Allow passing a full path to apt-get install /foo/bar.deb
Michael Vogt
2014-06-18
cleanup datatypes mix used in binary cache
David Kalnischkies
2014-05-29
Merge remote-tracking branch 'upstream/debian/sid' into debian/experimental
Michael Vogt
2014-05-15
Never parse Version/Architecture tags in a Translation-$lang file
Michael Vogt
2014-05-08
apt-pkg/deb/debindexfile.cc: do not hardcode dpkg
Michael Vogt
2014-05-08
Merge remote-tracking branch 'mvo/feature/build-dep-dsc2' into debian/experim...
Michael Vogt
2014-04-28
use flAbsPath()
Michael Vogt
2014-04-28
use new Popen()
Michael Vogt
2014-04-28
WIP local deb install
Michael Vogt
2014-04-25
add support for apt-get build-dep unpacked-source-dir
Michael Vogt
2014-04-24
create debIFTypeDscFile type
Michael Vogt
2014-03-13
follow method attribute suggestions by gcc
David Kalnischkies
2014-03-13
cleanup headers and especially #includes everywhere
David Kalnischkies
[next]