summaryrefslogtreecommitdiff
path: root/ftparchive/apt-ftparchive.cc
Commit message (Expand)AuthorAgeFilesLines
* Use a steady clock source for progress reportingDavid Kalnischkies2018-05-281-32/+38
* Remove obsolete RCS keywordsGuillem Jover2018-05-071-1/+0
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-12/+12
* Refactor to avoid loop/dangling gcc warningsDavid Kalnischkies2017-06-261-8/+4
* look into the right textdomain for apt-utils againDavid Kalnischkies2016-05-281-2/+0
* 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-051-4/+4
* support arch:all data e.g. in separate Packages fileDavid Kalnischkies2015-11-041-16/+28
* 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
* Replace UINT_MAX with std::numeric_limits<unsigned int>::max()Julian Andres Klode2015-08-141-2/+3
* fix memory leaks reported by -fsanitizeDavid Kalnischkies2015-08-101-34/+35
* rewrite all TFRewrite instances to use the new pkgTagSection::WriteDavid Kalnischkies2015-05-111-28/+23
* stop displaying time of build in online helpJérémy Bobbio2015-03-161-2/+1
* 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-091-15/+4
* Make Packages & Sources generation optional, during Generate callDimitri John Ledkov2014-09-031-33/+66
* ensure "--db" also works with the new srcpkgdbMichael Vogt2014-04-071-0/+8
* ensure clean worksMichael Vogt2014-04-041-5/+15
* Implement CacheDB for source packages in apt-ftparchiveMichael Vogt2014-04-041-3/+27
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-4/+13
* warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-131-1/+1
* warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies2014-03-131-9/+9
* fix -Wmissing-field-initializers warningsDavid Kalnischkies2014-03-131-1/+1
* Fix typos in documentation (codespell)Michael Vogt2014-02-221-1/+1
* merge patch apt_0.9.7.7ubuntu2~md1.debdiff, thanks to Marc DeslauriersMichael Vogt2013-01-311-2/+3
* * ftparchive/apt-ftparchive.cc:David Kalnischkies2012-06-091-1/+1
* the previously used VERSION didn't work everywhere so we are switchingDavid Kalnischkies2012-03-221-1/+1
* merge with debian/experimentalDavid Kalnischkies2011-09-131-8/+8
|\
| * cppcheck complains about some possible speed improvements which could beDavid Kalnischkies2011-08-111-8/+8
* | Support large files in the complete toolset. Indexes of thisDavid Kalnischkies2011-09-131-5/+5
* | reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-131-5/+6
|/
* add options to disable specific checksums for IndexesDavid Kalnischkies2011-02-221-0/+2
* releasing version 0.8.10.2Michael Vogt2011-01-251-1/+1
* * ftparchive/apt-ftparchive.cc:David Kalnischkies2010-09-071-1/+6
* merged from lp:~donkult/apt/sidMichael Vogt2010-04-011-11/+52
|\
| * Switch the TranslationWriter to use MultiCompress to be able to generateDavid Kalnischkies2010-03-261-5/+8
| * Inclusion of Long Descriptions in the Packages files can be set nowDavid Kalnischkies2010-03-261-2/+9
| * * ftparchive/writer.cc:David Kalnischkies2010-03-221-8/+39
* | ftparchive/apt-ftparchive.cc: Include apt-pkg/init.h.Julian Andres Klode2010-03-261-0/+1
* | * ftparchive/apt-ftparchive.cc:Julian Andres Klode2010-03-261-1/+1
|/
* - add --arch option for apt-ftparchive packages and contents commandsDavid Kalnischkies2010-02-181-3/+4
* fix a few typos in strings, comments and manpage of apt-ftparchiveDavid Kalnischkies2009-12-011-2/+2
* * ftparchive/apt-ftparchive.cc:Julian Andres Klode2009-11-241-0/+1