summaryrefslogtreecommitdiff
path: root/ftparchive/writer.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | use a std::vector instead of hardcoded arrayDavid Kalnischkies2014-05-081-41/+39
|/
* Implement CacheDB for source packages in apt-ftparchiveMichael Vogt2014-04-041-53/+54
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-8/+17
* warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-131-3/+3
* fix -Wall errorsMichael Vogt2013-08-081-1/+2
* merged lp:~mvo/apt/add-missing-dsc-hashesMichael Vogt2013-04-081-10/+41
|\
| * merge patch apt_0.9.7.7ubuntu2~md1.debdiff, thanks to Marc DeslauriersMichael Vogt2013-01-311-10/+41
* | - add method to open (maybe) clearsigned files transparentlyDavid Kalnischkies2013-03-181-59/+46
|/
* * ftparchive/writer.cc:David Kalnischkies2012-07-041-1/+1
* * ftparchive/writer.cc:David Kalnischkies2012-05-211-0/+1
* * apt-pkg/acquire-item.cc:David Kalnischkies2012-02-181-0/+1
* try to avoid direct usage of .Fd() if possible and do read()s and coDavid Kalnischkies2011-12-171-1/+1
* remove the second usage instance of ExecCompressor in ftparchiveDavid Kalnischkies2011-12-141-15/+8
* merge with debian/experimentalDavid Kalnischkies2011-09-131-2/+2
|\
| * merged from the debian-sid branchMichael Vogt2011-08-151-2/+2
| |\
| | * cppcheck complains about some possible speed improvements which could beDavid Kalnischkies2011-08-111-2/+2