Age | Commit message (Expand) | Author | Files | Lines |
2015-11-29 | drop some needlessly public declarations in libapt-private | David Kalnischkies | 1 | -2/+2 |
2015-11-29 | use function pointers instead of weak symbols for cmdline parsing | David Kalnischkies | 1 | -1/+1 |
2015-11-05 | apply various suggestions made by cppcheck | David Kalnischkies | 3 | -6/+6 |
2015-11-04 | wrap every unlink call to check for != /dev/null | David Kalnischkies | 3 | -9/+4 |
2015-11-04 | support arch:all data e.g. in separate Packages file | David Kalnischkies | 3 | -49/+67 |
2015-11-04 | reenable gcc warnings for deprecated functions | David Kalnischkies | 2 | -3/+4 |
2015-11-04 | revamp all tools help messages | David Kalnischkies | 1 | -7/+7 |
2015-11-04 | deal with --version more centrally | David Kalnischkies | 1 | -6/+1 |
2015-11-04 | move apts cmdline helper type into -private | David Kalnischkies | 1 | -3/+2 |
2015-11-04 | generate commands array after config is loaded | David Kalnischkies | 1 | -8/+10 |
2015-11-04 | deduplicate main methods | David Kalnischkies | 1 | -31/+5 |
2015-11-04 | split up help messages for simpler reuse | David Kalnischkies | 1 | -15/+17 |
2015-09-14 | add --sha512 option + documentation for apt-ftparchive | David Kalnischkies | 1 | -0/+1 |
2015-09-14 | use APT::FTPArchive hash settings as default for APT::FPArchive::$filetype | David Kalnischkies | 1 | -1/+1 |
2015-09-14 | do not generate bogus hashes if hash is disabled in apt-ftparchive | David Kalnischkies | 1 | -4/+9 |
2015-09-07 | Set APT::FTPArchive::DoByHash to false by default | Michael Vogt | 1 | -3/+3 |
2015-09-07 | Ensure that no by-hash file for "Release/InRelease is written" | Michael Vogt | 1 | -1/+3 |
2015-09-04 | Add support for writing by-hash dirs in apt-ftparchive | Michael Vogt | 4 | -2/+153 |
2015-08-14 | Replace UINT_MAX with std::numeric_limits<unsigned int>::max() | Julian Andres Klode | 1 | -2/+3 |
2015-08-13 | C++11: Switch from auto_ptr to unique_ptr | Julian Andres Klode | 1 | -10/+10 |
2015-08-10 | add c++11 override marker to overridden methods | David Kalnischkies | 2 | -5/+5 |
2015-08-10 | fix memory leaks reported by -fsanitize | David Kalnischkies | 4 | -54/+61 |
2015-05-11 | rewrite all TFRewrite instances to use the new pkgTagSection::Write | David Kalnischkies | 7 | -192/+170 |
2015-05-11 | fix 'Source' to 'Package' rename in apt-ftparchive | David Kalnischkies | 1 | -1/+2 |
2015-04-19 | calculate only expected hashes in methods | David Kalnischkies | 2 | -4/+4 |
2015-04-10 | reimplement the last uses of sprintf | David Kalnischkies | 1 | -4/+4 |
2015-03-16 | stop displaying time of build in online help | Jérémy Bobbio | 1 | -2/+1 |
2015-03-16 | merge debian/sid into debian/experimental | David Kalnischkies | 4 | -44/+41 |
2015-01-10 | 128 KiB DSC files ought to be enough for everyone | David Kalnischkies | 4 | -44/+41 |
2014-11-09 | use the same code to detect quiet setting in all tools | David Kalnischkies | 1 | -14/+5 |
2014-11-09 | streamline display of --help in all tools | David Kalnischkies | 2 | -17/+6 |
2014-10-24 | promote filesize to a hashstring | David Kalnischkies | 2 | -1/+7 |
2014-09-27 | fix: warning: extra ‘;’ [-Wpedantic] | David Kalnischkies | 3 | -10/+10 |
2014-09-27 | fix: Member variable 'X' is not initialized in the constructor. | David Kalnischkies | 1 | -1/+1 |
2014-09-05 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt | 1 | -33/+66 |
2014-09-03 | Make Packages & Sources generation optional, during Generate call | Dimitri John Ledkov | 1 | -33/+66 |
2014-06-18 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt | 5 | -19/+112 |
2014-06-04 | Add compat mode for old (32bit FileSize) CacheDB (LP: #1274466) | Michael Vogt | 2 | -11/+78 |
2014-05-27 | use free() instead of delete() when realloc is used | Michael Vogt | 5 | -8/+34 |
2014-05-09 | deal with hashes in ftparchive more dynamic as well | David Kalnischkies | 4 | -294/+195 |
2014-05-08 | use a std::vector instead of hardcoded array | David Kalnischkies | 1 | -41/+39 |
2014-05-08 | Merge remote-tracking branch 'mvo/feature/apt-ftparchive-srccache2' into debi... | Michael Vogt | 1 | -14/+4 |
2014-05-08 | fix regression from commit 215b0faf | Michael Vogt | 1 | -14/+4 |
2014-05-07 | Merge remote-tracking branch 'mvo/feature/apt-ftparchive-srccache2' into debi... | Michael Vogt | 8 | -195/+408 |
2014-04-25 | reduce delta from ubuntu | Michael Vogt | 1 | -2/+2 |
2014-04-07 | ensure "--db" also works with the new srcpkgdb | Michael Vogt | 2 | -1/+9 |
2014-04-04 | refactor _InitQuery() | Michael Vogt | 2 | -9/+22 |
2014-04-04 | ensure clean works | Michael Vogt | 2 | -10/+29 |
2014-04-04 | refactor to make OpenFile/OpenDebFile more robust | Michael Vogt | 1 | -120/+110 |
2014-04-04 | add test for binary cachedb and contents generation | Michael Vogt | 1 | -0/+1 |