summaryrefslogtreecommitdiff
path: root/ftparchive
Commit message (Expand)AuthorAgeFilesLines
* include all compressed Packages/Sources files in Release fileDavid Kalnischkies2016-01-081-8/+2
* drop some needlessly public declarations in libapt-privateDavid Kalnischkies2015-11-291-2/+2
* use function pointers instead of weak symbols for cmdline parsingDavid Kalnischkies2015-11-291-1/+1
* apply various suggestions made by cppcheckDavid Kalnischkies2015-11-053-6/+6
* wrap every unlink call to check for != /dev/nullDavid Kalnischkies2015-11-043-9/+4
* support arch:all data e.g. in separate Packages fileDavid Kalnischkies2015-11-043-49/+67
* reenable gcc warnings for deprecated functionsDavid Kalnischkies2015-11-042-3/+4
* revamp all tools help messagesDavid Kalnischkies2015-11-041-7/+7
* deal with --version more centrallyDavid Kalnischkies2015-11-041-6/+1
* move apts cmdline helper type into -privateDavid Kalnischkies2015-11-041-3/+2
* generate commands array after config is loadedDavid Kalnischkies2015-11-041-8/+10
* deduplicate main methodsDavid Kalnischkies2015-11-041-31/+5
* split up help messages for simpler reuseDavid Kalnischkies2015-11-041-15/+17
* add --sha512 option + documentation for apt-ftparchiveDavid Kalnischkies2015-09-141-0/+1
* use APT::FTPArchive hash settings as default for APT::FPArchive::$filetypeDavid Kalnischkies2015-09-141-1/+1
* do not generate bogus hashes if hash is disabled in apt-ftparchiveDavid Kalnischkies2015-09-141-4/+9
* Set APT::FTPArchive::DoByHash to false by defaultMichael Vogt2015-09-071-3/+3
* Ensure that no by-hash file for "Release/InRelease is written"Michael Vogt2015-09-071-1/+3
* Add support for writing by-hash dirs in apt-ftparchiveMichael Vogt2015-09-044-2/+153
* Replace UINT_MAX with std::numeric_limits<unsigned int>::max()Julian Andres Klode2015-08-141-2/+3
* C++11: Switch from auto_ptr to unique_ptrJulian Andres Klode2015-08-131-10/+10
* add c++11 override marker to overridden methodsDavid Kalnischkies2015-08-102-5/+5
* fix memory leaks reported by -fsanitizeDavid Kalnischkies2015-08-104-54/+61
* rewrite all TFRewrite instances to use the new pkgTagSection::WriteDavid Kalnischkies2015-05-117-192/+170
* fix 'Source' to 'Package' rename in apt-ftparchiveDavid Kalnischkies2015-05-111-1/+2
* calculate only expected hashes in methodsDavid Kalnischkies2015-04-192-4/+4
* reimplement the last uses of sprintfDavid Kalnischkies2015-04-101-4/+4
* stop displaying time of build in online helpJérémy Bobbio2015-03-161-2/+1
* merge debian/sid into debian/experimentalDavid Kalnischkies2015-03-164-44/+41
|\
| * 128 KiB DSC files ought to be enough for everyoneDavid Kalnischkies2015-01-104-44/+41
* | use the same code to detect quiet setting in all toolsDavid Kalnischkies2014-11-091-14/+5
* | streamline display of --help in all toolsDavid Kalnischkies2014-11-092-17/+6
* | promote filesize to a hashstringDavid Kalnischkies2014-10-242-1/+7
* | fix: warning: extra ‘;’ [-Wpedantic]David Kalnischkies2014-09-273-10/+10
* | fix: Member variable 'X' is not initialized in the constructor.David Kalnischkies2014-09-271-1/+1
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-09-051-33/+66
|\|
| * Make Packages & Sources generation optional, during Generate callDimitri John Ledkov2014-09-031-33/+66
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-06-185-19/+112
|\|
| * Add compat mode for old (32bit FileSize) CacheDB (LP: #1274466)Michael Vogt2014-06-042-11/+78
| * use free() instead of delete() when realloc is usedMichael Vogt2014-05-275-8/+34
* | deal with hashes in ftparchive more dynamic as wellDavid Kalnischkies2014-05-094-294/+195
* | use a std::vector instead of hardcoded arrayDavid Kalnischkies2014-05-081-41/+39
|/
* Merge remote-tracking branch 'mvo/feature/apt-ftparchive-srccache2' into debi...Michael Vogt2014-05-081-14/+4
|\
| * fix regression from commit 215b0fafMichael Vogt2014-05-081-14/+4
* | Merge remote-tracking branch 'mvo/feature/apt-ftparchive-srccache2' into debi...Michael Vogt2014-05-078-195/+408
|\|
| * ensure "--db" also works with the new srcpkgdbMichael Vogt2014-04-072-1/+9
| * refactor _InitQuery()Michael Vogt2014-04-042-9/+22
| * ensure clean worksMichael Vogt2014-04-042-10/+29
| * 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