Tim Wojtulewicz
|
32ae8f4eaa
|
Make storage events take a tag for the backend instead of a string
|
2025-03-27 16:12:24 -07:00 |
|
Tim Wojtulewicz
|
78267c382c
|
Fix data-race with calling DBG_LOG from a separate thread
|
2025-03-21 11:56:27 -07:00 |
|
Tim Wojtulewicz
|
8b9fe48f13
|
Fix data race with calling run_state::network_time from a separate thread
|
2025-03-21 11:56:27 -07:00 |
|
Tim Wojtulewicz
|
e5b06367f7
|
Squash code from OperationResultCallback into ResultCallback
|
2025-03-21 11:44:39 -07:00 |
|
Tim Wojtulewicz
|
8bca6a8594
|
Cleanup/update comments across the storage C++ files
|
2025-03-18 10:20:34 -07:00 |
|
Tim Wojtulewicz
|
e6f1eea1b7
|
Remove default argument for callbacks, reorder function arguments
|
2025-03-18 10:20:34 -07:00 |
|
Tim Wojtulewicz
|
ebefb21c53
|
Pass network time down to Expire()
|
2025-03-18 10:20:34 -07:00 |
|
Tim Wojtulewicz
|
c7503654e8
|
Add IN_PROGRESS return code, handle for async backends
|
2025-03-18 10:20:34 -07:00 |
|
Tim Wojtulewicz
|
9ed3e33f97
|
Completely rework return values from storage operations
|
2025-03-18 10:20:33 -07:00 |
|
Tim Wojtulewicz
|
40f60f26b3
|
Run expiration on a separate thread
|
2025-03-18 10:20:33 -07:00 |
|
Tim Wojtulewicz
|
64f3969434
|
Always register backend for expiration, check for open during loop
|
2025-03-18 10:20:33 -07:00 |
|
Tim Wojtulewicz
|
4695060d75
|
Allow opening and closing backends to be async
|
2025-03-18 09:32:34 -07:00 |
|
Tim Wojtulewicz
|
d07d27453a
|
Add infrastructure for automated expiration of storage entries
This is used for backends that don't support expiration natively.
|
2025-03-18 09:32:34 -07:00 |
|
Tim Wojtulewicz
|
69d940533d
|
Pass key/value types for validation when opening backends
|
2025-03-18 09:32:34 -07:00 |
|
Tim Wojtulewicz
|
2ea0f3e70a
|
Lay out initial parts for the Storage framework
This includes a manager, component manager, BIF and script code, and
parts to support new storage backend plugins.
|
2025-03-18 09:32:34 -07:00 |
|