summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/fileutl.cc
AgeCommit message (Expand)Author
2019-12-26APT 1.7.0-sileoCoolStar
2019-12-26Lets get those sizes rightJaywalker
2019-12-26Fixed last few errors. APT is strict...Jaywalker
2019-12-26Missed a semicolonJaywalker
2019-12-26Fixed system() using coolstar's patch and added other required patchesJaywalker
2019-02-04gpgv: Use buffered writes for splitting clearsigned filesJulian Andres Klode
2019-02-01Drop buffered writing from clearsigned message extractionDavid Kalnischkies
2019-01-24Merge and reuse tmp file handling across the boardDavid Kalnischkies
2018-10-05Set DPKG_FRONTEND_LOCKED when running {pre,post}-invoke scriptsJulian Andres Klode
2018-04-13zstd: Implement support for multi-frame filesJulian Andres Klode
2018-04-13Implement compression level handling for zstdJulian Andres Klode
2018-03-12apt-pkg: Add support for zstdJulian Andres Klode
2018-01-02Support cleartext signed InRelease files with CRLF line endingsDavid Kalnischkies
2017-12-13convert various c-style casts to C++-styleDavid Kalnischkies
2017-10-22Run the ProxyAutoDetect script in the sandbox againJulian Andres Klode
2017-08-04don't keep configuration files open needlesslyDavid Kalnischkies
2017-07-26show warnings instead of errors if files are unreadableDavid Kalnischkies
2017-07-26use FileFd to parse all apt configuration filesDavid Kalnischkies
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode
2017-06-26fix some unlikely memory leaks in error casesDavid Kalnischkies
2017-06-26Avoid chdir in acquire clean with unlinkatDavid Kalnischkies
2017-02-11Don't use -1 fd and AT_SYMLINK_NOFOLLOW for faccessat()Julian Andres Klode
2016-11-11add TMP/TEMP/TEMPDIR to the TMPDIR DropPrivileges danceDavid Kalnischkies
2016-11-09reset HOME, USER(NAME), TMPDIR & SHELL in DropPrivilegesDavid Kalnischkies
2016-10-04Do not read stderr from proxy autodetection scriptsJulian Andres Klode
2016-08-12fileutl: empty file support: Avoid fstat() on -1 fd and check resultJulian Andres Klode
2016-08-10implement socks5h proxy support for http methodDavid Kalnischkies
2016-07-29if the FileFd failed already following calls should fail, tooDavid Kalnischkies
2016-07-27(error) va_list 'args' was opened but not closed by va_end()David Kalnischkies
2016-07-23call flush on the wrapped writebuffered FileFdDavid Kalnischkies
2016-07-19ensure Cnf::FindFile doesn't return files below /dev/nullDavid Kalnischkies
2016-07-06don't change owner/perms/times through file:// symlinksDavid Kalnischkies
2016-07-05give a descriptive error for pipe tries with 'false'David Kalnischkies
2016-06-29don't do atomic overrides with failed filesDavid Kalnischkies
2016-06-10don't leak an FD in lz4 (de)compressionDavid Kalnischkies
2016-06-10do not hang on piped input in PipedFileFdPrivateDavid Kalnischkies
2016-04-28FileFd: avoid further writing if file failedDavid Kalnischkies
2016-04-03consistently add APT_OVERRIDE as method markerDavid Kalnischkies
2016-03-06Fix lzma write support to handle "try again" caseColin Watson
2016-02-10Set seekpos to 0 after reopening files in Seek()Julian Andres Klode
2016-02-04Use some semantically more correct buffer operationsJulian Andres Klode
2016-02-04Correctly report write errors when flushing buffered writerJulian Andres Klode
2016-02-01Do not buffer writes larger than the buffer if possibleJulian Andres Klode
2016-02-01BufferedWriteFileFdPrivate: Simplify InternalWrite()Julian Andres Klode
2016-02-01simple_buffer::write: Use free() instead of maxsize - size()Julian Andres Klode
2016-01-30fix "Mismatched free() / delete / delete []" in simple_bufferStefan Bühler
2016-01-07CopyFile: Use 64 * 1024 instead of 64000 as buffer sizeJulian Andres Klode
2016-01-07FileFd: (native) LZ4 supportJulian Andres Klode
2016-01-03simple_compressor: Provide some accessors for end and freeJulian Andres Klode
2016-01-03simple_buffer: Allow buffer size to changeJulian Andres Klode