summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* ensure outdated files are dropped without lists-cleanupDavid Kalnischkies2016-04-141-3/+51
* silently skip acquire of empty index filesDavid Kalnischkies2016-04-141-3/+9
* fix Alt-Filename handling of file methodDavid Kalnischkies2016-04-141-5/+4
* recheck Pre-Depends satisfaction in SmartConfigureDavid Kalnischkies2016-04-131-2/+2
* detect compressed status files on extension againDavid Kalnischkies2016-04-131-1/+1
* do not require non-broken systems in 'upgrade'David Kalnischkies2016-04-131-8/+0
* stop handling items in doomed transactionsDavid Kalnischkies2016-04-072-52/+71
* ensure transaction states are changed only onceDavid Kalnischkies2016-04-072-11/+32
* don't leak on error in listparser creationDavid Kalnischkies2016-04-032-8/+32
* use buffered writing for InRelease splittingDavid Kalnischkies2016-04-031-1/+1
* consistently add APT_OVERRIDE as method markerDavid Kalnischkies2016-04-031-70/+70
* Allow lowering trust level of a hash via configJulian Andres Klode2016-03-281-1/+10
* Do not mark packages for keep that we want to removeJulian Andres Klode2016-03-271-2/+5
* drop confusing comma from no strong hash messageDavid Kalnischkies2016-03-251-1/+1
* Set hidden visibility for StringViewJulian Andres Klode2016-03-241-1/+2
* refactor loading of previous release fileDavid Kalnischkies2016-03-191-66/+29
* cachefile: Only set members that were initialized successfullyJulian Andres Klode2016-03-192-17/+47
* do not strip epochs from state version stringsDavid Kalnischkies2016-03-162-7/+3
* Use descriptive URIs in 104 Warning messagesJulian Andres Klode2016-03-161-1/+1
* Report non-transient errors as errors, not as warningsJulian Andres Klode2016-03-161-3/+7
* Get accurate progress reporting in apt update againMichael Vogt2016-03-162-13/+22
* Fix bug where the problemresolve can put a pkg into a heisenstateMichael Vogt2016-03-151-0/+5
* apt-pkg/acquire-worker.cc: Introduce 104 Warning messageJulian Andres Klode2016-03-151-0/+4
* enforce verify of filesize in 'apt-get source'David Kalnischkies2016-03-141-0/+1
* don't use Desc.URI to calculate .diff/Index filenamesDavid Kalnischkies2016-03-141-11/+25
* streamline dpkgpm cleanup-handlingDavid Kalnischkies2016-03-141-14/+17
* flush line-clearing on progress stop before post-invokeDavid Kalnischkies2016-03-141-0/+1
* require $(HASH)-Download field in .diff/Index filesDavid Kalnischkies2016-03-141-24/+17
* Do not consider SHA1 usableJulian Andres Klode2016-03-131-1/+2
* apt-pkg/algorithms.cc: Avoid stack buffer overflow in KillListJulian Andres Klode2016-03-071-10/+9
* Fix several typosVeres Lajos2016-03-079-15/+15
* get group again after potential remap in Source: parseDavid Kalnischkies2016-03-061-1/+3
* Prevent double remapping of iterators and string viewsJulian Andres Klode2016-03-061-8/+22
* do not move not-failed pdiff-patches into CWD on failureDavid Kalnischkies2016-03-061-0/+13
* Fix lzma write support to handle "try again" caseColin Watson2016-03-061-4/+25
* deal with partially downloaded changelogsDavid Kalnischkies2016-03-061-2/+19
* Add missing numeric includes in files using std::accumulate()Julian Andres Klode2016-02-262-0/+2
* Fix crash with empty architecture listJulian Andres Klode2016-02-251-4/+6
* pass versioned provides to external solvers in EDSPDavid Kalnischkies2016-02-161-0/+2
* always download changelogs into /tmp firstDavid Kalnischkies2016-02-113-26/+35
* use local changelog from /usr/share/doc if possibleDavid Kalnischkies2016-02-112-2/+34
* get dpkg lock in build-dep if cache was invalid againDavid Kalnischkies2016-02-101-0/+1
* Set seekpos to 0 after reopening files in Seek()Julian Andres Klode2016-02-101-0/+1
* Use some semantically more correct buffer operationsJulian Andres Klode2016-02-041-1/+1
* Correctly report write errors when flushing buffered writerJulian Andres Klode2016-02-041-1/+1
* Merge branch 'master' of github.com:adrian17/aptJulian Andres Klode2016-02-041-1/+3
|\
| * Avoid temporary strings in SubstVar.Adrian Wielgosik2016-02-031-1/+3
* | edspsystem.cc: include <stdlib.h> for mkdtempFredrik Fornwall2016-02-031-0/+1
|/
* Do not buffer writes larger than the buffer if possibleJulian Andres Klode2016-02-011-0/+6
* BufferedWriteFileFdPrivate: Simplify InternalWrite()Julian Andres Klode2016-02-011-9/+3