summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/fileutl.h
AgeCommit message (Expand)Author
2020-02-26apt-pkg: default visibility to hiddenJulian Andres Klode
2019-06-12Run unifdef -DAPT_{8,9,10,15}_CLEANER_HEADERSJulian Andres Klode
2019-05-03Prevent shutdown while running dpkgJulian Andres Klode
2019-02-26fileutl: Merge Popen variantsJulian Andres Klode
2019-02-26fileutl: Remove deprecated functions such as gzFd()Julian Andres Klode
2019-02-04gpgv: Use buffered writes for splitting clearsigned filesJulian Andres Klode
2018-12-04Override FileFd copy constructor to prevent copyingJulian Andres Klode
2018-11-25Fix typo reported by codespell in code commentsDavid Kalnischkies
2018-05-07Remove obsolete RCS keywordsGuillem Jover
2018-03-12apt-pkg: Add support for zstdJulian Andres Klode
2017-10-22Run the ProxyAutoDetect script in the sandbox againJulian Andres Klode
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-26Avoid chdir in acquire clean with unlinkatDavid Kalnischkies
2016-10-04Do not read stderr from proxy autodetection scriptsJulian Andres Klode
2016-08-12drop incorrect const attribute from DirectoryExistsDavid Kalnischkies
2016-08-10implement socks5h proxy support for http methodDavid Kalnischkies
2016-07-19ensure Cnf::FindFile doesn't return files below /dev/nullDavid Kalnischkies
2016-05-20edsp: try harder to not generate unneeded error messagesDavid Kalnischkies
2016-05-20convert EDSP to be based on FileFd instead of FILE*David Kalnischkies
2016-01-07FileFd: (native) LZ4 supportJulian Andres Klode
2015-12-27FileFd: Add a buffered writing modeJulian Andres Klode
2015-12-27FildFd: Introduce a Flush() function and call it from Close()Julian Andres Klode
2015-12-22shuffle compressor-specific code into private subclassesDavid Kalnischkies
2015-11-27add messages to our deprecation warnings in libaptDavid Kalnischkies
2015-11-21review of new/changed translatable program stringsJustin B Rye
2015-11-04wrap every unlink call to check for != /dev/nullDavid Kalnischkies
2015-08-31ignore for _apt inaccessible TMPDIR in pkgAcqChangelogDavid Kalnischkies
2015-08-10elimate duplicated code in pkgIndexFile subclassesDavid Kalnischkies
2015-08-10make all d-pointer * const pointersDavid Kalnischkies
2015-04-19ensure lists/ files have correct permissions after apt-cdrom addDavid Kalnischkies
2014-10-07Rename DropPrivs() to DropPrivileges()Michael Vogt
2014-09-24DropPrivs: Document what it doesJulian Andres Klode
2014-09-23Merge branch 'debian/sid' into debian/experimentalMichael Vogt
2014-09-16SECURITY UPDATE for CVE-2014-{0488,0487,0489}Michael Vogt
2014-06-18Merge remote-tracking branch 'mvo/feature/drop-rights' into debian/experimentalMichael Vogt
2014-06-11DropPrivs in the solvers (just to be on the safe side)Michael Vogt
2014-05-07Merge remote-tracking branch 'mvo/feature/apt-install-deb' into debian/experi...Michael Vogt
2014-05-07Merge branch 'debian/sid' into debian/experimentalMichael Vogt
2014-04-28Merge branch 'feature/abspath' into feature/apt-install-debMichael Vogt
2014-04-28add flAbsPath() as a wrapper to realpath()Michael Vogt
2014-04-28Merge branch 'feature/popen' into feature/apt-install-debMichael Vogt
2014-04-28Implement Popen() execv helper to avoid popen()Michael Vogt
2014-04-28WIP local deb installMichael Vogt
2014-04-10Rename FileFd::Open() Perms to AccessModeMichael Vogt
2014-03-21mark optional (private) symbols as hiddenDavid Kalnischkies
2014-03-14fix test/integration/test-apt-helperMichael Vogt
2014-03-13follow method attribute suggestions by gccDavid Kalnischkies
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies