summaryrefslogtreecommitdiff
path: root/ftparchive
AgeCommit message (Expand)Author
2014-04-01Merge branch 'debian/sid' into ubuntu/masterMichael Vogt
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies
2014-03-13warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies
2014-03-13warning: extra ‘;’ [-Wpedantic]David Kalnischkies
2014-03-13fix -Wmissing-field-initializers warningsDavid Kalnischkies
2014-02-23Merge branch 'debian/sid' into ubuntu/masterMichael Vogt
2014-02-22Fix typos in documentation (codespell)Michael Vogt
2014-02-13Merge branch 'debian/sid' into ubuntu/masterMichael Vogt
2014-02-11use utimes instead of utimensat/futimensDavid Kalnischkies
2014-02-07Merge branch 'debian/sid' into ubuntu/masterMichael Vogt
2014-02-06multicompress with externals sets wrong file modesColin Watson
2014-01-28Merge branch 'debian/sid' into ubuntu/masterMichael Vogt
2014-01-16correct some style/performance/warnings from cppcheckDavid Kalnischkies
2014-01-16rework some code to fix some scan-build warningsDavid Kalnischkies
2013-10-22Merge branch 'debian/sid' into ubuntu/masterMichael Vogt
2013-08-23ftparchive/override.cc: fix "skip empty lines" code, the pointer needs to get...Michael Vogt
2013-08-08fix -Wall errorsMichael Vogt
2013-04-30merged from the debian-sid branchMichael Vogt
2013-04-08merged lp:~mvo/apt/add-missing-dsc-hashesMichael Vogt
2013-04-04merged lp:~mvo/apt/add-missing-dsc-hashes/Michael Vogt
2013-03-18 - add method to open (maybe) clearsigned files transparentlyDavid Kalnischkies
2013-01-31merge patch apt_0.9.7.7ubuntu2~md1.debdiff, thanks to Marc DeslauriersMichael Vogt
2012-08-28merged from the debian-sid branchMichael Vogt
2012-08-20* ftparchive/override.cc:Colin Watson
2012-07-04* ftparchive/writer.cc:David Kalnischkies
2012-06-09* ftparchive/apt-ftparchive.cc:David Kalnischkies
2012-05-21* ftparchive/writer.cc:David Kalnischkies
2012-05-05ensure that apti18n.h is included last as advertised (Closes: #671623)David Kalnischkies
2012-04-05db2 isn't used for ages now, so complain about missing libdb insteadDavid Kalnischkies
2012-03-22* debian/apt-utils.install:David Kalnischkies
2012-03-22the previously used VERSION didn't work everywhere so we are switchingDavid Kalnischkies
2012-03-04fix a bunch of cppcheck "(warning) Member variable '<#>' is notDavid Kalnischkies
2012-02-18* apt-pkg/acquire-item.cc:David Kalnischkies
2011-12-17try to avoid direct usage of .Fd() if possible and do read()s and coDavid Kalnischkies
2011-12-14remove the second usage instance of ExecCompressor in ftparchiveDavid Kalnischkies
2011-12-14use FileFd instead of forking the compression childs by handDavid Kalnischkies
2011-12-13Allow the FileFd to use an external Compressor to uncompress a given fileDavid Kalnischkies
2011-10-05merge with current debian apt/experimentalDavid Kalnischkies
2011-10-05* apt-pkg/contrib/configuration.cc:Michael Vogt
2011-09-22ftparchive/cachedb.cc: rewrite to fix the fixed length fieldMichael Vogt
2011-09-22* ftparchive/cachedb.cc:Michael Vogt
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies
2011-09-19do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies
2011-09-13merge with debian/experimentalDavid Kalnischkies
2011-09-13Support large files in the complete toolset. Indexes of thisDavid Kalnischkies
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies
2011-08-15merged from the debian-sid branchMichael Vogt
2011-08-11cppcheck complains about some possible speed improvements which could beDavid Kalnischkies
2011-07-13* ftparchive/writer.cc:David Kalnischkies