Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

detangle: Move osquery shutdown logic outside of Initializer #6530

Merged
merged 6 commits into from
Jul 9, 2020

Commits on Jun 27, 2020

  1. detangle: Move osquery shutdown logic outside of Initializer

    The goal is to have less inter-dependency within osquery components.
    This is the first of several changes that take small steps towards a
    simpler dependency graph.
    
    Later we can revisit the directory structure to see if we can convey
    what components are intended to be widely used and what components
    are specialized.
    Ted Reed committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    5c24bc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9606071 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f3e2f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01edd84 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2020

  1. Configuration menu
    Copy the full SHA
    dba1ec3 View commit details
    Browse the repository at this point in the history
  2. detangle: Move init and watcher into distinct CMake lib

    Ted Reed authored and theopolis committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    29ef8fd View commit details
    Browse the repository at this point in the history