-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: joncrain/osquery-python
base: master
head repository: osquery/osquery-python
compare: master
- 16 commits
- 9 files changed
- 12 contributors
Commits on Apr 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c8ea620 - Browse repository at this point
Copy the full SHA c8ea620View commit details
Commits on Aug 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 445c22f - Browse repository at this point
Copy the full SHA 445c22fView commit details
Commits on Aug 7, 2019
-
management: Fix socket fd leak (osquery#67)
Additionally, bump the version to 3.0.6.
Configuration menu - View commit details
-
Copy full SHA for 5f9696f - Browse repository at this point
Copy the full SHA 5f9696fView commit details -
setup: Add long_description_content_type (osquery#69)
To check this passes tests use: python setup.py sdist twine check dist/
Configuration menu - View commit details
-
Copy full SHA for 3ea4f8c - Browse repository at this point
Copy the full SHA 3ea4f8cView commit details
Commits on Aug 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8621cb7 - Browse repository at this point
Copy the full SHA 8621cb7View commit details
Commits on Nov 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5210198 - Browse repository at this point
Copy the full SHA 5210198View commit details
Commits on Nov 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c69cea3 - Browse repository at this point
Copy the full SHA c69cea3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca8fa1b - Browse repository at this point
Copy the full SHA ca8fa1bView commit details
Commits on Feb 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 586c79f - Browse repository at this point
Copy the full SHA 586c79fView commit details
Commits on Apr 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 451045e - Browse repository at this point
Copy the full SHA 451045eView commit details
Commits on Apr 15, 2022
-
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.
7440 Configuration menu - View commit details
-
Copy full SHA for 4cbe297 - Browse repository at this point
Copy the full SHA 4cbe297View commit details -
Update version numbers for 3.0.7 release (osquery#84)
Also update copyright notice.
Configuration menu - View commit details
-
Copy full SHA for 3b8f9e0 - Browse repository at this point
Copy the full SHA 3b8f9e0View commit details
Commits on Jul 16, 2024
-
remove argparse as it was moved to the python standard library as of …
…python 3.2 and python 2.7 (osquery#96)
mattf9 authoredJul 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 705e5b9 - Browse repository at this point
Copy the full SHA 705e5b9View commit details
Commits on Jul 23, 2024
-
Update management.py (osquery#92)
Fix bug with windows binary path management
Configuration menu - View commit details
-
Copy full SHA for 15c1d09 - Browse repository at this point
Copy the full SHA 15c1d09View commit details
Commits on Jul 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7523643 - Browse repository at this point
Copy the full SHA 7523643View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2140167 - Browse repository at this point
Copy the full SHA 2140167View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master