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.6
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.7
Choose a head ref
  • 20 commits
  • 83 files changed
  • 8 contributors

Commits on Jun 24, 2022

  1. Configuration menu
    Copy the full SHA
    e044fe3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7421e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Configuration menu
    Copy the full SHA
    7df209e View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. Docs: Add gemfile for running jekyll locally. (#834)

    This lets us test docs site changes by running `bundle exec jekyll serve` from inside the docs folder.
    russellhancox authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    d4a0d77 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Configuration menu
    Copy the full SHA
    aec1c74 View commit details
    Browse the repository at this point in the history
  2. adhoc build and run santa (#840)

    * adhoc build and run santa
    
    * fold ci into adhoc
    
    * review updates
    
    Co-authored-by: Tom Burgin <bur@chromium.org>
    tburgin and Tom Burgin authored Jul 7, 2022
    Configuration menu
    Copy the full SHA
    64096f5 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Configuration menu
    Copy the full SHA
    7e2b291 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d911e9 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Configuration menu
    Copy the full SHA
    ba1ace5 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    1cc40d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. santad: Improve caching of static rules (#847)

    In #846 I forgot that  is only a count of the entries so if the config changes but the number of rules remains the same we would never update the cache. This PR moves the processing of the raw config into the KVO handler code so it is not at all in the hot-path.
    russellhancox authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    9db00d1 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Configuration menu
    Copy the full SHA
    fbefbc5 View commit details
    Browse the repository at this point in the history
  2. santad: Fix re-establishment of syncservice connection (#849)

    * santad: Fix re-establishment of syncservice connection
    
    The previous version could lead to santad having lots of threads stuck waiting for connections
    russellhancox authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    fdb0192 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39f3ffe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21220f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    743c567 View commit details
    Browse the repository at this point in the history
  6. Ensure KVO works for USB config options (#853)

    Ensure KVO works for USB config options.
    pmarkowsky authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    234f81e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2c06c39 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a49a59b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cc31775 View commit details
    Browse the repository at this point in the history
Loading