summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)Author
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
2016-01-25reimplement build-dep via apts normal resolverDavid Kalnischkies
2016-01-25use consistently the last : as name:arch separatorDavid Kalnischkies
2016-01-25prefer upgrading installed provides satisfierDavid Kalnischkies
2016-01-25treat an empty dependency field just like it doesn't existDavid Kalnischkies
2016-01-25always create pkg at the time pkg:arch is createdDavid Kalnischkies
2016-01-25Use c++11 for loop in AptHistoryRequestingUserMichael Vogt
2016-01-25Store "Requested-By" user in history.log in a simpler formatMichael Vogt
2016-01-25Log calling SUDO_USER or PKEXEC_UID in history.logMichael Vogt
2016-01-23Remap another (non-parameter) StringViewJulian Andres Klode
2016-01-23Remap StringView instances pointing into the cacheJulian Andres Klode
2016-01-23Pass the old map size to ReMap()Julian Andres Klode
2016-01-15string_view: Drop constexpr constructor for standard compatibilityJulian Andres Klode
2016-01-15use APT::StringView for GrabWordDavid Kalnischkies
2016-01-15provide a constexpr char[] overload for APT::StringViewDavid Kalnischkies
2016-01-15return correct position in APT::StringView::(r)findDavid Kalnischkies
2016-01-15revert file-hash based action-merging in acquireDavid Kalnischkies
2016-01-14fix M-A:foreign provides creation for unknown archsDavid Kalnischkies
2016-01-11Sort the list of sources to be built and linkedMattia Rizzolo
2016-01-08Store the size of strings in the cacheJulian Andres Klode
2016-01-08HashSumValue::Set: Do not provide const char* overloadJulian Andres Klode
2016-01-08debListParser: Convert another ParseDepends to StringViewJulian Andres Klode
2016-01-08remove uncompressed leftover partial file before pdiff bootstrapDavid Kalnischkies
2016-01-08use filesize of compressed pdiffs for the limit if possibleDavid Kalnischkies
2016-01-08keep compressed indexes in a low-cost formatDavid Kalnischkies
2016-01-08allow pdiff bootstrap from all supported compressorsDavid Kalnischkies
2016-01-08ensure compression cleanup even without lists-cleanupDavid Kalnischkies
2016-01-08use one 'store' method to rule all (de)compressorsDavid Kalnischkies
2016-01-08AvailableDescriptionLanguages: Use one string for all iterationsJulian Andres Klode
2016-01-08pkgCacheGenerator: CurMd5.Value() cannot be emptyJulian Andres Klode
2016-01-08operator==(char*, StringView) use StringView.operator==Julian Andres Klode
2016-01-08pkgCacheGenerator::hash: Do not call tolower_ascii()Julian Andres Klode