aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/zenserver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Pass command-line OidcToken option through config rather than env variables, ...lm/oidctoken-exe-pathLiam Mitchell2026-01-151-5/+0
* Use well-known OidcToken paths or command line arguments to determine OidcTok...Liam Mitchell2026-01-141-0/+6
* add otel instrumentation (#581)Stefan Boberg2025-12-111-0/+4
* logging improvements (#664)Stefan Boberg2025-11-241-1/+1
* switch to xmake for package management (#611)Stefan Boberg2025-11-071-0/+23
* Various fixes to address issues flagged by gcc / non-UE toolchain build (#621)Stefan Boberg2025-11-011-2/+2
* restructured zenserver configuration (#575)Stefan Boberg2025-10-151-2/+2
* move all storage-related services into storage tree (#571)Stefan Boberg2025-10-141-8/+2
* extract storage server into separate source files (#569)Stefan Boberg2025-10-131-753/+136
* move service common code into base class (#567)Stefan Boberg2025-10-131-298/+344
* hide http.sys options when unavailable (#568)Stefan Boberg2025-10-131-1/+1
* add ability to limit concurrency (#565)Stefan Boberg2025-10-101-0/+2
* shorten thread pool names for Linux which has a limit of 15 characters (#563)Stefan Boberg2025-10-081-1/+1
* move zen vfs implementation to zenstore (#549)Dan Engelbrecht2025-10-031-3/+7
* remove zenutil dependency in zenremotestore (#547)Dan Engelbrecht2025-10-031-1/+1
* move remoteproject to remotestorelib (#542)Dan Engelbrecht2025-10-031-5/+0
* move projectstore to zenstore (#541)Dan Engelbrecht2025-10-021-1/+0
* projectstore refactor phase 2 (#539)Dan Engelbrecht2025-10-021-7/+8
* initialize all services before healthy (#493)Dan Engelbrecht2025-09-121-35/+58
* rework `--quiet` zenserver option add `--noconsole` option (#477)Dan Engelbrecht2025-08-261-3/+16
* revert multi-cid store (#475)Dan Engelbrecht2025-08-261-22/+16
* clean up trace options parsing (#473)Dan Engelbrecht2025-08-221-2/+13
* per namespace/project cas prep refactor (#470)Dan Engelbrecht2025-08-201-57/+31
* zen print fixes/improvements (#469)Dan Engelbrecht2025-08-191-2/+2
* add limitoverwrites option per bucket (#466)Dan Engelbrecht2025-08-121-2/+3
* Merge branch 'main' into zs/put-overwrite-policyZousar Shaker2025-08-081-4/+23
|\
| * refactor blobstore (#458)Dan Engelbrecht2025-08-061-4/+23
* | Merge branch 'main' into zs/put-overwrite-policyzousar2025-06-241-16/+53
|\|
| * sentry config (#430)Dan Engelbrecht2025-06-121-1/+1
| * revert 61b4a88f and cadaad63Dan Engelbrecht2025-06-101-1/+1
| * add sentry configurations options for debug/environmentDan Engelbrecht2025-06-101-1/+1
| * enable per bucket config (#388)Dan Engelbrecht2025-05-121-4/+20
| * add sentry for zen command (#373)Dan Engelbrecht2025-05-061-2/+1
| * blobstore size limit (#342)Dan Engelbrecht2025-04-041-3/+4
| * builds url discovery (#334)Dan Engelbrecht2025-04-011-6/+7
| * long filename support (#330)Dan Engelbrecht2025-03-311-3/+3
| * zen build cache service (#318)Dan Engelbrecht2025-03-261-0/+19
* | Control overwrite enforcement with a config settingzousar2025-03-021-1/+2
|/
* jupiter code cleanup (#276)Dan Engelbrecht2025-01-221-7/+7
* move basicfile.h/cpp -> zencore (#273)Dan Engelbrecht2025-01-161-1/+2
* global open process cache for projectstore (#257)Dan Engelbrecht2024-12-051-3/+11
* added support for dynamic LLM tags (#245)Stefan Boberg2024-12-021-0/+18
* workspace share security (#192)Dan Engelbrecht2024-10-231-1/+4
* remove gc v1 (#121)Dan Engelbrecht2024-10-031-1/+1
* gc command attachment options (#176)Dan Engelbrecht2024-09-301-8/+1
* Add `gc-attachment-passes` option to zenserver (#167)Dan Engelbrecht2024-09-251-1/+2
* meta info store (#75)Dan Engelbrecht2024-08-301-1/+8
* if a zenserver is already using our named mutex - exit with error code instea...Dan Engelbrecht2024-08-221-7/+10
* add gc single threaded option (#104)Dan Engelbrecht2024-08-071-1/+2
* improve mutex startup error (#96)Dan Engelbrecht2024-06-141-2/+7