Age | Commit message (Expand) | Author |
2017-09-13 | don't ask an uninit _system for supported archs | David Kalnischkies |
2017-06-19 | Fix parsing of or groups in build-deps with ignored packages | Julian Andres Klode |
2017-04-25 | Fix and avoid quoting in CommandLine::AsString | David Kalnischkies |
2017-04-25 | Ignore \.ucf-[a-z]+$ like we do for \.dpkg-[a-z]+$ | Julian Andres Klode |
2017-02-22 | Don't use -1 fd and AT_SYMLINK_NOFOLLOW for faccessat() | Julian Andres Klode |
2017-02-22 | Do not package names representing .dsc/.deb/... files | Julian Andres Klode |
2017-02-22 | Only merge acquire items with the same meta key | Julian Andres Klode |
2017-02-22 | remove 'old' FAILED files in the next acquire call | David Kalnischkies |
2017-02-22 | avoid validate/delete/load race in cache generation | David Kalnischkies |
2017-02-22 | use FindB instead of FindI for Debug::pkgAutoRemove | David Kalnischkies |
2017-02-22 | avoid producing invalid options if repo has no host | David Kalnischkies |
2017-02-22 | add TMP/TEMP/TEMPDIR to the TMPDIR DropPrivileges dance | David Kalnischkies |
2017-02-22 | reset HOME, USER(NAME), TMPDIR & SHELL in DropPrivileges | David Kalnischkies |
2017-02-22 | keep Release.gpg on untrusted to trusted IMS-Hit | David Kalnischkies |
2016-12-08 | gpgv: Flush the files before checking for errors | Julian Andres Klode |
2016-12-08 | SECURITY UPDATE: gpgv: Check for errors when splitting files (CVE-2016-1252) | Julian Andres Klode |
2016-11-14 | Revert "if the FileFd failed already following calls should fail, too" | Julian Andres Klode |
2016-11-14 | Use C locale instead of C.UTF-8 for protocol strings | Julian Andres Klode |
2016-11-14 | imbue .diff/Index parsing with C.UTF-8 as well | David Kalnischkies |
2016-11-14 | prevent C++ locale number formatting in text APIs (try 3) | David Kalnischkies |
2016-11-14 | prevent C++ locale number formatting in text APIs (try 2) | David Kalnischkies |
2016-11-14 | imbue datetime parsing with C.UTF-8 locale | David Kalnischkies |
2016-11-14 | avoid std::get_time usage to sidestep libstdc++6 bug | David Kalnischkies |
2016-11-14 | accept only the expected UTC timezones in date parsing | David Kalnischkies |
2016-11-14 | use de-localed std::put_time instead rolling our own | David Kalnischkies |
2016-10-05 | Do not read stderr from proxy autodetection scripts | Julian Andres Klode |
2016-10-05 | VersionHash: Do not skip too long dependency lines | Julian Andres Klode |
2016-10-05 | try not to call memcpy with length 0 in hash calculations | David Kalnischkies |
2016-10-05 | Base256ToNum: Fix uninitialized value | Julian Andres Klode |
2016-10-05 | TagFile: Fix off-by-one errors in comment stripping | Julian Andres Klode |
2016-10-05 | Fix segfault and out-of-bounds read in Binary fields | Julian Andres Klode |
2016-10-05 | don't loop on pinning pkgs from absolute debs by regex | David Kalnischkies |
2016-10-05 | changelog: Respect Dir setting for local changelog getting | Julian Andres Klode |
2016-10-05 | install-progress: Call the real ::fork() in our fork() method | Julian Andres Klode |
2016-10-05 | Ignore SIGINT and SIGQUIT for Pre-Install hooks | Julian Andres Klode |
2016-10-05 | set the correct item FileSize in by-hash case | David Kalnischkies |
2016-10-05 | drop incorrect const attribute from DirectoryExists | David Kalnischkies |
2016-10-05 | fileutl: empty file support: Avoid fstat() on -1 fd and check result | Julian Andres Klode |
2016-10-05 | allow user@host (aka: no password) in URI parsing | David Kalnischkies |
2016-10-05 | pass --force-remove-essential to dpkg only if needed | David Kalnischkies |
2016-10-05 | gpgv: Unlink the correct temp file in error case | Julian Andres Klode |
2016-10-05 | if the FileFd failed already following calls should fail, too | David Kalnischkies |
2016-10-05 | (error) va_list 'args' was opened but not closed by va_end() | David Kalnischkies |
2016-08-31 | rred: truncate result file before writing to it | David Kalnischkies |
2016-08-31 | verify hash of input file in rred | David Kalnischkies |
2016-08-31 | call flush on the wrapped writebuffered FileFd | David Kalnischkies |
2016-08-31 | report all instead of first error up the acquire chain | David Kalnischkies |
2016-08-31 | don't change owner/perms/times through file:// symlinks | David Kalnischkies |
2016-08-31 | do not treat same-version local debs as downgrade | David Kalnischkies |
2016-08-31 | reinstalling local deb file is no downgrade | David Kalnischkies |