Age | Commit message (Expand) | Author |
2018-08-29 | Fix typos reported by codespell & spellintian | David Kalnischkies |
2018-05-28 | Use a steady clock source for progress reporting | David Kalnischkies |
2018-05-07 | Remove obsolete RCS keywords | Guillem Jover |
2018-05-05 | Fix various typos reported by spellcheckers | David Kalnischkies |
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-06-26 | Refactor to avoid loop/dangling gcc warnings | David Kalnischkies |
2017-06-26 | Refactor finding compressor by name to avoid code dup | David Kalnischkies |
2017-04-24 | apt-ftparchive: Support '.ddeb' dbgsym packages | Unit 193 |
2017-01-19 | fix various typos reported by spellintian | David Kalnischkies |
2017-01-17 | CMake: Document that the globs are expanded during CMake | Julian Andres Klode |
2016-11-11 | apt-ftparchive: Support NotAutomatic and ButAutomaticUpgrades fields | James Clarke |
2016-08-26 | CMake: Handle Berkeley DB on FreeBSD | Julian Andres Klode |
2016-08-17 | support compression and by-hash for .diff/Index files | David Kalnischkies |
2016-08-10 | Get rid of the old buildsystem | Julian Andres Klode |
2016-08-06 | CMake: Add basic CMake build system | Julian Andres Klode |
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-06-20 | Check for cached hash entries to determine which (if any) hash types | Dominic Benson |
2016-05-28 | look into the right textdomain for apt-utils again | 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-29 | drop some needlessly public declarations in libapt-private | David Kalnischkies |
2015-11-29 | use function pointers instead of weak symbols for cmdline parsing | David Kalnischkies |
2015-11-05 | apply various suggestions made by cppcheck | 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-11-04 | reenable gcc warnings for deprecated functions | David Kalnischkies |
2015-11-04 | revamp all tools help messages | David Kalnischkies |
2015-11-04 | deal with --version more centrally | David Kalnischkies |
2015-11-04 | move apts cmdline helper type into -private | David Kalnischkies |
2015-11-04 | generate commands array after config is loaded | David Kalnischkies |
2015-11-04 | deduplicate main methods | David Kalnischkies |
2015-11-04 | split up help messages for simpler reuse | David Kalnischkies |
2015-09-14 | add --sha512 option + documentation for apt-ftparchive | David Kalnischkies |
2015-09-14 | use APT::FTPArchive hash settings as default for APT::FPArchive::$filetype | David Kalnischkies |
2015-09-14 | do not generate bogus hashes if hash is disabled in apt-ftparchive | 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-14 | Replace UINT_MAX with std::numeric_limits<unsigned int>::max() | Julian Andres Klode |
2015-08-13 | C++11: Switch from auto_ptr to unique_ptr | Julian Andres Klode |
2015-08-10 | add c++11 override marker to overridden methods | David Kalnischkies |
2015-08-10 | fix memory leaks reported by -fsanitize | David Kalnischkies |