summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)AuthorFilesLines
2016-11-14Revert "if the FileFd failed already following calls should fail, too"Julian Andres Klode1-10/+8
2016-11-14Use C locale instead of C.UTF-8 for protocol stringsJulian Andres Klode4-6/+6
2016-11-14imbue .diff/Index parsing with C.UTF-8 as wellDavid Kalnischkies1-0/+5
2016-11-14prevent C++ locale number formatting in text APIs (try 3)David Kalnischkies2-36/+44
2016-11-14prevent C++ locale number formatting in text APIs (try 2)David Kalnischkies1-1/+1
2016-11-14imbue datetime parsing with C.UTF-8 localeDavid Kalnischkies1-0/+2
2016-11-14avoid std::get_time usage to sidestep libstdc++6 bugDavid Kalnischkies1-36/+77
2016-11-14accept only the expected UTC timezones in date parsingDavid Kalnischkies2-22/+67
2016-11-14use de-localed std::put_time instead rolling our ownDavid Kalnischkies1-9/+5
2016-10-05Do not read stderr from proxy autodetection scriptsJulian Andres Klode3-2/+11
2016-10-05VersionHash: Do not skip too long dependency linesJulian Andres Klode2-3/+3
2016-10-05try not to call memcpy with length 0 in hash calculationsDavid Kalnischkies8-15/+21
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-05Fix segfault and out-of-bounds read in Binary fieldsJulian Andres Klode1-3/+6
2016-10-05don't loop on pinning pkgs from absolute debs by regexDavid Kalnischkies1-5/+4
2016-10-05changelog: Respect Dir setting for local changelog gettingJulian Andres Klode1-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-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 Kalnischkies1-7/+9
2016-10-05pass --force-remove-essential to dpkg only if neededDavid Kalnischkies1-2/+13
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 Kalnischkies3-29/+25
2016-08-31rred: truncate result file before writing to itDavid Kalnischkies1-13/+17
2016-08-31verify hash of input file in rredDavid Kalnischkies1-3/+6
2016-08-31call flush on the wrapped writebuffered FileFdDavid Kalnischkies1-2/+1
2016-08-31report all instead of first error up the acquire chainDavid Kalnischkies1-3/+14
2016-08-31don't change owner/perms/times through file:// symlinksDavid Kalnischkies1-1/+4
2016-08-31do not treat same-version local debs as downgradeDavid Kalnischkies1-2/+15
2016-08-31reinstalling local deb file is no downgradeDavid Kalnischkies1-1/+1
2016-08-31protect only the latest same-source providers from autoremoveDavid Kalnischkies1-5/+34
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 Kalnischkies8-37/+138
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 Kalnischkies1-1/+1
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-06-22ensure filesize of deb is included in the hashes listDavid Kalnischkies1-0/+3
2016-06-20do not error if auto-detect-proxy cmd has no outputDavid Kalnischkies1-1/+1
2016-06-10don't leak FD in AutoProxyDetect command return parsingDavid Kalnischkies1-35/+20
2016-06-10don't leak an FD in lz4 (de)compressionDavid Kalnischkies1-1/+6
2016-06-10do not hang on piped input in PipedFileFdPrivateDavid Kalnischkies1-0/+5
2016-06-01prevent C++ locale number formatting in text APIsDavid Kalnischkies5-69/+44
2016-05-20fail instead of segfault on unreadable config filesDavid Kalnischkies2-0/+8