summaryrefslogtreecommitdiff
path: root/debian/libapt-pkg4.12.symbols
AgeCommit message (Collapse)Author
2014-11-10use 'best' hash for source authenticationDavid Kalnischkies
Collect all hashes we can get from the source record and put them into a HashStringList so that 'apt-get source' can use it instead of using always the MD5sum. We therefore also deprecate the MD5 struct member in favor of the list. While at it, the parsing of the Files is enhanced so that records which miss "Files" (aka MD5 checksums) are still searched for other checksums as they include just as much data, just not with a nice and catchy name. This is a cherry-pick of 1262d35 with some dirty tricks to preserve ABI. LP: 1098738
2014-11-10add a simple container for HashStringsDavid Kalnischkies
APT supports more than just one HashString and even allows to enforce the usage of a specific hash. This class is intended to help with storage and passing around of the HashStrings. The cherry-pick here the un-const-ification of HashType() compared to f4c3850ea335545e297504941dc8c7a8f1c83358. The point of this commit is adding infrastructure for the next one. All by itself, it just adds new symbols. Git-Dch: Ignore
2014-05-30update symbols filesDavid Kalnischkies
Git-Dch: ignore
2014-03-23update symbols file to include new symbols from 0.9.16David Kalnischkies
2014-03-21mark optional (private) symbols as hiddenDavid Kalnischkies
This methods should not be used by anyone expect the library itself as they are helpers for the specific class and therefore perfect candidates for hidding. Git-Dch: Ignore
2014-03-13warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies
Git-Dch: Ignore Reported-By: gcc -Wmissing-declarations
2014-02-14update symbols file with hints from the buildlogsDavid Kalnischkies
2014-02-12remove duplication in pkgCdrom::Add and ::IdentDavid Kalnischkies
Git-Dch: Ignore
2014-02-10update libapt-pkg.symbols fileDavid Kalnischkies
2013-12-07update libapt-pkg4.12 symbols fileDavid Kalnischkies
also fixing the release script code to deal with 'set -e' mode while checking the symbols file.
2013-07-27update the symbol files to reflect current stateDavid Kalnischkies
2012-05-12* apt-pkg/pkgcachegen.cc:David Kalnischkies
- make IsDuplicatedDescription static so that it is really private as we don't need a symbol for it as it is not in a header
2012-04-11use a static FileFd::Write overload to reduce duplication of write()-retry codeDavid Kalnischkies
2012-03-20* debian/libapt-pkg4.12:David Kalnischkies
- update symbols file
2011-09-14update symbolsDavid Kalnischkies
2011-09-14update package names too for the new abiMichael Vogt