summaryrefslogtreecommitdiff
path: root/ftparchive/cachedb.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove includes of (md5|sha1|sha2).h headersJulian Andres Klode2020-01-141-3/+0
* Fix typos reported by codespell & spellintianDavid Kalnischkies2018-08-291-1/+1
* Remove obsolete RCS keywordsGuillem Jover2018-05-071-1/+0
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-7/+7
* Check for cached hash entries to determine which (if any) hash typesDominic Benson2016-06-201-1/+18
* do not generate bogus hashes if hash is disabled in apt-ftparchiveDavid Kalnischkies2015-09-141-4/+9
* fix memory leaks reported by -fsanitizeDavid Kalnischkies2015-08-101-0/+1
* calculate only expected hashes in methodsDavid Kalnischkies2015-04-191-2/+2
* merge debian/sid into debian/experimentalDavid Kalnischkies2015-03-161-3/+3
|\
| * 128 KiB DSC files ought to be enough for everyoneDavid Kalnischkies2015-01-101-3/+3
* | promote filesize to a hashstringDavid Kalnischkies2014-10-241-0/+4
* | fix: warning: extra ‘;’ [-Wpedantic]David Kalnischkies2014-09-271-3/+3
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-06-181-10/+72
|\|
| * Add compat mode for old (32bit FileSize) CacheDB (LP: #1274466)Michael Vogt2014-06-041-10/+59
| * use free() instead of delete() when realloc is usedMichael Vogt2014-05-271-0/+13
* | deal with hashes in ftparchive more dynamic as wellDavid Kalnischkies2014-05-091-133/+61
|/
* fix regression from commit 215b0fafMichael Vogt2014-05-081-14/+4
* ensure "--db" also works with the new srcpkgdbMichael Vogt2014-04-071-1/+1
* refactor _InitQuery()Michael Vogt2014-04-041-8/+8
* ensure clean worksMichael Vogt2014-04-041-5/+14
* refactor to make OpenFile/OpenDebFile more robustMichael Vogt2014-04-041-120/+110
* add test for binary cachedb and contents generationMichael Vogt2014-04-041-0/+1
* Implement CacheDB for source packages in apt-ftparchiveMichael Vogt2014-04-041-45/+101
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-0/+4
* ensure that apti18n.h is included last as advertised (Closes: #671623)David Kalnischkies2012-05-051-2/+3
* try to avoid direct usage of .Fd() if possible and do read()s and coDavid Kalnischkies2011-12-171-4/+4
* merge with current debian apt/experimentalDavid Kalnischkies2011-10-051-5/+9
|\
| * * apt-pkg/contrib/configuration.cc:Michael Vogt2011-10-051-5/+9
| |\
| | * ftparchive/cachedb.cc: rewrite to fix the fixed length fieldMichael Vogt2011-09-221-5/+9
| | * * ftparchive/cachedb.cc:Michael Vogt2011-09-221-1/+1
* | | use forward declaration in headers if possible instead of includesDavid Kalnischkies2011-09-191-0/+1
* | | do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies2011-09-191-6/+6
|/ /
* / reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-131-2/+4
|/
* move sha512,256 into apt-pkg/sha2.{cc,h}, move gifford implementation to sha2...Michael Vogt2011-02-251-2/+1
* add sha512 support to apt-ftparchiveMichael Vogt2011-02-221-2/+37
* fix a few typos in strings, comments and manpage of apt-ftparchiveDavid Kalnischkies2009-12-011-3/+3
* tell every method in ftparchive/ that const& is sexyDavid Kalnischkies2009-11-281-9/+9
* add APT::FTPArchive::AlwaysStat to disable the too aggressiveDavid Kalnischkies2009-11-281-5/+9
* fix compiler warning: suggest parentheses around && within || in cachedbDavid Kalnischkies2009-10-141-5/+5
* * apt-pkg/contrib/strutl.cc:Michael Vogt2009-04-091-0/+1
* * remove all the remaining #pragma implementationMichael Vogt2007-06-081-4/+0
* * ftparchive/cachedb.cc:Michael Vogt2006-07-241-7/+6
* * give a useful error message for the database changeMichael Vogt2006-04-261-0/+6
* * added ajs patchMichael Vogt2006-03-081-38/+212
* * Build apt-ftparchive with libdb4.2 rather than libdb2Arch Librarian2004-09-201-13/+22
* Lots and lots of i18n updates.Arch Librarian2004-09-201-7/+8
* Missed one st_mtime.Arch Librarian2004-09-201-2/+2
* s/st_mtime/mtime/ on our local stat structure in apt-ft...Arch Librarian2004-09-201-5/+5
* G++3 fixes from RandolphArch Librarian2004-09-201-2/+2
* Join with aliencodeArch Librarian2004-09-201-0/+284