aboutsummaryrefslogtreecommitdiff
path: root/src/zencore
Commit message (Expand)AuthorAgeFilesLines
* make cpr a HttpClient implementation detail (#517)Stefan Boberg2025-09-292-0/+58
* fixed race condition in zen::logging::Get (#519)Stefan Boberg2025-09-291-3/+12
* Make sure we call the previous terminate handle if present when we intercept ...Dan Engelbrecht2025-09-265-17/+84
* new append op rpc method (#511)Dan Engelbrecht2025-09-263-1/+29
* change default sentry dsn to one listed on Sentry setup page (#504)Dan Engelbrecht2025-09-221-1/+1
* add EMode to WorkerTheadPool to avoid thread starvation (#492)Dan Engelbrecht2025-09-105-120/+171
* refactor zen command return value handling (#487)Dan Engelbrecht2025-09-052-3/+5
* add validation of compact binary payloads before reading them (#483)Dan Engelbrecht2025-09-043-5/+47
* improve console output (#476)Dan Engelbrecht2025-08-262-1/+23
* Merge pull request #139 from ue-foundation/de/zen-service-commandLiam Mitchell2025-08-226-5/+35
|\
| * Merge remote-tracking branch 'origin/main' into de/zen-service-commandLiam Mitchell2025-08-2110-27/+213
| |\
| * | Use correct sysctl headers on MacLiam Mitchell2025-08-211-1/+1
| * | Add missing headers to Mac process.cppLiam Mitchell2025-08-211-0/+2
| * | Merge pull request #452 from ue-foundation/lm/full-service-installLiam Mitchell2025-08-061-0/+2
| |\ \
| | * | Fix permissions and ownership issues with service binary copy and remove unne...Liam Mitchell2025-07-251-0/+2
| * | | Merge branch 'main' into de/zen-service-commandLiam Mitchell2025-07-2922-563/+2113
| |\ \ \ | | |/ / | |/| |
| * | | Merge remote-tracking branch 'origin/main' into de/zen-service-commandDan Engelbrecht2025-03-1426-140/+1257
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/de/zen-service-command' into de/zen-serv...Dan Engelbrecht2025-03-144-4/+12
| |\ \ \ \
| | * | | | Implementation of service commands for Linux.Liam Mitchell2025-02-272-3/+8
| | * | | | Linux compilation fixesLiam Mitchell2025-02-193-1/+4
| * | | | | Merge remote-tracking branch 'origin/main' into de/zen-service-commandDan Engelbrecht2025-01-233-29/+195
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge remote-tracking branch 'origin/main' into de/zen-service-commandDan Engelbrecht2025-01-173-0/+1220
| |\ \ \ \ \
| * | | | | | clang formatDan Engelbrecht2025-01-151-1/+1
| * | | | | | systemd unit file, incompleteDan Engelbrecht2025-01-152-1/+5
| * | | | | | if we can't open a process handle, assume it is running under other user idDan Engelbrecht2025-01-101-0/+5
| * | | | | | remove ServiceLevelDan Engelbrecht2025-01-102-9/+0
| * | | | | | get home folderDan Engelbrecht2025-01-102-0/+9
| * | | | | | add ServiceLevel for service processes: User, AllUsers and ServiceDan Engelbrecht2025-01-082-0/+9
* | | | | | | clean up trace options parsing (#473)Dan Engelbrecht2025-08-225-66/+97
| |_|_|_|_|/ |/| | | | |
* | | | | | avoid new in static IoBuffer (#472)Dan Engelbrecht2025-08-211-1/+19
* | | | | | zen print fixes/improvements (#469)Dan Engelbrecht2025-08-194-11/+132
* | | | | | use new builds api for oplogs (#464)Dan Engelbrecht2025-08-122-1/+32
* | | | | | de/stringbuilder safety (#456)Dan Engelbrecht2025-08-053-14/+30
| |_|_|_|/ |/| | | |
* | | | | graceful wait in parallelwork destructor (#438)Dan Engelbrecht2025-06-161-2/+2
* | | | | sentry config (#430)Dan Engelbrecht2025-06-122-13/+23
* | | | | revert 61b4a88f and cadaad63Dan Engelbrecht2025-06-102-23/+13
* | | | | add sentry configurations options for debug/environmentDan Engelbrecht2025-06-102-13/+23
* | | | | `--sentry-dsn` option for zen command line and zenserver to control Sentry re...Dan Engelbrecht2025-06-092-3/+12
* | | | | pause, resume and abort running builds cmd (#421)Dan Engelbrecht2025-06-054-18/+288
* | | | | fixed size chunking for encrypted files (#410)Dan Engelbrecht2025-06-036-26/+86
* | | | | http client streaming upload (#413)Dan Engelbrecht2025-06-024-173/+155
* | | | | streaming none compressor (#414)Dan Engelbrecht2025-06-021-3/+36
* | | | | made fmt use of format_context more consistent (#409)Stefan Boberg2025-05-262-4/+8
* | | | | parallel work handle dispatch exception (#400)Dan Engelbrecht2025-05-161-0/+5
* | | | | validate custom fields (#399)Stefan Boberg2025-05-161-1/+44
* | | | | sparse win file write (#398)Dan Engelbrecht2025-05-162-0/+30
* | | | | optimize block store CompactBlocks (#384)Dan Engelbrecht2025-05-072-3/+34
* | | | | add sentry for zen command (#373)Dan Engelbrecht2025-05-063-0/+398
* | | | | add cxxopts overload for parsing file paths from command line (#362)Dan Engelbrecht2025-04-224-163/+0
* | | | | use FindClose (#357)Dan Engelbrecht2025-04-111-1/+1