summaryrefslogtreecommitdiff
path: root/apt-pkg/tagfile.h
AgeCommit message (Expand)AuthorFilesLines
2016-01-07Switch performance critical code to use APT::StringViewJulian Andres Klode1-5/+28
2016-01-02properly parse comments in apt_preferences and deb822-style sourcesDavid Kalnischkies1-3/+1
2016-01-02add optional support for comments in pkgTagFileDavid Kalnischkies1-2/+21
2015-11-27add messages to our deprecation warnings in libaptDavid Kalnischkies1-3/+2
2015-09-11apt-pkg/tagfile.h: Include stdint.h, fixes rdep build failuresJulian Andres Klode1-0/+1
2015-08-10use a smaller type for flags storage in the cacheDavid Kalnischkies1-0/+4
2015-08-10remove the compatibility markers for 4.13 abiDavid Kalnischkies1-16/+0
2015-08-10add c++11 override marker to overridden methodsDavid Kalnischkies1-1/+1
2015-08-10bring back deb822 sources.list entries as .sourcesDavid Kalnischkies1-0/+8
2015-08-10fix memory leaks reported by -fsanitizeDavid Kalnischkies1-1/+1
2015-08-10make all d-pointer * const pointersDavid Kalnischkies1-4/+4
2015-06-16add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies1-2/+0
2015-05-11implement a more c++-style TFRewrite alternativeDavid Kalnischkies1-12/+35
2014-11-08restore ABI of pkgTagSectionDavid Kalnischkies1-13/+11
2014-11-08explicit overload methods instead of adding parametersDavid Kalnischkies1-0/+6
2014-11-08guard const-ification API changesDavid Kalnischkies1-0/+4
2014-10-13do not inline virtual destructors with d-pointersDavid Kalnischkies1-1/+1
2014-09-27fix: Member variable 'X' is not initialized in the constructor.David Kalnischkies1-1/+1
2014-09-27fix occurrence typo in tagfile commentDavid Kalnischkies1-1/+1
2014-05-22Add APT::Acquire::$(host)::By-Hash=1 knob, add Acquire-By-Hash to Release fileMichael Vogt1-1/+2
2014-05-10improve pkgTagSection scanning and parsingDavid Kalnischkies1-21/+42
2014-04-22add support for apt-get build-dep foo.dscMichael Vogt1-0/+2
2014-03-21mark optional (private) symbols as hiddenDavid Kalnischkies1-3/+5
2014-03-13warning: type qualifiers ignored on function return type [-Wignored-qualifiers]David Kalnischkies1-1/+1
2013-08-22Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sidMichael Vogt1-1/+1
2013-08-15ensure that pkgTagFile isn't writing past Buffer lengthDavid Kalnischkies1-0/+1
2013-08-08fix -Wall errorsMichael Vogt1-1/+1
2013-08-06memset() pkgTagSections data to make coverity happyMichael Vogt1-1/+1
2013-08-05fix some unitialized data membersMichael Vogt1-1/+1
2013-03-18fix pkgTagSection::Exists() and add testMichael Vogt1-2/+2
2011-12-13revert 2184.1.3: forward declaration instead of headersDavid Kalnischkies1-0/+4
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies1-2/+4
2011-09-19do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies1-1/+1
2011-09-13merge with debian/experimentalDavid Kalnischkies1-1/+1
2011-09-13Support large files in the complete toolset. Indexes of thisDavid Kalnischkies1-2/+2
2011-08-15merged from the debian-sid branchMichael Vogt1-1/+1
2011-08-11fix some cppcheck: (warning) Member variable is not initialized in the constr...David Kalnischkies1-1/+1
2011-06-08* [ABI-Break] Implement EDSP in libapt-pkg so that all front-ends whichMichael Vogt1-13/+8
2011-01-28apt-pkg/tagfile.h: add dpointer placeholder, make destructor virtual; apt-pkg...Michael Vogt1-6/+4
2011-01-27apt-pkg/tagfile.{cc,h}: add comment, remove "inline" from pkgTagFile::Offset()Michael Vogt1-1/+3
2011-01-27apt-pkg/tagfile.{cc,h}: add dpointer to pkgTagFileMichael Vogt1-12/+7
2011-01-20 - try downloading clearsigned InRelease before trying Release.gpgDavid Kalnischkies1-0/+2
2010-06-03* apt-pkg/pkgcache.h:David Kalnischkies1-0/+1
2010-03-14* apt-pkg/depcache.cc:David Kalnischkies1-1/+14
2009-06-09[ABI break] support '#' in apt.conf and /etc/apt/preferencesMichael Vogt1-1/+4
2007-07-26* implement sha256/sha1/md5 checking with proper backward compatibilityMichael Vogt1-2/+2
2006-10-02* removed the pragma messMichael Vogt1-3/+0
2006-10-02* apt-pkg/tagfile.cc,h:Michael Vogt1-3/+4
2006-09-30* apt-pkg/tagfile.h:Michael Vogt1-1/+1
2006-09-15* apt-pkg/tagfile.cc, tagfile.h:Michael Vogt1-2/+0