summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 1.2.61.2.6Julian Andres Klode2016-03-0713-13/+26
* apt-pkg/algorithms.cc: Avoid stack buffer overflow in KillListJulian Andres Klode2016-03-071-10/+9
* Fix several typosVeres Lajos2016-03-0718-37/+37
* Release 1.2.51.2.5Julian Andres Klode2016-03-0613-13/+35
* debian/control: Set Standards-Version to 3.9.7Julian Andres Klode2016-03-061-1/+1
* 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-062-0/+26
* Fix lzma write support to handle "try again" caseColin Watson2016-03-061-4/+25
* add test for apt-key 0xKEY and use parameter expansionDavid Kalnischkies2016-03-062-1/+12
* support APT::Get::Build-Dep-Automatic again in build-depDavid Kalnischkies2016-03-062-0/+47
* tests: expect no output while compiling noopchrootDavid Kalnischkies2016-03-062-4/+8
* deal with partially downloaded changelogsDavid Kalnischkies2016-03-062-2/+25
* apt-key del should correctly handle keyids prefixed with 0xDaniel Kahn Gillmor2016-03-041-0/+4
* Release 1.2.41.2.4Julian Andres Klode2016-02-2713-13/+27
* 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-252-4/+19
* pass versioned provides to external solvers in EDSPDavid Kalnischkies2016-02-162-117/+165
* Fix maintscript to properly remove 20changelogJulian Andres Klode2016-02-151-1/+1
* always download changelogs into /tmp firstDavid Kalnischkies2016-02-114-43/+50
* use local changelog from /usr/share/doc if possibleDavid Kalnischkies2016-02-115-2/+60
* Release 1.2.31.2.3Julian Andres Klode2016-02-1057-3554/+2939
* test: use our special downloaded dir for 'source' resultDavid Kalnischkies2016-02-101-0/+2
* accept any tarball compression in 814139 testcaseDavid Kalnischkies2016-02-101-2/+2
* test that seeking to a position earlier in the file worksJulian Andres Klode2016-02-101-0/+12
* get dpkg lock in build-dep if cache was invalid againDavid Kalnischkies2016-02-103-6/+64
* Set seekpos to 0 after reopening files in Seek()Julian Andres Klode2016-02-101-0/+1
* Release 1.2.21.2.2Julian Andres Klode2016-02-0414-84/+133
* Use some semantically more correct buffer operationsJulian Andres Klode2016-02-041-1/+1
* test: Fix apt-key tests to work with current gpg 2.1Julian Andres Klode2016-02-041-1/+11
* Correctly report write errors when flushing buffered writerJulian Andres Klode2016-02-041-1/+1
* rred: If there were I/O errors, failJulian Andres Klode2016-02-041-0/+5
* NEWS: Prefix the keep deb option with Binary::apt::Julian Andres Klode2016-02-041-3/+4
* 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
* | avoid building dependency tree in 'source' commandDavid Kalnischkies2016-02-035-25/+5
* | use pkgCache::VS instead of pkgDepCache::VS()David Kalnischkies2016-02-033-27/+63
* | Drop the g++ build-dep, transition is doneJulian Andres Klode2016-02-031-2/+1
|/
* Merge github.com:adrian17/aptJulian Andres Klode2016-02-021-1/+2
|\
| * Try avoiding loading long package descriptionAdrian Wielgosik2016-02-021-1/+2
* | Spanish program translation updateManuel "Venturi" Porras Peralta2016-02-021-197/+250
|/
* 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
* simple_buffer::write: Use free() instead of maxsize - size()Julian Andres Klode2016-02-011-3/+3
* support <libc>-<kernel>-<cpu> in architecture specsDavid Kalnischkies2016-01-314-18/+125
* test all redirection codes work as expectedDavid Kalnischkies2016-01-312-6/+14
* use CPPFLAGS instead of CXXFLAGS for stringview exportDavid Kalnischkies2016-01-311-1/+1
* fix "Mismatched free() / delete / delete []" in simple_bufferStefan Bühler2016-01-301-1/+1
* only warn about missing/invalid Date field for nowDavid Kalnischkies2016-01-273-12/+61