aboutsummaryrefslogtreecommitdiff
path: root/src/zenutil
Commit message (Expand)AuthorAgeFilesLines
* move zenutil builds code to zenremotestore (#543)Dan Engelbrecht2025-10-037-1979/+0
* make cpr a HttpClient implementation detail (#517)Stefan Boberg2025-09-291-1/+1
* remove spurious cpr.h includes (#520)Stefan Boberg2025-09-291-2/+0
* Make sure we call the previous terminate handle if present when we intercept ...Dan Engelbrecht2025-09-261-6/+39
* fix for C4244 truncation warning (#515)Stefan Boberg2025-09-261-1/+3
* new append op rpc method (#511)Dan Engelbrecht2025-09-261-1/+2
* Merge branch 'main' into zs/put-overwrite-policy-responsezousar2025-09-226-0/+182
|\
| * fetch cloud oplog (#502)Dan Engelbrecht2025-09-226-0/+182
* | Change batch put responses for client reportingzousar2025-09-192-2/+22
|/
* fix quoted wildcard options (#500)Dan Engelbrecht2025-09-171-7/+23
* add EMode to WorkerTheadPool to avoid thread starvation (#492)Dan Engelbrecht2025-09-104-37/+63
* add validation of compact binary payloads before reading them (#483)Dan Engelbrecht2025-09-042-5/+43
* remove debug log messages (#479)Dan Engelbrecht2025-08-271-2/+0
* rework `--quiet` zenserver option add `--noconsole` option (#477)Dan Engelbrecht2025-08-262-0/+5
* Move windows service utilities to zenutil and fix clang-format errorsLiam Mitchell2025-08-223-0/+664
* Move ReportServiceStatus to zenutil and remove extraneous loggingLiam Mitchell2025-08-223-0/+53
* Merge remote-tracking branch 'origin/main' into de/zen-service-commandLiam Mitchell2025-08-219-149/+393
|\
| * use new builds api for oplogs (#464)Dan Engelbrecht2025-08-125-133/+232
| * list build part content (#462)Dan Engelbrecht2025-08-113-0/+127
| * more details in parallel work when wait fails/destructor has inconsistent sta...Dan Engelbrecht2025-08-061-12/+30
| * Don't set m_DispatchComplete in ParallelWork until after pending work countdo...Dan Engelbrecht2025-08-041-4/+4
* | Fix for MacOS compile failureLiam Mitchell2025-08-201-0/+2
* | Merge pull request #452 from ue-foundation/lm/full-service-installLiam Mitchell2025-08-061-5/+2
|\ \
| * | Fix permissions and ownership issues with service binary copy and remove unne...Liam Mitchell2025-07-251-5/+2
* | | Merge branch 'main' into de/zen-service-commandLiam Mitchell2025-07-2928-454/+2263
|\ \ \ | |/ / |/| / | |/
| * move nodiscard to proper location (#447)Dan Engelbrecht2025-06-191-1/+1
| * add retry for failed block metadata upload (#445)Dan Engelbrecht2025-06-193-5/+11
| * graceful wait in parallelwork destructor (#438)Dan Engelbrecht2025-06-162-2/+30
| * sentry config (#430)Dan Engelbrecht2025-06-122-0/+176
| * revert 61b4a88f and cadaad63Dan Engelbrecht2025-06-102-176/+0
| * add EnvironmentOptions helperDan Engelbrecht2025-06-102-0/+176
| * pause, resume and abort running builds cmd (#421)Dan Engelbrecht2025-06-055-31/+44
| * builds download url (#419)Dan Engelbrecht2025-06-042-6/+15
| * new builds search (#418)Dan Engelbrecht2025-06-041-3/+4
| * faster scavenge (#417)Dan Engelbrecht2025-06-042-46/+84
| * fixed size chunking for encrypted files (#410)Dan Engelbrecht2025-06-037-140/+501
| * faster oplog validate (#408)Dan Engelbrecht2025-05-301-1/+1
| * frequent disk space check (#407)Dan Engelbrecht2025-05-271-1/+5
| * use explicit capture for lambdas (#404)Dan Engelbrecht2025-05-201-20/+27
| * handle exception with batch work (#401)Dan Engelbrecht2025-05-191-1/+0
| * parallel work handle dispatch exception (#400)Dan Engelbrecht2025-05-168-151/+295
| * builds allow redirect option (#379)Dan Engelbrecht2025-05-054-23/+60
| * fix race in rpcrecorder (#375)Stefan Boberg2025-04-251-0/+6
| * Merge branch 'main' into zs/zencli-list-namespaces-bucketsZousar Shaker2025-04-243-0/+243
| |\
| | * parse system dir for builds (#365)Dan Engelbrecht2025-04-231-5/+5
| | * add cxxopts overload for parsing file paths from command line (#362)Dan Engelbrecht2025-04-223-0/+243
| * | Replace container with namespaceszousar2025-04-223-21/+25
| * | Add a list-container subcommand to zen builds commandzousar2025-04-145-1/+91
| |/
| * fix race condition in multipart download (#358)Dan Engelbrecht2025-04-115-43/+68
| * scavenge builds (#352)Dan Engelbrecht2025-04-081-2/+2