zeek/src/storage/backend/sqlite
Benjamin Bannier 16c40f4f3a Make PUT on SQLite backend implicitly overwrite expired entries
The backend does not serve expired but still present entries so to a
user they do not exist. When they put new data over such an entry their
expecation is that the value is overwritten, even if not explicitly
requested.
2025-07-15 15:50:43 -07:00
..
CMakeLists.txt Add basic SQLite storage backend 2025-03-18 09:32:34 -07:00
Plugin.cc Mark storage classes as final where appropriate 2025-04-14 10:11:13 -07:00
SQLite.cc Make PUT on SQLite backend implicitly overwrite expired entries 2025-07-15 15:50:43 -07:00
SQLite.h Handle potential contention when running sqlite expiration 2025-06-05 10:21:50 -07:00