summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* eipp: let apt make a plan, not make stuff planeDavid Kalnischkies2016-06-2920-133/+134
* cache: Bump minor version to 6Julian Andres Klode2016-06-281-1/+1
* Fix buffer overflow in debListParser::VersionHash()Julian Andres Klode2016-06-281-2/+6
* eipp: enable xz-compressed scenario loggingDavid Kalnischkies2016-06-275-24/+79
* eipp: rename stanza 'Install' to 'Unpack'David Kalnischkies2016-06-273-5/+44
* eipp: add Allow-Temporary-Remove-of-EssentialsDavid Kalnischkies2016-06-275-3/+19
* eipp: include global errors in reported errorDavid Kalnischkies2016-06-272-6/+12
* eipp: implement Immediate-Configuration flagDavid Kalnischkies2016-06-275-3/+38
* eipp: properly handle arch-specific providesDavid Kalnischkies2016-06-272-13/+42
* eipp: make no difference between remove & purgeDavid Kalnischkies2016-06-271-5/+11
* eipp: provide the internal planer as an external oneDavid Kalnischkies2016-06-2723-27/+530
* eipp: output at most two versions per packageDavid Kalnischkies2016-06-272-20/+81
* eipp: implement version 0.1 of the protocolDavid Kalnischkies2016-06-277-1/+446
* add myself to UploadersDavid Kalnischkies2016-06-271-1/+2
* close server if parsing of header field failedDavid Kalnischkies2016-06-271-0/+1
* tests: add epoch-packages to try clean with epochsDavid Kalnischkies2016-06-271-7/+24
* imbue .diff/Index parsing with C.UTF-8 as wellDavid Kalnischkies2016-06-271-0/+5
* Add a apt suggests powermgmt-baseNicolas Le Cam2016-06-271-1/+1
* Use the ConditionACPower feature of systemd in the apt-daily serviceNicolas Le Cam2016-06-273-27/+24
* methods/ftp: Cope with weird PASV responsesJulian Andres Klode2016-06-271-2/+15
* zh_CN.po: update simplified chinese translationZhou Mo2016-06-271-6/+6
* imbue datetime parsing with C.UTF-8 localeDavid Kalnischkies2016-06-251-0/+2
* show right binary name in simulation noticeDavid Kalnischkies2016-06-2346-191/+280
* Release 1.3~exp31.3_exp3Julian Andres Klode2016-06-2262-1590/+2723
* add insecure (and weak) allow-options for sources.listDavid Kalnischkies2016-06-2216-73/+211
* ensure filesize of deb is included in the hashes listDavid Kalnischkies2016-06-221-0/+3
* add [weak] tag to hash errors to indicate insufficiencyDavid Kalnischkies2016-06-225-73/+84
* better error message for insufficient hashsumsDavid Kalnischkies2016-06-223-7/+72
* source: if download is skipped, don't try to unpackDavid Kalnischkies2016-06-221-0/+1
* forbid insecure repositories by default expect in apt-getDavid Kalnischkies2016-06-225-40/+68
* generalize secure->insecure downgrade protectionDavid Kalnischkies2016-06-222-49/+85
* handle weak-security repositories as unauthenticatedDavid Kalnischkies2016-06-223-50/+197
* run update post-invokes even on (partial) failuresDavid Kalnischkies2016-06-222-22/+34
* zh_CN.po: update simplified chinese translationZhou Mo2016-06-211-3/+7
* Merge pull request Debian/apt#16 from dombenson/masterJulian Andres Klode2016-06-201-1/+18
|\
| * Check for cached hash entries to determine which (if any) hash typesDominic Benson2016-06-201-1/+18
* | implement and document DIRECT for auto-detect-proxyDavid Kalnischkies2016-06-204-42/+54
* | do not error if auto-detect-proxy cmd has no outputDavid Kalnischkies2016-06-202-2/+8
* | avoid std::get_time usage to sidestep libstdc++6 bugDavid Kalnischkies2016-06-172-36/+112
* | merge sources.list lines based on Release filenameDavid Kalnischkies2016-06-172-20/+55
* | http: don't hang on redirect with length + connection closeDavid Kalnischkies2016-06-151-4/+4
* | don't use FindFile for external Dir::Bin commandsDavid Kalnischkies2016-06-143-10/+10
* | apt-key: don't search PATH if command is a path alreadyDavid Kalnischkies2016-06-141-0/+1
* | Norwegian Bokmål program translation updatePetter Reinholdtsen2016-06-131-58/+83
|/
* Release 1.3~exp21.3_exp2Julian Andres Klode2016-06-1161-812/+2202
* don't leak FD in AutoProxyDetect command return parsingDavid Kalnischkies2016-06-101-35/+20
* don't leak dpkg statusfd pipe in debuggingDavid Kalnischkies2016-06-101-0/+2
* don't leak EDSP solver output fdDavid Kalnischkies2016-06-102-3/+4
* don't leak an FD in lz4 (de)compressionDavid Kalnischkies2016-06-105-2/+72
* do not hang on piped input in PipedFileFdPrivateDavid Kalnischkies2016-06-104-3/+42