aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fixed C4244 warnings in unfinished coderpc-analyzeStefan Boberg2025-07-141-2/+3
* fixed recording replay by always using recovery pathStefan Boberg2025-07-141-1/+11
* some ZEN_UNUSED fixesStefan Boberg2025-07-141-2/+2
* Merge branch 'rpc-analyze' of https://github.ol.epicgames.net/ue-foundation/z...Stefan Boberg2025-07-1429-381/+954
|\
| * Merge branch 'main' into rpc-analyzeStefan Boberg2025-06-2729-381/+954
| |\
| | * move nodiscard to proper location (#447)Dan Engelbrecht2025-06-191-1/+1
| | * add retry for failed block metadata upload (#445)Dan Engelbrecht2025-06-194-32/+60
| | * make sure we unregister from GC before we drop bucket/namespaces (#443)Dan Engelbrecht2025-06-192-1/+4
| | * Surfaced basic z$ information to self-hosted dashboard (#441)Martin Ridgers2025-06-183-0/+124
| | * `--output-path` option added to `zen version` command (#440)Dan Engelbrecht2025-06-183-20/+41
| | * accept Cloud urls without the api/v2/builds/ part (#439)Dan Engelbrecht2025-06-171-25/+45
| | * graceful wait in parallelwork destructor (#438)Dan Engelbrecht2025-06-169-244/+359
| | * fix build store range check (#437)Dan Engelbrecht2025-06-162-3/+10
| | * sentry config (#430)Dan Engelbrecht2025-06-129-56/+311
* | | fleshed out a few more tablesStefan Boberg2025-06-271-7/+72
|/ /
* | added initial tracking of namespaces, buckets, keysStefan Boberg2025-06-271-33/+137
* | fleshed out RPC recording analysis command, now parses every requestStefan Boberg2025-06-274-16/+199
* | minor: output schema sketchStefan Boberg2025-06-271-0/+32
* | added IRpcRequestAnalyzerStefan Boberg2025-06-113-23/+56
* | remove support for v1 recordingStefan Boberg2025-06-111-221/+1
* | Added ClearContainer helperStefan Boberg2025-06-111-3/+17
* | factored out IterateSegments()Stefan Boberg2025-06-111-22/+26
* | add warning when detecting bad segment metadataStefan Boberg2025-06-111-0/+4
* | Added recording_id metadata to RPC recordingsStefan Boberg2025-06-111-6/+15
* | Merge branch 'rpc-analyze' of https://github.ol.epicgames.net/ue-foundation/z...Stefan Boberg2025-06-1134-402/+1608
|\ \
| * | Merge branch 'main' into rpc-analyzeStefan Boberg2025-06-1134-402/+1608
| |\|
| | * make sure we finish progress at 100% if not done (#432)Dan Engelbrecht2025-06-101-1/+1
| | * crash in composite buffer stream (#431)Dan Engelbrecht2025-06-101-1/+1
| | * revert 61b4a88f and cadaad63Dan Engelbrecht2025-06-109-311/+56
| | * add sentry configurations options for debug/environmentDan Engelbrecht2025-06-107-56/+135
| | * add EnvironmentOptions helperDan Engelbrecht2025-06-102-0/+176
| | * Don't require `--namespace` option when using `zen list-namespaces` command (...Dan Engelbrecht2025-06-101-19/+44
| | * restore legacy --url option for builds download (#428)Dan Engelbrecht2025-06-101-1/+7
| | * `--sentry-dsn` option for zen command line and zenserver to control Sentry re...Dan Engelbrecht2025-06-096-37/+59
| | * use unique tmp name for auth token file (#426)Dan Engelbrecht2025-06-091-3/+3
| | * fix namespace picking up wrong argument (#425)Dan Engelbrecht2025-06-091-1/+1
| | * missing chunks bugfix (#424)Dan Engelbrecht2025-06-098-85/+480
| | * silence oom ood errors for sentry (#423)Dan Engelbrecht2025-06-051-0/+18
| | * pause, resume and abort running builds cmd (#421)Dan Engelbrecht2025-06-0521-161/+799
| | * revert system temp dir for builds upload (#422)Dan Engelbrecht2025-06-051-29/+27
| | * Initialize sentry after command line parsing is done (#420)Stefan Boberg2025-06-041-24/+25
| | * builds download url (#419)Dan Engelbrecht2025-06-044-64/+154
| | * new builds search (#418)Dan Engelbrecht2025-06-042-19/+32
* | | Fixed accidental path copyStefan Boberg2025-06-111-1/+1
|/ /
* / Skeleton of rpc recording analysis commandStefan Boberg2025-06-114-27/+123
|/
* faster scavenge (#417)Dan Engelbrecht2025-06-044-101/+251
* fixed size chunking for encrypted files (#410)Dan Engelbrecht2025-06-0314-429/+873
* minor: fix unused variable warning on some compilersStefan Boberg2025-06-031-4/+4
* http client streaming upload (#413)Dan Engelbrecht2025-06-025-200/+438
* fix cachbucket mem hit count (#415)Dan Engelbrecht2025-06-021-4/+7