summaryrefslogtreecommitdiff
path: root/apt-private
Commit message (Expand)AuthorAgeFilesLines
* update: Add notice about missing Signed-By in deb822 sourcesJulian Andres Klode2023-06-271-0/+14
* Initial support for snapshot servers, apt --snapshot optionJulian Andres Klode2023-05-021-0/+2
* Add apt install,upgrade,... -U,--update optionsJulian Andres Klode2023-05-025-1/+17
* Suggest using non-free-firmware in update for DebianDavid Kalnischkies2023-02-041-28/+138
* Respect users pkg order on `apt install` for resolvingDavid Kalnischkies2022-09-023-10/+15
* Avoid triggering unused variable ‘State’ in doAutoInstallDavid Kalnischkies2022-09-021-5/+3
* Keep color disabled if APT::Color was set to falseDavid Kalnischkies2022-08-081-2/+2
* Let the auto installer loose for non-broken packages tooJulian Andres Klode2022-07-111-2/+0
* Include our config.h in all C++ files to avoid ODR violationsDavid Kalnischkies2022-05-071-0/+1
* Remove unused public zlib include from libapt fileutl.hDavid Kalnischkies2022-05-072-0/+2
* Merge branch 'pu/invalid-dotty-options' into 'main'Julian Andres Klode2022-05-061-1/+1
|\
| * Do not accept arguments for apt-cache dotty, xvcgJulian Andres Klode2022-05-061-1/+1
* | Merge branch 'fix/tagfilekeys' into 'main'Julian Andres Klode2022-05-061-8/+9
|\ \ | |/ |/|
| * Parse Checksum fields via pkgTagSection::Key, tooDavid Kalnischkies2022-04-011-4/+2
| * Use pkgTagSection::Key in more places in src:aptDavid Kalnischkies2022-04-011-4/+7
* | Fix segfault in CacheSetHelperAPTGet::tryVirtualPackage()Julian Andres Klode2022-04-071-1/+2
|/
* Allow --solver apt to work on apt satisfyDavid Kalnischkies2022-02-101-1/+1
* Add a --full mode to apt showJulian Andres Klode2022-01-212-8/+11
* Spelling fixesVille Skyttä2021-11-273-5/+5
* Support more than exact release matches in 'source'David Kalnischkies2021-11-231-6/+3
* Require argument to remove essential packages, do not promptJulian Andres Klode2021-11-173-32/+1
* Merge branch 'feature/install-versioned-provides' into 'main'Julian Andres Klode2021-10-192-43/+121
|\
| * Allow =version and /release selector on virtual packagesDavid Kalnischkies2020-05-272-43/+121
* | Respect NO_COLOR environment variableJulian Andres Klode2021-10-192-2/+3
* | 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