index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
/
contrib
/
fileutl.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix integer underflow in flExtension
Ronan Desplanques
2022-05-23
1
-1
/
+1
*
RunScripts: Do not reset SIGQUIT and SIGINT to SIG_DFL
Julian Andres Klode
2021-03-01
1
-4
/
+0
*
Use 500 MB memory limit for xz/lzma decoding
David Kalnischkies
2021-02-02
1
-15
/
+6
*
Allow prefix to be a complete filename for GetTempFile
David Kalnischkies
2020-05-18
1
-12
/
+24
*
Prefer use of O_TMPFILE in GetTempFile if available
David Kalnischkies
2020-05-18
1
-5
/
+12
*
GetLock: No strerror if it's just another process holding the lock
Julian Andres Klode
2020-03-06
1
-2
/
+4
*
Raise buffer size for Hashes::AddFD() from 4 KiB to 64 KiB
Julian Andres Klode
2020-01-14
1
-3
/
+0
*
Fix some style warnings from cppcheck
David Kalnischkies
2019-11-26
1
-1
/
+1
*
Improve locking messaging - pid and name, "do not remove lock file"
Julian Andres Klode
2019-06-21
1
-2
/
+53
*
Prevent shutdown while running dpkg
Julian Andres Klode
2019-05-03
1
-0
/
+48
*
Add 'explicit' to most single argument constructors
Julian Andres Klode
2019-04-30
1
-1
/
+1
*
fileutl: Merge Popen variants
Julian Andres Klode
2019-02-26
1
-10
/
+0
*
fileutl: Remove deprecated functions such as gzFd()
Julian Andres Klode
2019-02-26
1
-13
/
+0
*
sptr: Remove deprecated smart pointer classes
Julian Andres Klode
2019-02-26
1
-1
/
+0
*
gpgv: Use buffered writes for splitting clearsigned files
Julian Andres Klode
2019-02-04
1
-1
/
+5
*
Drop buffered writing from clearsigned message extraction
David Kalnischkies
2019-02-01
1
-1
/
+1
*
Merge and reuse tmp file handling across the board
David Kalnischkies
2019-01-24
1
-2
/
+4
*
Set DPKG_FRONTEND_LOCKED when running {pre,post}-invoke scripts
Julian Andres Klode
2018-10-05
1
-0
/
+3
*
zstd: Implement support for multi-frame files
Julian Andres Klode
2018-04-13
1
-4
/
+12
*
Implement compression level handling for zstd
Julian Andres Klode
2018-04-13
1
-1
/
+18
*
apt-pkg: Add support for zstd
Julian Andres Klode
2018-03-12
1
-0
/
+195
*
Support cleartext signed InRelease files with CRLF line endings
David Kalnischkies
2018-01-02
1
-6
/
+21
*
convert various c-style casts to C++-style
David Kalnischkies
2017-12-13
1
-1
/
+1
*
Run the ProxyAutoDetect script in the sandbox again
Julian Andres Klode
2017-10-22
1
-0
/
+10
*
don't keep configuration files open needlessly
David Kalnischkies
2017-08-04
1
-1
/
+1
*
show warnings instead of errors if files are unreadable
David Kalnischkies
2017-07-26
1
-2
/
+11
*
use FileFd to parse all apt configuration files
David Kalnischkies
2017-07-26
1
-3
/
+29
*
Reformat and sort all includes with clang-format
Julian Andres Klode
2017-07-12
1
-24
/
+24
*
fix some unlikely memory leaks in error cases
David Kalnischkies
2017-06-26
1
-3
/
+7
*
Avoid chdir in acquire clean with unlinkat
David Kalnischkies
2017-06-26
1
-0
/
+15
*
Don't use -1 fd and AT_SYMLINK_NOFOLLOW for faccessat()
Julian Andres Klode
2017-02-11
1
-1
/
+1
*
add TMP/TEMP/TEMPDIR to the TMPDIR DropPrivileges dance
David Kalnischkies
2016-11-11
1
-9
/
+20
*
reset HOME, USER(NAME), TMPDIR & SHELL in DropPrivileges
David Kalnischkies
2016-11-09
1
-0
/
+20
*
Do not read stderr from proxy autodetection scripts
Julian Andres Klode
2016-10-04
1
-1
/
+7
*
fileutl: empty file support: Avoid fstat() on -1 fd and check result
Julian Andres Klode
2016-08-12
1
-2
/
+3
*
implement socks5h proxy support for http method
David Kalnischkies
2016-08-10
1
-0
/
+31
*
if the FileFd failed already following calls should fail, too
David Kalnischkies
2016-07-29
1
-8
/
+10
*
(error) va_list 'args' was opened but not closed by va_end()
David Kalnischkies
2016-07-27
1
-10
/
+8
*
call flush on the wrapped writebuffered FileFd
David Kalnischkies
2016-07-23
1
-2
/
+1
*
ensure Cnf::FindFile doesn't return files below /dev/null
David Kalnischkies
2016-07-19
1
-0
/
+19
*
don't change owner/perms/times through file:// symlinks
David Kalnischkies
2016-07-06
1
-1
/
+4
*
give a descriptive error for pipe tries with 'false'
David Kalnischkies
2016-07-05
1
-0
/
+3
*
don't do atomic overrides with failed files
David Kalnischkies
2016-06-29
1
-1
/
+1
*
don't leak an FD in lz4 (de)compression
David Kalnischkies
2016-06-10
1
-1
/
+6
*
do not hang on piped input in PipedFileFdPrivate
David Kalnischkies
2016-06-10
1
-0
/
+5
*
FileFd: avoid further writing if file failed
David Kalnischkies
2016-04-28
1
-9
/
+13
*
consistently add APT_OVERRIDE as method marker
David Kalnischkies
2016-04-03
1
-70
/
+70
*
Fix lzma write support to handle "try again" case
Colin Watson
2016-03-06
1
-4
/
+25
*
Set seekpos to 0 after reopening files in Seek()
Julian Andres Klode
2016-02-10
1
-0
/
+1
*
Use some semantically more correct buffer operations
Julian Andres Klode
2016-02-04
1
-1
/
+1
[next]