summaryrefslogtreecommitdiff
path: root/ftparchive
Commit message (Expand)AuthorAgeFilesLines
* Replace UINT_MAX with std::numeric_limits<unsigned int>::max()Julian Andres Klode2015-08-141-2/+3
* C++11: Switch from auto_ptr to unique_ptrJulian Andres Klode2015-08-131-10/+10
* add c++11 override marker to overridden methodsDavid Kalnischkies2015-08-102-5/+5
* fix memory leaks reported by -fsanitizeDavid Kalnischkies2015-08-104-54/+61
* rewrite all TFRewrite instances to use the new pkgTagSection::WriteDavid Kalnischkies2015-05-117-192/+170
* fix 'Source' to 'Package' rename in apt-ftparchiveDavid Kalnischkies2015-05-111-1/+2
* calculate only expected hashes in methodsDavid Kalnischkies2015-04-192-4/+4
* reimplement the last uses of sprintfDavid Kalnischkies2015-04-101-4/+4
* stop displaying time of build in online helpJérémy Bobbio2015-03-161-2/+1
* merge debian/sid into debian/experimentalDavid Kalnischkies2015-03-164-44/+41
|\
| * 128 KiB DSC files ought to be enough for everyoneDavid Kalnischkies2015-01-104-44/+41
* | 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-092-17/+6
* | promote filesize to a hashstringDavid Kalnischkies2014-10-242-1/+7
* | fix: warning: extra ‘;’ [-Wpedantic]David Kalnischkies2014-09-273-10/+10
* | fix: Member variable 'X' is not initialized in the constructor.David Kalnischkies2014-09-271-1/+1
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-09-051-33/+66
|\|
| * Make Packages & Sources generation optional, during Generate callDimitri John Ledkov2014-09-031-33/+66
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-06-185-19/+112
|\|
| * Add compat mode for old (32bit FileSize) CacheDB (LP: #1274466)Michael Vogt2014-06-042-11/+78
| * use free() instead of delete() when realloc is usedMichael Vogt2014-05-275-8/+34
* | deal with hashes in ftparchive more dynamic as wellDavid Kalnischkies2014-05-094-294/+195
* | use a std::vector instead of hardcoded arrayDavid Kalnischkies2014-05-081-41/+39
|/
* Merge remote-tracking branch 'mvo/feature/apt-ftparchive-srccache2' into debi...Michael Vogt2014-05-081-14/+4
|\
| * fix regression from commit 215b0fafMichael Vogt2014-05-081-14/+4
* | Merge remote-tracking branch 'mvo/feature/apt-ftparchive-srccache2' into debi...Michael Vogt2014-05-078-195/+408
|\|
| * ensure "--db" also works with the new srcpkgdbMichael Vogt2014-04-072-1/+9
| * refactor _InitQuery()Michael Vogt2014-04-042-9/+22
| * ensure clean worksMichael Vogt2014-04-042-10/+29
| * refactor to make OpenFile/OpenDebFile more robustMichael Vogt2014-04-041-120/+110
| * add test for binary cachedb and contents generationMichael Vogt2014-04-041-0/+1
| * Implement CacheDB for source packages in apt-ftparchiveMichael Vogt2014-04-048-106/+288
* | reduce delta from ubuntuMichael Vogt2014-04-251-2/+2
|/
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-1310-24/+57
* warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-134-6/+6
* warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies2014-03-131-9/+9
* warning: extra ‘;’ [-Wpedantic]David Kalnischkies2014-03-131-4/+4
* fix -Wmissing-field-initializers warningsDavid Kalnischkies2014-03-131-1/+1
* Fix typos in documentation (codespell)Michael Vogt2014-02-221-1/+1
* use utimes instead of utimensat/futimensDavid Kalnischkies2014-02-111-1/+2
* multicompress with externals sets wrong file modesColin Watson2014-02-061-1/+1
* correct some style/performance/warnings from cppcheckDavid Kalnischkies2014-01-161-6/+4
* rework some code to fix some scan-build warningsDavid Kalnischkies2014-01-162-31/+27
* ftparchive/override.cc: fix "skip empty lines" code, the pointer needs to get...Michael Vogt2013-08-231-1/+1
* fix -Wall errorsMichael Vogt2013-08-081-1/+2
* merged lp:~mvo/apt/add-missing-dsc-hashesMichael Vogt2013-04-083-13/+47
|\
| * merge patch apt_0.9.7.7ubuntu2~md1.debdiff, thanks to Marc DeslauriersMichael Vogt2013-01-313-13/+47
* | - add method to open (maybe) clearsigned files transparentlyDavid Kalnischkies2013-03-181-59/+46
|/
* * ftparchive/writer.cc:David Kalnischkies2012-07-041-1/+1
* * ftparchive/apt-ftparchive.cc:David Kalnischkies2012-06-091-1/+1