summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib
AgeCommit message (Expand)AuthorFilesLines
2015-12-29strutl.cc: Add declarations for the compat _ascii() functionsJulian Andres Klode1-0/+2
2015-12-29Turn tolower_ascii() and isspace_ascii() into inline functionsJulian Andres Klode2-11/+21
2015-12-28BufferedFileFdPrivate: Make InternalFlush() save against errorsJulian Andres Klode1-8/+8
2015-12-28BufferedWriter: flushing: Check for written < size instead of <=Julian Andres Klode1-3/+1
2015-12-27FileFd: Add a buffered writing modeJulian Andres Klode2-0/+153
2015-12-27FildFd: Introduce a Flush() function and call it from Close()Julian Andres Klode2-0/+16
2015-12-27FileFdPrivate: Add getter and setter for fieldsJulian Andres Klode1-9/+42
2015-12-27fileutl: simple_buffer: Add write() and full() methodsJulian Andres Klode1-0/+11
2015-12-27fileutl: simple_buffer: Mark accessors as constJulian Andres Klode1-2/+3
2015-12-27FileFdPrivate: Extract SimpleBuffer and mark it as hiddenJulian Andres Klode1-21/+24
2015-12-27Hex2Digit: Do not use isxdigit()Niels Thykier1-4/+9
2015-12-27Convert most callers of isspace() to isspace_ascii()Julian Andres Klode1-2/+2
2015-12-27Introduce isspace_ascii() for use by parsersJulian Andres Klode2-0/+19
2015-12-26Refactor InternalReadLine to not unroll Size == 0 caseJulian Andres Klode1-5/+4
2015-12-26Change InternalReadLine to always use buffer.read() return valueJulian Andres Klode1-12/+8
2015-12-26Get rid of memmove() in our read bufferingJulian Andres Klode1-76/+57
2015-12-26Use a hardcoded buffer size of 4096 to fix performanceJulian Andres Klode1-4/+2
2015-12-24Mark all FileFdPrivate classes as hidden1.1.6Julian Andres Klode1-6/+6
2015-12-23fix new[] vs delete mismatch introduced by b3db9d81David Kalnischkies1-7/+7
2015-12-23use a dynamic buffer for ReadLineDavid Kalnischkies1-15/+22
2015-12-23implement a buffer system for FileFd::ReadLineDavid Kalnischkies1-27/+140
2015-12-22parse xz-compression level from configurationDavid Kalnischkies1-2/+28
2015-12-22follow dpkg and xz and use CRC64 for xz compressionDavid Kalnischkies1-1/+1
2015-12-22shuffle compressor-specific code into private subclassesDavid Kalnischkies2-635/+692
2015-12-19Do not try to read in FileFd::Read() if Size is 0Julian Andres Klode1-3/+2
2015-12-19Do nothing in FileFd::Write() if Size is 0Julian Andres Klode1-7/+5
2015-12-19CopyFile: avoid failing on EOF on some systemsPino Toscano1-1/+1
2015-12-19CopyFile: fix BufSize to a sane valuePino Toscano1-2/+2
2015-12-13fix typos and docs in GlobalError documentationDavid Kalnischkies1-10/+9
2015-12-11mmap: Define _DEFAULT_SOURCE instead of _BSD_SOURCEJulian Andres Klode1-1/+1
2015-11-29doc: VerifyFile checks all hashes instead of best onlyDavid Kalnischkies1-1/+1
2015-11-28Revert "Revert "appease adequate with some weak symbols for -private""Julian Andres Klode1-0/+2
2015-11-28Revert "appease adequate with some weak symbols for -private"Julian Andres Klode1-2/+0
2015-11-28disable privilege-drop verification by default as fakeroot trips over itDavid Kalnischkies1-42/+60
2015-11-28show the group we failed to drop via setgroupsDavid Kalnischkies1-6/+11
2015-11-27add messages to our deprecation warnings in libaptDavid Kalnischkies6-17/+20
2015-11-27appease adequate with some weak symbols for -privateDavid Kalnischkies1-0/+2
2015-11-21review of new/changed translatable program stringsJustin B Rye2-2/+2
2015-11-20do not segfault in cache generation on mmap failureDavid Kalnischkies1-5/+10
2015-11-19support setting empty values (sanely) & removing support forDavid Kalnischkies1-20/+5
2015-11-19do not use _apt for file/copy sources if it isn't world-accessibleDavid Kalnischkies1-1/+1
2015-11-05encode UTF-8 characters correctly in QuoteStringDavid Kalnischkies1-1/+1
2015-11-04wrap every unlink call to check for != /dev/nullDavid Kalnischkies2-4/+19
2015-11-04ensure FileFd doesn't try to open /dev/null as atomic and coDavid Kalnischkies1-6/+10
2015-11-04move apts cmdline helper type into -privateDavid Kalnischkies2-68/+5
2015-11-04new quiet level -qq for apt to hide progress outputDavid Kalnischkies1-1/+1
2015-11-04deduplicate main methodsDavid Kalnischkies2-2/+2
2015-11-04split up help messages for simpler reuseDavid Kalnischkies2-2/+71
2015-11-04add binary-specific options via Binary scopeDavid Kalnischkies2-0/+55
2015-10-30srvrec: Do not expose C++11 tuple use in headerJulian Andres Klode2-4/+8