summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/fileutl.cc
Commit message (Expand)AuthorAgeFilesLines
* Prevent shutdown while running dpkgJulian Andres Klode2019-05-031-0/+48
* Add 'explicit' to most single argument constructorsJulian Andres Klode2019-04-301-1/+1
* fileutl: Merge Popen variantsJulian Andres Klode2019-02-261-10/+0
* fileutl: Remove deprecated functions such as gzFd()Julian Andres Klode2019-02-261-13/+0
* sptr: Remove deprecated smart pointer classesJulian Andres Klode2019-02-261-1/+0
* gpgv: Use buffered writes for splitting clearsigned filesJulian Andres Klode2019-02-041-1/+5
* Drop buffered writing from clearsigned message extractionDavid Kalnischkies2019-02-011-1/+1
* Merge and reuse tmp file handling across the boardDavid Kalnischkies2019-01-241-2/+4
* Set DPKG_FRONTEND_LOCKED when running {pre,post}-invoke scriptsJulian Andres Klode2018-10-051-0/+3
* zstd: Implement support for multi-frame filesJulian Andres Klode2018-04-131-4/+12
* Implement compression level handling for zstdJulian Andres Klode2018-04-131-1/+18
* apt-pkg: Add support for zstdJulian Andres Klode2018-03-121-0/+195
* Support cleartext signed InRelease files with CRLF line endingsDavid Kalnischkies2018-01-021-6/+21
* convert various c-style casts to C++-styleDavid Kalnischkies2017-12-131-1/+1
* Run the ProxyAutoDetect script in the sandbox againJulian Andres Klode2017-10-221-0/+10
* don't keep configuration files open needlesslyDavid Kalnischkies2017-08-041-1/+1
* show warnings instead of errors if files are unreadableDavid Kalnischkies2017-07-261-2/+11
* use FileFd to parse all apt configuration filesDavid Kalnischkies2017-07-261-3/+29
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-24/+24
* fix some unlikely memory leaks in error casesDavid Kalnischkies2017-06-261-3/+7
* Avoid chdir in acquire clean with unlinkatDavid Kalnischkies2017-06-261-0/+15
* Don't use -1 fd and AT_SYMLINK_NOFOLLOW for faccessat()Julian Andres Klode2017-02-111-1/+1
* add TMP/TEMP/TEMPDIR to the TMPDIR DropPrivileges danceDavid Kalnischkies2016-11-111-9/+20
* reset HOME, USER(NAME), TMPDIR & SHELL in DropPrivilegesDavid Kalnischkies2016-11-091-0/+20
* Do not read stderr from proxy autodetection scriptsJulian Andres Klode2016-10-041-1/+7
* fileutl: empty file support: Avoid fstat() on -1 fd and check resultJulian Andres Klode2016-08-121-2/+3
* implement socks5h proxy support for http methodDavid Kalnischkies2016-08-101-0/+31
* if the FileFd failed already following calls should fail, tooDavid Kalnischkies2016-07-291-8/+10
* (error) va_list 'args' was opened but not closed by va_end()David Kalnischkies2016-07-271-10/+8
* call flush on the wrapped writebuffered FileFdDavid Kalnischkies2016-07-231-2/+1
* ensure Cnf::FindFile doesn't return files below /dev/nullDavid Kalnischkies2016-07-191-0/+19
* don't change owner/perms/times through file:// symlinksDavid Kalnischkies2016-07-061-1/+4
* give a descriptive error for pipe tries with 'false'David Kalnischkies2016-07-051-0/+3
* don't do atomic overrides with failed filesDavid Kalnischkies2016-06-291-1/+1
* don't leak an FD in lz4 (de)compressionDavid Kalnischkies2016-06-101-1/+6
* do not hang on piped input in PipedFileFdPrivateDavid Kalnischkies2016-06-101-0/+5
* FileFd: avoid further writing if file failedDavid Kalnischkies2016-04-281-9/+13
* consistently add APT_OVERRIDE as method markerDavid Kalnischkies2016-04-031-70/+70
* Fix lzma write support to handle "try again" caseColin Watson2016-03-061-4/+25
* Set seekpos to 0 after reopening files in Seek()Julian Andres Klode2016-02-101-0/+1
* Use some semantically more correct buffer operationsJulian Andres Klode2016-02-041-1/+1
* Correctly report write errors when flushing buffered writerJulian Andres Klode2016-02-041-1/+1
* Do not buffer writes larger than the buffer if possibleJulian Andres Klode2016-02-011-0/+6
* BufferedWriteFileFdPrivate: Simplify InternalWrite()Julian Andres Klode2016-02-011-9/+3
* simple_buffer::write: Use free() instead of maxsize - size()Julian Andres Klode2016-02-011-3/+3
* fix "Mismatched free() / delete / delete []" in simple_bufferStefan Bühler2016-01-301-1/+1
* CopyFile: Use 64 * 1024 instead of 64000 as buffer sizeJulian Andres Klode2016-01-071-7/+9
* FileFd: (native) LZ4 supportJulian Andres Klode2016-01-071-0/+160
* simple_compressor: Provide some accessors for end and freeJulian Andres Klode2016-01-031-0/+3
* simple_buffer: Allow buffer size to changeJulian Andres Klode2016-01-031-2/+18