aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' into sb/threadpoolStefan Boberg2026-03-1610-17/+27
|\
| * Enable cross compilation of Windows targets on Linux (#839)Stefan Boberg2026-03-164-7/+9
| * URI decoding, process env, compiler info, httpasio strands, regex route remov...Stefan Boberg2026-03-166-10/+18
* | Merge remote-tracking branch 'origin/main' into sb/threadpoolStefan Boberg2026-03-1596-1837/+13854
|\|
| * Made CPR optional, html generated at build time (#840)Stefan Boberg2026-03-132-4/+44
| * Unix Domain Socket auto discovery (#833)Stefan Boberg2026-03-133-4/+26
| * Switch httpclient default back-end over to libcurl (#832)Stefan Boberg2026-03-131-1/+1
| * Add --no-network option (#831)Stefan Boberg2026-03-126-11/+41
| * Transparent proxy mode (#823)Stefan Boberg2026-03-1223-26/+2807
| * improved oplog import progress reporting (#825)Dan Engelbrecht2026-03-111-0/+4
| * hub consul integration (#820)Dan Engelbrecht2026-03-117-37/+699
| * HttpClient using libcurl, Unix Sockets for HTTP. HTTPS support (#770)Stefan Boberg2026-03-107-7/+144
| * hubservice refactor (#819)Dan Engelbrecht2026-03-1011-737/+822
| * Merge branch 'main' into lm/restrict-content-typeLiam Mitchell2026-03-096-41/+87
| |\
| | * Merge branch 'main' into lm/oidctoken-exe-pathLiam Mitchell2026-03-0976-632/+11193
| | |\
| | * \ Merge branch 'main' into lm/oidctoken-exe-pathLiam Mitchell2026-03-0927-111/+1831
| | |\ \
| | * | | Allow external OidcToken executable to be specified unless disabled via comma...Liam Mitchell2026-03-045-8/+58
| | * | | Pass command-line OidcToken option through config rather than env variables, ...Liam Mitchell2026-01-158-51/+59
| | * | | Use well-known OidcToken paths or command line arguments to determine OidcTok...Liam Mitchell2026-01-144-42/+36
| * | | | Merge branch 'main' into lm/restrict-content-typeLiam Mitchell2026-03-0976-630/+11192
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | updated chunk–block analyser (#818)Dan Engelbrecht2026-03-091-4/+3
| | * | | Dashboard overhaul, compute integration (#814)Stefan Boberg2026-03-0952-926/+5271
| | * | | add fallback for zencache multirange (#816)Dan Engelbrecht2026-03-093-74/+204
| | * | | Eliminate spdlog dependency (#773)Stefan Boberg2026-03-096-46/+38
| | * | | Claude config, some bug fixes (#813)Stefan Boberg2026-03-061-2/+3
| | * | | oidctoken tool package (#810)Stefan Boberg2026-03-051-0/+11
| | * | | Fixing various compiler issues (#807)Stefan Boberg2026-03-041-0/+6
| | * | | compute orchestration (#763)Stefan Boberg2026-03-0422-227/+3683
| | * | | IterateChunks callback is multithreaded - make sure AttachmentsSize can handl...Dan Engelbrecht2026-03-041-2/+2
| | * | | unity build fixes (#802)Stefan Boberg2026-03-041-0/+1
| | * | | use multi range requests (#800)Dan Engelbrecht2026-03-031-5/+19
| | * | | added `--verbose` option to zenserver-test and `xmake test` (#798)Stefan Boberg2026-03-011-1/+0
| | * | | subprocess tracking using Jobs on Windows/hub (#796)Stefan Boberg2026-02-282-3/+53
| | * | | add multirange requests to blob store (#795)Dan Engelbrecht2026-02-271-19/+95
| | * | | updatefrontendzousar2026-02-261-0/+0
| | * | | Merge branch 'main' into zs/web-ui-improvementszousar2026-02-2613-38/+128
| | |\ \ \
| | | * | | work around doctest shutdown issues with static CRT (#784)Stefan Boberg2026-02-251-0/+9
| | | * | | HttpService/Frontend improvements (#782)Stefan Boberg2026-02-253-15/+51
| | | * | | use partial blocks for oplog import (#780)Dan Engelbrecht2026-02-241-6/+27
| | | * | | Various bug fixes (#778)Stefan Boberg2026-02-246-18/+40
| | | * | | Revert "Fix correctness and concurrency bugs found during code review"Stefan Boberg2026-02-244-28/+8
| | | * | | Fix correctness and concurrency bugs found during code reviewStefan Boberg2026-02-244-8/+28
| | * | | | updatefrontendzousar2026-02-261-0/+0
| | * | | | icon and header logo changeszousar2026-02-195-20/+22
| * | | | | Allow requests with invalid content-types unless specified in command line or...Liam Mitchell2026-03-045-8/+35
| * | | | | Restrict content-type on POST requests to compact binary or JSONLiam Mitchell2026-02-111-2/+15
| | |_|_|/ | |/| | |
* | | | | reduced WaitForThreads time to see how it behaves with explicit thread poolsStefan Boberg2026-02-231-1/+1
* | | | | added new I/O thread pool implementationStefan Boberg2026-02-201-0/+10
| |_|/ / |/| | |
* | | | GC - fix handling of attachment ranges, http access token expiration, lock fi...Stefan Boberg2026-02-203-4/+6
| |/ / |/| |
* | | Merge branch 'main' into zs/web-ui-improvementszousar2026-02-1813-19/+1673
|\ \ \