Age | Commit message (Expand) | Author |
2017-04-25 | Fix and avoid quoting in CommandLine::AsString | David Kalnischkies |
2017-02-22 | Don't use -1 fd and AT_SYMLINK_NOFOLLOW for faccessat() | Julian Andres Klode |
2017-02-22 | add TMP/TEMP/TEMPDIR to the TMPDIR DropPrivileges dance | David Kalnischkies |
2017-02-22 | reset HOME, USER(NAME), TMPDIR & SHELL in DropPrivileges | David Kalnischkies |
2016-12-08 | gpgv: Flush the files before checking for errors | Julian Andres Klode |
2016-12-08 | SECURITY UPDATE: gpgv: Check for errors when splitting files (CVE-2016-1252) | Julian Andres Klode |
2016-11-14 | Revert "if the FileFd failed already following calls should fail, too" | Julian Andres Klode |
2016-11-14 | Use C locale instead of C.UTF-8 for protocol strings | Julian Andres Klode |
2016-11-14 | imbue datetime parsing with C.UTF-8 locale | David Kalnischkies |
2016-11-14 | avoid std::get_time usage to sidestep libstdc++6 bug | David Kalnischkies |
2016-11-14 | accept only the expected UTC timezones in date parsing | David Kalnischkies |
2016-11-14 | use de-localed std::put_time instead rolling our own | David Kalnischkies |
2016-10-05 | Do not read stderr from proxy autodetection scripts | Julian Andres Klode |
2016-10-05 | try not to call memcpy with length 0 in hash calculations | David Kalnischkies |
2016-10-05 | Base256ToNum: Fix uninitialized value | Julian Andres Klode |
2016-10-05 | drop incorrect const attribute from DirectoryExists | David Kalnischkies |
2016-10-05 | fileutl: empty file support: Avoid fstat() on -1 fd and check result | Julian Andres Klode |
2016-10-05 | allow user@host (aka: no password) in URI parsing | David Kalnischkies |
2016-10-05 | gpgv: Unlink the correct temp file in error case | Julian Andres Klode |
2016-10-05 | if the FileFd failed already following calls should fail, too | David Kalnischkies |
2016-10-05 | (error) va_list 'args' was opened but not closed by va_end() | David Kalnischkies |
2016-08-31 | call flush on the wrapped writebuffered FileFd | David Kalnischkies |
2016-08-31 | don't change owner/perms/times through file:// symlinks | David Kalnischkies |
2016-08-31 | don't do atomic overrides with failed files | David Kalnischkies |
2016-06-20 | do not error if auto-detect-proxy cmd has no output | 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-06-01 | prevent C++ locale number formatting in text APIs | 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 |