summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib
AgeCommit message (Expand)AuthorFilesLines
2016-05-10Merge pull request julian-klode/apt#3 from adrian17/masterJulian Andres Klode1-2/+2
2016-05-03remove 100-levels config nesting limitDavid Kalnischkies1-38/+36
2016-05-01Don't copy strings in Startswith, EndswithAdrian Wielgosik1-2/+2
2016-04-28FileFd: avoid further writing if file failedDavid Kalnischkies1-9/+13
2016-04-25properly format multiline error messagesDavid Kalnischkies1-6/+21
2016-04-03use buffered writing for InRelease splittingDavid Kalnischkies1-1/+1
2016-04-03consistently add APT_OVERRIDE as method markerDavid Kalnischkies1-70/+70
2016-03-28Allow lowering trust level of a hash via configJulian Andres Klode1-1/+10
2016-03-24Set hidden visibility for StringViewJulian Andres Klode1-1/+2
2016-03-13Do not consider SHA1 usableJulian Andres Klode1-1/+2
2016-03-07Fix several typosVeres Lajos2-2/+2
2016-03-06Fix lzma write support to handle "try again" caseColin Watson1-4/+25
2016-02-10Set seekpos to 0 after reopening files in Seek()Julian Andres Klode1-0/+1
2016-02-04Use some semantically more correct buffer operationsJulian Andres Klode1-1/+1
2016-02-04Correctly report write errors when flushing buffered writerJulian Andres Klode1-1/+1
2016-02-03Avoid temporary strings in SubstVar.Adrian Wielgosik1-1/+3
2016-02-01Do not buffer writes larger than the buffer if possibleJulian Andres Klode1-0/+6
2016-02-01BufferedWriteFileFdPrivate: Simplify InternalWrite()Julian Andres Klode1-9/+3
2016-02-01simple_buffer::write: Use free() instead of maxsize - size()Julian Andres Klode1-3/+3
2016-01-30fix "Mismatched free() / delete / delete []" in simple_bufferStefan Bühler1-1/+1
2016-01-26drop explicit check for EWOULDBLOCK if it has the same value as EAGAINDavid Kalnischkies1-0/+4
2016-01-15string_view: Drop constexpr constructor for standard compatibilityJulian Andres Klode1-10/+4
2016-01-15provide a constexpr char[] overload for APT::StringViewDavid Kalnischkies1-4/+10
2016-01-15return correct position in APT::StringView::(r)findDavid Kalnischkies1-8/+16
2016-01-08Store the size of strings in the cacheJulian Andres Klode1-2/+9
2016-01-08HashSumValue::Set: Do not provide const char* overloadJulian Andres Klode1-6/+3
2016-01-08operator==(char*, StringView) use StringView.operator==Julian Andres Klode1-1/+1
2016-01-07StringView: rfind: pos should be end of substr, not startJulian Andres Klode1-1/+1
2016-01-07StringView: pos argument default should be nposJulian Andres Klode1-2/+2
2016-01-07StringView::rfind(): Call rfind() instead of find() on substJulian Andres Klode1-1/+1
2016-01-07Switch performance critical code to use APT::StringViewJulian Andres Klode3-3/+37
2016-01-07Introduce internal APT::StringView classJulian Andres Klode1-0/+112
2016-01-07CopyFile: Use 64 * 1024 instead of 64000 as buffer sizeJulian Andres Klode1-7/+9
2016-01-07FileFd: (native) LZ4 supportJulian Andres Klode2-1/+162
2016-01-03simple_compressor: Provide some accessors for end and freeJulian Andres Klode1-0/+3
2016-01-03simple_buffer: Allow buffer size to changeJulian Andres Klode1-2/+18
2015-12-29strutl.cc: Add declarations for the compat _ascii() functionsJulian Andres Klode1-0/+2
2015-12-29Turn tolower_ascii() and isspace_ascii() into inline functionsJulian Andres Klode2-11/+21
2015-12-28BufferedFileFdPrivate: Make InternalFlush() save against errorsJulian Andres Klode1-8/+8
2015-12-28BufferedWriter: flushing: Check for written < size instead of <=Julian Andres Klode1-3/+1
2015-12-27FileFd: Add a buffered writing modeJulian Andres Klode2-0/+153
2015-12-27FildFd: Introduce a Flush() function and call it from Close()Julian Andres Klode2-0/+16
2015-12-27FileFdPrivate: Add getter and setter for fieldsJulian Andres Klode1-9/+42
2015-12-27fileutl: simple_buffer: Add write() and full() methodsJulian Andres Klode1-0/+11
2015-12-27fileutl: simple_buffer: Mark accessors as constJulian Andres Klode1-2/+3
2015-12-27FileFdPrivate: Extract SimpleBuffer and mark it as hiddenJulian Andres Klode1-21/+24
2015-12-27Hex2Digit: Do not use isxdigit()Niels Thykier1-4/+9
2015-12-27Convert most callers of isspace() to isspace_ascii()Julian Andres Klode1-2/+2
2015-12-27Introduce isspace_ascii() for use by parsersJulian Andres Klode2-0/+19
2015-12-26Refactor InternalReadLine to not unroll Size == 0 caseJulian Andres Klode1-5/+4