summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)Author
2016-12-08gpgv: Flush the files before checking for errorsJulian Andres Klode
2016-12-08SECURITY UPDATE: gpgv: Check for errors when splitting files (CVE-2016-1252)Julian Andres Klode
2016-11-14Revert "if the FileFd failed already following calls should fail, too"Julian Andres Klode
2016-11-14Use C locale instead of C.UTF-8 for protocol stringsJulian Andres Klode
2016-11-14imbue .diff/Index parsing with C.UTF-8 as wellDavid Kalnischkies
2016-11-14prevent C++ locale number formatting in text APIs (try 3)David Kalnischkies
2016-11-14prevent C++ locale number formatting in text APIs (try 2)David Kalnischkies
2016-11-14imbue datetime parsing with C.UTF-8 localeDavid Kalnischkies
2016-11-14avoid std::get_time usage to sidestep libstdc++6 bugDavid Kalnischkies
2016-11-14accept only the expected UTC timezones in date parsingDavid Kalnischkies
2016-11-14use de-localed std::put_time instead rolling our ownDavid Kalnischkies
2016-10-05Do not read stderr from proxy autodetection scriptsJulian Andres Klode
2016-10-05VersionHash: Do not skip too long dependency linesJulian Andres Klode
2016-10-05try not to call memcpy with length 0 in hash calculationsDavid Kalnischkies
2016-10-05Base256ToNum: Fix uninitialized valueJulian Andres Klode
2016-10-05TagFile: Fix off-by-one errors in comment strippingJulian Andres Klode
2016-10-05Fix segfault and out-of-bounds read in Binary fieldsJulian Andres Klode
2016-10-05don't loop on pinning pkgs from absolute debs by regexDavid Kalnischkies
2016-10-05changelog: Respect Dir setting for local changelog gettingJulian Andres Klode
2016-10-05install-progress: Call the real ::fork() in our fork() methodJulian Andres Klode
2016-10-05Ignore SIGINT and SIGQUIT for Pre-Install hooksJulian Andres Klode
2016-10-05set the correct item FileSize in by-hash caseDavid Kalnischkies
2016-10-05drop incorrect const attribute from DirectoryExistsDavid Kalnischkies
2016-10-05fileutl: empty file support: Avoid fstat() on -1 fd and check resultJulian Andres Klode
2016-10-05allow user@host (aka: no password) in URI parsingDavid Kalnischkies
2016-10-05pass --force-remove-essential to dpkg only if neededDavid Kalnischkies
2016-10-05gpgv: Unlink the correct temp file in error caseJulian Andres Klode
2016-10-05if the FileFd failed already following calls should fail, tooDavid Kalnischkies
2016-10-05(error) va_list 'args' was opened but not closed by va_end()David Kalnischkies
2016-08-31rred: truncate result file before writing to itDavid Kalnischkies
2016-08-31verify hash of input file in rredDavid Kalnischkies
2016-08-31call flush on the wrapped writebuffered FileFdDavid Kalnischkies
2016-08-31report all instead of first error up the acquire chainDavid Kalnischkies
2016-08-31don't change owner/perms/times through file:// symlinksDavid Kalnischkies
2016-08-31do not treat same-version local debs as downgradeDavid Kalnischkies
2016-08-31reinstalling local deb file is no downgradeDavid Kalnischkies
2016-08-31protect only the latest same-source providers from autoremoveDavid Kalnischkies
2016-08-31more explicit MarkRequired algorithm code (part 2)David Kalnischkies
2016-08-31more explicit MarkRequired algorithm codeDavid Kalnischkies
2016-08-31factor out Pkg/DepIterator prettyprinters into own headerDavid Kalnischkies
2016-08-31write auto-bits before calling dpkg & again after if neededDavid Kalnischkies
2016-08-31if reading of autobit state failed, let write failDavid Kalnischkies
2016-08-31don't do atomic overrides with failed filesDavid Kalnischkies
2016-08-31cache: Bump minor version to 6Julian Andres Klode
2016-08-31Fix buffer overflow in debListParser::VersionHash()Julian Andres Klode
2016-06-22ensure filesize of deb is included in the hashes listDavid Kalnischkies
2016-06-20do not error if auto-detect-proxy cmd has no outputDavid Kalnischkies
2016-06-10don't leak FD in AutoProxyDetect command return parsingDavid Kalnischkies
2016-06-10don't leak an FD in lz4 (de)compressionDavid Kalnischkies
2016-06-10do not hang on piped input in PipedFileFdPrivateDavid Kalnischkies