summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/configuration.cc
AgeCommit message (Expand)AuthorFilesLines
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-3/+10
2014-03-13warning: extra ‘;’ [-Wpedantic]David Kalnischkies1-2/+1
2014-03-13add default and override handling for Cnf::FindVectorDavid Kalnischkies1-2/+12
2013-08-15* lp:~mvo/apt/config-clear:Michael Vogt1-0/+12
2013-07-25fix off-by-one error and do not use magic constant of 100 when checking Stack...Michael Vogt1-1/+1
2013-03-10various simple changes to fix cppcheck warningsDavid Kalnischkies1-1/+1
2012-04-23/dev/null is a special absolute path as it has no subdirectoriesDavid Kalnischkies1-0/+9
2012-04-23normalize a bit by replacing // and /./ with / in FindFileDavid Kalnischkies1-30/+38
2012-04-22* apt-pkg/contrib/configuration.cc:David Kalnischkies1-8/+64
2012-01-30* apt-pkg/contrib/configuration.cc:David Kalnischkies1-2/+8
2011-10-05* apt-pkg/contrib/configuration.cc:Michael Vogt1-4/+5
2011-09-13merge with debian/experimentalDavid Kalnischkies1-4/+4
2011-09-13* apt-pkg/contrib/configuration.cc:Michael Vogt1-4/+5
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies1-1/+4
2011-08-11cppcheck complains about some possible speed improvements which could beDavid Kalnischkies1-3/+3
2011-07-15apt-pkg/contrib/configuration.cc: revert Configuration::Set() ABI breakMichael Vogt1-1/+1
2011-07-06* apt-pkg/init.cc:David Kalnischkies1-1/+14
2010-08-28* apt-pkg/contrib/configuration.cc:David Kalnischkies1-3/+11
2010-06-26 - use the new MatchAgainstConfig for the DefaultRootSetFuncDavid Kalnischkies1-0/+43
2010-04-24* apt-pkg/contrib/configuration.cc:David Kalnischkies1-0/+2
2010-01-16Fix the newly introduced method GetListOfFilesInDir to not accept everyDavid Kalnischkies1-1/+1
2010-01-13merge with lp:~mvo/apt/debian-sid to get 0.7.25.1 and my changes backDavid Kalnischkies1-2/+2
2010-01-08fix merge errorMichael Vogt1-0/+2
2010-01-08* French manpage translation updateMichael Vogt1-39/+2
2010-01-03Add a GetListOfFilesInDir() helper method which replaces the oldDavid Kalnischkies1-37/+2
2009-11-25another round of method hardening with const& in ConfigurationDavid Kalnischkies1-12/+12
2009-09-07reintroduce #clear and #include in the config files,David Kalnischkies1-3/+5
2009-09-04add a helper to easily get a vector of strings from the configurationDavid Kalnischkies1-0/+19
2009-06-12apt-pkg/contrib/configuration.cc: Fix a small memory leak inJulian Andres Klode1-0/+1
2009-06-09[ABI break] support '#' in apt.conf and /etc/apt/preferencesMichael Vogt1-1/+1
2009-03-06Fix FindFile (and FindDir) so that the value of RootDir is applied to the def...Daniel Burrows1-2/+2
2008-04-01Improve the names used for the non-whitespace iterators.Daniel Burrows1-6/+6
2008-04-01Remove a debugging message that I left in by accident (if it ever triggers th...Daniel Burrows1-5/+0
2008-04-01Improve some comments in the configuration parser.Daniel Burrows1-4/+8
2008-04-01Lift the 1024-character limit on configuration file lines.Daniel Burrows1-49/+117
2008-03-31When a line in a config file is too long, say which config file it is.Daniel Burrows1-1/+2
2007-12-27* Fix compilation warnings in apt-pkg/cdrom.cc andOtavio Salvador1-1/+1
2007-12-16* apt-pkg/contrib/configuration.cc:Otavio Salvador1-1/+6
2007-07-10 * Fix compilation warnings:Otavio Salvador1-1/+1
2007-06-19* fix some warningsMichael Vogt1-2/+3
2007-06-08* remove all the remaining #pragma implementationMichael Vogt1-3/+0
2005-11-23* applied parts of the string speedup patch from debian #319377 (ABI change)Michael Vogt1-13/+13
2005-08-09* merged from mainMichael Vogt1-2/+43
2005-03-06Bring consistency to the use of capitals in programs messagesChristian Perrier1-1/+1
2004-09-20* Increase length of line buffer in ReadConfigFile to 1...Arch Librarian1-2/+6
2004-09-20Mark the type abbrevation warning as translatableArch Librarian1-2/+2
2004-09-20* Give a warning if an illegal type abbreviation is use...Arch Librarian1-8/+12
2004-09-20Fix segfault in FindAny when /i is used, and there is n...Arch Librarian1-2/+2
2004-09-20_config->Dump is now inlined, and calls Dump(clog). Du...Arch Librarian1-3/+3
2004-09-20PD licenseArch Librarian1-1/+4