summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/configuration.cc
AgeCommit message (Expand)Author
2018-12-26configuration: Compare size first during lookupJulian Andres Klode
2018-11-29Use quoted tagnames in config dumpsDavid Kalnischkies
2018-05-07Remove obsolete RCS keywordsGuillem Jover
2017-07-26show warnings instead of errors if files are unreadableDavid Kalnischkies
2017-07-26use FileFd to parse all apt configuration filesDavid Kalnischkies
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode
2017-01-27avoid malloc if option whitelist is disabled (default)David Kalnischkies
2017-01-19fix various typos reported by spellintianDavid Kalnischkies
2016-12-31allow warning generation for non-whitelisted optionsDavid Kalnischkies
2016-07-19ensure Cnf::FindFile doesn't return files below /dev/nullDavid Kalnischkies
2016-05-03remove 100-levels config nesting limitDavid Kalnischkies
2015-11-04add binary-specific options via Binary scopeDavid Kalnischkies
2015-08-10remove the compatibility markers for 4.13 abiDavid Kalnischkies
2015-06-09configureable acquire targets to download additional filesDavid Kalnischkies
2015-03-16fix some new compiler warnings reported by gcc-5David Kalnischkies
2014-11-08explicit overload methods instead of adding parametersDavid Kalnischkies
2014-09-29fix Configuration::FindVector APIDavid Kalnischkies
2014-05-07fix some compile errors in the now enabled #if (APT_PKG_MAJOR >= 4 && APT_PKG...Michael Vogt
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies
2014-03-13warning: extra ‘;’ [-Wpedantic]David Kalnischkies
2014-03-13add default and override handling for Cnf::FindVectorDavid Kalnischkies
2013-08-15* lp:~mvo/apt/config-clear:Michael Vogt
2013-07-25fix off-by-one error and do not use magic constant of 100 when checking Stack...Michael Vogt
2013-03-10various simple changes to fix cppcheck warningsDavid Kalnischkies
2012-04-23/dev/null is a special absolute path as it has no subdirectoriesDavid Kalnischkies
2012-04-23normalize a bit by replacing // and /./ with / in FindFileDavid Kalnischkies
2012-04-22* apt-pkg/contrib/configuration.cc:David Kalnischkies
2012-01-30* apt-pkg/contrib/configuration.cc:David Kalnischkies
2011-10-05* apt-pkg/contrib/configuration.cc:Michael Vogt
2011-09-13merge with debian/experimentalDavid Kalnischkies
2011-09-13* apt-pkg/contrib/configuration.cc:Michael Vogt
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies
2011-08-11cppcheck complains about some possible speed improvements which could beDavid Kalnischkies
2011-07-15apt-pkg/contrib/configuration.cc: revert Configuration::Set() ABI breakMichael Vogt
2011-07-06* apt-pkg/init.cc:David Kalnischkies
2010-08-28* apt-pkg/contrib/configuration.cc:David Kalnischkies
2010-06-26 - use the new MatchAgainstConfig for the DefaultRootSetFuncDavid Kalnischkies
2010-04-24* apt-pkg/contrib/configuration.cc:David Kalnischkies
2010-01-16Fix the newly introduced method GetListOfFilesInDir to not accept everyDavid Kalnischkies
2010-01-13merge with lp:~mvo/apt/debian-sid to get 0.7.25.1 and my changes backDavid Kalnischkies
2010-01-08fix merge errorMichael Vogt
2010-01-08* French manpage translation updateMichael Vogt
2010-01-03Add a GetListOfFilesInDir() helper method which replaces the oldDavid Kalnischkies
2009-11-25another round of method hardening with const& in ConfigurationDavid Kalnischkies
2009-09-07reintroduce #clear and #include in the config files,David Kalnischkies
2009-09-04add a helper to easily get a vector of strings from the configurationDavid Kalnischkies
2009-06-12apt-pkg/contrib/configuration.cc: Fix a small memory leak inJulian Andres Klode
2009-06-09[ABI break] support '#' in apt.conf and /etc/apt/preferencesMichael Vogt
2009-03-06Fix FindFile (and FindDir) so that the value of RootDir is applied to the def...Daniel Burrows
2008-04-01Improve the names used for the non-whitespace iterators.Daniel Burrows