summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/configuration.cc
Commit message (Expand)AuthorAgeFilesLines
* configuration: Compare size first during lookupJulian Andres Klode2018-12-261-1/+1
* Use quoted tagnames in config dumpsDavid Kalnischkies2018-11-291-1/+1
* Remove obsolete RCS keywordsGuillem Jover2018-05-071-1/+0
* show warnings instead of errors if files are unreadableDavid Kalnischkies2017-07-261-7/+4
* use FileFd to parse all apt configuration filesDavid Kalnischkies2017-07-261-17/+6
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-5/+5
* avoid malloc if option whitelist is disabled (default)David Kalnischkies2017-01-271-3/+8
* fix various typos reported by spellintianDavid Kalnischkies2017-01-191-1/+1
* allow warning generation for non-whitelisted optionsDavid Kalnischkies2016-12-311-1/+160
* ensure Cnf::FindFile doesn't return files below /dev/nullDavid Kalnischkies2016-07-191-9/+1
* remove 100-levels config nesting limitDavid Kalnischkies2016-05-031-38/+36
* add binary-specific options via Binary scopeDavid Kalnischkies2015-11-041-0/+53
* remove the compatibility markers for 4.13 abiDavid Kalnischkies2015-08-101-6/+0
* configureable acquire targets to download additional filesDavid Kalnischkies2015-06-091-2/+2
* fix some new compiler warnings reported by gcc-5David Kalnischkies2015-03-161-5/+5
* explicit overload methods instead of adding parametersDavid Kalnischkies2014-11-081-0/+6
* fix Configuration::FindVector APIDavid Kalnischkies2014-09-291-5/+0
* fix some compile errors in the now enabled #if (APT_PKG_MAJOR >= 4 && APT_PKG...Michael Vogt2014-05-071-1/+3
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-3/+10
* warning: extra ‘;’ [-Wpedantic]David Kalnischkies2014-03-131-2/+1
* add default and override handling for Cnf::FindVectorDavid Kalnischkies2014-03-131-2/+12
* * lp:~mvo/apt/config-clear:Michael Vogt2013-08-151-0/+12
* fix off-by-one error and do not use magic constant of 100 when checking Stack...Michael Vogt2013-07-251-1/+1
* various simple changes to fix cppcheck warningsDavid Kalnischkies2013-03-101-1/+1
* /dev/null is a special absolute path as it has no subdirectoriesDavid Kalnischkies2012-04-231-0/+9
* normalize a bit by replacing // and /./ with / in FindFileDavid Kalnischkies2012-04-231-30/+38
* * apt-pkg/contrib/configuration.cc:David Kalnischkies2012-04-221-8/+64
* * apt-pkg/contrib/configuration.cc:David Kalnischkies2012-01-301-2/+8
* * apt-pkg/contrib/configuration.cc:Michael Vogt2011-10-051-4/+5
|\
| * * apt-pkg/contrib/configuration.cc:Michael Vogt2011-09-131-4/+5
* | merge with debian/experimentalDavid Kalnischkies2011-09-131-4/+4
|\ \
| * | cppcheck complains about some possible speed improvements which could beDavid Kalnischkies2011-08-111-3/+3
| |/
| * apt-pkg/contrib/configuration.cc: revert Configuration::Set() ABI breakMichael Vogt2011-07-151-1/+1
* | reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-131-1/+4
|/
* * apt-pkg/init.cc:David Kalnischkies2011-07-061-1/+14
* * apt-pkg/contrib/configuration.cc:David Kalnischkies2010-08-281-3/+11
* - use the new MatchAgainstConfig for the DefaultRootSetFuncDavid Kalnischkies2010-06-261-0/+43
* * apt-pkg/contrib/configuration.cc:David Kalnischkies2010-04-241-0/+2
* Fix the newly introduced method GetListOfFilesInDir to not accept everyDavid Kalnischkies2010-01-161-1/+1
* merge with lp:~mvo/apt/debian-sid to get 0.7.25.1 and my changes backDavid Kalnischkies2010-01-131-2/+2
|\
| * fix merge errorMichael Vogt2010-01-081-0/+2
| * * French manpage translation updateMichael Vogt2010-01-081-39/+2
* | Add a GetListOfFilesInDir() helper method which replaces the oldDavid Kalnischkies2010-01-031-37/+2
* | another round of method hardening with const& in ConfigurationDavid Kalnischkies2009-11-251-12/+12
|/
* reintroduce #clear and #include in the config files,David Kalnischkies2009-09-071-3/+5
* add a helper to easily get a vector of strings from the configurationDavid Kalnischkies2009-09-041-0/+19
* apt-pkg/contrib/configuration.cc: Fix a small memory leak inJulian Andres Klode2009-06-121-0/+1
* [ABI break] support '#' in apt.conf and /etc/apt/preferencesMichael Vogt2009-06-091-1/+1
* Fix FindFile (and FindDir) so that the value of RootDir is applied to the def...Daniel Burrows2009-03-061-2/+2
* Improve the names used for the non-whitespace iterators.Daniel Burrows2008-04-011-6/+6