summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-12-27pkgcachegen.h: Hack around unordered_map not existing before C++11Julian Andres Klode1-0/+5
2015-12-27rred: Use buffered writesJulian Andres Klode1-3/+7
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-27rred: Only call pkgInitConfig() in test modeJulian Andres Klode1-2/+2
2015-12-27ParseDepends: Mark branches for build-dep parsing as unlikelyJulian Andres Klode1-2/+2
2015-12-27debListParser: Do not validate Description-md5 for correctness twiceJulian Andres Klode1-2/+4
2015-12-27Hex2Digit: Do not use isxdigit()Niels Thykier1-4/+9
2015-12-27debListParser: ParseDepends: Only query native arch if neededJulian Andres Klode1-1/+2
2015-12-27pkgcachegen: Use std::unordered_map instead of std::mapJulian Andres Klode2-7/+7
2015-12-27Convert most callers of isspace() to isspace_ascii()Julian Andres Klode8-34/+37
2015-12-27Introduce isspace_ascii() for use by parsersJulian Andres Klode2-0/+19
2015-12-26Release 1.1.81.1.8Julian Andres Klode13-13/+20
2015-12-26apt-helper: Check that we can open stdoutJulian Andres Klode1-1/+2
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-26apt-helper: Add a cat-file command for concatening filesJulian Andres Klode1-0/+33
2015-12-26Release 1.1.71.1.7Julian Andres Klode13-13/+23
2015-12-26Get rid of memmove() in our read bufferingJulian Andres Klode1-76/+57
2015-12-26rred: Allow passing files as arguments for compressor testingJulian Andres Klode1-2/+14
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-241.1.6 Christmas releaseJulian Andres Klode58-410/+432
2015-12-23fix new[] vs delete mismatch introduced by b3db9d81David Kalnischkies1-7/+7
2015-12-23ensure we got a lock in clean operationDavid Kalnischkies2-4/+14
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-19tests: support gpg2 properly in all testcasesDavid Kalnischkies4-44/+48
2015-12-19avoid triggering gpg2 migration in apt-keyDavid Kalnischkies1-15/+15
2015-12-19avoid evaluating shell in paths used in apt-keyDavid Kalnischkies3-23/+45
2015-12-19tests: support spaces in path and TMPDIRDavid Kalnischkies207-518/+495
2015-12-19buildsystem: deal with spaces in path to sourceDavid Kalnischkies8-11/+11
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-19Fix FileUtlTest.GetTempDir failure when run as rootPino Toscano1-3/+7
2015-12-14Release 1.1.51.1.5Julian Andres Klode58-279/+924
2015-12-14test-apt-download-progress: Run the https test multiple timesJulian Andres Klode1-2/+7
2015-12-14pkgcache: Make hash arch-independent using fixed size integerJulian Andres Klode2-3/+3
2015-12-14debian/apt.auto-removal.sh: Adjust -dbg exclusion for multi-archJulian Andres Klode1-2/+1
2015-12-14tagfile: Hardcode error message for out of range integer valuesJulian Andres Klode2-5/+4
2015-12-14test framework: More noopchroot fixesJulian Andres Klode1-6/+11