summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-05VersionHash: Do not skip too long dependency linesJulian Andres Klode5-3/+49
2016-10-05abort connection on '.' target replies in SRVDavid Kalnischkies1-0/+6
2016-10-05try not to call memcpy with length 0 in hash calculationsDavid Kalnischkies9-19/+26
2016-10-05Base256ToNum: Fix uninitialized valueJulian Andres Klode1-1/+2
2016-10-05TagFile: Fix off-by-one errors in comment strippingJulian Andres Klode1-2/+2
2016-10-05Merge translations from 1.3~rc3Julian Andres Klode37-73/+73
2016-10-05zh_CN.po: update simplified chinese translationZhou Mo1-8/+8
2016-10-05test/integration/test-srcrecord: Make executableJulian Andres Klode1-0/+0
2016-10-05Fix segfault and out-of-bounds read in Binary fieldsJulian Andres Klode2-3/+41
2016-10-05don't loop on pinning pkgs from absolute debs by regexDavid Kalnischkies2-6/+9
2016-10-05changelog: Respect Dir setting for local changelog gettingJulian Andres Klode2-4/+5
2016-10-05apt-inst: debfile: Pass comp. Name to ExtractTar, not BinaryJulian Andres Klode1-1/+1
2016-10-05Accept --autoremove as alias for --auto-removeJulian Andres Klode2-1/+2
2016-10-05install-progress: Call the real ::fork() in our fork() methodJulian Andres Klode1-1/+1
2016-10-05Ignore SIGINT and SIGQUIT for Pre-Install hooksJulian Andres Klode1-1/+5
2016-10-05set the correct item FileSize in by-hash caseDavid Kalnischkies1-4/+3
2016-10-05don't try pipelining if server closes connectionsDavid Kalnischkies1-1/+9
2016-10-05http(s): allow empty values for header fieldsDavid Kalnischkies3-19/+20
2016-10-05drop incorrect const attribute from DirectoryExistsDavid Kalnischkies1-1/+1
2016-10-05fileutl: empty file support: Avoid fstat() on -1 fd and check resultJulian Andres Klode1-2/+3
2016-10-05allow user@host (aka: no password) in URI parsingDavid Kalnischkies2-7/+21
2016-10-05pass --force-remove-essential to dpkg only if neededDavid Kalnischkies3-2/+20
2016-10-05gpgv: Unlink the correct temp file in error caseJulian Andres Klode1-4/+4
2016-10-05if the FileFd failed already following calls should fail, tooDavid Kalnischkies1-8/+10
2016-10-05(error) va_list 'args' was opened but not closed by va_end()David Kalnischkies4-30/+26
2016-08-31rred: truncate result file before writing to itDavid Kalnischkies4-20/+37
2016-08-31use proper warning for automatic pipeline disableDavid Kalnischkies1-4/+1
2016-08-31verify hash of input file in rredDavid Kalnischkies2-19/+47
2016-08-31call flush on the wrapped writebuffered FileFdDavid Kalnischkies1-2/+1
2016-08-31Turkish program translation updateMert Dirik1-66/+98
2016-08-31Add kernels with "+" in the package name to APT::NeverAutoRemoveAndrew Patterson2-4/+10
2016-08-31keep trying with next if connection to a SRV host failedDavid Kalnischkies1-7/+23
2016-08-31report all instead of first error up the acquire chainDavid Kalnischkies2-4/+21
2016-08-31don't change owner/perms/times through file:// symlinksDavid Kalnischkies7-23/+60
2016-08-31use the right key for compressor configuration dumpDavid Kalnischkies1-2/+10
2016-08-31avoid 416 response teardown binding to null pointerDavid Kalnischkies4-10/+12
2016-08-31Make the test case executableJulian Andres Klode1-0/+0
2016-08-31indextargets: Check that cache could be built before using itJulian Andres Klode2-3/+30
2016-08-31do not treat same-version local debs as downgradeDavid Kalnischkies2-3/+20
2016-08-31reinstalling local deb file is no downgradeDavid Kalnischkies2-8/+18
2016-08-31protect only the latest same-source providers from autoremoveDavid Kalnischkies2-5/+70
2016-08-31more explicit MarkRequired algorithm code (part 2)David Kalnischkies1-116/+68
2016-08-31more explicit MarkRequired algorithm codeDavid Kalnischkies1-19/+32
2016-08-31factor out Pkg/DepIterator prettyprinters into own headerDavid Kalnischkies9-40/+141
2016-08-31write auto-bits before calling dpkg & again after if neededDavid Kalnischkies1-3/+10
2016-08-31if reading of autobit state failed, let write failDavid Kalnischkies1-0/+5
2016-08-31don't do atomic overrides with failed filesDavid Kalnischkies2-1/+36
2016-08-31cache: Bump minor version to 6Julian Andres Klode1-1/+1
2016-08-31Fix buffer overflow in debListParser::VersionHash()Julian Andres Klode1-2/+6
2016-08-31close server if parsing of header field failedDavid Kalnischkies1-0/+1