Age | Commit message (Expand) | Author |
2016-02-01 | BufferedWriteFileFdPrivate: Simplify InternalWrite() | Julian Andres Klode |
2016-02-01 | simple_buffer::write: Use free() instead of maxsize - size() | Julian Andres Klode |
2016-01-30 | fix "Mismatched free() / delete / delete []" in simple_buffer | Stefan Bühler |
2016-01-26 | drop explicit check for EWOULDBLOCK if it has the same value as EAGAIN | David Kalnischkies |
2016-01-15 | string_view: Drop constexpr constructor for standard compatibility | Julian Andres Klode |
2016-01-15 | provide a constexpr char[] overload for APT::StringView | David Kalnischkies |
2016-01-15 | return correct position in APT::StringView::(r)find | David Kalnischkies |
2016-01-08 | Store the size of strings in the cache | Julian Andres Klode |
2016-01-08 | HashSumValue::Set: Do not provide const char* overload | Julian Andres Klode |
2016-01-08 | operator==(char*, StringView) use StringView.operator== | Julian Andres Klode |
2016-01-07 | StringView: rfind: pos should be end of substr, not start | Julian Andres Klode |
2016-01-07 | StringView: pos argument default should be npos | Julian Andres Klode |
2016-01-07 | StringView::rfind(): Call rfind() instead of find() on subst | Julian Andres Klode |
2016-01-07 | Switch performance critical code to use APT::StringView | Julian Andres Klode |
2016-01-07 | Introduce internal APT::StringView class | Julian Andres Klode |
2016-01-07 | CopyFile: Use 64 * 1024 instead of 64000 as buffer size | Julian Andres Klode |
2016-01-07 | FileFd: (native) LZ4 support | Julian Andres Klode |
2016-01-03 | simple_compressor: Provide some accessors for end and free | Julian Andres Klode |
2016-01-03 | simple_buffer: Allow buffer size to change | Julian Andres Klode |
2015-12-29 | strutl.cc: Add declarations for the compat _ascii() functions | Julian Andres Klode |
2015-12-29 | Turn tolower_ascii() and isspace_ascii() into inline functions | Julian Andres Klode |
2015-12-28 | BufferedFileFdPrivate: Make InternalFlush() save against errors | Julian Andres Klode |
2015-12-28 | BufferedWriter: flushing: Check for written < size instead of <= | Julian Andres Klode |
2015-12-27 | FileFd: Add a buffered writing mode | Julian Andres Klode |
2015-12-27 | FildFd: Introduce a Flush() function and call it from Close() | Julian Andres Klode |
2015-12-27 | FileFdPrivate: Add getter and setter for fields | Julian Andres Klode |
2015-12-27 | fileutl: simple_buffer: Add write() and full() methods | Julian Andres Klode |
2015-12-27 | fileutl: simple_buffer: Mark accessors as const | Julian Andres Klode |
2015-12-27 | FileFdPrivate: Extract SimpleBuffer and mark it as hidden | Julian Andres Klode |
2015-12-27 | Hex2Digit: Do not use isxdigit() | Niels Thykier |
2015-12-27 | Convert most callers of isspace() to isspace_ascii() | Julian Andres Klode |
2015-12-27 | Introduce isspace_ascii() for use by parsers | Julian Andres Klode |
2015-12-26 | Refactor InternalReadLine to not unroll Size == 0 case | Julian Andres Klode |
2015-12-26 | Change InternalReadLine to always use buffer.read() return value | Julian Andres Klode |
2015-12-26 | Get rid of memmove() in our read buffering | Julian Andres Klode |
2015-12-26 | Use a hardcoded buffer size of 4096 to fix performance | Julian Andres Klode |
2015-12-24 | Mark all FileFdPrivate classes as hidden1.1.6 | Julian Andres Klode |
2015-12-23 | fix new[] vs delete mismatch introduced by b3db9d81 | David Kalnischkies |
2015-12-23 | use a dynamic buffer for ReadLine | David Kalnischkies |
2015-12-23 | implement a buffer system for FileFd::ReadLine | David Kalnischkies |
2015-12-22 | parse xz-compression level from configuration | David Kalnischkies |
2015-12-22 | follow dpkg and xz and use CRC64 for xz compression | David Kalnischkies |
2015-12-22 | shuffle compressor-specific code into private subclasses | David Kalnischkies |
2015-12-19 | Do not try to read in FileFd::Read() if Size is 0 | Julian Andres Klode |
2015-12-19 | Do nothing in FileFd::Write() if Size is 0 | Julian Andres Klode |
2015-12-19 | CopyFile: avoid failing on EOF on some systems | Pino Toscano |
2015-12-19 | CopyFile: fix BufSize to a sane value | Pino Toscano |
2015-12-13 | fix typos and docs in GlobalError documentation | David Kalnischkies |
2015-12-11 | mmap: Define _DEFAULT_SOURCE instead of _BSD_SOURCE | Julian Andres Klode |
2015-11-29 | doc: VerifyFile checks all hashes instead of best only | David Kalnischkies |