Age | Commit message (Expand) | Author |
2018-09-24 | Fix calculation of elapsed usec in downloads | Julian Andres Klode |
2018-05-28 | Use a steady clock source for progress reporting | David Kalnischkies |
2018-05-07 | Remove obsolete RCS keywords | Guillem Jover |
2018-02-19 | ensure correct file permissions for auxfiles | David Kalnischkies |
2018-01-19 | allow the apt/lists/auxfiles/ directory to be missing | David Kalnischkies |
2018-01-04 | simplify translating "lists directory missing" msg | David Kalnischkies |
2018-01-03 | require methods to request AuxRequest capability at startup | David Kalnischkies |
2018-01-03 | allow a method to request auxiliary files | David Kalnischkies |
2017-12-14 | remove pointless APT_PURE from void functions | David Kalnischkies |
2017-12-13 | deal with floats without old-style cast | David Kalnischkies |
2017-08-24 | Replace APT_CONST with APT_PURE everywhere | Julian Andres Klode |
2017-08-04 | don't hang if multiple sources use unavailable method | David Kalnischkies |
2017-07-26 | allow the auth.conf to be root:root owned | David Kalnischkies |
2017-07-26 | send weak-only hashes to methods | David Kalnischkies |
2017-07-12 | Reformat and sort all includes with clang-format | Julian Andres Klode |
2017-06-28 | allow frontends to override releaseinfo change behaviour | David Kalnischkies |
2017-06-26 | Avoid chdir in acquire clean with unlinkat | David Kalnischkies |
2017-01-28 | Only merge acquire items with the same meta key | Julian Andres Klode |
2017-01-19 | remove 'old' FAILED files in the next acquire call | David Kalnischkies |
2016-12-16 | reword "Can't drop priv" warning message | David Kalnischkies |
2016-11-25 | get pdiff files from the same mirror as the index | David Kalnischkies |
2016-09-02 | acquire: Use priority queues and a 3 stage pipeline design | Julian Andres Klode |
2016-08-27 | Merge branch 'portability/freebsd' | Julian Andres Klode |
2016-08-26 | Make root group configurable via ROOT_GROUP | Julian Andres Klode |
2016-08-26 | Use C locale instead of C.UTF-8 for protocol strings | Julian Andres Klode |
2016-08-24 | improve code & doc for aquire weak/loop failing | David Kalnischkies |
2016-08-24 | do fail on weakhash/loop earlier in acquire | David Kalnischkies |
2016-08-23 | prevent C++ locale number formatting in text APIs (try 3) | David Kalnischkies |
2016-05-27 | prevent C++ locale number formatting in text APIs | David Kalnischkies |
2016-05-27 | fix and document on the fly compressor config | David Kalnischkies |
2016-05-07 | delay progress until Release files are downloaded | David Kalnischkies |
2016-04-25 | make random acquire queues work less random | David Kalnischkies |
2016-03-16 | Get accurate progress reporting in apt update again | Michael Vogt |
2016-02-11 | always download changelogs into /tmp first | David Kalnischkies |
2016-01-15 | revert file-hash based action-merging in acquire | David Kalnischkies |
2016-01-07 | acquire: Allow parallelizing methods without hosts | Julian Andres Klode |
2015-12-07 | Use 0llu instead of 0ull in one place too | Julian Andres Klode |
2015-12-07 | Avoid overflow when summing up file sizes | Julian Andres Klode |
2015-11-27 | Check if the Apt::Sandbox::User exists in CheckDropPrivsMustBeDisabled() | Michael Vogt |
2015-11-27 | Deal with killed acquire methods properly instead of hanging | Michael Vogt |
2015-11-19 | ignore lost+found in private directory cleanup | David Kalnischkies |
2015-11-19 | do not use _apt for file/copy sources if it isn't world-accessible | David Kalnischkies |
2015-11-04 | wrap every unlink call to check for != /dev/null | David Kalnischkies |
2015-09-14 | use std-algorithms instead of manual loops to avoid overflow warning | David Kalnischkies |
2015-09-14 | fix 'Dead assignment' by dropping unneeded boolean | David Kalnischkies |
2015-09-14 | avoid using global PendingError to avoid failing too often too soon | David Kalnischkies |
2015-09-01 | improve CheckDropPrivsMustBeDisabled further | David Kalnischkies |
2015-08-31 | if file is inaccessible for _apt, disable privilege drop in acquire | David Kalnischkies |
2015-08-17 | Fix all the wrong removals of includes that iwyu got wrong | Michael Vogt |
2015-08-17 | Cleanup includes after running iwyu | Michael Vogt |