aboutsummaryrefslogtreecommitdiff
path: root/zenserver/zenserver.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* 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