summaryrefslogtreecommitdiff
path: root/ftparchive
AgeCommit message (Expand)AuthorFilesLines
2015-01-10128 KiB DSC files ought to be enough for everyoneDavid Kalnischkies4-44/+41
2014-09-03Make Packages & Sources generation optional, during Generate callDimitri John Ledkov1-33/+66
2014-06-04Add compat mode for old (32bit FileSize) CacheDB (LP: #1274466)Michael Vogt2-11/+78
2014-05-27use free() instead of delete() when realloc is usedMichael Vogt5-8/+34
2014-05-08Merge remote-tracking branch 'mvo/feature/apt-ftparchive-srccache2' into debi...Michael Vogt1-14/+4
2014-05-08fix regression from commit 215b0fafMichael Vogt1-14/+4
2014-05-07Merge remote-tracking branch 'mvo/feature/apt-ftparchive-srccache2' into debi...Michael Vogt8-195/+408
2014-04-25reduce delta from ubuntuMichael Vogt1-2/+2
2014-04-07ensure "--db" also works with the new srcpkgdbMichael Vogt2-1/+9
2014-04-04refactor _InitQuery()Michael Vogt2-9/+22
2014-04-04ensure clean worksMichael Vogt2-10/+29
2014-04-04refactor to make OpenFile/OpenDebFile more robustMichael Vogt1-120/+110
2014-04-04add test for binary cachedb and contents generationMichael Vogt1-0/+1
2014-04-04Implement CacheDB for source packages in apt-ftparchiveMichael Vogt8-106/+288
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies10-24/+57
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies4-6/+6
2014-03-13warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies1-9/+9
2014-03-13warning: extra ‘;’ [-Wpedantic]David Kalnischkies1-4/+4
2014-03-13fix -Wmissing-field-initializers warningsDavid Kalnischkies1-1/+1
2014-02-22Fix typos in documentation (codespell)Michael Vogt1-1/+1
2014-02-11use utimes instead of utimensat/futimensDavid Kalnischkies1-1/+2
2014-02-06multicompress with externals sets wrong file modesColin Watson1-1/+1
2014-01-16correct some style/performance/warnings from cppcheckDavid Kalnischkies1-6/+4
2014-01-16rework some code to fix some scan-build warningsDavid Kalnischkies2-31/+27
2013-08-23ftparchive/override.cc: fix "skip empty lines" code, the pointer needs to get...Michael Vogt1-1/+1
2013-08-08fix -Wall errorsMichael Vogt1-1/+2
2013-04-08merged lp:~mvo/apt/add-missing-dsc-hashesMichael Vogt3-13/+47
2013-03-18 - add method to open (maybe) clearsigned files transparentlyDavid Kalnischkies1-59/+46
2013-01-31merge patch apt_0.9.7.7ubuntu2~md1.debdiff, thanks to Marc DeslauriersMichael Vogt3-13/+47
2012-07-04* ftparchive/writer.cc:David Kalnischkies1-1/+1
2012-06-09* ftparchive/apt-ftparchive.cc:David Kalnischkies1-1/+1
2012-05-21* ftparchive/writer.cc:David Kalnischkies1-0/+1
2012-05-05ensure that apti18n.h is included last as advertised (Closes: #671623)David Kalnischkies3-4/+8
2012-04-05db2 isn't used for ages now, so complain about missing libdb insteadDavid Kalnischkies1-1/+1
2012-03-22* debian/apt-utils.install:David Kalnischkies1-0/+1
2012-03-22the previously used VERSION didn't work everywhere so we are switchingDavid Kalnischkies1-1/+1
2012-03-04fix a bunch of cppcheck "(warning) Member variable '<#>' is notDavid Kalnischkies1-2/+3
2012-02-18* apt-pkg/acquire-item.cc:David Kalnischkies1-0/+1
2011-12-17try to avoid direct usage of .Fd() if possible and do read()s and coDavid Kalnischkies2-5/+5
2011-12-14remove the second usage instance of ExecCompressor in ftparchiveDavid Kalnischkies3-50/+18
2011-12-14use FileFd instead of forking the compression childs by handDavid Kalnischkies2-28/+3
2011-12-13Allow the FileFd to use an external Compressor to uncompress a given fileDavid Kalnischkies2-72/+4
2011-10-05merge with current debian apt/experimentalDavid Kalnischkies1-5/+9
2011-10-05* apt-pkg/contrib/configuration.cc:Michael Vogt1-5/+9
2011-09-22ftparchive/cachedb.cc: rewrite to fix the fixed length fieldMichael Vogt1-5/+9
2011-09-22* ftparchive/cachedb.cc:Michael Vogt1-1/+1
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies5-10/+12
2011-09-19do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies5-22/+22
2011-09-13merge with debian/experimentalDavid Kalnischkies4-17/+17
2011-09-13Support large files in the complete toolset. Indexes of thisDavid Kalnischkies9-36/+36