aboutsummaryrefslogtreecommitdiff
path: root/zenserver-test/zenserver-test.cpp
Commit message (Expand)AuthorAgeFilesLines
* parameterize namespace for upstream (first hack)Dan Engelbrecht2022-05-111-16/+23
* skip websocket.basic test as it fails on linux ciDan Engelbrecht2022-04-121-1/+1
* 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
* Cache policy support (#47)mattpetersepic2022-02-011-31/+58
* Add batched CacheRecord put rpc (#38)mattpetersepic2022-01-271-30/+61
* Implement SkipData,QueryLocal,StoreLocal for GET-verb CacheGet requests (#39)mattpetersepic2022-01-261-3/+8
* Cachepolicy (#36)mattpetersepic2022-01-251-171/+16
* Format fix.Per Larsson2022-01-221-17/+18
* Converted use of _format UDL to fmt::formatMartin Ridgers2022-01-101-73/+69
* Fixed error in if-statement comparisonMartin Ridgers2022-01-071-1/+1
* Deleted unused local variableMartin Ridgers2022-01-071-1/+0
* Merged main.Per Larsson2021-12-141-56/+77
|\
| * Renamed ZEN_PLATFORM_MACOS to ZEN_PLATFORM_MACMartin Ridgers2021-12-021-1/+1
| * std::fs::path is a wide character string under the hoodMartin Ridgers2021-11-291-1/+1
| * Wait for upstream test server to start before spawning a downstream oneMartin Ridgers2021-11-291-4/+2
| * Use more correct paths for the project.basic testMartin Ridgers2021-11-291-6/+8
| * Allow end-of-file errors to pass unraisedMartin Ridgers2021-11-261-0/+6
| * ASIO error type is asio::error_code not std::error_codeMartin Ridgers2021-11-261-7/+7
| * Throw HTTP client errors from zenserver-testMartin Ridgers2021-11-251-1/+5
| * Merged mainMartin Ridgers2021-11-251-0/+4
| |\
| * | Raise an error if zenserver-test's HTTP clients are enable to connectMartin Ridgers2021-11-241-2/+4
| * | ToUtf8() -> PathToUtf8() as the latter is less ambiguousMartin Ridgers2021-11-161-2/+2
| * | Deleted some debug code submitted by accidentMartin Ridgers2021-11-151-4/+0
| * | GCC did not like "size uint32_t" on this line for some reasonMartin Ridgers2021-11-151-1/+1
| * | Merged mainMartin Ridgers2021-11-151-28/+338
| |\ \
| * | | Fixed up FileSystemTranersal visitor to use std::fs::pathMartin Ridgers2021-11-151-7/+7
| * | | Used unused variablesMartin Ridgers2021-11-151-0/+6
| * | | Deleted unused codeMartin Ridgers2021-11-151-14/+0
| * | | Use Zen's GetCurrentThreadId()Martin Ridgers2021-11-151-2/+2
| * | | Implemented a basic Concurrency::parallel_invoke() for Linux and MacMartin Ridgers2021-11-151-0/+20
| * | | Fixed "move prevents copy elision" compiler warningMartin Ridgers2021-11-151-1/+1
| * | | Merged mainMartin Ridgers2021-11-121-5/+7
| |\ \ \
| * \ \ \ Merged mainMartin Ridgers2021-11-031-4/+6
| |\ \ \ \
| * | | | | Wrapped /apply/ and /exec/ services in a ZEN_WITH_COMPUTE_SERVICES defineMartin Ridgers2021-11-031-0/+2