summaryrefslogtreecommitdiff
path: root/ftparchive/writer.cc
Commit message (Expand)AuthorAgeFilesLines
* apt-ftparchive: Do not output locale dependent dsc file sizeDavid Kalnischkies2025-02-211-1/+1
* Run unifdef -DAPT_PKG_ABI=700 againJulian Andres Klode2025-02-151-4/+0
* string{=> _view} flNotDir(string{=> _view}). Configuration::{Cnd,}Set(Value: ...наб2025-02-141-3/+3
* ftparchive: writer: Remove line length limit on file listsJulian Andres Klode2024-11-201-20/+13
* Merge branch 'noref' into 'main'Julian Andres Klode2024-11-141-1/+1
|\
| * std::string_view const & -> std::string_viewнаб2024-11-141-1/+1
* | pkgTagSection::Tag constructors: std::string const& -> std::string_view (alwa...наб2024-11-141-0/+4
|/
* ftparchive/: prepare for APT::StringView -> std::string_viewнаб2024-11-141-75/+79
* Modernize standard library includesJulian Andres Klode2024-02-201-3/+3
* Parse Checksum fields via pkgTagSection::Key, tooDavid Kalnischkies2022-04-011-5/+5
* Use pkgTagSection::Key in more places in src:aptDavid Kalnischkies2022-04-011-45/+39
* Drop support for long obsoleted Suggests alias: OptionalDavid Kalnischkies2022-04-011-14/+0
* Remove includes of (md5|sha1|sha2).h headersJulian Andres Klode2020-01-141-3/+0
* Convert users of {MD5,SHA1,SHA256,SHA512}Summation to use HashesJulian Andres Klode2020-01-141-2/+2
* Apply various suggestions by cppcheckDavid Kalnischkies2019-07-081-3/+2
* Fix typos reported by codespell & spellintianDavid Kalnischkies2018-08-291-1/+1
* Remove obsolete RCS keywordsGuillem Jover2018-05-071-1/+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-041-22/+35
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-11/+11
* fix various typos reported by codespell & spellintianDavid Kalnischkies2017-07-081-1/+1
* apt-ftparchive: Support '.ddeb' dbgsym packagesUnit 1932017-04-241-1/+1
* fix various typos reported by spellintianDavid Kalnischkies2017-01-191-2/+2
* apt-ftparchive: Support NotAutomatic and ButAutomaticUpgrades fieldsJames Clarke2016-11-111-11/+25
* support compression and by-hash for .diff/Index filesDavid Kalnischkies2016-08-171-0/+1
* 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
* 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
* wrap every unlink call to check for != /dev/nullDavid Kalnischkies2015-11-041-3/+1
* support arch:all data e.g. in separate Packages fileDavid Kalnischkies2015-11-041-30/+33
* use APT::FTPArchive hash settings as default for APT::FPArchive::$filetypeDavid Kalnischkies2015-09-141-1/+1
* 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-041-1/+66
* C++11: Switch from auto_ptr to unique_ptrJulian Andres Klode2015-08-131-10/+10
* fix memory leaks reported by -fsanitizeDavid Kalnischkies2015-08-101-11/+20
* rewrite all TFRewrite instances to use the new pkgTagSection::WriteDavid Kalnischkies2015-05-111-109/+95
* fix 'Source' to 'Package' rename in apt-ftparchiveDavid Kalnischkies2015-05-111-1/+2
* calculate only expected hashes in methodsDavid Kalnischkies2015-04-191-2/+2
* reimplement the last uses of sprintfDavid Kalnischkies2015-04-101-4/+4
* merge debian/sid into debian/experimentalDavid Kalnischkies2015-03-161-10/+2
|\
| * 128 KiB DSC files ought to be enough for everyoneDavid Kalnischkies2015-01-101-10/+2
* | promote filesize to a hashstringDavid Kalnischkies2014-10-241-1/+3
* | deal with hashes in ftparchive more dynamic as wellDavid Kalnischkies2014-05-091-132/+118