aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Retain flags for small objects in structured cache (#68)Dan Engelbrecht2022-03-302-2/+3
|
* Merge pull request #66 from EpicGames/de/gracefully-exit-gcDan Engelbrecht2022-03-302-10/+20
|\ | | | | Make sure we wait for gc thread to complete before exiting
| * Make sure we wait for gc thread to complete before exitingDan Engelbrecht2022-03-302-10/+20
| |
* | Merge pull request #67 from EpicGames/de/cache-lock-fixesDan Engelbrecht2022-03-301-6/+11
|\ \ | | | | | | de/cache lock fixes
| * | cleanupDan Engelbrecht2022-03-301-7/+4
| | |
| * | Fix bucket creation race condition in ZenCacheMemoryLayer::PutDan Engelbrecht2022-03-301-1/+9
| | |
| * | No need to take exclusive lock while gathering referencesDan Engelbrecht2022-03-301-1/+1
| |/
* | Merge pull request #64 from EpicGames/de/fix-cachebucket-gatherreferencesDan Engelbrecht2022-03-292-7/+7
|\ \ | |/ |/| Clear gathered Cid array periodically and add just the new ones
| * Add whole range in CasChunkSet::AddChunksToSet(std::span<const IoHash> ↵Dan Engelbrecht2022-03-291-4/+1
| | | | | | | | HashesToAdd)
| * Clear gathered Cid array periodically and add just the new onesDan Engelbrecht2022-03-291-3/+6
|/
* Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2022-03-237-1/+69
|\
| * Fixed wrong route pattern.Per Larsson2022-03-231-1/+1
| |
| * Added route '/prj/list' for retrieving project info.Per Larsson2022-03-232-0/+33
| |
| * Helper function for sending compact binary array HTTP response.Per Larsson2022-03-232-0/+17
| |
| * Added ToJson for compact binary array.Per Larsson2022-03-232-0/+18
| |
| * Skip zenserver-test exec.basic test since it tries to access a non-existent ↵Dan Engelbrecht2022-03-231-1/+1
| | | | | | | | file path
* | added xmake file for zentest-appstubStefan Boberg2022-03-232-0/+13
|/
* clang formatDan Engelbrecht2022-03-232-6/+6
|
* Update undefined ZEN_WITH_COMPUTE_SERVICESJoe Kirchoff2022-03-221-1/+1
|
* Add additional logging for compute services startJoe Kirchoff2022-03-221-0/+6
|
* Enable Horde compute code on Linux & Mac (#61)Joe Kirchoff2022-03-2214-1138/+568
|
* move workthreadpool to zencore (#63)Dan Engelbrecht2022-03-223-2/+2
|
* Remove unused TotalAttachmentsSize (Mac warning)Joe Kirchoff2022-03-211-4/+0
|
* clang-formatDan Engelbrecht2022-03-2114-168/+172
|
* Missing return statement in websocket.hDan Engelbrecht2022-03-191-1/+1
|
* Added websocket stream request/response handling.Per Larsson2022-03-192-33/+134
|
* Suppress C4305 in third party includesJoe Kirchoff2022-03-171-4/+5
|
* Fix so ZenServer compiles when ZEN_WITH_COMPUTE_SERVICES is disabledDan Engelbrecht2022-03-171-0/+4
|
* Update horde compute to use Jupiter for storage (#60)Joe Kirchoff2022-03-179-150/+430
|
* Introduced basic validation of the clang-format versionStefan Boberg2022-03-171-1/+18
| | | | This is a very primitive implementation, which could probably be improved. We should also raise an error if clang-format is not found
* Some more updates to .clang-format to remove redundant settingsStefan Boberg2022-03-171-33/+0
|
* FIxed up .clang-format setting for enumsStefan Boberg2022-03-171-1/+1
| | | | | clang-format 12.0.0 which we used previously did not respect the AfterEnum setting, which lead to reformatting when using more recent builds. This change updates the setting to match the old behaviour
* Bump xmake install instructions to 2.6.4Dan Engelbrecht2022-03-161-2/+2
| | | 2.6.2 can't run the current build script, 2.6.4 is required.
* Merge branch 'dashboard-zipfs'Martin Ridgers2022-03-1611-161/+655
|\
| * Fixed typoMartin Ridgers2022-03-151-1/+1
| |
| * Zip up the frontend content and append to executable when bundlingMartin Ridgers2022-03-151-12/+81
| |
| * Allow nil arguments when bundle.lua launches processesMartin Ridgers2022-03-151-2/+9
| |
| * Serve the /dashboard endpoint from an embedded .zip fileMartin Ridgers2022-03-153-86/+148
| |
| * Implemented zip file locating for fat Mach-o binariesMartin Ridgers2022-03-151-1/+33
| |
| * Function to find .zip appended to a IoBuffer-wrapped executable fileMartin Ridgers2022-03-151-0/+97
| |
| * Added some new mime types; javascript, css, png and icoMartin Ridgers2022-03-152-0/+33
| |
| * ZipFs class providing a rudimentary in-memory/memory-mapped file systemMartin Ridgers2022-03-152-0/+194
| |
| * Marked IoBuffer::operator bool () method as explicitMartin Ridgers2022-03-151-1/+1
| |
| * Set a default value for "Size" parameter of IoBuffer(OuterBuffer, ...)Martin Ridgers2022-03-151-1/+1
| |
| * Moved experimental/frontend.* to frontend/frontend.*Martin Ridgers2022-03-153-1/+1
| |
* | Corrected linux installDan Engelbrecht2022-03-161-1/+1
|/ | | Use same version for both download and install of xmake
* clang formatDan Engelbrecht2022-03-092-9/+9
|
* Remove constexpr in NoneBytes declaration in testsDan Engelbrecht2022-03-091-4/+4
| | | | Visual Studio 17.1.1 has a regression causing compilation errors
* Fixed unsigned comparison warningStefan Boberg2022-03-081-2/+2
|
* clang-format fixesStefan Boberg2022-03-082-5/+5
|