summaryrefslogtreecommitdiff
path: root/apt-pkg/aptconfiguration.h
Commit message (Collapse)AuthorAgeFilesLines
* fix some cppcheck: (warning) Member variable is not initialized in the ↵David Kalnischkies2011-08-111-1/+2
| | | | constructor.
* apt-pkg/aptconfiguration.h: fix copy/paste error in getCompressionTypes() ↵Michael Vogt2011-07-131-1/+1
| | | | description
* support every compression we have a compressor configuredDavid Kalnischkies2011-02-271-0/+3
|
* - load the supported compressors from configurationDavid Kalnischkies2011-02-271-0/+26
| | | - support adding new compressors by configuration
* Add support for the LANGUAGE environment variableDavid Kalnischkies2010-02-141-1/+1
|
* merge Goswin Brederlow "support download of index files for different archs"David Kalnischkies2009-12-231-0/+16
| | | | | | | | | | | | | | patch which includes the following big changes: - Declare the unused [vendor] field in sources.list as option field, e.g. deb [arch=amd64,i386 lang=en_GB have=fun] http://example.org - When fetching index files download them for all APT::Architectures (overrideable with the options field above) - Allow all architectures of APT::Architectures to be in the Cache - Add the architecture to status and progress informations - Add b= (Binary architecture) to policy This commit doesn't incude the "pin-hack" as the Group structure will take care of this (and does it already to some extend).
* [BREAK] add possibility to download and use multiplyDavid Kalnischkies2009-11-261-0/+27
| | | | | | | Translation files, configurable with Acquire::Languages accessable with APT::Configuration::getLanguages() and as always with documentation in apt.conf. The commit also includes a very very simple testapp.
* "backport" the APT::Configuration class to apt-sidDavid Kalnischkies2009-08-251-0/+46
We can use it to simplify the internal code to operate with Acquire::CompressionTypes group. This also made it possible to set this setting with the -o flag.