.. |
backend
|
Ignore a couple of known-unused results reported by Coverity
|
2025-07-23 15:17:53 -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
|
Switch to using std::ranges algorithms
|
2025-07-28 13:03:25 -07:00 |
Manager.h
|
Add zeek-namespaced alias for jthread
|
2025-07-10 14:07:07 -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 |