summaryrefslogtreecommitdiff
path: root/apt-pkg/aptconfiguration.cc
AgeCommit message (Expand)AuthorFilesLines
2013-03-10various simple changes to fix cppcheck warningsDavid Kalnischkies1-1/+1
2012-09-03* apt-pkg/cdrom.cc:David Kalnischkies1-0/+11
2012-06-10* apt-pkg/aptconfiguration.cc:David Kalnischkies1-11/+15
2012-05-20* apt-pkg/aptconfiguration.cc:David Kalnischkies1-1/+1
2012-05-09* apt-pkg/aptconfiguration.cc:David Kalnischkies1-3/+3
2012-04-20fix a bug uncovered by the previous commit which checks if a CompressorDavid Kalnischkies1-2/+4
2012-04-20* apt-pkg/aptconfiguration.cc:David Kalnischkies1-12/+13
2012-04-11use xz-utils in the testcases instead of lzma and ensure that we reallyDavid Kalnischkies1-1/+1
2012-04-05 - add libbz2-dev as new build-dependencyDavid Kalnischkies1-1/+5
2012-04-05if we have zlib builtin insert add a dummy gzip compressor for FileFDDavid Kalnischkies1-0/+4
2012-04-05* apt-pkg/aptconfiguration.cc:David Kalnischkies1-6/+27
2012-02-10ensure that architectures are not added multiple timesDavid Kalnischkies1-1/+3
2012-02-09call dpkg --assert-multi-arch with execvp instead of execvDavid Kalnischkies1-1/+1
2012-01-30* apt-pkg/aptconfiguration.cc:David Kalnischkies1-8/+57
2012-01-18* apt-pkg/aptconfiguration.cc:Michael Vogt1-1/+1
2011-12-14* apt-pkg/aptconfiguration.cc:David Kalnischkies1-1/+1
2011-10-05cherrypick from my apt/experimental branchDavid Kalnischkies1-2/+4
2011-10-05* apt-pkg/deb/debmetaindex.cc:David Kalnischkies1-2/+4
2011-09-19do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies1-5/+5
2011-09-13merge with debian/experimentalDavid Kalnischkies1-3/+3
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies1-0/+2
2011-08-11cppcheck complains about some possible speed improvements which could beDavid Kalnischkies1-2/+2
2011-07-25* apt-pkg/aptconfiguration.cc:David Kalnischkies1-1/+1
2011-05-28use the correct option name in comment for Acquire::LanguagesJörg Sommer1-1/+1
2011-04-05* apt-pkg/aptconfiguration.cc:Michael Vogt1-1/+1
2011-03-26* apt-pkg/aptconfiguration.cc:David Kalnischkies1-1/+32
2011-02-27support every compression we have a compressor configuredDavid Kalnischkies1-0/+13
2011-02-27 - load the supported compressors from configurationDavid Kalnischkies1-4/+70
2011-02-22* apt-pkg/aptconfiguration.cc:David Kalnischkies1-0/+2
2011-01-28 - download and use i18n/Index to choose which Translations to downloadDavid Kalnischkies1-39/+12
2011-01-26 - change the internal handling of Extensions in pkgAcqIndexDavid Kalnischkies1-0/+8
2010-11-09evaluate Acquire::Languages= before LANG= (Closes: #602573)David Kalnischkies1-40/+42
2010-11-06* apt-pkg/aptconfiguration.cc:David Kalnischkies1-1/+2
2010-06-26* apt-pkg/aptconfiguration.cc:David Kalnischkies1-0/+4
2010-05-28* apt-pkg/aptconfiguration.cc:David Kalnischkies1-1/+14
2010-03-30rename ExplodeString to VectorizeStringDavid Kalnischkies1-1/+1
2010-03-18merge MultiArch-ABI. We don't support MultiArch yet (as most other tools),David Kalnischkies1-0/+24
2010-03-03fix memory leak in getLanguages() by closing the directory after checkingDavid Kalnischkies1-0/+1
2010-02-18fix crash when LANGUAGE is not setMichael Vogt1-1/+2
2010-02-18* aptconfiguration.cc:David Kalnischkies1-6/+72
2010-02-18dd support for the LANGUAGE environment variableDavid Kalnischkies1-32/+60
2010-02-15* aptconfiguration.cc:David Kalnischkies1-6/+72
2010-02-14Add support for the LANGUAGE environment variableDavid Kalnischkies1-32/+59
2010-02-13[BREAK] merge MultiArch-ABI. We don't support MultiArch,David Kalnischkies1-0/+25
2009-12-23merge Goswin Brederlow "support download of index files for different archs"David Kalnischkies1-0/+25
2009-11-26[BREAK] add possibility to download and use multiplyDavid Kalnischkies1-0/+136
2009-09-08Rework the CompressionTypes system by adding an Order subgroup toDavid Kalnischkies1-22/+34
2009-08-25"backport" the APT::Configuration class to apt-sidDavid Kalnischkies1-0/+78