summaryrefslogtreecommitdiff
path: root/ftparchive
Commit message (Expand)AuthorAgeFilesLines
* Rename CMake find_package helpers to avoid developer warningsDavid Kalnischkies2020-11-051-3/+3
* Fix remaining usec vs sec time-delta calculation typosDavid Kalnischkies2020-02-061-23/+13
* Remove includes of (md5|sha1|sha2).h headersJulian Andres Klode2020-01-142-6/+0
* Convert users of {MD5,SHA1,SHA256,SHA512}Summation to use HashesJulian Andres Klode2020-01-142-7/+6
* Apply various suggestions by cppcheckDavid Kalnischkies2019-07-083-8/+5
* Adjust code for missing includes/using std::stringJulian Andres Klode2019-06-121-0/+1
* Merge libapt-inst into libapt-pkgJulian Andres Klode2019-05-061-1/+1
* Fix typos reported by codespell & spellintianDavid Kalnischkies2018-08-292-2/+2
* Use a steady clock source for progress reportingDavid Kalnischkies2018-05-281-32/+38
* Remove obsolete RCS keywordsGuillem Jover2018-05-0712-12/+0
* Fix various typos reported by spellcheckersDavid Kalnischkies2018-05-051-1/+1
* avoid some useless casts reported by -Wuseless-castDavid Kalnischkies2017-12-131-4/+1
* ftparchive: Do not pass through disabled hashes in SourcesJulian Andres Klode2017-09-091-0/+8
* ftparchive: sort discovered filenames before writing indexesDavid Kalnischkies2017-08-042-23/+39
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-1213-56/+53
* fix various typos reported by codespell & spellintianDavid Kalnischkies2017-07-081-1/+1
* Refactor to avoid loop/dangling gcc warningsDavid Kalnischkies2017-06-261-8/+4
* Refactor finding compressor by name to avoid code dupDavid Kalnischkies2017-06-261-46/+33
* apt-ftparchive: Support '.ddeb' dbgsym packagesUnit 1932017-04-241-1/+1
* fix various typos reported by spellintianDavid Kalnischkies2017-01-192-3/+3
* CMake: Document that the globs are expanded during CMakeJulian Andres Klode2017-01-171-1/+3
* apt-ftparchive: Support NotAutomatic and ButAutomaticUpgrades fieldsJames Clarke2016-11-111-11/+25
* CMake: Handle Berkeley DB on FreeBSDJulian Andres Klode2016-08-261-0/+1
* support compression and by-hash for .diff/Index filesDavid Kalnischkies2016-08-171-0/+1
* Get rid of the old buildsystemJulian Andres Klode2016-08-101-21/+0
* 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