8000 Comparing joncrain:master...osquery:master · joncrain/osquery-python · GitHub
[go: up one dir, main page]

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: joncrain/osquery-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: osquery/osquery-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 9 files changed
  • 12 contributors

Commits on Apr 9, 2019

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

Commits on Aug 6, 2019

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

Commits on Aug 7, 2019

  1. management: Fix socket fd leak (osquery#67)

    Additionally, bump the version to 3.0.6.
    theopolis authored Aug 7, 2019
    Configuration menu
    Copy the full SHA
    5f9696f View commit details
    Browse the repository at this point in the history
  2. setup: Add long_description_content_type (osquery#69)

    To check this passes tests use:
      python setup.py sdist
      twine check dist/
    theopolis authored Aug 7, 2019
    Configuration menu
    Copy the full SHA
    3ea4f8c View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2019

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

Commits on Nov 17, 2019

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

Commits on Nov 20, 2020

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

Commits on Feb 6, 2021

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

Commits on Apr 12, 2022

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

Commits on Apr 15, 2022

  1. Fix handling of exceptions when osquery goes away (osquery#83)

    This resolves an issue where the extension does not shut down if osquery
    goes away unexpectedly (without sending a shutdown signal via Thrift).
    
    The scenario could be reliably reproduced by running `osqueryi`,
    connecting an extension, and then sending a `SIGKILL` to `osqueryi`. The
    exception thrown in the `start_watcher` function would be of type
    `thrift.transport.TTransport.TTransportException`, and would cause the
    watcher thread to exit without exiting the rest of the program.
    
    This is a possible fix for issues that users have experienced with
    extensions reconnecting after the Watchdog kills osquery.
    zwass authored Apr 15, 2022
    7440 Configuration menu
    Copy the full SHA
    4cbe297 View commit details
    Browse the repository at this point in the history
  2. Update version numbers for 3.0.7 release (osquery#84)

    Also update copyright notice.
    zwass authored Apr 15, 2022
    Configuration menu
    Copy the full SHA
    3b8f9e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. remove argparse as it was moved to the python standard library as of …

    …python 3.2 and python 2.7 (osquery#96)
    mattf9 authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    705e5b9 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Update management.py (osquery#92)

    Fix bug with windows binary path management
    inaimathi authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    15c1d09 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Testing (osquery#98)

    directionless authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    7523643 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2140167 View commit details
    Browse the repository at this point in the history
Loading
0