summaryrefslogtreecommitdiff
path: root/ftparchive
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* * ftparchive/writer.cc:David Kalnischkies2012-05-211-0/+1
* ensure that apti18n.h is included last as advertised (Closes: #671623)David Kalnischkies2012-05-053-4/+8
* db2 isn't used for ages now, so complain about missing libdb insteadDavid Kalnischkies2012-04-051-1/+1
* * debian/apt-utils.install:David Kalnischkies2012-03-221-0/+1
* the previously used VERSION didn't work everywhere so we are switchingDavid Kalnischkies2012-03-221-1/+1
* fix a bunch of cppcheck "(warning) Member variable '<#>' is notDavid Kalnischkies2012-03-041-2/+3
* * 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-172-5/+5
* remove the second usage instance of ExecCompressor in ftparchiveDavid Kalnischkies2011-12-143-50/+18
* use FileFd instead of forking the compression childs by handDavid Kalnischkies2011-12-142-28/+3
* Allow the FileFd to use an external Compressor to uncompress a given fileDavid Kalnischkies2011-12-132-72/+4