index
:
apt.git
1.4.y+ios
1.8.2.z+ios
1.8.2.z+ios+json
1.8.y+ios
1.8.y+ios+json
cydia
master
sille-apt
Saurik's version of apt managed for tvOS/ARM64
Sam Bingner
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
/
contrib
/
fileutl.cc
Age
Commit message (
Expand
)
Author
2016-08-31
don't do atomic overrides with failed files
David Kalnischkies
2016-06-10
don't leak an FD in lz4 (de)compression
David Kalnischkies
2016-06-10
do not hang on piped input in PipedFileFdPrivate
David Kalnischkies
2016-04-03
consistently add APT_OVERRIDE as method marker
David Kalnischkies
2016-03-06
Fix lzma write support to handle "try again" case
Colin Watson
2016-02-10
Set seekpos to 0 after reopening files in Seek()
Julian Andres Klode
2016-02-04
Use some semantically more correct buffer operations
Julian Andres Klode
2016-02-04
Correctly report write errors when flushing buffered writer
Julian Andres Klode
2016-02-01
Do not buffer writes larger than the buffer if possible
Julian Andres Klode
2016-02-01
BufferedWriteFileFdPrivate: Simplify InternalWrite()
Julian Andres Klode
2016-02-01
simple_buffer::write: Use free() instead of maxsize - size()
Julian Andres Klode
2016-01-30
fix "Mismatched free() / delete / delete []" in simple_buffer
Stefan Bühler
2016-01-07
CopyFile: Use 64 * 1024 instead of 64000 as buffer size
Julian Andres Klode
2016-01-07
FileFd: (native) LZ4 support
Julian Andres Klode
2016-01-03
simple_compressor: Provide some accessors for end and free
Julian Andres Klode
2016-01-03
simple_buffer: Allow buffer size to change
Julian Andres Klode
2015-12-28
BufferedFileFdPrivate: Make InternalFlush() save against errors
Julian Andres Klode
2015-12-28
BufferedWriter: flushing: Check for written < size instead of <=
Julian Andres Klode
2015-12-27
FileFd: Add a buffered writing mode
Julian Andres Klode
2015-12-27
FildFd: Introduce a Flush() function and call it from Close()
Julian Andres Klode
2015-12-27
FileFdPrivate: Add getter and setter for fields
Julian Andres Klode
2015-12-27
fileutl: simple_buffer: Add write() and full() methods
Julian Andres Klode
2015-12-27
fileutl: simple_buffer: Mark accessors as const
Julian Andres Klode
2015-12-27
FileFdPrivate: Extract SimpleBuffer and mark it as hidden
Julian Andres Klode
2015-12-26
Refactor InternalReadLine to not unroll Size == 0 case
Julian Andres Klode
2015-12-26
Change InternalReadLine to always use buffer.read() return value
Julian Andres Klode
2015-12-26
Get rid of memmove() in our read buffering
Julian Andres Klode
2015-12-26
Use a hardcoded buffer size of 4096 to fix performance
Julian Andres Klode
2015-12-24
Mark all FileFdPrivate classes as hidden
1.1.6
Julian Andres Klode
2015-12-23
fix new[] vs delete mismatch introduced by b3db9d81
David Kalnischkies
2015-12-23
use a dynamic buffer for ReadLine
David Kalnischkies
2015-12-23
implement a buffer system for FileFd::ReadLine
David Kalnischkies
2015-12-22
parse xz-compression level from configuration
David Kalnischkies
2015-12-22
follow dpkg and xz and use CRC64 for xz compression
David Kalnischkies
2015-12-22
shuffle compressor-specific code into private subclasses
David Kalnischkies
2015-12-19
Do not try to read in FileFd::Read() if Size is 0
Julian Andres Klode
2015-12-19
Do nothing in FileFd::Write() if Size is 0
Julian Andres Klode
2015-12-19
CopyFile: avoid failing on EOF on some systems
Pino Toscano
2015-12-19
CopyFile: fix BufSize to a sane value
Pino Toscano
2015-11-28
disable privilege-drop verification by default as fakeroot trips over it
David Kalnischkies
2015-11-28
show the group we failed to drop via setgroups
David Kalnischkies
2015-11-27
add messages to our deprecation warnings in libapt
David Kalnischkies
2015-11-19
do not use _apt for file/copy sources if it isn't world-accessible
David Kalnischkies
2015-11-04
wrap every unlink call to check for != /dev/null
David Kalnischkies
2015-11-04
ensure FileFd doesn't try to open /dev/null as atomic and co
David Kalnischkies
2015-09-14
avoid using global PendingError to avoid failing too often too soon
David Kalnischkies
2015-09-14
copy ReadWrite-error to the bottom to make clang happy
David Kalnischkies
2015-09-14
implement CopyFile without using FileFd::Size()
David Kalnischkies
2015-09-01
improve CheckDropPrivsMustBeDisabled further
David Kalnischkies
2015-08-31
ignore for _apt inaccessible TMPDIR in pkgAcqChangelog
David Kalnischkies
[next]