summaryrefslogtreecommitdiff
path: root/ftparchive
AgeCommit message (Expand)AuthorFilesLines
2015-11-29drop some needlessly public declarations in libapt-privateDavid Kalnischkies1-2/+2
2015-11-29use function pointers instead of weak symbols for cmdline parsingDavid Kalnischkies1-1/+1
2015-11-05apply various suggestions made by cppcheckDavid Kalnischkies3-6/+6
2015-11-04wrap every unlink call to check for != /dev/nullDavid Kalnischkies3-9/+4
2015-11-04support arch:all data e.g. in separate Packages fileDavid Kalnischkies3-49/+67
2015-11-04reenable gcc warnings for deprecated functionsDavid Kalnischkies2-3/+4
2015-11-04revamp all tools help messagesDavid Kalnischkies1-7/+7
2015-11-04deal with --version more centrallyDavid Kalnischkies1-6/+1
2015-11-04move apts cmdline helper type into -privateDavid Kalnischkies1-3/+2
2015-11-04generate commands array after config is loadedDavid Kalnischkies1-8/+10
2015-11-04deduplicate main methodsDavid Kalnischkies1-31/+5
2015-11-04split up help messages for simpler reuseDavid Kalnischkies1-15/+17
2015-09-14add --sha512 option + documentation for apt-ftparchiveDavid Kalnischkies1-0/+1
2015-09-14use APT::FTPArchive hash settings as default for APT::FPArchive::$filetypeDavid Kalnischkies1-1/+1
2015-09-14do not generate bogus hashes if hash is disabled in apt-ftparchiveDavid Kalnischkies1-4/+9
2015-09-07Set APT::FTPArchive::DoByHash to false by defaultMichael Vogt1-3/+3
2015-09-07Ensure that no by-hash file for "Release/InRelease is written"Michael Vogt1-1/+3
2015-09-04Add support for writing by-hash dirs in apt-ftparchiveMichael Vogt4-2/+153
2015-08-14Replace UINT_MAX with std::numeric_limits<unsigned int>::max()Julian Andres Klode1-2/+3
2015-08-13C++11: Switch from auto_ptr to unique_ptrJulian Andres Klode1-10/+10
2015-08-10add c++11 override marker to overridden methodsDavid Kalnischkies2-5/+5
2015-08-10fix memory leaks reported by -fsanitizeDavid Kalnischkies4-54/+61
2015-05-11rewrite all TFRewrite instances to use the new pkgTagSection::WriteDavid Kalnischkies7-192/+170
2015-05-11fix 'Source' to 'Package' rename in apt-ftparchiveDavid Kalnischkies1-1/+2
2015-04-19calculate only expected hashes in methodsDavid Kalnischkies2-4/+4
2015-04-10reimplement the last uses of sprintfDavid Kalnischkies1-4/+4
2015-03-16stop displaying time of build in online helpJérémy Bobbio1-2/+1
2015-03-16merge debian/sid into debian/experimentalDavid Kalnischkies4-44/+41
2015-01-10128 KiB DSC files ought to be enough for everyoneDavid Kalnischkies4-44/+41
2014-11-09use the same code to detect quiet setting in all toolsDavid Kalnischkies1-14/+5
2014-11-09streamline display of --help in all toolsDavid Kalnischkies2-17/+6
2014-10-24promote filesize to a hashstringDavid Kalnischkies2-1/+7
2014-09-27fix: warning: extra ‘;’ [-Wpedantic]David Kalnischkies3-10/+10
2014-09-27fix: Member variable 'X' is not initialized in the constructor.David Kalnischkies1-1/+1
2014-09-05Merge branch 'debian/sid' into debian/experimentalMichael Vogt1-33/+66
2014-09-03Make Packages & Sources generation optional, during Generate callDimitri John Ledkov1-33/+66
2014-06-18Merge branch 'debian/sid' into debian/experimentalMichael Vogt5-19/+112
2014-06-04Add compat mode for old (32bit FileSize) CacheDB (LP: #1274466)Michael Vogt2-11/+78
2014-05-27use free() instead of delete() when realloc is usedMichael Vogt5-8/+34
2014-05-09deal with hashes in ftparchive more dynamic as wellDavid Kalnischkies4-294/+195
2014-05-08use a std::vector instead of hardcoded arrayDavid Kalnischkies1-41/+39
2014-05-08Merge remote-tracking branch 'mvo/feature/apt-ftparchive-srccache2' into debi...Michael Vogt1-14/+4
2014-05-08fix regression from commit 215b0fafMichael Vogt1-14/+4
2014-05-07Merge remote-tracking branch 'mvo/feature/apt-ftparchive-srccache2' into debi...Michael Vogt8-195/+408
2014-04-25reduce delta from ubuntuMichael Vogt1-2/+2
2014-04-07ensure "--db" also works with the new srcpkgdbMichael Vogt2-1/+9
2014-04-04refactor _InitQuery()Michael Vogt2-9/+22
2014-04-04ensure clean worksMichael Vogt2-10/+29
2014-04-04refactor to make OpenFile/OpenDebFile more robustMichael Vogt1-120/+110
2014-04-04add test for binary cachedb and contents generationMichael Vogt1-0/+1