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