Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoft/winget-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.29.160-preview
Choose a base ref
...
head repository: microsoft/winget-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.29.170-preview
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Apr 23, 2026

  1. Mitigate packaged preindexed source open lock convoy (#6172)

    This change narrows the lock scope for packaged preindexed source opens.
    mamoreau-devolutions authored Apr 23, 2026
    Configuration menu
    Copy the full SHA
    501c0b7 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2026

  1. Optimize packaged temp ACL handling without weakening ACL repairs (#6171

    )
    
    This change reduces the severe slowdown caused by recursive ACL
    propagation on packaged temp paths while preserving the security
    behavior that repairs improperly secured directories before use.
    
    The fix keeps the existing fail-closed model, but avoids calling
    `ApplyACL()` when the target directory is already in the exact secure
    state winget expects.
    mamoreau-devolutions authored Apr 24, 2026
    Configuration menu
    Copy the full SHA
    d567b47 View commit details
    Browse the repository at this point in the history
Loading