aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * list missing block hashes when --verbose is enabled (#512)Dan Engelbrecht2025-09-261-0/+14
| * new append op rpc method (#511)Dan Engelbrecht2025-09-266-229/+676
| * Merge pull request #509 from ue-foundation/zs/put-overwrite-policy-responseZousar Shaker2025-09-259-49/+157
| |\
| | * Improvement to Incomplete Result Iterationzousar2025-09-251-2/+1
| | * Report Incomplete Records To Clientzousar2025-09-242-8/+44
| | * Adjust the responses from PUT commandszousar2025-09-234-15/+10
| | * Merge branch 'main' into zs/put-overwrite-policy-responsezousar2025-09-2226-842/+1647
| | |\
| | * | Change batch put responses for client reportingzousar2025-09-199-41/+119
| * | | limit number of chunks per block (#508)Dan Engelbrecht2025-09-237-61/+202
| | |/ | |/|
| * | dont set Size or RawSize when fetching chunkinfos if the payload can't be fou...Dan Engelbrecht2025-09-221-2/+7
| * | more responsive cancel during oplog import (#505)Dan Engelbrecht2025-09-223-12/+31
| * | Added `--oidctoken-exe-unattended` to`zen builds` and `zen oplog-download` co...Dan Engelbrecht2025-09-229-12/+29
| * | change default sentry dsn to one listed on Sentry setup page (#504)Dan Engelbrecht2025-09-221-1/+1
| * | issue error on second retry, not first attempt (#503)Dan Engelbrecht2025-09-221-2/+2
| * | fetch cloud oplog (#502)Dan Engelbrecht2025-09-2214-440/+909
| * | improve builds download partial logic (#501)Dan Engelbrecht2025-09-223-376/+671
| |/
| * fix quoted wildcard options (#500)Dan Engelbrecht2025-09-172-34/+24
| * add builds download force option (#498)Dan Engelbrecht2025-09-172-270/+297
| * Sorting oplog tree view by size would raise an error. (#497)Martin Ridgers2025-09-162-1/+1
| * new in-memory storage strategy for oplogs (#490)Dan Engelbrecht2025-09-154-518/+748
| * revise exception vs error (#495)Dan Engelbrecht2025-09-154-26/+34
| * initialize all services before healthy (#493)Dan Engelbrecht2025-09-121-35/+58
| * add EMode to WorkerTheadPool to avoid thread starvation (#492)Dan Engelbrecht2025-09-1030-1421/+1602
| * faster oplog entries with referenceset (#488)Dan Engelbrecht2025-09-087-57/+88
| * Set ownership of service executables to the service user on Linux (#489)Liam Mitchell2025-09-081-0/+44
| * refactor zen command return value handling (#487)Dan Engelbrecht2025-09-0547-1083/+972
| * Avoid mutating executable paths when copying files during full service instal...Liam Mitchell2025-09-041-5/+7
| * asio large header support (#484)Dan Engelbrecht2025-09-042-123/+128
| * add validation of compact binary payloads before reading them (#483)Dan Engelbrecht2025-09-0420-289/+536
| * oplog memory usage reduction (#482)Dan Engelbrecht2025-09-044-99/+197
| * projectstore lifetime improvements (#481)Dan Engelbrecht2025-08-294-368/+552
| * remove debug log messages (#479)Dan Engelbrecht2025-08-271-2/+0
| * rework `--quiet` zenserver option add `--noconsole` option (#477)Dan Engelbrecht2025-08-267-38/+92
| * improve console output (#476)Dan Engelbrecht2025-08-2623-1077/+1048
| * revert multi-cid store (#475)Dan Engelbrecht2025-08-2613-553/+260
| * Merge pull request #139 from ue-foundation/de/zen-service-commandLiam Mitchell2025-08-2225-20/+1962
| |\
| | * Move windows service utilities to zenutil and fix clang-format errorsLiam Mitchell2025-08-224-4/+3
| | * Move ReportServiceStatus to zenutil and remove extraneous loggingLiam Mitchell2025-08-225-58/+53
| | * Merge remote-tracking branch 'origin/main' into de/zen-service-commandLiam Mitchell2025-08-2170-2208/+4543
| | |\
| | * | Ignore unused variable warnings on platforms where ReportServiceStatus is uni...Liam Mitchell2025-08-211-0/+1
| | * | Use correct sysctl headers on MacLiam Mitchell2025-08-211-1/+1
| | * | Fix trailing whitespace in service_cmd.cppLiam Mitchell2025-08-201-1/+0
| | * | Add missing headers to Mac process.cppLiam Mitchell2025-08-211-0/+2
| | * | Fix for MacOS compile failureLiam Mitchell2025-08-201-0/+2
| | * | Add pre-built systemd library and remove vcpkg dependencyLiam Mitchell2025-08-202-0/+10
| | * | Merge pull request #452 from ue-foundation/lm/full-service-installLiam Mitchell2025-08-064-14/+147
| | |\ \
| | | * | Fix permissions and ownership issues with service binary copy and remove unne...Liam Mitchell2025-07-253-6/+14
| | | * | Increase service stop timeout to 30 seconds during full installLiam Mitchell2025-07-211-1/+1
| | | * | Add PDBs and crashpad_handler to installed files during full service installLiam Mitchell2025-07-211-11/+24
| | | * | Add --full option to service install, which will handle stop/uninstall if nec...Liam Mitchell2025-07-162-9/+121