Age | Commit message (Expand) | Author |
2015-11-19 | ignore lost+found in private directory cleanup | David Kalnischkies |
2015-11-19 | tests: use quiet level 0 by default in tests | David Kalnischkies |
2015-11-19 | support setting empty values (sanely) & removing support for | David Kalnischkies |
2015-11-19 | more sensible default text in pot files | David Kalnischkies |
2015-11-19 | Dutch manpages translation (NEW) | Frans Spiesschaert |
2015-11-19 | do not use _apt for file/copy sources if it isn't world-accessible | David Kalnischkies |
2015-11-18 | tests: fail testsuccess if notices are shown, too | David Kalnischkies |
2015-11-11 | releasing package apt version 1.1~exp151.1_exp15 | Michael Vogt |
2015-11-05 | activate AI_IDN by default to support IDN domains | David Kalnischkies |
2015-11-05 | "support" unsigned Release files without hashes again | David Kalnischkies |
2015-11-05 | encode UTF-8 characters correctly in QuoteString | David Kalnischkies |
2015-11-05 | apply various suggestions made by cppcheck | David Kalnischkies |
2015-11-05 | do not use read() returned value unconditionally | David Kalnischkies |
2015-11-05 | allow acquire method specific options via Binary scope | David Kalnischkies |
2015-11-05 | drop privileges in copy:// method as we do for file:// | David Kalnischkies |
2015-11-04 | allow getaddrinfo flag AI_ADDRCONFIG to be disabled | David Kalnischkies |
2015-11-04 | wrap every unlink call to check for != /dev/null | David Kalnischkies |
2015-11-04 | ensure FileFd doesn't try to open /dev/null as atomic and co | David Kalnischkies |
2015-11-04 | ignore newlines in dpkg-deb control output for installing debs | 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 | sanify API to get 'the' candidate version | David Kalnischkies |
2015-11-04 | centralize unlink checks in acquire-item | David Kalnischkies |
2015-11-04 | do not cleanup .diff/Index files on Hit | David Kalnischkies |
2015-11-04 | revamp all tools help messages | David Kalnischkies |
2015-11-04 | show version and type in "apt (r)depends" | David Kalnischkies |
2015-11-04 | hidden support more apt-get/apt-cache commands in apt | 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 | new quiet level -qq for apt to hide progress output | David Kalnischkies |
2015-11-04 | deduplicate main methods | David Kalnischkies |
2015-11-04 | split up help messages for simpler reuse | David Kalnischkies |
2015-11-04 | disable updating insecure repositories in apt by default | David Kalnischkies |
2015-11-04 | revamp apt(8) to refer more instead of duplicating | David Kalnischkies |
2015-11-04 | move 'search' implementations as well | David Kalnischkies |
2015-11-04 | centralize 'show' implementation of apt and apt-cache | David Kalnischkies |
2015-11-04 | add binary-specific options via Binary scope | David Kalnischkies |
2015-11-04 | suggest 'apt autoremove' to get right of unneeded packages | David Kalnischkies |
2015-11-04 | refer to apt-secure(8) in unsecure repositories warning | David Kalnischkies |
2015-11-04 | rework errors and warnings around insecure repositories | David Kalnischkies |
2015-11-04 | set failreasons similar to connect.cc based on curl errors | David Kalnischkies |
2015-11-04 | revert accidental removal of documentation for trusted option in sources.list | David Kalnischkies |
2015-11-04 | add ConnectionTimedOut to transient failreasons list | David Kalnischkies |
2015-11-04 | support .deb files in upgrade operations as well | David Kalnischkies |
2015-11-04 | show progress info while 'downloading' a local .deb file | David Kalnischkies |
2015-11-04 | unbreak the copy-method claiming hashsum mismatch since ~exp9 | David Kalnischkies |
2015-11-04 | tests: ensure sponge-files are cleaned up properly | David Kalnischkies |
2015-11-04 | tests: change test-skipping detection for arch-specific pkgs | David Kalnischkies |
2015-11-04 | drop privileges in file:// method as we do for decompressors | David Kalnischkies |