| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
internally so that it is exported and can be used like a "normal"
uncompressed file with FileFd
This allows us to hide th zlib usage in the implementation and use gzip
instead if we don't have zlib builtin (the same for other compressors).
The code includes quiet a few FIXME's so while all tests are working
it shouldn't be used just yet outside of libapt as it might break.
|
|
|
| |
- drop the explicit export of gz-compression handling
|
| |
|
|
|
|
|
|
| |
Unfortunately it's hard to do an automated integration test with cd, so we
test this method in isolation which tries to find Indexes and dropping
of duplications with DropRepeats()
|
|
|
| |
- support InRelease files on cdrom
|
| |
|
|
|
|
| |
(regression from compression rewrite; found by Steve McIntyre, thanks!)
|
|
|
| |
- implement a ModificationTime method for FileFd
|
|
|
|
|
| |
to search for compressed silbings of the given filename and use this guessing
instead of hardcoding Gzip compression
|
|
|
| |
- dump the APT::Compressor settings correctly and completely
|
|
|
|
| |
(the execution leads to hard failures anyway)
|
|
|
|
|
|
|
| |
provide ReadOnly, WriteOnly and ReadWrite as flags alongside
the additional flags as decompression will be one-way later,
but certain parts really depend on Write* openmodes being
ReadWrite opens, so we will have to fail for those.
|
|
|
|
| |
to replace hardcoding of compressiontypes and compressors
|
| |
|
|
|
|
| |
TranslationsCopy::CopyTranslations() into a single common function
|
| |
|
|\ |
|
| |
| |
| |
| | |
- ignore foreign architectures if we check if a provides has only one
resolver as it's basically the same for the user, so no need to choose
|
| |
| |
| |
| |
| |
| |
| |
| | |
- prefer native providers over foreigns even if the chain is foreign
The code preferred real over virtual packages and based on priorities.
This is changed in so far that a real package from any arch is preferred
over any virtual provider and if priorities doesn't help in choosing the
best provider we choose it based on architectures
|
| | |
|
| |
| |
| |
| |
| | |
* cmdline/apt-{get,cache,mark}.cc:
- use Lists instead of Sets if input order should be preserved for
commands accepting lists of packages, e.g. policy (Closes: #625960)
|
| |
| |
| |
| | |
- make the cachesets real containers which can embedding any container
to be able to use the same interface regardless of set or list usage
|
|\ \ |
|
| | | |
|
| | | |
|
| | | |
|
|/ /
| |
| | |
- use aptconfiguration to get the supported compression types
|
| |
| |
| |
| | |
#649451)
|
|\| |
|
| |
| |
| | |
- M-A: foreign packages provide for other archs, too
|
| | |
|
| |
| |
| | |
- use a pointer-union to peace gcc strict-aliasing warning
|
| |\ |
|
| | |\ |
|
| | |/
| | |
| | | |
- show a debug why a package was kept by ResolveByKeep()
|
| | | |
|
| | |\ |
|
| | | |
| | | |
| | | | |
- apply spelling fix by Kevin Lyda, thanks! (Closes: #644104)
|
| | | |\
| | | |/
| | |/| |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- fix buffersize in bytes2hex
* ftparchive/cachedb.cc:
- make buffer fully dynamic (thanks to Colin Watson)
|
| | |\ \ |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* apt-pkg/deb/debmetaindex.cc:
- none is a separator, not a language: no need for Index (Closes: #624218)
* apt-pkg/aptconfiguration.cc:
- do not builtin languages only if none is forced (Closes: #643787)
|
| | | | |
| | | | |
| | | | | |
- accept generic release pin expressions again in -t (Closes: #644166)
|
| | | | |
| | | | |
| | | | | |
- silently ignore *.orig and *.save files by default
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- use std::vector instead of fixed size arrays to store args and
multiarch-packagename strings
- load the dpkg base arguments only one time and reuse them later
* cmdline/apt-get.cc:
- follow Provides in the evaluation of saving candidates, too, for
statisfying garbage package dependencies (Closes: #640590)
* apt-pkg/algorithms.cc:
- if a package is garbage, don't try to save it with FixByInstall
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
if the archive is signed, but the signature can't be checked
as the key is missing (debbugs #597301 - fix in r2105)
|
| | | |/
| | | |
| | | |
| | | | |
- change wording of autoremove description as suggested
by Robert Simmons, thanks! (Closes: #641490)
|