<https://github.com/facebook/osquery/tree/experime...
# general
u
[osquery:experimental] 6 new commits by Jonathan Keljo:
<https://github.com/facebook/osquery/commit/b9f1e94fc8dcdb190398e5d917e70d79f599914f|b9f1e94>
Prefactor: QueryData -> TableRows for virtual tables - Jonathan Keljo
<https://github.com/facebook/osquery/commit/78a6960dcdcee12338aababd64a82712bd6d9808|78a6960>
Make `TableRow`s more abstract - Jonathan Keljo
<https://github.com/facebook/osquery/commit/1870fd86d87e69dfbc22c31be73617c62ad50b18|1870fd8>
Introduce TableRow interface - Jonathan Keljo
<https://github.com/facebook/osquery/commit/068efc9d677ccb5948026995d51946cbf2827574|068efc9>
Generate strongly-typed TableRow subclasses for each table - Jonathan Keljo
<https://github.com/facebook/osquery/commit/5bb1ec75a008f72370a5e44161dbe916f23ea994|5bb1ec7>
Migrate processes to strongly-typed TableRows on macOS - Jonathan Keljo
<https://github.com/facebook/osquery/commit/f7ec202778fd513ca86e0f35cdd4c323dbe36101|f7ec202>
Optimize process command line computation - Jonathan Keljo