summaryrefslogtreecommitdiff
path: root/apt-private
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'feature/barbarianarchs' into 'main'Julian Andres Klode2021-10-181-13/+12
|\
| * Streamline access to barbarian architecture functionalityDavid Kalnischkies2021-09-041-4/+7
| * Do not strip M-A for native build-dep resolutionDavid Kalnischkies2021-09-041-9/+5
* | Inhibit autoremove calculation in apt-mark and apt showDavid Kalnischkies2021-08-281-0/+1
|/
* Bump to C++17Julian Andres Klode2021-08-091-1/+1
* Check sources.list could be parsed before adding volatile filesJulian Andres Klode2021-07-011-0/+2
* Do not use filename of local sources in 'apt download'David Kalnischkies2021-06-041-6/+10
* Temporarily Revert "2.3-only: Warn that the 0.1 protocol is deprecated"Julian Andres Klode2021-04-291-1/+0
* Merge branch 'pu/upgradecounter' into 'main'Julian Andres Klode2021-04-296-37/+82
|\
| * Count uninstallable packages in "not upgraded"David Kalnischkies2021-04-256-37/+82
* | Call MarkAndSweep only manually in apt-get for autoremoveDavid Kalnischkies2021-04-262-8/+16
|/
* Avoid infinite loop on EOF on media change promptJulian Andres Klode2021-04-231-1/+3
* 2.3-only: Warn that the 0.1 protocol is deprecatedJulian Andres Klode2021-04-231-0/+1
* json: Hook protocol 0.2 (added upgrade,downgrade,reinstall modes)Julian Andres Klode2021-04-231-9/+40
* json: Add `package-list` and `statistics` install hooksJulian Andres Klode2021-04-234-11/+21
* upgrade: Add JSON hook support (AptCli::Hooks::Upgrade)Julian Andres Klode2021-04-231-3/+13
* json: Add origins fields to versionJulian Andres Klode2021-04-231-0/+35
* json: Flush standard file descriptors before calling hooksJulian Andres Klode2021-04-231-0/+8
* json: Encode NULL strings as nullJulian Andres Klode2021-04-231-1/+4
* json: Actually pop statesJulian Andres Klode2021-04-231-0/+1
* json: Escape strings using \u escape sequences, add testJulian Andres Klode2021-04-231-4/+20
* Implement update --error-on=anyJulian Andres Klode2021-01-081-0/+1
* Add support for Phased-Update-PercentageJulian Andres Klode2021-01-081-1/+7
* Only autoremove kernels in apt(8); respect --no-auto-removeJulian Andres Klode2021-01-082-4/+3
* Automatically remove unused kernels on dist-upgradeJulian Andres Klode2021-01-041-1/+11
* Support compressed output from rred similar to apt-helper cat-filefeature/rredDavid Kalnischkies2020-11-071-0/+1
* Prepare rred binary for external usageDavid Kalnischkies2020-11-073-1/+12
* Merge branch 'master' into 'master'Julian Andres Klode2020-08-041-0/+1
|\
| * Support marking all newly installed packages as automatically installedNicolas Schier2020-06-081-0/+1
* | Replace whitelist/blacklist with allowlist/denylistJulian Andres Klode2020-08-041-1/+1
|/
* private-search: Only use V.TranslatedDescription() if goodJulian Andres Klode2020-05-181-1/+1
* apt list: Fix behavior of regex vs fnmatch vs wildcardsJulian Andres Klode2020-05-041-4/+5
* apt(8): Wait for frontend and cache lockJulian Andres Klode2020-02-261-0/+5
* Make map_pointer<T> typesafeJulian Andres Klode2020-02-241-1/+1
* Replace map_pointer_t with map_pointer<T>Julian Andres Klode2020-02-242-7/+7
* Remove code tagged APT_PKG_590, add some missing includesJulian Andres Klode2020-02-181-0/+1
* Implement short patterns (patterns starting with ~)Julian Andres Klode2020-02-031-2/+2
* apt(8): Disable regular expressions and fnmatchJulian Andres Klode2020-01-151-0/+1
* Convert users of {MD5,SHA1,SHA256,SHA512}Summation to use HashesJulian Andres Klode2020-01-141-2/+3
* satisfy: Fix segmentation fault when called with empty argumentJulian Andres Klode2019-12-061-1/+1
* Search in all available description translationsАлексей Шилин2019-11-251-26/+95
* Parse 'show' arguments for the 'info' alias as wellJulian Andres Klode2019-09-271-2/+2
* Add pattern tree parser infra and connect with cacheset and apt listJulian Andres Klode2019-08-151-7/+16
* Apply various suggestions by cppcheckDavid Kalnischkies2019-07-086-15/+15
* Remove deprecated cacheset methodsJulian Andres Klode2019-06-142-12/+69
* Adjust code for missing includes/using std::stringJulian Andres Klode2019-06-121-1/+3
* Merge branch 'depend-solutions' into 'master'Julian Andres Klode2019-06-111-16/+16
|\
| * apt-cache: only show solutions if displayedStephen Kitt2019-05-131-16/+16
* | Introduce apt satisfy and apt-get satisfyJulian Andres Klode2019-06-112-7/+81
* | apt-mark: Add hidden showheld alias for showholdJulian Andres Klode2019-05-101-1/+1
|/