| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Basic implementation of function evaluation | Stefan Boberg | 2021-08-28 | 1 | -3/+7 | |
| | | ||||||
| * | WIP interface for submitting workers/jobs | Stefan Boberg | 2021-08-24 | 1 | -0/+11 | |
| | | ||||||
| * | Improved crash reporting setup and removed old stubs | Stefan Boberg | 2021-08-21 | 1 | -7/+18 | |
| | | | | | Also added ability to exercise crash reporting from command line | |||||
| * | Added initial sentry.io support for crash tracking etc | Stefan Boberg | 2021-08-20 | 1 | -0/+14 | |
| | | ||||||
| * | Extended flushing to include more services | Stefan Boberg | 2021-08-12 | 1 | -2/+16 | |
| | | ||||||
| * | Implemented Flush() operation for CID/CAS store interfaces | Stefan Boberg | 2021-08-11 | 1 | -0/+6 | |
| | | ||||||
| * | Changed logic so that the shutdown monitoring thread is spun up in non-test ↵ | Stefan Boberg | 2021-08-09 | 1 | -12/+11 | |
| | | | | | modes as well | |||||
| * | Changed naming scheme for lifecycle events. Always create shutdown events ↵ | Stefan Boberg | 2021-08-09 | 1 | -4/+4 | |
| | | | | | (not just in test scenarios) | |||||
| * | Added self-registration of Zen server instance in shared state map | Stefan Boberg | 2021-08-09 | 1 | -0/+16 | |
| | | ||||||
| * | Added support for defining test/non-test server environments | Stefan Boberg | 2021-08-06 | 1 | -1/+1 | |
| | | ||||||
| * | zen::Process -> zen::ProcessHandle | Stefan Boberg | 2021-08-06 | 1 | -1/+1 | |
| | | ||||||
| * | Added single instance (per port) logic to ZenServer class | Stefan Boberg | 2021-08-05 | 1 | -0/+15 | |
| | | ||||||
| * | Made some changes to how mesh config works | Stefan Boberg | 2021-06-21 | 1 | -13/+13 | |
| | | ||||||
| * | Launch sandbox directory is now dynamic and configured from the main server | Stefan Boberg | 2021-06-20 | 1 | -1/+3 | |
| | | | | | Also added some debug logging | |||||
| * | Added EnableMesh setting, fixed lifetime management | Stefan Boberg | 2021-05-26 | 1 | -10/+37 | |
| | | | | | restructured handling of parent process lifetime management and added logic so that the parent process tracking works even when nothing else is using the asio I/O context | |||||
| * | Implemented simple persistence for CidStore, which stores CID->CAS mappings | Stefan Boberg | 2021-05-24 | 1 | -4/+6 | |
| | | ||||||
| * | Added CidStore, currently used to track relationships between compressed and ↵ | Stefan Boberg | 2021-05-24 | 1 | -1/+3 | |
| | | | | | | | uncompressed chunk hashes This first implementation is in-memory only, persistence is next | |||||
| * | Adding zenservice code | Stefan Boberg | 2021-05-11 | 1 | -0/+278 | |