summaryrefslogtreecommitdiff
path: root/ftparchive/byhash.h
Commit message (Collapse)AuthorAgeFilesLines
* reenable gcc warnings for deprecated functionsDavid Kalnischkies2015-11-041-1/+3
| | | | | | | | In the meantime the strange warnings disappeared, so we can get back to showing them – and fix the one occurance which creeped in in the meantime. Git-Dch: Ignore
* Add support for writing by-hash dirs in apt-ftparchiveMichael Vogt2015-09-041-0/+23
This option is enabled via the APT::FTPArchive::DoByHash switch. It will also honor the option APT::FTPArchive::By-Hash-Keep that controls how many previous generation of by-hash files should be kept (defaults to 3). Merged from https://github.com/mvo5/apt/tree/feature/apt-ftparchive-by-hash