aboutsummaryrefslogtreecommitdiff
path: root/zenserver
Commit message (Expand)AuthorAgeFilesLines
* moved source directories into `/src` (#264)Stefan Boberg2023-05-0267-27610/+0
* made Ref<> constructor explicit (#262)Stefan Boberg2023-04-272-4/+4
* fix sentry report callstack (#256)Dan Engelbrecht2023-04-252-52/+37
* fixed dashboard file serving bug (#255)Stefan Boberg2023-04-242-2/+2
* check for port conflict before trying to take data dir lock (#253)Dan Engelbrecht2023-04-241-24/+29
* save cache rawsize and rawhash in manifest file instead of log file (#251)Dan Engelbrecht2023-04-212-235/+92
* Fix sentry init (#250)Dan Engelbrecht2023-04-211-1/+10
* oplog and cache stats (#244)Dan Engelbrecht2023-04-217-39/+927
* tweaks for enabling unity buildsStefan Boberg2023-04-193-5/+8
* added missing #pragma onceStefan Boberg2023-04-193-0/+6
* Support for HTTP range header (#245)Per Larsson2023-04-191-8/+45
* #minor - don't log "sentry initialized" if sentry is explicitly disabled.Dan Engelbrecht2023-04-031-6/+9
* Use ReadPayloadObject to read POST payloadStefan Boberg2023-03-301-3/+1
* send payloads as duplicated handles (#240)Dan Engelbrecht2023-03-142-18/+33
* store cache rawhash and rawsize for unstructured cache values (#234)Dan Engelbrecht2023-02-233-170/+436
* Clang format wanted to change one cell from a tab to a spaceMartin Ridgers2023-02-221-1/+1
* Removed unused functionMartin Ridgers2023-02-221-129/+0
* There is no need to calculate the start of a zip archive.Martin Ridgers2023-02-221-6/+2
* The start of a Zip archive can be calculated using its own dataMartin Ridgers2023-02-221-1/+1
* Magic value for Zip LocalFileHeader struct was incorrectMartin Ridgers2023-02-221-1/+1
* UE 177395 - fix crash when using asio http server and requesting info on non-...Dan Engelbrecht2023-02-211-0/+28
* Refactor CacheBuckets to allow for storing RawHash/RawSize (#232)v0.2.4-pre0v0.2.4Dan Engelbrecht2023-02-202-98/+258
* Enhanced rpc request recording (#229)Dan Engelbrecht2023-02-173-262/+62
* Experimental ObjectStore/CDN like endpointPer Larsson2023-02-165-1/+321
* Move knowledge of UE env variable from zenserver to zen command line tool (#227)Dan Engelbrecht2023-02-131-14/+3
* no sentry report on port conflict (#228)Dan Engelbrecht2023-02-131-4/+8
* oplog upload/download (#214)Dan Engelbrecht2023-02-0914-63/+2798
* Add support for "packagedata" mapping in oplog entries (#224)Dan Engelbrecht2023-02-071-3/+13
* Merge pull request #219 from EpicGames/linux-buildMartin Ridgers2023-02-061-0/+11
|\
| * Commented out breakpad_client xmake.lua adjustment - not applicable yetMartin Ridgers2023-02-031-0/+3
| * Fixed symbol resolution error because xmake reverses dependent librariesMartin Ridgers2023-02-021-0/+8
* | remove legacy `export-project` and `import-project` (#222)Dan Engelbrecht2023-02-021-203/+0
* | Reduce lock scopes in oplog (#220)Dan Engelbrecht2023-02-022-90/+123
|/
* Clean up project store file structure (#218)Dan Engelbrecht2023-02-013-1/+1
* Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2023-01-262-113/+167
|\
| * Retain memory buffer when replaying oplog (#216)Dan Engelbrecht2023-01-261-3/+7
| * Better error responses/logging in project store request (#217)Dan Engelbrecht2023-01-262-110/+160
* | mergeStefan Boberg2023-01-269-1073/+25
|\|
| * removed HttpLaunchService and related codeStefan Boberg2023-01-243-643/+0
| * removed dead/experimental file system related codeStefan Boberg2023-01-246-430/+0
| * Added version information to server executable (#215)Stefan Boberg2023-01-242-0/+25
* | removed experimental mesh codeStefan Boberg2023-01-265-382/+0
|/
* fix gc logging (#213)Dan Engelbrecht2023-01-131-7/+7
* zen command line tool improvements (#212)Dan Engelbrecht2023-01-131-0/+1
* Add info (GET) endpoints for structured cache (#211)Dan Engelbrecht2023-01-116-60/+415
* Fix log index snapshot (#210)Dan Engelbrecht2022-12-163-12/+19
* oplog level GC (#209)Dan Engelbrecht2022-12-142-43/+209
* Changed so CompressedBuffer::DecodeRawHash returns IoHash just like on the UE...Stefan Boberg2022-12-123-6/+5
* Path from handle perf improvement (#206)Dan Engelbrecht2022-12-081-8/+12
* Fix logging of number of read entries from log/index file for stores (#204)Dan Engelbrecht2022-12-081-5/+4