Age | Commit message (Expand) | Author |
2016-08-26 | Make directory paths configurable | Julian Andres Klode |
2016-08-26 | Use C locale instead of C.UTF-8 for protocol strings | Julian Andres Klode |
2016-08-26 | CMake: Do not use -lresolv if res_init exists in libc | Julian Andres Klode |
2016-08-26 | CMake: Do not hardcode -ldl | Julian Andres Klode |
2016-08-26 | Add missing includes and external definitions | Julian Andres Klode |
2016-08-23 | install-progress: Call the real ::fork() in our fork() method | Julian Andres Klode |
2016-08-23 | prevent C++ locale number formatting in text APIs (try 3) | David Kalnischkies |
2016-08-23 | do dpkg --configure before --remove/--purge --pending | David Kalnischkies |
2016-08-20 | CMake: Fix uninitialized variables | Julian Andres Klode |
2016-08-19 | Ignore SIGINT and SIGQUIT for Pre-Install hooks | Julian Andres Klode |
2016-08-17 | don't count each Type as an individual deb822-sources stanza | David Kalnischkies |
2016-08-17 | add --with-source option and Packages/Sources support | David Kalnischkies |
2016-08-17 | default to Dir=/ in dpkg/status file finding magic | David Kalnischkies |
2016-08-17 | support compression and by-hash for .diff/Index files | David Kalnischkies |
2016-08-17 | support getting only-uncompressed files via by-hash | David Kalnischkies |
2016-08-17 | set the correct item FileSize in by-hash case | David Kalnischkies |
2016-08-17 | retry without same redirection mirror on 404 errors | David Kalnischkies |
2016-08-17 | check internal redirections for loops, too | David Kalnischkies |
2016-08-16 | log with the failed item description, not with next try | David Kalnischkies |
2016-08-12 | drop incorrect const attribute from DirectoryExists | David Kalnischkies |
2016-08-12 | fileutl: empty file support: Avoid fstat() on -1 fd and check result | Julian Andres Klode |
2016-08-12 | ensure a good clock() value for usage and tests | David Kalnischkies |
2016-08-12 | don't perform int<float in progress bar drawing | David Kalnischkies |
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 |