Age | Commit message (Expand) | Author |
2018-12-03 | Provide a "autopurge" shortcut | Julian Andres Klode |
2018-11-25 | Fix typo reported by codespell in code comments | David Kalnischkies |
2018-11-21 | Print useful error on "apt changelog" without arguments | Julian Andres Klode |
2018-09-20 | Deal with descriptions embedded in displayed record correctly | David Kalnischkies |
2018-09-15 | Show all architectures in 'apt list' output | David Kalnischkies |
2018-08-07 | Merge branch 'bugfix/big-lock' into 'master' | Julian Andres Klode |
2018-08-07 | Add support for dpkg frontend lock | Julian Andres Klode |
2018-06-30 | Add trailing newline to output of edit-sources. | Jean-Ralph Aviles |
2018-06-27 | Handle JSON hooks that just close the file/exit and fix some other errors | Julian Andres Klode |
2018-05-11 | Support local files as arguments in show command | David Kalnischkies |
2018-05-11 | Support --with-source in show & search commands | David Kalnischkies |
2018-05-11 | Support release selector for volatile files as well | David Kalnischkies |
2018-05-11 | Extend apt build-dep pkg/release to switch dep as needed | David Kalnischkies |
2018-04-15 | Introduce experimental new hooks for command-line tools | Julian Andres Klode |
2018-04-13 | apt-private: Collect not found packages in CacheSetHelperAPTGet | Julian Andres Klode |
2018-02-19 | restore gcc visibility=hidden for apt-private | David Kalnischkies |
2018-01-03 | allow a method to request auxiliary files | David Kalnischkies |
2017-12-13 | avoid some useless casts reported by -Wuseless-cast | David Kalnischkies |
2017-12-13 | convert various c-style casts to C++-style | David Kalnischkies |
2017-12-13 | clearing object via constructor instead of memset | David Kalnischkies |
2017-11-19 | support COLUMNS environment variable in apt tools | David Kalnischkies |
2017-10-28 | Also use FindULL for checking if the size tags is valid | Julian Andres Klode |
2017-10-28 | Prevent overflow in Installed-Size (and Size) in apt show | Julian Andres Klode |
2017-10-05 | avoid using NULL in varadic function for cmdline parsing | David Kalnischkies |
2017-07-27 | Always warn if --force-yes is validly specified, not just if used | Julian Andres Klode |
2017-07-26 | suggest using auth.conf for sources with passwords | David Kalnischkies |
2017-07-26 | show a warning for Debian shutting down FTP services | David Kalnischkies |
2017-07-12 | Reformat and sort all includes with clang-format | Julian Andres Klode |
2017-07-12 | Drop cacheiterators.h include | Julian Andres Klode |
2017-06-28 | ask for releaseinfo change interactively in apt | David Kalnischkies |
2017-06-28 | error in update on Release information changes | David Kalnischkies |
2017-06-28 | fail instead of warn on insecure repositories in apt-get | David Kalnischkies |
2017-06-26 | clean archives without changing directory | David Kalnischkies |
2017-06-26 | don't show incorrect 'How odd' errror in no-download mode | David Kalnischkies |
2017-03-19 | Ignore AutomaticRemove conffile option in upgrade | David Kalnischkies |
2017-01-19 | fix various typos reported by spellintian | David Kalnischkies |
2017-01-19 | make the moo reproducible | David Kalnischkies |
2017-01-19 | fix 'install --no-download' mode | David Kalnischkies |
2017-01-19 | don't lock dpkg in update commands | David Kalnischkies |
2017-01-19 | don't lock dpkg in 'apt-get clean' | David Kalnischkies |
2017-01-19 | don't show update stats if cache generation is disabled | David Kalnischkies |
2017-01-17 | CMake: Document that the globs are expanded during CMake | Julian Andres Klode |
2016-12-31 | allow warning generation for non-whitelisted options | David Kalnischkies |
2016-12-31 | use FindB instead of FindI for Debug::pkgAutoRemove | David Kalnischkies |
2016-12-31 | expand -f to --fix-broken in error messages | David Kalnischkies |
2016-12-31 | allow default build-essentials to be overridden | David Kalnischkies |
2016-12-31 | add --indep-only for build-dep command | David Kalnischkies |
2016-12-16 | default to --no-check for dpkg-source call | David Kalnischkies |
2016-12-16 | remove needless fork() in apt-get source | David Kalnischkies |
2016-12-16 | let {dsc,tar,diff}-only implicitly enable download-only | David Kalnischkies |