zeek/src/storage
Tim Wojtulewicz 938073dfed Merge remote-tracking branch 'origin/topic/timw/4742-skip-storage-thread'
* origin/topic/timw/4742-skip-storage-thread:
  Avoid starting up storage expiration thread with zero backends
  Remove a couple of obsolete TODOs in storage manager
2025-09-17 08:44:55 -07:00
..
backend Force SQLite to be in thread-safe mode during CMake 2025-09-16 12:19:09 -07:00
serializer Switch to using std::ranges algorithms 2025-07-28 13:03:25 -07:00
Backend.cc Fix swapped storage metrics names 2025-07-23 13:14:46 -07:00
Backend.h Add flag to force synchronous mode when calling storage script-land functions 2025-07-23 13:14:34 -07:00
CMakeLists.txt Add Storage::is_connected BIF 2025-05-07 08:13:16 -07:00
Component.cc Add STORAGE_ prefixes for backends and serializers 2025-04-14 10:11:13 -07:00
Component.h Reduce includes in plugin/Component.h 2025-05-16 10:14:37 -07:00
Manager.cc Avoid starting up storage expiration thread with zero backends 2025-09-15 14:18:03 -07:00
Manager.h Avoid starting up storage expiration thread with zero backends 2025-09-15 14:18:03 -07:00
ReturnCode.cc Ground work for pluggable storage serializers 2025-04-14 10:02:35 -07:00
ReturnCode.h Mark storage classes as final where appropriate 2025-04-14 10:11:13 -07:00
Serializer.h Add versioning to JSON serializer 2025-04-14 10:11:13 -07:00
storage-async.bif Move cast_handle from storage-async.bif to BackendHandleVal static method 2025-05-07 08:13:16 -07:00
storage-events.bif Make storage events take a tag for the backend instead of a string 2025-03-27 16:12:24 -07:00
storage-sync.bif Fix segfault if storage sync open_backend returns bad code 2025-06-03 11:38:38 -07:00
storage.bif Add flag to force synchronous mode when calling storage script-land functions 2025-07-23 13:14:34 -07:00