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: google/santa
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2022.5
Choose a base ref
...
head repository: google/santa
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2022.6
Choose a head ref
  • 9 commits
  • 16 files changed
  • 4 contributors

Commits on May 27, 2022

  1. Configuration menu
    Copy the full SHA
    4d34099 View commit details
    Browse the repository at this point in the history
  2. Remove unused testing scripts (#816)

    * Remvoe unused testing scripts
    
    Co-authored-by: Russell Hancox <russellhancox@users.noreply.github.com>
    mlw and russellhancox authored May 27, 2022
    Configuration menu
    Copy the full SHA
    6a3fda0 View commit details
    Browse the repository at this point in the history
  3. Copy new PrinterProxy file instead of overwriting (#819)

    * Copy new PrinterProxy file instead of overwriting
    
    * Update log type for error message
    
    * Update log message severity
    mlw authored May 27, 2022
    Configuration menu
    Copy the full SHA
    a65c918 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Mute self to reduce message volume. Remove noisy log message. (#820)

    * Mute self to reduce message volume. Remove noisy log message.
    
    * Bail if self muting failed. Remove selfPid.
    
    * Fix tests by mocking es_mute_process
    mlw authored May 31, 2022
    Configuration menu
    Copy the full SHA
    ae13900 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. santad: Use multiple semaphores to avoid freeing ES message before us…

    …e of it has ended. (#822)
    
    This slightly complex solution is necessary because while on macOS 11+ there are retain/release methods that can be used on ES messages, on 10.15 the only option is a copy which is comparatively expensive (and on 11+ the copy/free methods are aliases for retain/release)
    
    Fixes #821
    russellhancox authored Jun 8, 2022
    Configuration menu
    Copy the full SHA
    01bd1bf View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Added handling for Remount events to USB mass storage blocking (#818)

    * Added handling for Remount events to USB mass storage blocking.
    pmarkowsky authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    fde5f52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfae5dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d37a3a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a67801d View commit details
    Browse the repository at this point in the history
Loading