Age | Commit message (Expand) | Author |
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 |
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 | stop displaying time of build in online help | Jérémy Bobbio |
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-11-09 | use the same code to detect quiet setting in all tools | David Kalnischkies |
2014-11-09 | streamline display of --help in all tools | David Kalnischkies |
2014-10-24 | promote filesize to a hashstring | David Kalnischkies |
2014-09-27 | fix: warning: extra ‘;’ [-Wpedantic] | David Kalnischkies |
2014-09-27 | fix: Member variable 'X' is not initialized in the constructor. | David Kalnischkies |
2014-09-05 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt |
2014-09-03 | Make Packages & Sources generation optional, during Generate call | Dimitri John Ledkov |
2014-06-18 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt |
2014-06-04 | Add compat mode for old (32bit FileSize) CacheDB (LP: #1274466) | Michael Vogt |
2014-05-27 | use free() instead of delete() when realloc is used | Michael Vogt |
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-05-08 | Merge remote-tracking branch 'mvo/feature/apt-ftparchive-srccache2' into debi... | Michael Vogt |
2014-05-08 | fix regression from commit 215b0faf | Michael Vogt |
2014-05-07 | Merge remote-tracking branch 'mvo/feature/apt-ftparchive-srccache2' into debi... | Michael Vogt |
2014-04-25 | reduce delta from ubuntu | Michael Vogt |
2014-04-07 | ensure "--db" also works with the new srcpkgdb | Michael Vogt |
2014-04-04 | refactor _InitQuery() | Michael Vogt |
2014-04-04 | ensure clean works | Michael Vogt |
2014-04-04 | refactor to make OpenFile/OpenDebFile more robust | Michael Vogt |