aboutsummaryrefslogtreecommitdiff
path: root/zenutil
Commit message (Expand)AuthorAgeFilesLines
* moved source directories into `/src` (#264)Stefan Boberg2023-05-0214-4286/+0
* fixed dashboard file serving bug (#255)Stefan Boberg2023-04-242-7/+31
* fix down command (#254)Dan Engelbrecht2023-04-241-1/+1
* tweaks for enabling unity buildsStefan Boberg2023-04-191-2/+2
* send payloads as duplicated handles (#240)Dan Engelbrecht2023-03-142-3/+39
* Enhanced rpc request recording (#229)Dan Engelbrecht2023-02-172-0/+239
* oplog upload/download (#214)Dan Engelbrecht2023-02-091-2/+0
* fix formatting of zenutil/include/zenutil/zenserverprocess.hDan Engelbrecht2023-01-311-1/+1
* removed some more mesh related debrisStefan Boberg2023-01-262-7/+0
* Changed so CompressedBuffer::DecodeRawHash returns IoHash just like on the UE...Stefan Boberg2022-12-121-29/+27
* optimizations (#200)Dan Engelbrecht2022-12-071-39/+38
* Add `import-project` and `export-project` (#183)Dan Engelbrecht2022-11-182-8/+11
* move BasicFile to zenutil to remove zenstore dependency from zen command (#190)Dan Engelbrecht2022-11-172-0/+688
* Add "Accept" field in RPC request to gracefully handle requests from older in...Dan Engelbrecht2022-10-132-0/+32
* Implement proper GetCacheValues upstream (#155)Dan Engelbrecht2022-09-061-0/+6
* De/fix crash on non responding upstream (#145)Dan Engelbrecht2022-08-191-0/+1
* Remove PutCacheRecordRequest::RecordBody and GetCacheRecordResult:RecordBody ...Dan Engelbrecht2022-07-012-50/+50
* Use cacherequest::* for zenserver tests (#135)Dan Engelbrecht2022-06-301-0/+6
* Add ability to control where in the result array results go in GetCacheRecord...Dan Engelbrecht2022-06-302-14/+55
* add optional filter when writing GetCacheRecordsRequest and GetCacheValuesReq...Dan Engelbrecht2022-06-292-19/+67
* cache requests API (#134)Dan Engelbrecht2022-06-272-0/+1759
* Keep Namespace out of CacheKey and store it on request levelDan Engelbrecht2022-05-191-9/+1
* Add caseSensitiveCompareStrings and manual <=> and == operator for CacheKeyDan Engelbrecht2022-05-121-4/+10
* manual <=> calls for strings in CacheKeyDan Engelbrecht2022-05-121-1/+8
* use spaceship operator for CacheKey comparisonsDan Engelbrecht2022-05-111-22/+2
* parameterize namespace for upstream (first hack)Dan Engelbrecht2022-05-111-6/+12
* Add pre-commit config (#69)Joe Kirchoff2022-04-051-2/+2
* clang formatDan Engelbrecht2022-03-231-2/+2
* Enable Horde compute code on Linux & Mac (#61)Joe Kirchoff2022-03-221-2/+2
* Linux compile fixMartin Ridgers2022-02-211-2/+2
* Explicitly set access permissions so we're not affected by process' umaskMartin Ridgers2022-02-211-2/+3
* Marked a few file descriptors to be closed on execute (POSIX)Martin Ridgers2022-02-211-2/+2
* POSIX states the shared memory paths should start with a slashMartin Ridgers2022-02-111-2/+2
* Simplify HandleRpcGetCacheChunks (#53)mattpetersepic2022-02-091-1/+0
* Remove the backwards compatibility for the Zen CachePolicy changes no… (#49)mattpetersepic2022-02-082-18/+1
* Merging minor fixes to mainStefan Boberg2022-02-072-9/+24
|\
| * Changed some initializers to constinit to ensure compile time initializationStefan Boberg2022-02-041-8/+24
| * removed unnecessary <unordered_map> includeStefan Boberg2022-02-041-1/+0
* | Fixed signed/unsigned comparison compile errorMartin Ridgers2022-02-031-1/+1
|/
* CacheRecordPolicy: Fix inverted PolicyMask expression that caused parsing Val...Matt Peters2022-02-011-2/+2
* Cache policy support (#47)mattpetersepic2022-02-013-198/+277
* Rename Paylod to Value to match the client side. Rename PayloadId to ValueCon...mattpetersepic2022-01-271-3/+3
* Handle HTTP port collisions when initializing server (#40)zousar2022-01-272-17/+20
* Implement SkipData,QueryLocal,StoreLocal for HandleRpcGetCacheRecords (#41)mattpetersepic2022-01-262-0/+24
* Unused Delimiter string_view wouldn't compile POISX platformsMartin Ridgers2022-01-251-1/+0
* Cachepolicy (#36)mattpetersepic2022-01-252-143/+278
* Fixed CacheRecordPolicy::SaveDevin Doucette2022-01-201-0/+2
* Added copyright headers to xmake.lua scriptsMartin Ridgers2022-01-201-0/+2
* Converted use of _format UDL to fmt::formatMartin Ridgers2022-01-101-3/+1
* Turn all ThrowLastError() sites in source_location variantsMartin Ridgers2022-01-071-2/+1