aboutsummaryrefslogtreecommitdiff
path: root/zenserver-test
Commit message (Collapse)AuthorAgeFilesLines
...
* Add batched CacheRecord put rpc (#38)mattpetersepic2022-01-271-30/+61
| | | * Add batched CacheRecord put rpc
* Implement SkipData,QueryLocal,StoreLocal for GET-verb CacheGet requests (#39)mattpetersepic2022-01-261-3/+8
| | | * Implement SkipData,QueryLocal,StoreLocal for GET-verb CacheGet requests
* Cachepolicy (#36)mattpetersepic2022-01-252-171/+180
| | | | | | | | | | | | | | | | | * Copy CachePolicy implementation from UE5/Release-5.0. Add backwards compatability for clients and upstreams that are using the old protocol. * Add RefPtr templated move operator and constructor, so that RefPtr<const Foo*> A = std::move(RefPtr<Foo*>()) will do a move. * Fix broken CachePolicy tests and add tests for new Save/Load. * Remove TODO comments * CachePolicy Save/Load Fixes from codereview * Fix comment to match code change. * Remove backwards compatibility for CachePolicy change. Convert policy string tokens to PascalCase. Fix tests for new policy text. Change ParseCachePolicy to assert string is non-empty and always succeed. * Fix release build: use ZEN_WITH_TESTS define
* Format fix.Per Larsson2022-01-221-17/+18
|
* Added copyright headers to xmake.lua scriptsMartin Ridgers2022-01-201-0/+2
|
* Added required linker flags on Mac for zenserver-testMartin Ridgers2022-01-111-0/+6
|
* Converted use of _format UDL to fmt::formatMartin Ridgers2022-01-102-77/+71
|
* Fixed error in if-statement comparisonMartin Ridgers2022-01-071-1/+1
|
* Deleted unused local variableMartin Ridgers2022-01-071-1/+0
|
* Added preprocessing config file and removed Visual Studio files.Per Larsson2021-12-152-125/+0
|
* Include header files when generating solution.Per Larsson2021-12-141-0/+1
|
* Merged main.Per Larsson2021-12-143-64/+92
|\
| * Renamed ZEN_PLATFORM_MACOS to ZEN_PLATFORM_MACMartin Ridgers2021-12-021-1/+1
| | | | | | | | | | None of the other platform defines have an "OS" suffix so removing this one keeps things consistent and lowers the chance of error.
| * 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
| | |
| * | Made zenserver-test depend on zenserver as the former spawns the latterMartin Ridgers2021-11-161-0/+1
| | |
| * | 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
| | | |
| * | | Temporarily if-def'd out unused project clientMartin Ridgers2021-11-151-0/+4
| | | |
| * | | 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
| | | | | |
| * | | | | Wrapped Windows-specific include in if-def preprocessor blocksMartin Ridgers2021-11-022-4/+8
| | | | | |
| * | | | | Merged mainMartin Ridgers2021-11-011-8/+9
| |\ \ \ \ \
| * \ \ \ \ \ Merged mainMartin Ridgers2021-10-251-3/+3
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merged mainMartin Ridgers2021-10-201-6/+7
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merged mainMartin Ridgers2021-10-161-4/+6
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Use std::fs::path for IoBuffer::MakeFromFile().Martin Ridgers2021-10-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is more consistent with MakeFromTempFile() and almost all arguments are path objects anyway.
| * | | | | | | | | Fixed shadowed symbol error in zenserver-test.cppMartin Ridgers2021-10-131-4/+6
| | | | | | | | | |
* | | | | | | | | | Merged main.Per Larsson2021-11-251-0/+2
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | Fixed unused variable in integration tests.Per Larsson2021-11-231-0/+4
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | merge from mainStefan Boberg2021-11-181-43/+359
|\| | | | | | | |
| * | | | | | | | Cleanup test.Per Larsson2021-11-121-87/+31
| | | | | | | | |
| * | | | | | | | Added test for cache policy SkipAttachments.Per Larsson2021-11-121-73/+49
| | | | | | | | |
| * | | | | | | | Fixed bug when cloning CbObject.Per Larsson2021-11-121-28/+189
| | | | | | | | |
| * | | | | | | | Movec cache utility types to zenutil and fixed unit tests.Per Larsson2021-11-121-79/+87
| | | | | | | | |