Age | Commit message (Expand) | Author |
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 |
2015-11-04 | allow all dpkg selections to be set via apt-mark and libapt | David Kalnischkies |
2015-11-04 | provide public interface to hold/unhold packages | David Kalnischkies |
2015-11-04 | refactor dpkg execution in deb/debsystem | David Kalnischkies |
2015-11-04 | switch 'apt-mark hold' from Pkg to Ver based operation | David Kalnischkies |
2015-11-04 | add cacheset push_back wrapping for std::back_inserter | David Kalnischkies |
2015-11-04 | implement operator* for cacheset iterators | David Kalnischkies |
2015-11-04 | implement a public pkgSystem::ArchitecturesSupported | David Kalnischkies |
2015-11-04 | implement a public pkgSystem::MultiArchSupported | David Kalnischkies |
2015-11-04 | travis: move 'make' into the install target | David Kalnischkies |
2015-11-04 | Turkish program translation update | Mert Dirik |
2015-11-03 | configure.ac: Only require autoconf 2.68 | Julian Andres Klode |
2015-11-03 | configure.ac: Run autoupdate | Julian Andres Klode |
2015-10-30 | thread-safety tests: Adjust path to lists | Julian Andres Klode |
2015-10-30 | Provide tests for thread-safety | Julian Andres Klode |
2015-10-30 | orderlist: Replace qsort() by thread-safe std::sort() | Julian Andres Klode |
2015-10-30 | algorithms: Replace qsort() by thread-safe std::sort() | Julian Andres Klode |
2015-10-30 | dpkgpm: Convert users of localtime() to localtime_r() | Julian Andres Klode |
2015-10-30 | cacheset: Fix compilation on new GCC in C++98 mode | Julian Andres Klode |
2015-10-30 | srvrec: Do not expose C++11 tuple use in header | Julian Andres Klode |
2015-10-30 | dpkgpm: Use ptsname_r() instead of ptsname() to be thread-safe | Julian Andres Klode |