Age | Commit message (Expand) | Author |
2016-06-14 | don't use FindFile for external Dir::Bin commands | David Kalnischkies |
2016-06-10 | don't leak FD in AutoProxyDetect command return parsing | David Kalnischkies |
2016-06-10 | don't leak an FD in lz4 (de)compression | David Kalnischkies |
2016-06-10 | do not hang on piped input in PipedFileFdPrivate | David Kalnischkies |
2016-05-28 | use de-localed std::put_time instead rolling our own | David Kalnischkies |
2016-05-28 | accept only the expected UTC timezones in date parsing | David Kalnischkies |
2016-05-27 | prevent C++ locale number formatting in text APIs | David Kalnischkies |
2016-05-20 | edsp: try harder to not generate unneeded error messages | David Kalnischkies |
2016-05-20 | convert EDSP to be based on FileFd instead of FILE* | David Kalnischkies |
2016-05-10 | Merge pull request julian-klode/apt#3 from adrian17/master | Julian Andres Klode |
2016-05-03 | remove 100-levels config nesting limit | David Kalnischkies |
2016-05-01 | Don't copy strings in Startswith, Endswith | Adrian Wielgosik |
2016-04-28 | FileFd: avoid further writing if file failed | David Kalnischkies |
2016-04-25 | properly format multiline error messages | David Kalnischkies |
2016-04-03 | use buffered writing for InRelease splitting | David Kalnischkies |
2016-04-03 | consistently add APT_OVERRIDE as method marker | David Kalnischkies |
2016-03-28 | Allow lowering trust level of a hash via config | Julian Andres Klode |
2016-03-24 | Set hidden visibility for StringView | Julian Andres Klode |
2016-03-13 | Do not consider SHA1 usable | Julian Andres Klode |
2016-03-07 | Fix several typos | Veres Lajos |
2016-03-06 | Fix lzma write support to handle "try again" case | Colin Watson |
2016-02-10 | Set seekpos to 0 after reopening files in Seek() | Julian Andres Klode |
2016-02-04 | Use some semantically more correct buffer operations | Julian Andres Klode |
2016-02-04 | Correctly report write errors when flushing buffered writer | Julian Andres Klode |
2016-02-03 | Avoid temporary strings in SubstVar. | Adrian Wielgosik |
2016-02-01 | Do not buffer writes larger than the buffer if possible | Julian Andres Klode |
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 |