summaryrefslogtreecommitdiff
path: root/ftparchive
Commit message (Expand)AuthorAgeFilesLines
* CMake: Add basic CMake build systemJulian Andres Klode2016-08-061-0/+10
* use +0000 instead of UTC by default as timezone in outputDavid Kalnischkies2016-07-021-4/+8
* Revert "travis: use gcc-5 instead of gcc(-4.8)"David Kalnischkies2016-06-291-15/+12
* Check for cached hash entries to determine which (if any) hash typesDominic Benson2016-06-201-1/+18
* look into the right textdomain for apt-utils againDavid Kalnischkies2016-05-281-2/+0
* avoid changing the global LC_TIME for Release writingDavid Kalnischkies2016-05-281-17/+12
* prevent C++ locale number formatting in text APIsDavid Kalnischkies2016-05-271-3/+3
* ftparchive: Support writing Signed-By fieldsJulian Andres Klode2016-05-011-0/+1
* add dep11 files to default Release patternsDavid Kalnischkies2016-04-251-0/+4
* 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