summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Hex2Digit: Do not use isxdigit()Niels Thykier2015-12-271-4/+9
* Convert most callers of isspace() to isspace_ascii()Julian Andres Klode2015-12-271-2/+2
* Introduce isspace_ascii() for use by parsersJulian Andres Klode2015-12-272-0/+19
* Refactor InternalReadLine to not unroll Size == 0 caseJulian Andres Klode2015-12-261-5/+4
* Change InternalReadLine to always use buffer.read() return valueJulian Andres Klode2015-12-261-12/+8
* Get rid of memmove() in our read bufferingJulian Andres Klode2015-12-261-76/+57
* Use a hardcoded buffer size of 4096 to fix performanceJulian Andres Klode2015-12-261-4/+2
* Mark all FileFdPrivate classes as hidden1.1.6Julian Andres Klode2015-12-241-6/+6
* fix new[] vs delete mismatch introduced by b3db9d81David Kalnischkies2015-12-231-7/+7
* use a dynamic buffer for ReadLineDavid Kalnischkies2015-12-231-15/+22
* implement a buffer system for FileFd::ReadLineDavid Kalnischkies2015-12-231-27/+140
* parse xz-compression level from configurationDavid Kalnischkies2015-12-221-2/+28
* follow dpkg and xz and use CRC64 for xz compressionDavid Kalnischkies2015-12-221-1/+1
* shuffle compressor-specific code into private subclassesDavid Kalnischkies2015-12-222-635/+692
* Do not try to read in FileFd::Read() if Size is 0Julian Andres Klode2015-12-191-3/+2
* Do nothing in FileFd::Write() if Size is 0Julian Andres Klode2015-12-191-7/+5
* CopyFile: avoid failing on EOF on some systemsPino Toscano2015-12-191-1/+1
* CopyFile: fix BufSize to a sane valuePino Toscano2015-12-191-2/+2
* fix typos and docs in GlobalError documentationDavid Kalnischkies2015-12-131-10/+9
* mmap: Define _DEFAULT_SOURCE instead of _BSD_SOURCEJulian Andres Klode2015-12-111-1/+1
* doc: VerifyFile checks all hashes instead of best onlyDavid Kalnischkies2015-11-291-1/+1
* Revert "Revert "appease adequate with some weak symbols for -private""Julian Andres Klode2015-11-281-0/+2
* Revert "appease adequate with some weak symbols for -private"Julian Andres Klode2015-11-281-2/+0
* disable privilege-drop verification by default as fakeroot trips over itDavid Kalnischkies2015-11-281-42/+60