aboutsummaryrefslogtreecommitdiff
path: root/zenserver-test
Commit message (Expand)AuthorAgeFilesLines
* moved source directories into `/src` (#264)Stefan Boberg2023-05-025-3688/+0
* fixed dashboard file serving bug (#255)Stefan Boberg2023-04-241-11/+31
* tweaks for enabling unity buildsStefan Boberg2023-04-191-0/+1
* zenserver-test: ensure MakeOplog does not send an invalid payloadStefan Boberg2023-03-301-0/+1
* send payloads as duplicated handles (#240)Dan Engelbrecht2023-03-141-6/+157
* add test for fnf responses in project store (#238)Dan Engelbrecht2023-02-221-1/+13
* oplog upload/download (#214)Dan Engelbrecht2023-02-091-4/+542
* mergeStefan Boberg2023-01-261-175/+0
|\
| * removed HttpLaunchService and related codeStefan Boberg2023-01-241-175/+0
* | removed experimental mesh codeStefan Boberg2023-01-261-31/+0
|/
* Changed so CompressedBuffer::DecodeRawHash returns IoHash just like on the UE...Stefan Boberg2022-12-121-9/+9
* optimizations (#200)Dan Engelbrecht2022-12-071-13/+13
* Add `import-project` and `export-project` (#183)Dan Engelbrecht2022-11-181-9/+12
* Add "Accept" field in RPC request to gracefully handle requests from older in...Dan Engelbrecht2022-10-131-9/+21
* Format all rpc package responses using `FormatPackageMessageBuffer` to avoid ...Dan Engelbrecht2022-09-291-10/+11
* De/fix crash on non responding upstream (#145)Dan Engelbrecht2022-08-191-2/+278
* Use cacherequest::* for zenserver tests (#135)Dan Engelbrecht2022-06-301-401/+162
* cache requests API (#134)Dan Engelbrecht2022-06-271-0/+2
* Make cas storage an hidden implementation detail of CidStore (#130)v0.1.4-pre6v0.1.4-pre5Dan Engelbrecht2022-06-171-137/+39
* trivial: removed some unnecessary WriteToString in unit testsStefan Boberg2022-06-131-20/+15
* clang formatDan Engelbrecht2022-06-031-2/+2
* merge from mainStefan Boberg2022-06-031-3/+8
|\
| * Add catch2 support (#101)Stefan Boberg2022-05-201-5/+14
* | Merge branch 'main' into use-catch2Stefan Boberg2022-05-201-14/+28
|\|
| * fix testsDan Engelbrecht2022-05-191-9/+9
| * Keep Namespace out of CacheKey and store it on request levelDan Engelbrecht2022-05-191-21/+28
| * parameterize namespace for upstream (first hack)Dan Engelbrecht2022-05-111-16/+23
* | commented out some doctest::skip tests for now (does not compile with catch2)Stefan Boberg2022-05-191-1/+1
* | Merge from mainStefan Boberg2022-04-251-1/+1
|\|
| * skip websocket.basic test as it fails on linux ciDan Engelbrecht2022-04-121-1/+1
* | Added option to use Catch2 framework for testsStefan Boberg2022-04-051-38/+38
|/
* Skip zenserver-test exec.basic test since it tries to access a non-existent f...Dan Engelbrecht2022-03-231-1/+1
* Enable Horde compute code on Linux & Mac (#61)Joe Kirchoff2022-03-221-6/+4
* zenserver-test zcache.rpc.allpolicies: Fix incorrect ValueId in GetCacheChunk...Matt Peters2022-02-221-1/+1
* zenserver-test zcache.rpc.allpolicies: Fix uninitialized Oid.Matt Peters2022-02-221-1/+1
* Add feedback about failing checks in zcache.rpc.allpoliciesMatt Peters2022-02-221-37/+54
* Fixed crashing websocket test.Per Larsson2022-02-221-3/+1
* Stop I/O context when running websocket tests.Per Larsson2022-02-211-1/+2
* Initial support for websockets.Per Larsson2022-02-211-0/+96
|\
| * Added option to enable websockets.Per Larsson2022-02-211-1/+1
| * Refactored websocket message.Per Larsson2022-02-211-33/+21
| * Basic websocket service and test.Per Larsson2022-02-181-8/+24
| * Simple websocket client/server test.Per Larsson2022-02-181-4/+96
* | Value propagation fix - Read/Write ValueAPI as CompressedBinary type when wri...mattpetersepic2022-02-181-7/+9
* | Fixed GCC non-conformant errors regarding "KeyData* KeyData;"Martin Ridgers2022-02-111-7/+7
* | Fixed "UserData* UserData" non-conformancy errors from GCCMartin Ridgers2022-02-111-12/+12
* | Simplify HandleRpcGetCacheChunks (#53)mattpetersepic2022-02-091-0/+623
|/
* Removed old http client test codeStefan Boberg2022-02-041-416/+0
* clang-formatStefan Boberg2022-02-021-5/+5
* Cache policy support (#47)mattpetersepic2022-02-012-60/+76