David Kalnischkies
|
233b78083f
* apt-pkg/deb/debindexfile.cc,
|
13 lat temu |
David Kalnischkies
|
2b803d4069
do not dereference the storage for the unique strings as the pointer can
|
14 lat temu |
David Kalnischkies
|
f0e835998f
fix calling style of FileFd (no functional change)
|
14 lat temu |
David Kalnischkies
|
109eb1511d
try to avoid direct usage of .Fd() if possible and do read()s and co
|
14 lat temu |
David Kalnischkies
|
73688d27f6
atleast libapt should announce to itself that it is clean…
|
14 lat temu |
David Kalnischkies
|
76a763e1f8
* apt-pkg/contrib/fileutl.{h,cc}:
|
14 lat temu |
David Kalnischkies
|
468720c59f
enable FileFd to guess the compressor based on the filename if requested or
|
14 lat temu |
David Kalnischkies
|
74b2200285
merge with debian/experimental
|
15 lat temu |
David Kalnischkies
|
ea54214002
reorder includes: add <config.h> if needed and include it at first
|
15 lat temu |
David Kalnischkies
|
f7f0d6c756
cppcheck complains about some possible speed improvements which could be
|
15 lat temu |
Michael Vogt
|
e4d30d3fdc
apt-pkg/deb/debindexfile.cc: kill off another TranslationsAvailable() usage that is not needed
|
15 lat temu |
Michael Vogt
|
64c2bdc9cf
apt-pkg/deb/debindexfile.cc: remove tests for TranslationsAvailable() as this will break adding translations to the cache if the current environment does not include the language (e.g. LANG=C but german translations). testing for existance of the file is the better approach
|
15 lat temu |
Michael Vogt
|
1aadba5adf
* apt-pkg/deb/debindexfile.cc:
|
15 lat temu |
David Kalnischkies
|
fe0f7911b6
- try downloading clearsigned InRelease before trying Release.gpg
|
15 lat temu |
Martin Pitt
|
915f052064
add test case for having no indexes, and fix regression in that case
|
16 lat temu |
Martin Pitt
|
5473df3fec
* apt-pkg/deb/debindexfile.cc:
|
16 lat temu |
David Kalnischkies
|
dd13742ef1
* apt-pkg/deb/debmetaindex.cc:
|
16 lat temu |
David Kalnischkies
|
3184b4cf2e
[ Martin Pitt ]
|
16 lat temu |
David Kalnischkies
|
a9fe592842
* apt-pkg/pkgcachegen.{cc,h}:
|
16 lat temu |
martin@piware.de
|
c4fc2fd7fa
Switch FileFd to not transparently gunzip, since that breaks code which expects the compressed contents to stay (such as the copy backend, or when using file:// repositories. Instead, introduce a new ReadOnlyGzip mode and use that where needed
|
16 lat temu |
martin@piware.de
|
94e8c9d4df
apt-pkg/deb/debindexfile.cc: Fix one more place to check for gzipped indexes, to work with apt-get source as well
|
16 lat temu |
martin@piware.de
|
ec7a129eeb
* apt-pkg/deb/debindexfile.cc:
|
16 lat temu |
David Kalnischkies
|
2e5f4e45f5
* apt-pkg/cachefile.{cc,h}:
|
16 lat temu |
David Kalnischkies
|
c67dc114ea
merge MultiArch-ABI. We don't support MultiArch yet (as most other tools),
|
16 lat temu |
Michael Vogt
|
b9dacd11a4
* [BREAK] merged lp:~mvo/apt/history
|
16 lat temu |
Michael Vogt
|
5e02df826d
Change the package index Info methods to allow apt-cache policy to be
|
16 lat temu |
David Kalnischkies
|
34e8a998eb
[BREAK] merge MultiArch-ABI. We don't support MultiArch,
|
16 lat temu |
David Kalnischkies
|
be4eec613e
merge with lp:~mvo/apt/debian-sid to get 0.7.25.1 and my changes back
|
16 lat temu |
Michael Vogt
|
c8e572e3cf
* apt-pkg/deb/debindexfile.cc, apt-pkg/pkgcachegen.cc:
|
16 lat temu |
David Kalnischkies
|
5dd4c8b811
merge Goswin Brederlow "support download of index files for different archs"
|
16 lat temu |