Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-13 | warning: useless cast to type A [-Wuseless-cast] | David Kalnischkies | |
Git-Dch: Ignore Reported-By: gcc -Wuseless-cast | |||
2014-03-13 | warning: cast from type A to type B casts away qualifiers [-Wcast-qual] | David Kalnischkies | |
Git-Dch: Ignore Reported-By: gcc -Wcast-qual | |||
2012-01-02 | g++ 4.7 fixes | Michael Vogt | |
2012-01-02 | g++ 4.7 fixes | Michael Vogt | |
2011-12-17 | try to avoid direct usage of .Fd() if possible and do read()s and co | David Kalnischkies | |
on the FileFd instead | |||
2011-12-13 | revert 2184.1.2: do not pollute namespace in headers | David Kalnischkies | |
The breakage is just to big for now, so guard the change with #ifndef APT_8_CLEANER_HEADERS and be nice to library users | |||
2011-10-11 | * apt-pkg/pkgcachegen.cc: | David Kalnischkies | |
- refactor MergeList by creating -Group, -Package and -Version specialist | |||
2011-09-19 | do not pollute namespace in the headers with using (Closes: #500198) | David Kalnischkies | |
2011-09-13 | Support large files in the complete toolset. Indexes of this | David Kalnischkies | |
size are pretty unlikely for now, but we need it for deb packages which could become bigger than 4GB now (LP: #815895) | |||
2011-07-13 | enable Hashes::AddFD() to skip creation of certain hashes | David Kalnischkies | |
2011-07-13 | move implementation of checksums around by abstracting even more | David Kalnischkies | |
2011-02-25 | template based hashsum implementation | Michael Vogt | |