aboutsummaryrefslogtreecommitdiff
path: root/src/zencore
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sb/fix-libatomic' of ssh://arn-wd-l1704:2222/ue-foundation/zen ...Stefan Boberg2025-10-261-1/+1
|\
| * curl default to mbedtls in package definitionStefan Boberg2025-10-261-1/+1
* | fix mbedtls crypto implStefan Boberg2025-10-261-6/+8
|/
* tweak logic around ZEN_USE_MBEDTLSStefan Boberg2025-10-261-1/+7
* clang-formatStefan Boberg2025-10-261-88/+84
* in-tree: everything elseStefan Boberg2025-10-262-6/+108
* in-tree: EASTL (zen-repo package)Stefan Boberg2025-10-261-1/+1
* in-tree: mimalloc (zen-repo package)Stefan Boberg2025-10-251-1/+1
* in-tree: gsl-liteStefan Boberg2025-10-251-1/+1
* in-tree: rymlStefan Boberg2025-10-252-4/+3
* Revert "in-tree: gsl-lite (in-tree xrepo package)"Stefan Boberg2025-10-251-1/+1
* in-tree: gsl-lite (in-tree xrepo package)Stefan Boberg2025-10-251-1/+1
* in-tree: lz4 (in-tree xrepo)Stefan Boberg2025-10-251-1/+1
* in-tree: fmt v12.0.0Stefan Boberg2025-10-251-1/+1
* in-tree: json11Stefan Boberg2025-10-251-1/+1
* Revert "add xrepo fmt"Stefan Boberg2025-10-251-1/+1
* add xrepo fmtStefan Boberg2025-10-251-1/+1
* Revert "zen-repo EASTL"Stefan Boberg2025-10-251-1/+1
* zen-repo EASTLStefan Boberg2025-10-241-1/+1
* xxhash via zen-repoStefan Boberg2025-10-241-1/+1
* add doctest 2.4.12 in thirdpartyStefan Boberg2025-10-241-1/+1
* added in-tree BLAKE3 1.8.2Stefan Boberg2025-10-241-1/+1
* 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
| |\ \