aboutsummaryrefslogtreecommitdiff
path: root/src/zencore
Commit message (Expand)AuthorAgeFilesLines
* Change curl defaults on MacOS (#645)Stefan Boberg2025-11-111-3/+1
* switch to xmake for package management (#611)Stefan Boberg2025-11-077-42/+257
* get oplog attachments (#622)Dan Engelbrecht2025-11-072-0/+26
* added MacOS-native IterateCommandlineArgs (#624)Stefan Boberg2025-11-031-1/+15
* Various fixes to address issues flagged by gcc / non-UE toolchain build (#621)Stefan Boberg2025-11-019-39/+39
* fix minor memory leak in command line parsing (#619)Stefan Boberg2025-10-291-0/+5
* fix for Latch race (#617)Stefan Boberg2025-10-292-29/+19
* fix --zentrace=no compile errors (#616)Stefan Boberg2025-10-2810-18/+27
* move cpr in-tree (#605)Stefan Boberg2025-10-241-0/+6
* refactor CasContainerStrategy::IterateOneBlock to make it more readable (#607)Dan Engelbrecht2025-10-241-1/+2
* in-tree spdlog (#602)Stefan Boberg2025-10-241-2/+3
* add support for OTLP logging/tracing (#599)Stefan Boberg2025-10-227-1189/+234
* fix error log when using TryCloneFile on Mac/Linux (#597)Dan Engelbrecht2025-10-221-3/+3
* updated chunking strategy (#589)Dan Engelbrecht2025-10-201-0/+132
* added separate xmake.lua for thirdparty (#578)Stefan Boberg2025-10-151-23/+7
* refactor builds cmd part2 (#572)Dan Engelbrecht2025-10-142-0/+30
* refactor builds cmd (#566)Dan Engelbrecht2025-10-132-12/+12
* block reference couting copy support windows (#564)Dan Engelbrecht2025-10-112-32/+267
* add ability to limit concurrency (#565)Stefan Boberg2025-10-102-2/+25
* speed up tests (#555)Dan Engelbrecht2025-10-063-10/+17
* fix link error with operator new (#553)Stefan Boberg2025-10-042-23/+36
* remove zenutil dependency in zenremotestore (#547)Dan Engelbrecht2025-10-033-0/+346
* 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