summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)Author
2016-03-27Do not mark packages for keep that we want to removeJulian Andres Klode
2016-03-25drop confusing comma from no strong hash messageDavid Kalnischkies
2016-03-24Set hidden visibility for StringViewJulian Andres Klode
2016-03-19refactor loading of previous release fileDavid Kalnischkies
2016-03-19cachefile: Only set members that were initialized successfullyJulian Andres Klode
2016-03-16do not strip epochs from state version stringsDavid Kalnischkies
2016-03-16Use descriptive URIs in 104 Warning messagesJulian Andres Klode
2016-03-16Report non-transient errors as errors, not as warningsJulian Andres Klode
2016-03-16Get accurate progress reporting in apt update againMichael Vogt
2016-03-15Fix bug where the problemresolve can put a pkg into a heisenstateMichael Vogt
2016-03-15apt-pkg/acquire-worker.cc: Introduce 104 Warning messageJulian Andres Klode
2016-03-14enforce verify of filesize in 'apt-get source'David Kalnischkies
2016-03-14don't use Desc.URI to calculate .diff/Index filenamesDavid Kalnischkies
2016-03-14streamline dpkgpm cleanup-handlingDavid Kalnischkies
2016-03-14flush line-clearing on progress stop before post-invokeDavid Kalnischkies
2016-03-14require $(HASH)-Download field in .diff/Index filesDavid Kalnischkies
2016-03-13Do not consider SHA1 usableJulian Andres Klode
2016-03-07apt-pkg/algorithms.cc: Avoid stack buffer overflow in KillListJulian Andres Klode
2016-03-07Fix several typosVeres Lajos
2016-03-06get group again after potential remap in Source: parseDavid Kalnischkies
2016-03-06Prevent double remapping of iterators and string viewsJulian Andres Klode
2016-03-06do not move not-failed pdiff-patches into CWD on failureDavid Kalnischkies
2016-03-06Fix lzma write support to handle "try again" caseColin Watson
2016-03-06deal with partially downloaded changelogsDavid Kalnischkies
2016-02-26Add missing numeric includes in files using std::accumulate()Julian Andres Klode
2016-02-25Fix crash with empty architecture listJulian Andres Klode
2016-02-16pass versioned provides to external solvers in EDSPDavid Kalnischkies
2016-02-11always download changelogs into /tmp firstDavid Kalnischkies
2016-02-11use local changelog from /usr/share/doc if possibleDavid Kalnischkies
2016-02-10get dpkg lock in build-dep if cache was invalid againDavid Kalnischkies
2016-02-10Set seekpos to 0 after reopening files in Seek()Julian Andres Klode
2016-02-04Use some semantically more correct buffer operationsJulian Andres Klode
2016-02-04Correctly report write errors when flushing buffered writerJulian Andres Klode
2016-02-04Merge branch 'master' of github.com:adrian17/aptJulian Andres Klode
2016-02-03edspsystem.cc: include <stdlib.h> for mkdtempFredrik Fornwall
2016-02-03Avoid temporary strings in SubstVar.Adrian Wielgosik
2016-02-01Do not buffer writes larger than the buffer if possibleJulian Andres Klode
2016-02-01BufferedWriteFileFdPrivate: Simplify InternalWrite()Julian Andres Klode
2016-02-01simple_buffer::write: Use free() instead of maxsize - size()Julian Andres Klode
2016-01-31support <libc>-<kernel>-<cpu> in architecture specsDavid Kalnischkies
2016-01-31use CPPFLAGS instead of CXXFLAGS for stringview exportDavid Kalnischkies
2016-01-30fix "Mismatched free() / delete / delete []" in simple_bufferStefan Bühler
2016-01-27only warn about missing/invalid Date field for nowDavid Kalnischkies
2016-01-27deal better with (very) small apt::cache-start valuesDavid Kalnischkies
2016-01-26convert Version() and Architecture() to APT::StringViewDavid Kalnischkies
2016-01-26remove unused Description methods in listparsersDavid Kalnischkies
2016-01-26parse version correctly from binary Source fieldDavid Kalnischkies
2016-01-26act on various suggestions from cppcheckDavid Kalnischkies
2016-01-26drop explicit check for EWOULDBLOCK if it has the same value as EAGAINDavid Kalnischkies
2016-01-26Delete copy constructor and operator= for DynamicJulian Andres Klode