summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/hashsum_template.h
Commit message (Collapse)AuthorAgeFilesLines
* g++ 4.7 fixesMichael Vogt2012-01-021-0/+2
|\
| * g++ 4.7 fixesMichael Vogt2012-01-021-0/+2
| |
* | try to avoid direct usage of .Fd() if possible and do read()s and coDavid Kalnischkies2011-12-171-0/+3
| | | | | | | | on the FileFd instead
* | revert 2184.1.2: do not pollute namespace in headersDavid Kalnischkies2011-12-131-0/+5
|/ | | | | The breakage is just to big for now, so guard the change with #ifndef APT_8_CLEANER_HEADERS and be nice to library users
* * apt-pkg/pkgcachegen.cc:David Kalnischkies2011-10-111-1/+5
| | | - refactor MergeList by creating -Group, -Package and -Version specialist
* do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies2011-09-191-8/+5
|
* Support large files in the complete toolset. Indexes of thisDavid Kalnischkies2011-09-131-3/+3
| | | | size are pretty unlikely for now, but we need it for deb packages which could become bigger than 4GB now (LP: #815895)
* enable Hashes::AddFD() to skip creation of certain hashesDavid Kalnischkies2011-07-131-1/+1
|
* move implementation of checksums around by abstracting even moreDavid Kalnischkies2011-07-131-0/+20
|
* template based hashsum implementationMichael Vogt2011-02-251-0/+87