summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib
AgeCommit message (Expand)Author
2016-03-24Set hidden visibility for StringViewJulian Andres Klode
2016-03-13Do not consider SHA1 usableJulian Andres Klode
2016-03-07Fix several typosVeres Lajos
2016-03-06Fix lzma write support to handle "try again" caseColin Watson
2016-02-10Set seekpos to 0 after reopening files in Seek()Julian Andres Klode
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-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-30fix "Mismatched free() / delete / delete []" in simple_bufferStefan Bühler
2016-01-26drop explicit check for EWOULDBLOCK if it has the same value as EAGAINDavid Kalnischkies
2016-01-15string_view: Drop constexpr constructor for standard compatibilityJulian Andres Klode
2016-01-15provide a constexpr char[] overload for APT::StringViewDavid Kalnischkies
2016-01-15return correct position in APT::StringView::(r)findDavid Kalnischkies
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-08operator==(char*, StringView) use StringView.operator==Julian Andres Klode
2016-01-07StringView: rfind: pos should be end of substr, not startJulian Andres Klode
2016-01-07StringView: pos argument default should be nposJulian Andres Klode
2016-01-07StringView::rfind(): Call rfind() instead of find() on substJulian Andres Klode
2016-01-07Switch performance critical code to use APT::StringViewJulian Andres Klode
2016-01-07Introduce internal APT::StringView classJulian Andres Klode
2016-01-07CopyFile: Use 64 * 1024 instead of 64000 as buffer sizeJulian Andres Klode
2016-01-07FileFd: (native) LZ4 supportJulian Andres Klode
2016-01-03simple_compressor: Provide some accessors for end and freeJulian Andres Klode
2016-01-03simple_buffer: Allow buffer size to changeJulian Andres Klode
2015-12-29strutl.cc: Add declarations for the compat _ascii() functionsJulian Andres Klode
2015-12-29Turn tolower_ascii() and isspace_ascii() into inline functionsJulian Andres Klode
2015-12-28BufferedFileFdPrivate: Make InternalFlush() save against errorsJulian Andres Klode
2015-12-28BufferedWriter: flushing: Check for written < size instead of <=Julian Andres Klode
2015-12-27FileFd: Add a buffered writing modeJulian Andres Klode
2015-12-27FildFd: Introduce a Flush() function and call it from Close()Julian Andres Klode
2015-12-27FileFdPrivate: Add getter and setter for fieldsJulian Andres Klode
2015-12-27fileutl: simple_buffer: Add write() and full() methodsJulian Andres Klode
2015-12-27fileutl: simple_buffer: Mark accessors as constJulian Andres Klode
2015-12-27FileFdPrivate: Extract SimpleBuffer and mark it as hiddenJulian Andres Klode
2015-12-27Hex2Digit: Do not use isxdigit()Niels Thykier
2015-12-27Convert most callers of isspace() to isspace_ascii()Julian Andres Klode
2015-12-27Introduce isspace_ascii() for use by parsersJulian Andres Klode
2015-12-26Refactor InternalReadLine to not unroll Size == 0 caseJulian Andres Klode
2015-12-26Change InternalReadLine to always use buffer.read() return valueJulian Andres Klode
2015-12-26Get rid of memmove() in our read bufferingJulian Andres Klode
2015-12-26Use a hardcoded buffer size of 4096 to fix performanceJulian Andres Klode
2015-12-24Mark all FileFdPrivate classes as hidden1.1.6Julian Andres Klode
2015-12-23fix new[] vs delete mismatch introduced by b3db9d81David Kalnischkies
2015-12-23use a dynamic buffer for ReadLineDavid Kalnischkies
2015-12-23implement a buffer system for FileFd::ReadLineDavid Kalnischkies
2015-12-22parse xz-compression level from configurationDavid Kalnischkies