Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | g++ 4.7 fixes | Michael Vogt | 2012-01-02 | 1 | -0/+2 |
|\ | |||||
| * | g++ 4.7 fixes | Michael Vogt | 2012-01-02 | 1 | -0/+2 |
| | | |||||
* | | try to avoid direct usage of .Fd() if possible and do read()s and co | David Kalnischkies | 2011-12-17 | 1 | -0/+3 |
| | | | | | | | | on the FileFd instead | ||||
* | | revert 2184.1.2: do not pollute namespace in headers | David Kalnischkies | 2011-12-13 | 1 | -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 Kalnischkies | 2011-10-11 | 1 | -1/+5 |
| | | | - refactor MergeList by creating -Group, -Package and -Version specialist | ||||
* | do not pollute namespace in the headers with using (Closes: #500198) | David Kalnischkies | 2011-09-19 | 1 | -8/+5 |
| | |||||
* | Support large files in the complete toolset. Indexes of this | David Kalnischkies | 2011-09-13 | 1 | -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 hashes | David Kalnischkies | 2011-07-13 | 1 | -1/+1 |
| | |||||
* | move implementation of checksums around by abstracting even more | David Kalnischkies | 2011-07-13 | 1 | -0/+20 |
| | |||||
* | template based hashsum implementation | Michael Vogt | 2011-02-25 | 1 | -0/+87 |