summaryrefslogtreecommitdiff
path: root/apt-private
Commit message (Expand)AuthorAgeFilesLines
* Warn about missing Signed-By in .list formatJulian Andres Klode2025-01-211-1/+9
* Drop SourceListWarnings::NonFreeFirmware messagesDavid Kalnischkies2025-01-051-129/+0
* Drop usage of APT_MUSTCHECKDavid Kalnischkies2025-01-051-1/+1
* Drop usage of macro APT_OVERRIDE for simple overrideDavid Kalnischkies2025-01-054-22/+21
* apt show: Add pinning information for --fullJulian Andres Klode2024-12-191-0/+12
* Be more strict about which PAGER to execvp() directlyJulian Andres Klode2024-12-191-1/+3
* Introduce automatic pager for read commandsJulian Andres Klode2024-12-187-4/+189
* Collect unprinted Ign errors for display in Err outputDavid Kalnischkies2024-11-222-17/+44
* Add a virtual destructor to private CacheSet MatcherDavid Kalnischkies2024-11-221-0/+1
* Acknowledge non-erase usage of remove_if for volatile sourcesDavid Kalnischkies2024-11-221-1/+1
* Add a --comment option to record Comment: in historyJulian Andres Klode2024-11-181-0/+1
* Merge branch 'svequiv' into 'main'Julian Andres Klode2024-11-141-1/+1
|\
| * apt-private/private-update.cc: APT::StringView -> std::string_viewнаб2024-11-121-1/+1
* | Merge branch 'json-config' into 'main'Julian Andres Klode2024-11-141-1/+33
|\ \ | |/ |/|
| * json: Add "options" array to JSON hooksJulian Andres Klode2024-11-121-1/+33
* | Replace std::bind with lambdasнаб2024-11-112-4/+4
|/
* Merge branch 'feature/ignorantprompt' into 'main'Julian Andres Klode2024-10-221-1/+9
|\
| * Show prompt reply if input is from non-terminalDavid Kalnischkies2024-09-291-1/+2
| * Ignore pending input before confirmation promptsDavid Kalnischkies2024-09-291-0/+7
* | Support --target-release in `apt list`Raziel Anarki2024-10-221-0/+2
|/
* Add note that redundant 'CLI interface' is intentionalJulian Andres Klode2024-07-281-0/+2
* Parse snapshot option for apt show/listDavid Kalnischkies2024-07-081-0/+2
* Show installed version (not candidate version) while removing a packagesid2024-07-053-2/+12
* Do not save new if we have already installed providersDavid Kalnischkies2024-05-161-0/+18
* Initial implementation of the 3.0 solverJulian Andres Klode2024-05-141-0/+8
* Separate columns by 2 spaces in listsJulian Andres Klode2024-04-301-1/+1
* Merge branch 'src-specifier' into 'main'Julian Andres Klode2024-04-292-4/+18
|\
| * source, build-dep: Allow specifying src:nameJulian Andres Klode2024-04-291-1/+7
| * showsrc: Support querying src:nameJulian Andres Klode2024-04-291-3/+11
* | Match version constraints before saving garbage packagesDavid Kalnischkies2024-04-241-6/+14
* | Avoid figuring which kept pkgs are phased if we don't display itDavid Kalnischkies2024-04-241-10/+10
|/
* Highlight essential removals with action::remove colorJulian Andres Klode2024-04-231-1/+1
* Merge branch 'ui-2.9.2' into 'main'Julian Andres Klode2024-04-226-17/+36
|\
| * Show "Upgrading:" before other sectionsJulian Andres Klode2024-04-191-2/+2
| * Insert blank line following simulation noteJulian Andres Klode2024-04-191-0/+2
| * Remove spurious newline inside `apt autoremove` messageJulian Andres Klode2024-04-192-11/+17
| * show: Highlight field names and colorize package nameJulian Andres Klode2024-04-192-3/+9
| * apt update: Show upgradable package count in boldJulian Andres Klode2024-04-192-1/+6
* | Add an --audit option to switch on audit loggingJulian Andres Klode2024-04-192-2/+7
* | Change the default log level from debug to noticeJulian Andres Klode2024-04-192-2/+2
|/
* private-output: Remove check for output version for colorJulian Andres Klode2024-04-191-2/+2
* Add a --color, --no-color optionJulian Andres Klode2024-04-192-5/+4
* Configure individual action colors using APT::Color::ActionJulian Andres Klode2024-04-192-7/+13
* Use APT::Configuration::color to apply color to outputJulian Andres Klode2024-04-194-15/+18
* Also respect an APT_NO_COLOR variableJulian Andres Klode2024-04-152-3/+3
* Merge branch 'ui-2.9.1' into 'main'Julian Andres Klode2024-04-142-10/+77
|\
| * apt: Default to N in the y/N prompt if there were warningsJulian Andres Klode2024-04-131-2/+3
| * Use "Continue anyway?" if a warning is queuedJulian Andres Klode2024-04-131-1/+2
| * install: Show downgrades as yellowJulian Andres Klode2024-04-131-1/+1
| * Add warnings if space estimate exceeds free spaceJulian Andres Klode2024-04-131-0/+16