summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-312-18/+37
* 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-271-12/+14
* deal better with (very) small apt::cache-start valuesDavid Kalnischkies2016-01-273-17/+26
* convert Version() and Architecture() to APT::StringViewDavid Kalnischkies2016-01-264-38/+47
* remove unused Description methods in listparsersDavid Kalnischkies2016-01-265-32/+4
* parse version correctly from binary Source fieldDavid Kalnischkies2016-01-262-2/+2
* act on various suggestions from cppcheckDavid Kalnischkies2016-01-263-20/+10
* drop explicit check for EWOULDBLOCK if it has the same value as EAGAINDavid Kalnischkies2016-01-261-0/+4
* Delete copy constructor and operator= for DynamicJulian Andres Klode2016-01-261-0/+5
* reimplement build-dep via apts normal resolverDavid Kalnischkies2016-01-256-2/+114
* use consistently the last : as name:arch separatorDavid Kalnischkies2016-01-252-2/+2
* prefer upgrading installed provides satisfierDavid Kalnischkies2016-01-251-0/+2
* treat an empty dependency field just like it doesn't existDavid Kalnischkies2016-01-251-1/+1
* always create pkg at the time pkg:arch is createdDavid Kalnischkies2016-01-251-16/+29
* Use c++11 for loop in AptHistoryRequestingUserMichael Vogt2016-01-251-6/+4
* Store "Requested-By" user in history.log in a simpler formatMichael Vogt2016-01-251-7/+20
* Log calling SUDO_USER or PKEXEC_UID in history.logMichael Vogt2016-01-251-0/+18
* Remap another (non-parameter) StringViewJulian Andres Klode2016-01-231-1/+3
* Remap StringView instances pointing into the cacheJulian Andres Klode2016-01-231-0/+19
* Pass the old map size to ReMap()Julian Andres Klode2016-01-232-5/+8
* string_view: Drop constexpr constructor for standard compatibilityJulian Andres Klode2016-01-151-10/+4
* use APT::StringView for GrabWordDavid Kalnischkies2016-01-152-11/+13
* provide a constexpr char[] overload for APT::StringViewDavid Kalnischkies2016-01-151-4/+10
* return correct position in APT::StringView::(r)findDavid Kalnischkies2016-01-151-8/+16
* revert file-hash based action-merging in acquireDavid Kalnischkies2016-01-151-2/+1