summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add bash-completion support for the "apt" commandMichael Vogt2016-01-024-1/+110
* Add support for APT::Periodic::CleanIntervalMichael Vogt2016-01-021-1/+21
* properly parse comments in apt_preferences and deb822-style sourcesDavid Kalnischkies2016-01-025-7/+32
* support comments in debian/control parsingDavid Kalnischkies2016-01-022-4/+45
* add optional support for comments in pkgTagFileDavid Kalnischkies2016-01-023-43/+290
* fail installing build-deps if parsing them failedDavid Kalnischkies2016-01-021-1/+1
* Italian manpages translation updateBeatrice Torracca2016-01-021-649/+706
* Release 1.1.101.1.10Julian Andres Klode2015-12-3057-251/+295
* Do not sync the cache fileJulian Andres Klode2015-12-291-2/+0
* Add support for calculating hashes over the entire cacheJulian Andres Klode2015-12-293-5/+43
* pkgCacheGenerator: Allow passing down an already created cacheJulian Andres Klode2015-12-293-5/+19
* pkgTagSection::Scan: Fix read of uninitialized valueJulian Andres Klode2015-12-291-1/+1
* strutl.cc: Add declarations for the compat _ascii() functionsJulian Andres Klode2015-12-291-0/+2
* Fix test case that was broken by switch of hash functionJulian Andres Klode2015-12-291-5/+5
* Turn tolower_ascii() and isspace_ascii() into inline functionsJulian Andres Klode2015-12-292-11/+21
* Switch to DJB hashing and use prime number as table sizeJulian Andres Klode2015-12-291-7/+7
* BufferedFileFdPrivate: Make InternalFlush() save against errorsJulian Andres Klode2015-12-281-8/+8
* aptconfiguration: Set default compression level to 6Julian Andres Klode2015-12-281-5/+5
* apt-helper: Use CopyFile() for concatenating the filesJulian Andres Klode2015-12-281-10/+2
* BufferedWriter: flushing: Check for written < size instead of <=Julian Andres Klode2015-12-281-3/+1
* fix 3 typos/omissions in apt.conf(5)Beatrice Torracca2015-12-2711-144/+155
* deal with empty values properly in deb822 parserDavid Kalnischkies2015-12-272-2/+7
* Release 1.1.91.1.9Julian Andres Klode2015-12-2757-58/+305
* doc/acquire-additional-files.txt: Mention apt-helper cat-fileJulian Andres Klode2015-12-271-1/+2
* allow repositories to forbid arch:all for specific index targetsDavid Kalnischkies2015-12-276-3/+70
* pkgcachegen.h: Hack around unordered_map not existing before C++11Julian Andres Klode2015-12-271-0/+5
* rred: Use buffered writesJulian Andres Klode2015-12-271-3/+7
* FileFd: Add a buffered writing modeJulian Andres Klode2015-12-272-0/+153
* 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