Age | Commit message (Expand) | Author |
2017-12-13 | avoid some useless casts reported by -Wuseless-cast | David Kalnischkies |
2017-09-09 | ftparchive: Do not pass through disabled hashes in Sources | Julian Andres Klode |
2017-08-04 | ftparchive: sort discovered filenames before writing indexes | David Kalnischkies |
2017-07-12 | Reformat and sort all includes with clang-format | Julian Andres Klode |
2017-07-08 | fix various typos reported by codespell & spellintian | David Kalnischkies |
2017-04-24 | apt-ftparchive: Support '.ddeb' dbgsym packages | Unit 193 |
2017-01-19 | fix various typos reported by spellintian | David Kalnischkies |
2016-11-11 | apt-ftparchive: Support NotAutomatic and ButAutomaticUpgrades fields | James Clarke |
2016-08-17 | support compression and by-hash for .diff/Index files | David Kalnischkies |
2016-07-02 | use +0000 instead of UTC by default as timezone in output | David Kalnischkies |
2016-06-29 | Revert "travis: use gcc-5 instead of gcc(-4.8)" | David Kalnischkies |
2016-05-28 | avoid changing the global LC_TIME for Release writing | David Kalnischkies |
2016-05-27 | prevent C++ locale number formatting in text APIs | David Kalnischkies |
2016-05-01 | ftparchive: Support writing Signed-By fields | Julian Andres Klode |
2016-04-25 | add dep11 files to default Release patterns | David Kalnischkies |
2016-01-08 | include all compressed Packages/Sources files in Release file | David Kalnischkies |
2015-11-04 | wrap every unlink call to check for != /dev/null | David Kalnischkies |
2015-11-04 | support arch:all data e.g. in separate Packages file | David Kalnischkies |
2015-09-14 | use APT::FTPArchive hash settings as default for APT::FPArchive::$filetype | David Kalnischkies |
2015-09-07 | Set APT::FTPArchive::DoByHash to false by default | Michael Vogt |
2015-09-07 | Ensure that no by-hash file for "Release/InRelease is written" | Michael Vogt |
2015-09-04 | Add support for writing by-hash dirs in apt-ftparchive | Michael Vogt |
2015-08-13 | C++11: Switch from auto_ptr to unique_ptr | Julian Andres Klode |
2015-08-10 | fix memory leaks reported by -fsanitize | David Kalnischkies |
2015-05-11 | rewrite all TFRewrite instances to use the new pkgTagSection::Write | David Kalnischkies |
2015-05-11 | fix 'Source' to 'Package' rename in apt-ftparchive | David Kalnischkies |
2015-04-19 | calculate only expected hashes in methods | David Kalnischkies |
2015-04-10 | reimplement the last uses of sprintf | David Kalnischkies |
2015-03-16 | merge debian/sid into debian/experimental | David Kalnischkies |
2015-01-10 | 128 KiB DSC files ought to be enough for everyone | David Kalnischkies |
2014-10-24 | promote filesize to a hashstring | David Kalnischkies |
2014-05-09 | deal with hashes in ftparchive more dynamic as well | David Kalnischkies |
2014-05-08 | use a std::vector instead of hardcoded array | David Kalnischkies |
2014-04-04 | Implement CacheDB for source packages in apt-ftparchive | Michael Vogt |
2014-03-13 | cleanup headers and especially #includes everywhere | David Kalnischkies |
2014-03-13 | warning: unused parameter ‘foo’ [-Wunused-parameter] | David Kalnischkies |
2013-08-08 | fix -Wall errors | Michael Vogt |
2013-04-08 | merged lp:~mvo/apt/add-missing-dsc-hashes | Michael Vogt |
2013-03-18 | - add method to open (maybe) clearsigned files transparently | David Kalnischkies |
2013-01-31 | merge patch apt_0.9.7.7ubuntu2~md1.debdiff, thanks to Marc Deslauriers | Michael Vogt |
2012-07-04 | * ftparchive/writer.cc: | David Kalnischkies |
2012-05-21 | * ftparchive/writer.cc: | David Kalnischkies |
2012-02-18 | * apt-pkg/acquire-item.cc: | David Kalnischkies |
2011-12-17 | try to avoid direct usage of .Fd() if possible and do read()s and co | David Kalnischkies |
2011-12-14 | remove the second usage instance of ExecCompressor in ftparchive | David Kalnischkies |
2011-09-13 | merge with debian/experimental | David Kalnischkies |
2011-09-13 | Support large files in the complete toolset. Indexes of this | David Kalnischkies |
2011-09-13 | reorder includes: add <config.h> if needed and include it at first | David Kalnischkies |
2011-08-15 | merged from the debian-sid branch | Michael Vogt |
2011-08-11 | cppcheck complains about some possible speed improvements which could be | David Kalnischkies |