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