summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/fileutl.h
Commit message (Expand)AuthorAgeFilesLines
* Add missing #include <string_view>Julian Andres Klode2025-02-151-0/+1
* fileutl: Convert FileFd::d to std::unique_ptrJulian Andres Klode2025-02-151-1/+1
* Take const& in flNotFile()наб2025-02-141-1/+1
* Take const& in GetLock()наб2025-02-141-1/+1
* Take const& in Rename()наб2025-02-141-1/+1
* Take const& in {,Real}FileExists()наб2025-02-141-2/+2
* string{=> _view} flNotDir(string{=> _view}). Configuration::{Cnd,}Set(Value: ...наб2025-02-141-1/+1
* string{=> _view} flExtension(string{=> _view})наб2025-02-141-1/+1
* Merge branch 'more' into 'main'Julian Andres Klode2024-11-121-0/+29
|\
| * dpkgpm: lift out CopyIndented() and make_unique_*() for FILEs; use getline() ...наб2024-11-121-0/+29
* | FileFd::Open: don't needlessly copy filename in three-arg constructorнаб2024-11-111-2/+2
|/
* Modernize standard library includesJulian Andres Klode2024-02-201-1/+1
* Address statements of public domainJulian Andres Klode2023-03-061-0/+4
* apt-pkg/contrib/fileutl.h Explicitly include sys/stat.hlancethepants2022-08-261-0/+1
* Remove unused public zlib include from libapt fileutl.hDavid Kalnischkies2022-05-071-3/+0
* apt-pkg: default visibility to hiddenJulian Andres Klode2020-02-261-40/+40
* Run unifdef -DAPT_{8,9,10,15}_CLEANER_HEADERSJulian Andres Klode2019-06-121-3/+0
* Prevent shutdown while running dpkgJulian Andres Klode2019-05-031-0/+2
* fileutl: Merge Popen variantsJulian Andres Klode2019-02-261-3/+1
* fileutl: Remove deprecated functions such as gzFd()Julian Andres Klode2019-02-261-15/+0
* gpgv: Use buffered writes for splitting clearsigned filesJulian Andres Klode2019-02-041-0/+6
* Override FileFd copy constructor to prevent copyingJulian Andres Klode2018-12-041-0/+1
* Fix typo reported by codespell in code commentsDavid Kalnischkies2018-11-251-1/+1
* Remove obsolete RCS keywordsGuillem Jover2018-05-071-1/+0
* apt-pkg: Add support for zstdJulian Andres Klode2018-03-121-2/+14
* Run the ProxyAutoDetect script in the sandbox againJulian Andres Klode2017-10-221-0/+2
* show warnings instead of errors if files are unreadableDavid Kalnischkies2017-07-261-0/+1
* use FileFd to parse all apt configuration filesDavid Kalnischkies2017-07-261-0/+22
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-2/+2
* Avoid chdir in acquire clean with unlinkatDavid Kalnischkies2017-06-261-0/+1
* Do not read stderr from proxy autodetection scriptsJulian Andres Klode2016-10-041-0/+3
* drop incorrect const attribute from DirectoryExistsDavid Kalnischkies2016-08-121-1/+1
* implement socks5h proxy support for http methodDavid Kalnischkies2016-08-101-0/+1
* ensure Cnf::FindFile doesn't return files below /dev/nullDavid Kalnischkies2016-07-191-0/+2
* edsp: try harder to not generate unneeded error messagesDavid Kalnischkies2016-05-201-6/+0
* convert EDSP to be based on FileFd instead of FILE*David Kalnischkies2016-05-201-0/+6
* FileFd: (native) LZ4 supportJulian Andres Klode2016-01-071-1/+2
* FileFd: Add a buffered writing modeJulian Andres Klode2015-12-271-0/+1
* FildFd: Introduce a Flush() function and call it from Close()Julian Andres Klode2015-12-271-0/+1
* shuffle compressor-specific code into private subclassesDavid Kalnischkies2015-12-221-0/+6
* add messages to our deprecation warnings in libaptDavid Kalnischkies2015-11-271-2/+2
* review of new/changed translatable program stringsJustin B Rye2015-11-211-1/+1
* wrap every unlink call to check for != /dev/nullDavid Kalnischkies2015-11-041-0/+1
* ignore for _apt inaccessible TMPDIR in pkgAcqChangelogDavid Kalnischkies2015-08-311-0/+1
* elimate duplicated code in pkgIndexFile subclassesDavid Kalnischkies2015-08-101-2/+3
* make all d-pointer * const pointersDavid Kalnischkies2015-08-101-19/+8
* ensure lists/ files have correct permissions after apt-cdrom addDavid Kalnischkies2015-04-191-1/+12
* Rename DropPrivs() to DropPrivileges()Michael Vogt2014-10-071-1/+1
* DropPrivs: Document what it doesJulian Andres Klode2014-09-241-1/+11
* Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-09-231-0/+2
|\