Age | Commit message (Expand) | Author |
2014-04-11 | do not create an (additional) empty compressor | David Kalnischkies |
2014-03-13 | use liblzma-dev to provide xz/lzma support | David Kalnischkies |
2014-03-13 | cleanup headers and especially #includes everywhere | David Kalnischkies |
2014-03-13 | warning: type qualifiers ignored on function return type [-Wignored-qualifiers] | David Kalnischkies |
2014-03-13 | support DEB_BUILD_PROFILES and -P for build profiles | David Kalnischkies |
2014-03-13 | add default and override handling for Cnf::FindVector | David Kalnischkies |
2014-02-22 | Fix typos in documentation (codespell) | Michael Vogt |
2014-01-16 | rework some code to fix some scan-build warnings | David Kalnischkies |
2013-10-03 | fix lzma-support detection via xz binary | David Kalnischkies |
2013-08-22 | do chdir("/") after chroot() | Michael Vogt |
2013-07-26 | fix some coverity chroot() releated warnings | Michael Vogt |
2013-03-10 | various simple changes to fix cppcheck warnings | David Kalnischkies |
2012-09-03 | * apt-pkg/cdrom.cc: | David Kalnischkies |
2012-06-10 | * apt-pkg/aptconfiguration.cc: | David Kalnischkies |
2012-05-20 | * apt-pkg/aptconfiguration.cc: | David Kalnischkies |
2012-05-09 | * apt-pkg/aptconfiguration.cc: | David Kalnischkies |
2012-04-20 | fix a bug uncovered by the previous commit which checks if a Compressor | David Kalnischkies |
2012-04-20 | * apt-pkg/aptconfiguration.cc: | David Kalnischkies |
2012-04-11 | use xz-utils in the testcases instead of lzma and ensure that we really | David Kalnischkies |
2012-04-05 | - add libbz2-dev as new build-dependency | David Kalnischkies |
2012-04-05 | if we have zlib builtin insert add a dummy gzip compressor for FileFD | David Kalnischkies |
2012-04-05 | * apt-pkg/aptconfiguration.cc: | David Kalnischkies |
2012-02-10 | ensure that architectures are not added multiple times | David Kalnischkies |
2012-02-09 | call dpkg --assert-multi-arch with execvp instead of execv | David Kalnischkies |
2012-01-30 | * apt-pkg/aptconfiguration.cc: | David Kalnischkies |
2012-01-18 | * apt-pkg/aptconfiguration.cc: | Michael Vogt |
2011-12-14 | * apt-pkg/aptconfiguration.cc: | David Kalnischkies |
2011-10-05 | cherrypick from my apt/experimental branch | David Kalnischkies |
2011-10-05 | * apt-pkg/deb/debmetaindex.cc: | David Kalnischkies |
2011-09-19 | do not pollute namespace in the headers with using (Closes: #500198) | David Kalnischkies |
2011-09-13 | merge with debian/experimental | David Kalnischkies |
2011-09-13 | reorder includes: add <config.h> if needed and include it at first | David Kalnischkies |
2011-08-11 | cppcheck complains about some possible speed improvements which could be | David Kalnischkies |
2011-07-25 | * apt-pkg/aptconfiguration.cc: | David Kalnischkies |
2011-05-28 | use the correct option name in comment for Acquire::Languages | Jörg Sommer |
2011-04-05 | * apt-pkg/aptconfiguration.cc: | Michael Vogt |
2011-03-26 | * apt-pkg/aptconfiguration.cc: | David Kalnischkies |
2011-02-27 | support every compression we have a compressor configured | David Kalnischkies |
2011-02-27 | - load the supported compressors from configuration | David Kalnischkies |
2011-02-22 | * apt-pkg/aptconfiguration.cc: | David Kalnischkies |
2011-01-28 | - download and use i18n/Index to choose which Translations to download | David Kalnischkies |
2011-01-26 | - change the internal handling of Extensions in pkgAcqIndex | David Kalnischkies |
2010-11-09 | evaluate Acquire::Languages= before LANG= (Closes: #602573) | David Kalnischkies |
2010-11-06 | * apt-pkg/aptconfiguration.cc: | David Kalnischkies |
2010-06-26 | * apt-pkg/aptconfiguration.cc: | David Kalnischkies |
2010-05-28 | * apt-pkg/aptconfiguration.cc: | David Kalnischkies |
2010-03-30 | rename ExplodeString to VectorizeString | David Kalnischkies |
2010-03-18 | merge MultiArch-ABI. We don't support MultiArch yet (as most other tools), | David Kalnischkies |
2010-03-03 | fix memory leak in getLanguages() by closing the directory after checking | David Kalnischkies |
2010-02-18 | fix crash when LANGUAGE is not set | Michael Vogt |