aboutsummaryrefslogtreecommitdiff
path: root/src/zencore/uid.cpp
Commit message (Collapse)AuthorAgeFilesLines
* cache get command (#183)Dan Engelbrecht2024-10-031-5/+23
| | | | * move TryParseObjectId and TryParseIoHash to Oid::TryParse and IoHash::TryParse respectively * zen cache-get command
* workspace shares (#84)Dan Engelbrecht2024-05-291-0/+28
| | | Feature: New 'workspaces' service which allows a user to share a local folder via zenserver. A workspace can have mulitple workspace shares and they provie an HTTP API that is compatible with the project oplog HTTP API. Workspaces and shares are preserved between runs. Workspaces feature is disabled by default - enable with --workspaces-enabled option when launching zenserver.
* * Added Guid::FromStringStefan Boberg2023-06-301-1/+2
| | | | | | | * Added LoadCompactBinaryObject from file to compactbinaryfile.cpp/h * Added SaveCompactBinary(BinaryWriter& Ar, ...) functions * Added ZEN_PLATFORM_NAME define * Added SystemMetrics functionality to query system properties (see zencore/system.h)
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-0/+148
* moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees