summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib
Commit message (Expand)AuthorAgeFilesLines
...
* accept only the expected UTC timezones in date parsingDavid Kalnischkies2016-05-282-22/+67
* prevent C++ locale number formatting in text APIsDavid Kalnischkies2016-05-271-1/+1
* edsp: try harder to not generate unneeded error messagesDavid Kalnischkies2016-05-201-6/+0
* convert EDSP to be based on FileFd instead of FILE*David Kalnischkies2016-05-201-0/+6
* Merge pull request julian-klode/apt#3 from adrian17/masterJulian Andres Klode2016-05-101-2/+2
|\
| * Don't copy strings in Startswith, EndswithAdrian Wielgosik2016-05-011-2/+2
* | remove 100-levels config nesting limitDavid Kalnischkies2016-05-031-38/+36
|/
* FileFd: avoid further writing if file failedDavid Kalnischkies2016-04-281-9/+13
* properly format multiline error messagesDavid Kalnischkies2016-04-251-6/+21
* use buffered writing for InRelease splittingDavid Kalnischkies2016-04-031-1/+1
* consistently add APT_OVERRIDE as method markerDavid Kalnischkies2016-04-031-70/+70
* Allow lowering trust level of a hash via configJulian Andres Klode2016-03-281-1/+10
* Set hidden visibility for StringViewJulian Andres Klode2016-03-241-1/+2
* Do not consider SHA1 usableJulian Andres Klode2016-03-131-1/+2
* Fix several typosVeres Lajos2016-03-072-2/+2
* Fix lzma write support to handle "try again" caseColin Watson2016-03-061-4/+25
* 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
* Avoid temporary strings in SubstVar.Adrian Wielgosik2016-02-031-1/+3
* 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
* fix "Mismatched free() / delete / delete []" in simple_bufferStefan Bühler2016-01-301-1/+1
* drop explicit check for EWOULDBLOCK if it has the same value as EAGAINDavid Kalnischkies2016-01-261-0/+4
* string_view: Drop constexpr constructor for standard compatibilityJulian Andres Klode2016-01-151-10/+4
* 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
* Store the size of strings in the cacheJulian Andres Klode2016-01-081-2/+9
* HashSumValue::Set: Do not provide const char* overloadJulian Andres Klode2016-01-081-6/+3
* operator==(char*, StringView) use StringView.operator==Julian Andres Klode2016-01-081-1/+1
* StringView: rfind: pos should be end of substr, not startJulian Andres Klode2016-01-071-1/+1
* StringView: pos argument default should be nposJulian Andres Klode2016-01-071-2/+2
* StringView::rfind(): Call rfind() instead of find() on substJulian Andres Klode2016-01-071-1/+1
* Switch performance critical code to use APT::StringViewJulian Andres Klode2016-01-073-3/+37
* Introduce internal APT::StringView classJulian Andres Klode2016-01-071-0/+112
* CopyFile: Use 64 * 1024 instead of 64000 as buffer sizeJulian Andres Klode2016-01-071-7/+9
* FileFd: (native) LZ4 supportJulian Andres Klode2016-01-072-1/+162
* simple_compressor: Provide some accessors for end and freeJulian Andres Klode2016-01-031-0/+3
* simple_buffer: Allow buffer size to changeJulian Andres Klode2016-01-031-2/+18
* strutl.cc: Add declarations for the compat _ascii() functionsJulian Andres Klode2015-12-291-0/+2
* Turn tolower_ascii() and isspace_ascii() into inline functionsJulian Andres Klode2015-12-292-11/+21
* BufferedFileFdPrivate: Make InternalFlush() save against errorsJulian Andres Klode2015-12-281-8/+8
* BufferedWriter: flushing: Check for written < size instead of <=Julian Andres Klode2015-12-281-3/+1
* FileFd: Add a buffered writing modeJulian Andres Klode2015-12-272-0/+153
* FildFd: Introduce a Flush() function and call it from Close()Julian Andres Klode2015-12-272-0/+16
* FileFdPrivate: Add getter and setter for fieldsJulian Andres Klode2015-12-271-9/+42
* fileutl: simple_buffer: Add write() and full() methodsJulian Andres Klode2015-12-271-0/+11
* fileutl: simple_buffer: Mark accessors as constJulian Andres Klode2015-12-271-2/+3
* FileFdPrivate: Extract SimpleBuffer and mark it as hiddenJulian Andres Klode2015-12-271-21/+24