| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Cachepolicy (#36) | mattpetersepic | 2022-01-25 | 1 | -171/+16 | |
| | | | | | | | | | | | | | | | | | | * 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 Larsson | 2022-01-22 | 1 | -17/+18 | |
| | | ||||||
| * | Converted use of _format UDL to fmt::format | Martin Ridgers | 2022-01-10 | 1 | -73/+69 | |
| | | ||||||
| * | Fixed error in if-statement comparison | Martin Ridgers | 2022-01-07 | 1 | -1/+1 | |
| | | ||||||
| * | Deleted unused local variable | Martin Ridgers | 2022-01-07 | 1 | -1/+0 | |
| | | ||||||
| * | Merged main. | Per Larsson | 2021-12-14 | 1 | -56/+77 | |
| |\ | ||||||
| | * | Renamed ZEN_PLATFORM_MACOS to ZEN_PLATFORM_MAC | Martin Ridgers | 2021-12-02 | 1 | -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 hood | Martin Ridgers | 2021-11-29 | 1 | -1/+1 | |
| | | | ||||||
| | * | Wait for upstream test server to start before spawning a downstream one | Martin Ridgers | 2021-11-29 | 1 | -4/+2 | |
| | | | ||||||
| | * | Use more correct paths for the project.basic test | Martin Ridgers | 2021-11-29 | 1 | -6/+8 | |
| | | | ||||||
| | * | Allow end-of-file errors to pass unraised | Martin Ridgers | 2021-11-26 | 1 | -0/+6 | |
| | | | ||||||
| | * | ASIO error type is asio::error_code not std::error_code | Martin Ridgers | 2021-11-26 | 1 | -7/+7 | |
| | | | ||||||
| | * | Throw HTTP client errors from zenserver-test | Martin Ridgers | 2021-11-25 | 1 | -1/+5 | |
| | | | ||||||
| | * | Merged main | Martin Ridgers | 2021-11-25 | 1 | -0/+4 | |
| | |\ | ||||||
| | * | | Raise an error if zenserver-test's HTTP clients are enable to connect | Martin Ridgers | 2021-11-24 | 1 | -2/+4 | |
| | | | | ||||||
| | * | | ToUtf8() -> PathToUtf8() as the latter is less ambiguous | Martin Ridgers | 2021-11-16 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | Deleted some debug code submitted by accident | Martin Ridgers | 2021-11-15 | 1 | -4/+0 | |
| | | | | ||||||
| | * | | GCC did not like "size uint32_t" on this line for some reason | Martin Ridgers | 2021-11-15 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Merged main | Martin Ridgers | 2021-11-15 | 1 | -28/+338 | |
| | |\ \ | ||||||
| | * | | | Fixed up FileSystemTranersal visitor to use std::fs::path | Martin Ridgers | 2021-11-15 | 1 | -7/+7 | |
| | | | | | ||||||
| | * | | | Used unused variables | Martin Ridgers | 2021-11-15 | 1 | -0/+6 | |
| | | | | | ||||||
| | * | | | Deleted unused code | Martin Ridgers | 2021-11-15 | 1 | -14/+0 | |
| | | | | | ||||||
| | * | | | Use Zen's GetCurrentThreadId() | Martin Ridgers | 2021-11-15 | 1 | -2/+2 | |
| | | | | | ||||||
| | * | | | Implemented a basic Concurrency::parallel_invoke() for Linux and Mac | Martin Ridgers | 2021-11-15 | 1 | -0/+20 | |
| | | | | | ||||||
| | * | | | Fixed "move prevents copy elision" compiler warning | Martin Ridgers | 2021-11-15 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Merged main | Martin Ridgers | 2021-11-12 | 1 | -5/+7 | |
| | |\ \ \ | ||||||
| | * \ \ \ | Merged main | Martin Ridgers | 2021-11-03 | 1 | -4/+6 | |
| | |\ \ \ \ | ||||||
| | * | | | | | Wrapped /apply/ and /exec/ services in a ZEN_WITH_COMPUTE_SERVICES define | Martin Ridgers | 2021-11-03 | 1 | -0/+2 | |
| | | | | | | | ||||||
| | * | | | | | Wrapped Windows-specific include in if-def preprocessor blocks | Martin Ridgers | 2021-11-02 | 1 | -3/+5 | |
| | | | | | | | ||||||
| | * | | | | | Merged main | Martin Ridgers | 2021-11-01 | 1 | -8/+9 | |
| | |\ \ \ \ \ | ||||||
| | * \ \ \ \ \ | Merged main | Martin Ridgers | 2021-10-25 | 1 | -3/+3 | |
| | |\ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ | Merged main | Martin Ridgers | 2021-10-20 | 1 | -6/+7 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ | Merged main | Martin Ridgers | 2021-10-16 | 1 | -4/+6 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Use std::fs::path for IoBuffer::MakeFromFile(). | Martin Ridgers | 2021-10-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is more consistent with MakeFromTempFile() and almost all arguments are path objects anyway. | |||||
| | * | | | | | | | | | Fixed shadowed symbol error in zenserver-test.cpp | Martin Ridgers | 2021-10-13 | 1 | -4/+6 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Merged main. | Per Larsson | 2021-11-25 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
| | * | | | | | | | | | Fixed unused variable in integration tests. | Per Larsson | 2021-11-23 | 1 | -0/+4 | |
| | | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
| * | | | | | | | | | merge from main | Stefan Boberg | 2021-11-18 | 1 | -43/+359 | |
| |\| | | | | | | | | ||||||
| | * | | | | | | | | Cleanup test. | Per Larsson | 2021-11-12 | 1 | -87/+31 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Added test for cache policy SkipAttachments. | Per Larsson | 2021-11-12 | 1 | -73/+49 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Fixed bug when cloning CbObject. | Per Larsson | 2021-11-12 | 1 | -28/+189 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Movec cache utility types to zenutil and fixed unit tests. | Per Larsson | 2021-11-12 | 1 | -79/+87 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Merge branch 'main' into zcache-batch | Per Larsson | 2021-11-11 | 1 | -4/+6 | |
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | | | ||||||
| | | * | | | | | | | Format fix. | Per Larsson | 2021-11-11 | 1 | -5/+7 | |
| | | | |_|_|_|_|/ | | |/| | | | | | ||||||
| | | * | | | | | | __FILE__ can be relative and thus may not exist from the CWD | Martin Ridgers | 2021-11-03 | 1 | -2/+4 | |
| | | | | | | | | | ||||||
| | | * | | | | | | Removed sensitive words | Martin Ridgers | 2021-11-03 | 1 | -2/+2 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Added batched get chunk(s). | Per Larsson | 2021-11-08 | 1 | -13/+13 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Added upstream batch API. | Per Larsson | 2021-11-02 | 1 | -18/+138 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Merge branch 'main' into zcache-batch | Per Larsson | 2021-11-01 | 1 | -12/+15 | |
| | |\| | | | | | | ||||||
| | | * | | | | | | Fixed shadowed symbol error in zenserver-test.cpp | Martin Ridgers | 2021-11-01 | 1 | -4/+6 | |
| | | | |_|_|_|/ | | |/| | | | | ||||||