summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/fileutl.cc
AgeCommit message (Expand)Author
2016-02-01simple_buffer::write: Use free() instead of maxsize - size()Julian Andres Klode
2016-01-30fix "Mismatched free() / delete / delete []" in simple_bufferStefan Bühler
2016-01-07CopyFile: Use 64 * 1024 instead of 64000 as buffer sizeJulian Andres Klode
2016-01-07FileFd: (native) LZ4 supportJulian Andres Klode
2016-01-03simple_compressor: Provide some accessors for end and freeJulian Andres Klode
2016-01-03simple_buffer: Allow buffer size to changeJulian Andres Klode
2015-12-28BufferedFileFdPrivate: Make InternalFlush() save against errorsJulian Andres Klode
2015-12-28BufferedWriter: flushing: Check for written < size instead of <=Julian 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-27FileFdPrivate: Add getter and setter for fieldsJulian Andres Klode
2015-12-27fileutl: simple_buffer: Add write() and full() methodsJulian Andres Klode
2015-12-27fileutl: simple_buffer: Mark accessors as constJulian Andres Klode
2015-12-27FileFdPrivate: Extract SimpleBuffer and mark it as hiddenJulian Andres Klode
2015-12-26Refactor InternalReadLine to not unroll Size == 0 caseJulian Andres Klode
2015-12-26Change InternalReadLine to always use buffer.read() return valueJulian Andres Klode
2015-12-26Get rid of memmove() in our read bufferingJulian Andres Klode
2015-12-26Use a hardcoded buffer size of 4096 to fix performanceJulian Andres Klode
2015-12-24Mark all FileFdPrivate classes as hidden1.1.6Julian Andres Klode
2015-12-23fix new[] vs delete mismatch introduced by b3db9d81David Kalnischkies
2015-12-23use a dynamic buffer for ReadLineDavid Kalnischkies
2015-12-23implement a buffer system for FileFd::ReadLineDavid Kalnischkies
2015-12-22parse xz-compression level from configurationDavid Kalnischkies
2015-12-22follow dpkg and xz and use CRC64 for xz compressionDavid Kalnischkies
2015-12-22shuffle compressor-specific code into private subclassesDavid Kalnischkies
2015-12-19Do not try to read in FileFd::Read() if Size is 0Julian Andres Klode
2015-12-19Do nothing in FileFd::Write() if Size is 0Julian Andres Klode
2015-12-19CopyFile: avoid failing on EOF on some systemsPino Toscano
2015-12-19CopyFile: fix BufSize to a sane valuePino Toscano
2015-11-28disable privilege-drop verification by default as fakeroot trips over itDavid Kalnischkies
2015-11-28show the group we failed to drop via setgroupsDavid Kalnischkies
2015-11-27add messages to our deprecation warnings in libaptDavid Kalnischkies
2015-11-19do not use _apt for file/copy sources if it isn't world-accessibleDavid Kalnischkies
2015-11-04wrap every unlink call to check for != /dev/nullDavid Kalnischkies
2015-11-04ensure FileFd doesn't try to open /dev/null as atomic and coDavid Kalnischkies
2015-09-14avoid using global PendingError to avoid failing too often too soonDavid Kalnischkies
2015-09-14copy ReadWrite-error to the bottom to make clang happyDavid Kalnischkies
2015-09-14implement CopyFile without using FileFd::Size()David Kalnischkies
2015-09-01improve CheckDropPrivsMustBeDisabled furtherDavid Kalnischkies
2015-08-31ignore for _apt inaccessible TMPDIR in pkgAcqChangelogDavid Kalnischkies
2015-08-27Always close compressed files in FileFdJulian Andres Klode
2015-08-13Use setresuid() and setresgid() where availableJulian Andres Klode
2015-08-13Deprecate SPtrArray<T> and convert everyone to unique_ptr<T[]>Julian Andres Klode
2015-08-11ExecFork: Use /proc/self/fd to determine which files to closeJulian Andres Klode
2015-08-10elimate duplicated code in pkgIndexFile subclassesDavid Kalnischkies
2015-08-10make all d-pointer * const pointersDavid Kalnischkies
2015-05-22Merge branch 'debian/sid' into debian/experimentalMichael Vogt
2015-04-28Move sysconf(_SC_OPEN_MAX); out of the for() loop to avoid unneeded syscallsMichael Vogt
2015-04-19ensure lists/ files have correct permissions after apt-cdrom addDavid Kalnischkies
2014-10-20test if TMPDIR is accessible before usingDavid Kalnischkies