summaryrefslogtreecommitdiff
path: root/apt-pkg/aptconfiguration.cc
AgeCommit message (Expand)AuthorFilesLines
2014-09-30mark private methods as hiddenDavid Kalnischkies1-29/+29
2014-05-10invalid cache if architecture set doesn't matchDavid Kalnischkies1-1/+1
2014-04-11do not create an (additional) empty compressorDavid Kalnischkies1-1/+1
2014-03-13use liblzma-dev to provide xz/lzma supportDavid Kalnischkies1-0/+8
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-2/+7
2014-03-13warning: type qualifiers ignored on function return type [-Wignored-qualifiers]David Kalnischkies1-2/+2
2014-03-13support DEB_BUILD_PROFILES and -P for build profilesDavid Kalnischkies1-1/+25
2014-03-13add default and override handling for Cnf::FindVectorDavid Kalnischkies1-61/+11
2014-02-22Fix typos in documentation (codespell)Michael Vogt1-4/+4
2014-01-16rework some code to fix some scan-build warningsDavid Kalnischkies1-2/+2
2013-10-03fix lzma-support detection via xz binaryDavid Kalnischkies1-1/+1
2013-08-22do chdir("/") after chroot()Michael Vogt1-1/+1
2013-07-26fix some coverity chroot() releated warningsMichael Vogt1-2/+2
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