summaryrefslogtreecommitdiff
path: root/ftparchive/cachedb.cc
AgeCommit message (Expand)AuthorFilesLines
2012-05-05ensure that apti18n.h is included last as advertised (Closes: #671623)David Kalnischkies1-2/+3
2011-12-17try to avoid direct usage of .Fd() if possible and do read()s and coDavid Kalnischkies1-4/+4
2011-10-05merge with current debian apt/experimentalDavid Kalnischkies1-5/+9
2011-10-05* apt-pkg/contrib/configuration.cc:Michael Vogt1-5/+9
2011-09-22ftparchive/cachedb.cc: rewrite to fix the fixed length fieldMichael Vogt1-5/+9
2011-09-22* ftparchive/cachedb.cc:Michael Vogt1-1/+1
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies1-0/+1
2011-09-19do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies1-6/+6
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies1-2/+4
2011-02-25move sha512,256 into apt-pkg/sha2.{cc,h}, move gifford implementation to sha2...Michael Vogt1-2/+1
2011-02-22add sha512 support to apt-ftparchiveMichael Vogt1-2/+37
2009-12-01fix a few typos in strings, comments and manpage of apt-ftparchiveDavid Kalnischkies1-3/+3
2009-11-28tell every method in ftparchive/ that const& is sexyDavid Kalnischkies1-9/+9
2009-11-28add APT::FTPArchive::AlwaysStat to disable the too aggressiveDavid Kalnischkies1-5/+9
2009-10-14fix compiler warning: suggest parentheses around && within || in cachedbDavid Kalnischkies1-5/+5
2009-04-09* apt-pkg/contrib/strutl.cc:Michael Vogt1-0/+1
2007-06-08* remove all the remaining #pragma implementationMichael Vogt1-4/+0
2006-07-24* ftparchive/cachedb.cc:Michael Vogt1-7/+6
2006-04-26* give a useful error message for the database changeMichael Vogt1-0/+6
2006-03-08* added ajs patchMichael Vogt1-38/+212
2004-09-20* Build apt-ftparchive with libdb4.2 rather than libdb2Arch Librarian1-13/+22
2004-09-20Lots and lots of i18n updates.Arch Librarian1-7/+8
2004-09-20Missed one st_mtime.Arch Librarian1-2/+2
2004-09-20s/st_mtime/mtime/ on our local stat structure in apt-ft...Arch Librarian1-5/+5
2004-09-20G++3 fixes from RandolphArch Librarian1-2/+2
2004-09-20Join with aliencodeArch Librarian1-0/+284