summaryrefslogtreecommitdiff
path: root/apt-pkg/versionmatch.cc
AgeCommit message (Expand)AuthorFilesLines
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-1/+6
2013-03-10various simple changes to fix cppcheck warningsDavid Kalnischkies1-1/+1
2011-09-19do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies1-0/+2
2011-09-13merge with debian/experimentalDavid Kalnischkies1-3/+3
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies1-2/+2
2011-08-11cppcheck complains about some possible speed improvements which could beDavid Kalnischkies1-3/+3
2010-09-02check for length of Data to avoid the validness ofDavid Kalnischkies1-1/+1
2010-08-30* apt-pkg/versionmatch.cc:David Kalnischkies1-3/+6
2010-06-28Also free regular expressions.Julian Andres Klode1-0/+1
2010-06-28Use _error->Warning() instead of writing to std::cerr.Julian Andres Klode1-1/+1
2010-06-28Remove debugging stuff, this was not meant to be here.Julian Andres Klode1-1/+0
2010-06-28Also support regular expressions and glob() patterns in "Pin: version".Julian Andres Klode1-0/+2
2010-06-28* apt-pkg/versionmatch.cc:Julian Andres Klode1-12/+46
2009-12-23merge Goswin Brederlow "support download of index files for different archs"David Kalnischkies1-1/+7
2009-05-07[apt-pkg] allow also codenames for specifying a releaseDavid Kalnischkies1-13/+24
2008-10-11Fix another compilation warning in apt-pkg/versionmatch.ccLuca Bruno1-1/+1
2007-06-08* remove all the remaining #pragma implementationMichael Vogt1-3/+0
2004-09-20Fix segfault when handling /etc/apt/preferences.Arch Librarian1-3/+7
2004-09-20Fix origin pins for file:// uris.Arch Librarian1-6/+4
2004-09-20Fix some unlikely segfaultsArch Librarian1-2/+2
2004-09-20Fixed errant prefix matchingArch Librarian1-3/+5
2004-09-20Fixed matching all releasesArch Librarian1-1/+9
2004-09-20G++3 fixes from RandolphArch Librarian1-6/+6
2004-09-20'apt-cache policy' preferences debug tool.Arch Librarian1-4/+4
2004-09-20Join with aliencodeArch Librarian1-0/+210