aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver
Commit message (Expand)AuthorAgeFilesLines
* cache RPC replay fixes (minor) (#544)Stefan Boberg2025-10-031-1/+1
* move remoteproject to remotestorelib (#542)Dan Engelbrecht2025-10-0313-5436/+6
* move projectstore to zenstore (#541)Dan Engelbrecht2025-10-0210-8831/+5
* projectstore refactor phase 2 (#539)Dan Engelbrecht2025-10-028-1681/+1524
* Zs/OIDC exe path handling (#538)Zousar Shaker2025-10-021-4/+10
* Fix bug in ReplayLogEntries for large op blobs (#537)Matt Peters2025-10-011-0/+1
* skip dropped oplogs in ScanForOplogs() (#534)Dan Engelbrecht2025-09-301-0/+5
* projectstore refactor (#531)Dan Engelbrecht2025-09-304-721/+667
* gracefully handle missing chunks when exporting an oplog (#526)Dan Engelbrecht2025-09-292-28/+66
* make cpr a HttpClient implementation detail (#517)Stefan Boberg2025-09-295-185/+92
* some bug fixes (#522)Stefan Boberg2025-09-291-2/+2
* new append op rpc method (#511)Dan Engelbrecht2025-09-261-227/+375
* Merge pull request #509 from ue-foundation/zs/put-overwrite-policy-responseZousar Shaker2025-09-251-5/+10
|\
| * Report Incomplete Records To Clientzousar2025-09-241-3/+5
| * Merge branch 'main' into zs/put-overwrite-policy-responsezousar2025-09-226-10/+40
| |\
| * | Change batch put responses for client reportingzousar2025-09-191-2/+5
* | | limit number of chunks per block (#508)Dan Engelbrecht2025-09-233-49/+77
| |/ |/|
* | 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-221-0/+18
* | Added `--oidctoken-exe-unattended` to`zen builds` and `zen oplog-download` co...Dan Engelbrecht2025-09-225-8/+15
|/
* 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
* initialize all services before healthy (#493)Dan Engelbrecht2025-09-121-35/+58
* add EMode to WorkerTheadPool to avoid thread starvation (#492)Dan Engelbrecht2025-09-104-771/+805
* faster oplog entries with referenceset (#488)Dan Engelbrecht2025-09-085-56/+86
* refactor zen command return value handling (#487)Dan Engelbrecht2025-09-051-37/+44
* add validation of compact binary payloads before reading them (#483)Dan Engelbrecht2025-09-047-199/+266
* oplog memory usage reduction (#482)Dan Engelbrecht2025-09-043-99/+195
* projectstore lifetime improvements (#481)Dan Engelbrecht2025-08-294-368/+552
* rework `--quiet` zenserver option add `--noconsole` option (#477)Dan Engelbrecht2025-08-265-38/+87
* improve console output (#476)Dan Engelbrecht2025-08-262-3/+3
* revert multi-cid store (#475)Dan Engelbrecht2025-08-2610-509/+240
* Merge pull request #139 from ue-foundation/de/zen-service-commandLiam Mitchell2025-08-223-669/+21
|\
| * Move windows service utilities to zenutil and fix clang-format errorsLiam Mitchell2025-08-223-666/+1
| * Move ReportServiceStatus to zenutil and remove extraneous loggingLiam Mitchell2025-08-222-58/+0
| * Merge remote-tracking branch 'origin/main' into de/zen-service-commandLiam Mitchell2025-08-2123-742/+1047
| |\
| * | Ignore unused variable warnings on platforms where ReportServiceStatus is uni...Liam Mitchell2025-08-211-0/+1
| * | Add pre-built systemd library and remove vcpkg dependencyLiam Mitchell2025-08-202-0/+10
| * | Merge branch 'main' into de/zen-service-commandLiam Mitchell2025-07-2945-849/+1799
| |\ \
| * \ \ Merge remote-tracking branch 'origin/main' into de/zen-service-commandDan Engelbrecht2025-03-1411-402/+247
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/de/zen-service-command' into de/zen-serv...Dan Engelbrecht2025-03-143-8/+57
| |\ \ \ \
| | * | | | Update Linux service type and add libsystemd dependencyLiam Mitchell2025-03-051-0/+4
| | * | | | Initial implementation of service status reportingLiam Mitchell2025-03-043-8/+49
| | * | | | Implementation of service commands for Linux.Liam Mitchell2025-02-271-0/+4
| * | | | | Merge remote-tracking branch 'origin/main' into de/zen-service-commandDan Engelbrecht2025-01-2312-211/+197
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge remote-tracking branch 'origin/main' into de/zen-service-commandDan Engelbrecht2025-01-1715-945/+35
| |\ \ \ \ \
| * | | | | | clang formatDan Engelbrecht2025-01-151-1/+4
| * | | | | | systemd unit file, incompleteDan Engelbrecht2025-01-151-0/+13
* | | | | | | oplog output improvements (#474)Dan Engelbrecht2025-08-225-32/+43
* | | | | | | clean up trace options parsing (#473)Dan Engelbrecht2025-08-228-49/+73
| |_|_|_|_|/ |/| | | | |