summaryrefslogtreecommitdiff
path: root/apt-private
Commit message (Expand)AuthorAgeFilesLines
* Modernize standard library includesJulian Andres Klode2024-02-2016-30/+30
* Show a separate list of upgrades deferred due to phasingJulian Andres Klode2024-02-133-1/+27
* Support -a for setting host architecture in apt-get source -bDavid Kalnischkies2024-01-191-0/+1
* Do not store .diff_Index files in updateDavid Kalnischkies2024-01-031-1/+1
* Improve and test distclean implementationDavid Kalnischkies2024-01-033-24/+22
* Merge branch 'fix-959093' into 'main'Julian Andres Klode2023-12-082-5/+20
|\
| * Add 'dist-clean' command to remove packages and list filesGábor Németh2023-11-222-5/+20
* | Restore ?garbage by calling MarkAndSweep before parsingJulian Andres Klode2023-11-201-0/+3
* | Downgrade unmerged-usr from error to two warningsJulian Andres Klode2023-09-201-17/+32
* | Only accept installs of usrmerge on unmerged-usr systemsJulian Andres Klode2023-09-161-0/+20
* | 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