aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/storage
Commit message (Expand)AuthorAgeFilesLines
* Dashboard refresh (logs, storage, network, object store, docs) (#835)Stefan Boberg3 days7-5/+327
* Logger simplification (#883)Stefan Boberg3 days1-0/+3
* improve zenserver startup time (#879)Dan Engelbrecht4 days1-1/+1
* fix null stats provider crash when build store is not configured (#875)v5.7.25-pre0Stefan Boberg5 days1-1/+4
* improve auth token refresh (#863)Dan Engelbrecht8 days1-1/+1
* Addressing review feedbackzousar8 days1-6/+4
* Merge branch 'main' into zs/long-filename-improvementStefan Boberg8 days1-0/+1
|\
| * zen hub port reuse (#850)Dan Engelbrecht9 days1-0/+1
* | Fix long path handling for project storezousar8 days1-3/+8
|/
* revise oplog block arrangement (#842)Dan Engelbrecht10 days1-88/+145
* Enable cross compilation of Windows targets on Linux (#839)Stefan Boberg10 days1-1/+1
* URI decoding, process env, compiler info, httpasio strands, regex route remov...Stefan Boberg10 days2-7/+6
* Add --no-network option (#831)Stefan Boberg14 days1-2/+2
* improved oplog import progress reporting (#825)Dan Engelbrecht2026-03-111-0/+4
* hub consul integration (#820)Dan Engelbrecht2026-03-111-1/+1
* HttpClient using libcurl, Unix Sockets for HTTP. HTTPS support (#770)Stefan Boberg2026-03-101-4/+0
* Merge branch 'main' into lm/restrict-content-typeLiam Mitchell2026-03-095-41/+86
|\
| * Merge branch 'main' into lm/oidctoken-exe-pathLiam Mitchell2026-03-0913-137/+573
| |\
| * \ Merge branch 'main' into lm/oidctoken-exe-pathLiam Mitchell2026-03-097-23/+113
| |\ \
| * | | 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-155-22/+45
| * | | Use well-known OidcToken paths or command line arguments to determine OidcTok...Liam Mitchell2026-01-141-28/+6
* | | | Merge branch 'main' into lm/restrict-content-typeLiam Mitchell2026-03-0913-135/+572
|\ \ \ \ | | |_|/ | |/| |
| * | | updated chunk–block analyser (#818)Dan Engelbrecht2026-03-091-4/+3
| * | | Dashboard overhaul, compute integration (#814)Stefan Boberg2026-03-0910-31/+188
| * | | add fallback for zencache multirange (#816)Dan Engelbrecht2026-03-093-74/+204
| * | | Eliminate spdlog dependency (#773)Stefan Boberg2026-03-091-3/+3
| * | | compute orchestration (#763)Stefan Boberg2026-03-042-7/+14
| * | | 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
| * | | add multirange requests to blob store (#795)Dan Engelbrecht2026-02-271-19/+95
| * | | HttpService/Frontend improvements (#782)Stefan Boberg2026-02-251-0/+9
| * | | use partial blocks for oplog import (#780)Dan Engelbrecht2026-02-241-6/+27
| * | | Various bug fixes (#778)Stefan Boberg2026-02-241-1/+1
| * | | Revert "Fix correctness and concurrency bugs found during code review"Stefan Boberg2026-02-241-1/+1
| * | | Fix correctness and concurrency bugs found during code reviewStefan Boberg2026-02-241-1/+1
| * | | structured compute basics (#714)Stefan Boberg2026-02-184-13/+36
| * | | logging config move to zenutil (#754)Stefan Boberg2026-02-131-1/+1
| | |/ | |/|
* | | 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
|/ /
* | use matcher over regex (#744)Dan Engelbrecht2026-02-045-16/+56
* | Merge pull request #724 from ue-foundation/lm/restrict-reads-to-projectLiam Mitchell2026-02-031-4/+32
|\ \
| * | Disallow external file reads from project with unset project rootsLiam Mitchell2026-01-291-5/+8
| * | Revert to previous behaviour for path checking in the presence of an empty pr...Liam Mitchell2026-01-281-9/+13
| * | Use std::mismatch to compare paths and hoist project root canonicalization ou...Liam Mitchell2026-01-211-13/+18
| * | Restrict filesystem reads in snapshot to paths under project rootLiam Mitchell2026-01-191-2/+18
* | | add command line option for scrub timeslice (#742)Dan Engelbrecht2026-02-031-1/+9
|/ /
* / zenserver API changes, some other minor changes (#720)Stefan Boberg2026-01-192-2/+16
|/
* Ensure upstream put propagation includes overwritezousar2025-12-194-5/+39