summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/configuration.cc
AgeCommit message (Expand)Author
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
2008-04-01Remove a debugging message that I left in by accident (if it ever triggers th...Daniel Burrows
2008-04-01Improve some comments in the configuration parser.Daniel Burrows
2008-04-01Lift the 1024-character limit on configuration file lines.Daniel Burrows
2008-03-31When a line in a config file is too long, say which config file it is.Daniel Burrows
2007-12-27* Fix compilation warnings in apt-pkg/cdrom.cc andOtavio Salvador
2007-12-16* apt-pkg/contrib/configuration.cc:Otavio Salvador
2007-07-10 * Fix compilation warnings:Otavio Salvador
2007-06-19* fix some warningsMichael Vogt
2007-06-08* remove all the remaining #pragma implementationMichael Vogt
2005-11-23* applied parts of the string speedup patch from debian #319377 (ABI change)Michael Vogt
2005-08-09* merged from mainMichael Vogt
2005-03-06Bring consistency to the use of capitals in programs messagesChristian Perrier
2004-09-20* Increase length of line buffer in ReadConfigFile to 1...Arch Librarian
2004-09-20Mark the type abbrevation warning as translatableArch Librarian
2004-09-20* Give a warning if an illegal type abbreviation is use...Arch Librarian
2004-09-20Fix segfault in FindAny when /i is used, and there is n...Arch Librarian
2004-09-20_config->Dump is now inlined, and calls Dump(clog). Du...Arch Librarian
2004-09-20PD licenseArch Librarian
2004-09-20G++3 fixes from RandolphArch Librarian
2004-09-20MOO DOOGIEArch Librarian
2004-09-20run-parts. Closes: #94286Arch Librarian
2004-09-20Pedantic fixesArch Librarian
2004-09-20JoeyH's dpkg::preconfig not working.Arch Librarian
2004-09-20Fixed the resetting of Dir with "dir {};". Closes: #87323Arch Librarian