summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* FildFd: Introduce a Flush() function and call it from Close()Julian Andres Klode2015-12-272-0/+16
* FileFdPrivate: Add getter and setter for fieldsJulian Andres Klode2015-12-271-9/+42
* fileutl: simple_buffer: Add write() and full() methodsJulian Andres Klode2015-12-271-0/+11
* fileutl: simple_buffer: Mark accessors as constJulian Andres Klode2015-12-271-2/+3
* FileFdPrivate: Extract SimpleBuffer and mark it as hiddenJulian Andres Klode2015-12-271-21/+24
* rred: Only call pkgInitConfig() in test modeJulian Andres Klode2015-12-271-2/+2
* ParseDepends: Mark branches for build-dep parsing as unlikelyJulian Andres Klode2015-12-271-2/+2
* debListParser: Do not validate Description-md5 for correctness twiceJulian Andres Klode2015-12-271-2/+4
* Hex2Digit: Do not use isxdigit()Niels Thykier2015-12-271-4/+9
* debListParser: ParseDepends: Only query native arch if neededJulian Andres Klode2015-12-271-1/+2
* pkgcachegen: Use std::unordered_map instead of std::mapJulian Andres Klode2015-12-272-7/+7
* Convert most callers of isspace() to isspace_ascii()Julian Andres Klode2015-12-278-34/+37
* Introduce isspace_ascii() for use by parsersJulian Andres Klode2015-12-272-0/+19
* Release 1.1.81.1.8Julian Andres Klode2015-12-2613-13/+20
* apt-helper: Check that we can open stdoutJulian Andres Klode2015-12-261-1/+2
* Refactor InternalReadLine to not unroll Size == 0 caseJulian Andres Klode2015-12-261-5/+4
* Change InternalReadLine to always use buffer.read() return valueJulian Andres Klode2015-12-261-12/+8
* apt-helper: Add a cat-file command for concatening filesJulian Andres Klode2015-12-261-0/+33
* Release 1.1.71.1.7Julian Andres Klode2015-12-2613-13/+23
* Get rid of memmove() in our read bufferingJulian Andres Klode2015-12-261-76/+57
* rred: Allow passing files as arguments for compressor testingJulian Andres Klode2015-12-261-2/+14
* Use a hardcoded buffer size of 4096 to fix performanceJulian Andres Klode2015-12-261-4/+2
* Mark all FileFdPrivate classes as hidden1.1.6Julian Andres Klode2015-12-241-6/+6
* 1.1.6 Christmas releaseJulian Andres Klode2015-12-2458-410/+432
* fix new[] vs delete mismatch introduced by b3db9d81David Kalnischkies2015-12-231-7/+7
* ensure we got a lock in clean operationDavid Kalnischkies2015-12-232-4/+14
* use a dynamic buffer for ReadLineDavid Kalnischkies2015-12-231-15/+22
* implement a buffer system for FileFd::ReadLineDavid Kalnischkies2015-12-231-27/+140
* parse xz-compression level from configurationDavid Kalnischkies2015-12-221-2/+28
* follow dpkg and xz and use CRC64 for xz compressionDavid Kalnischkies2015-12-221-1/+1
* shuffle compressor-specific code into private subclassesDavid Kalnischkies2015-12-222-635/+692
* tests: support gpg2 properly in all testcasesDavid Kalnischkies2015-12-194-44/+48
* avoid triggering gpg2 migration in apt-keyDavid Kalnischkies2015-12-191-15/+15
* avoid evaluating shell in paths used in apt-keyDavid Kalnischkies2015-12-193-23/+45
* tests: support spaces in path and TMPDIRDavid Kalnischkies2015-12-19207-518/+495
* buildsystem: deal with spaces in path to sourceDavid Kalnischkies2015-12-198-11/+11
* Do not try to read in FileFd::Read() if Size is 0Julian Andres Klode2015-12-191-3/+2
* Do nothing in FileFd::Write() if Size is 0Julian Andres Klode2015-12-191-7/+5
* CopyFile: avoid failing on EOF on some systemsPino Toscano2015-12-191-1/+1
* CopyFile: fix BufSize to a sane valuePino Toscano2015-12-191-2/+2
* Fix FileUtlTest.GetTempDir failure when run as rootPino Toscano2015-12-191-3/+7
* Release 1.1.51.1.5Julian Andres Klode2015-12-1458-279/+924
* test-apt-download-progress: Run the https test multiple timesJulian Andres Klode2015-12-141-2/+7
* pkgcache: Make hash arch-independent using fixed size integerJulian Andres Klode2015-12-142-3/+3
* debian/apt.auto-removal.sh: Adjust -dbg exclusion for multi-archJulian Andres Klode2015-12-141-2/+1
* tagfile: Hardcode error message for out of range integer valuesJulian Andres Klode2015-12-142-5/+4
* test framework: More noopchroot fixesJulian Andres Klode2015-12-141-6/+11
* test framework: Unset no_proxy as wellJulian Andres Klode2015-12-141-1/+1
* test framework: Unset http proxy variables in setupenvironmentJulian Andres Klode2015-12-141-0/+1
* test framework: Correctly generate new paths in noopchrootJulian Andres Klode2015-12-141-6/+5