Age | Commit message (Expand) | Author |
2016-08-11 | Merge branch 'feature/apt-dpkg-comm' | David Kalnischkies |
2016-08-11 | Merge branch 'feature/methods' | David Kalnischkies |
2016-08-10 | disable explicit configuration of all packages at the end | David Kalnischkies |
2016-08-10 | simulate all package manager actions explicitly | David Kalnischkies |
2016-08-10 | try to avoid removal of crossgraded packages | David Kalnischkies |
2016-08-10 | allow user@host (aka: no password) in URI parsing | David Kalnischkies |
2016-08-10 | allow methods to be disabled and redirected via config | David Kalnischkies |
2016-08-10 | implement socks5h proxy support for http method | David Kalnischkies |
2016-08-10 | detect redirection loops in acquire instead of workers | David Kalnischkies |
2016-08-10 | suggest transport-packages based on established namescheme | David Kalnischkies |
2016-08-10 | ensure all removes are reported to hook scripts | David Kalnischkies |
2016-08-10 | ensure all configures are reported to hook scripts | David Kalnischkies |
2016-08-10 | don't purge directly, but remove and do purge at the end | David Kalnischkies |
2016-08-10 | call dpkg with --no-triggers by default | David Kalnischkies |
2016-08-10 | select remove/purge packages early on for dpkg | David Kalnischkies |
2016-08-10 | save and restore selection states before/after calling dpkg | David Kalnischkies |
2016-08-10 | use dpkg --unpack --recursive to avoid long cmdlines | David Kalnischkies |
2016-08-10 | pass --force-remove-essential to dpkg only if needed | David Kalnischkies |
2016-08-10 | Merge branch 'cmake' | Julian Andres Klode |
2016-08-10 | Get rid of the old buildsystem | Julian Andres Klode |
2016-08-10 | CMake: Check for ptsname_r() again | Julian Andres Klode |
2016-08-07 | Handle interrupt when running Pre-Install hooks | Julian Andres Klode |
2016-08-06 | CMake: Add basic CMake build system | Julian Andres Klode |
2016-08-03 | ExecGPGV: Pass current config state to apt-key via temp file | Julian Andres Klode |
2016-08-03 | ExecGPGV: Fork in all cases | Julian Andres Klode |
2016-08-03 | ExecGPGV: Rework file removal on exit() | Julian Andres Klode |
2016-08-03 | gpgv: Unlink the correct temp file in error case | Julian Andres Klode |
2016-07-30 | prevent C++ locale number formatting in text APIs (try 2) | David Kalnischkies |
2016-07-29 | edsp: try to read responses even if writing failed | David Kalnischkies |
2016-07-29 | if the FileFd failed already following calls should fail, too | David Kalnischkies |
2016-07-27 | (error) va_list 'args' was opened but not closed by va_end() | David Kalnischkies |
2016-07-27 | eipp: avoid producing file warnings in simulation | David Kalnischkies |
2016-07-27 | rred: truncate result file before writing to it | David Kalnischkies |
2016-07-26 | verify hash of input file in rred | David Kalnischkies |
2016-07-23 | call flush on the wrapped writebuffered FileFd | David Kalnischkies |
2016-07-22 | report progress for triggered actions | David Kalnischkies |
2016-07-22 | use a configurable location for apport report storage | David Kalnischkies |
2016-07-22 | report progress for removing while purging pkgs | David Kalnischkies |
2016-07-22 | support dpkg debug mode in APT::StateChanges | David Kalnischkies |
2016-07-22 | clean up default-stanzas from extended_states on write | David Kalnischkies |
2016-07-22 | support "install ./foo.changes" | David Kalnischkies |
2016-07-22 | allow arch=all to override No-Support-for-Architecture-all | David Kalnischkies |
2016-07-19 | refactor plus/minus sources.list option handling | David Kalnischkies |
2016-07-19 | don't hardcode /var/lib/dpkg/status as dir::state::status | David Kalnischkies |
2016-07-19 | ensure Cnf::FindFile doesn't return files below /dev/null | David Kalnischkies |
2016-07-08 | add Testsuite-Triggers to tagfile-order | David Kalnischkies |
2016-07-06 | report all instead of first error up the acquire chain | David Kalnischkies |
2016-07-06 | don't change owner/perms/times through file:// symlinks | David Kalnischkies |
2016-07-05 | EIPP/EDSP log can't be written is a warning, not an error | David Kalnischkies |
2016-07-05 | report write errors in EDSP/EIPP properly back to caller | David Kalnischkies |