aboutsummaryrefslogtreecommitdiff
path: root/zenserver/zenserver.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Basic implementation of function evaluationStefan Boberg2021-08-281-3/+7
|
* WIP interface for submitting workers/jobsStefan Boberg2021-08-241-0/+11
|
* Improved crash reporting setup and removed old stubsStefan Boberg2021-08-211-7/+18
| | | | Also added ability to exercise crash reporting from command line
* Added initial sentry.io support for crash tracking etcStefan Boberg2021-08-201-0/+14
|
* Extended flushing to include more servicesStefan Boberg2021-08-121-2/+16
|
* Implemented Flush() operation for CID/CAS store interfacesStefan Boberg2021-08-111-0/+6
|
* Changed logic so that the shutdown monitoring thread is spun up in non-test ↵Stefan Boberg2021-08-091-12/+11
| | | | modes as well
* Changed naming scheme for lifecycle events. Always create shutdown events ↵Stefan Boberg2021-08-091-4/+4
| | | | (not just in test scenarios)
* Added self-registration of Zen server instance in shared state mapStefan Boberg2021-08-091-0/+16
|
* Added support for defining test/non-test server environmentsStefan Boberg2021-08-061-1/+1
|
* zen::Process -> zen::ProcessHandleStefan Boberg2021-08-061-1/+1
|
* Added single instance (per port) logic to ZenServer classStefan Boberg2021-08-051-0/+15
|
* Made some changes to how mesh config worksStefan Boberg2021-06-211-13/+13
|
* Launch sandbox directory is now dynamic and configured from the main serverStefan Boberg2021-06-201-1/+3
| | | | Also added some debug logging
* Added EnableMesh setting, fixed lifetime managementStefan Boberg2021-05-261-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 mappingsStefan Boberg2021-05-241-4/+6
|
* Added CidStore, currently used to track relationships between compressed and ↵Stefan Boberg2021-05-241-1/+3
| | | | | | uncompressed chunk hashes This first implementation is in-memory only, persistence is next
* Adding zenservice codeStefan Boberg2021-05-111-0/+278