Age | Commit message (Expand) | Author |
2017-08-04 | don't keep configuration files open needlessly | David Kalnischkies |
2017-07-26 | show warnings instead of errors if files are unreadable | David Kalnischkies |
2017-07-26 | use FileFd to parse all apt configuration files | David Kalnischkies |
2017-07-12 | Reformat and sort all includes with clang-format | Julian Andres Klode |
2017-06-26 | fix some unlikely memory leaks in error cases | David Kalnischkies |
2017-06-26 | Avoid chdir in acquire clean with unlinkat | David Kalnischkies |
2017-02-11 | Don't use -1 fd and AT_SYMLINK_NOFOLLOW for faccessat() | Julian Andres Klode |
2016-11-11 | add TMP/TEMP/TEMPDIR to the TMPDIR DropPrivileges dance | David Kalnischkies |
2016-11-09 | reset HOME, USER(NAME), TMPDIR & SHELL in DropPrivileges | David Kalnischkies |
2016-10-04 | Do not read stderr from proxy autodetection scripts | Julian Andres Klode |
2016-08-12 | fileutl: empty file support: Avoid fstat() on -1 fd and check result | Julian Andres Klode |
2016-08-10 | implement socks5h proxy support for http method | David Kalnischkies |
2016-07-29 | if the FileFd failed already following calls should fail, too | David Kalnischkies |
2016-07-27 | (error) va_list 'args' was opened but not closed by va_end() | David Kalnischkies |
2016-07-23 | call flush on the wrapped writebuffered FileFd | David Kalnischkies |
2016-07-19 | ensure Cnf::FindFile doesn't return files below /dev/null | David Kalnischkies |
2016-07-06 | don't change owner/perms/times through file:// symlinks | David Kalnischkies |
2016-07-05 | give a descriptive error for pipe tries with 'false' | David Kalnischkies |
2016-06-29 | don't do atomic overrides with failed files | 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-04-28 | FileFd: avoid further writing if file failed | David Kalnischkies |
2016-04-03 | consistently add APT_OVERRIDE as method marker | David Kalnischkies |
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-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-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-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-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 |