osquery-1/osquery/dispatcher
Teddy Reed c2be670806 Table results caching
1. Table implementations (spec files) can mark the table as 'cachable'.
2. Cached results depend on the shortest/quickest interval of scheduled
queries that act on results of the table.
3. The table API generator blocks caching on index/additional/required
table column options.
2015-11-14 15:57:23 -08:00
..
tests Harden extensions/dispatcher tests 2015-05-05 23:34:10 -07:00
CMakeLists.txt Distributed queries client-side 2015-09-08 13:33:48 -07:00
dispatcher.cpp Several small optimizations around internal SQL queries 2015-08-03 07:56:55 -07:00
dispatcher.h Distributed queries client-side 2015-09-08 13:33:48 -07:00
distributed.cpp Minor nits around distributed CLIs 2015-10-02 11:33:50 -07:00
distributed.h Distributed queries client-side 2015-09-08 13:33:48 -07:00
scheduler.cpp Table results caching 2015-11-14 15:57:23 -08:00
scheduler.h Harden extensions/dispatcher tests 2015-05-05 23:34:10 -07:00