Age | Commit message (Expand) | Author |
2016-03-28 | Allow lowering trust level of a hash via config | Julian Andres Klode |
2016-03-27 | Do not mark packages for keep that we want to remove | Julian Andres Klode |
2016-03-25 | drop confusing comma from no strong hash message | David Kalnischkies |
2016-03-24 | Set hidden visibility for StringView | Julian Andres Klode |
2016-03-19 | refactor loading of previous release file | David Kalnischkies |
2016-03-19 | cachefile: Only set members that were initialized successfully | Julian Andres Klode |
2016-03-16 | do not strip epochs from state version strings | David Kalnischkies |
2016-03-16 | Use descriptive URIs in 104 Warning messages | Julian Andres Klode |
2016-03-16 | Report non-transient errors as errors, not as warnings | Julian Andres Klode |
2016-03-16 | Get accurate progress reporting in apt update again | Michael Vogt |
2016-03-15 | Fix bug where the problemresolve can put a pkg into a heisenstate | Michael Vogt |
2016-03-15 | apt-pkg/acquire-worker.cc: Introduce 104 Warning message | Julian Andres Klode |
2016-03-14 | enforce verify of filesize in 'apt-get source' | David Kalnischkies |
2016-03-14 | don't use Desc.URI to calculate .diff/Index filenames | David Kalnischkies |
2016-03-14 | streamline dpkgpm cleanup-handling | David Kalnischkies |
2016-03-14 | flush line-clearing on progress stop before post-invoke | David Kalnischkies |
2016-03-14 | require $(HASH)-Download field in .diff/Index files | David Kalnischkies |
2016-03-13 | Do not consider SHA1 usable | Julian Andres Klode |
2016-03-07 | apt-pkg/algorithms.cc: Avoid stack buffer overflow in KillList | Julian Andres Klode |
2016-03-07 | Fix several typos | Veres Lajos |
2016-03-06 | get group again after potential remap in Source: parse | David Kalnischkies |
2016-03-06 | Prevent double remapping of iterators and string views | Julian Andres Klode |
2016-03-06 | do not move not-failed pdiff-patches into CWD on failure | David Kalnischkies |
2016-03-06 | Fix lzma write support to handle "try again" case | Colin Watson |
2016-03-06 | deal with partially downloaded changelogs | David Kalnischkies |
2016-02-26 | Add missing numeric includes in files using std::accumulate() | Julian Andres Klode |
2016-02-25 | Fix crash with empty architecture list | Julian Andres Klode |
2016-02-16 | pass versioned provides to external solvers in EDSP | David Kalnischkies |
2016-02-11 | always download changelogs into /tmp first | David Kalnischkies |
2016-02-11 | use local changelog from /usr/share/doc if possible | David Kalnischkies |
2016-02-10 | get dpkg lock in build-dep if cache was invalid again | David Kalnischkies |
2016-02-10 | Set seekpos to 0 after reopening files in Seek() | Julian Andres Klode |
2016-02-04 | Use some semantically more correct buffer operations | Julian Andres Klode |
2016-02-04 | Correctly report write errors when flushing buffered writer | Julian Andres Klode |
2016-02-04 | Merge branch 'master' of github.com:adrian17/apt | Julian Andres Klode |
2016-02-03 | edspsystem.cc: include <stdlib.h> for mkdtemp | Fredrik Fornwall |
2016-02-03 | Avoid temporary strings in SubstVar. | Adrian Wielgosik |
2016-02-01 | Do not buffer writes larger than the buffer if possible | Julian Andres Klode |
2016-02-01 | BufferedWriteFileFdPrivate: Simplify InternalWrite() | Julian Andres Klode |
2016-02-01 | simple_buffer::write: Use free() instead of maxsize - size() | Julian Andres Klode |
2016-01-31 | support <libc>-<kernel>-<cpu> in architecture specs | David Kalnischkies |
2016-01-31 | use CPPFLAGS instead of CXXFLAGS for stringview export | David Kalnischkies |
2016-01-30 | fix "Mismatched free() / delete / delete []" in simple_buffer | Stefan Bühler |
2016-01-27 | only warn about missing/invalid Date field for now | David Kalnischkies |
2016-01-27 | deal better with (very) small apt::cache-start values | David Kalnischkies |
2016-01-26 | convert Version() and Architecture() to APT::StringView | David Kalnischkies |
2016-01-26 | remove unused Description methods in listparsers | David Kalnischkies |
2016-01-26 | parse version correctly from binary Source field | David Kalnischkies |
2016-01-26 | act on various suggestions from cppcheck | David Kalnischkies |
2016-01-26 | drop explicit check for EWOULDBLOCK if it has the same value as EAGAIN | David Kalnischkies |