aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp
Commit message (Expand)AuthorAgeFilesLines
* cleanupDan Engelbrecht30 hours1-2/+2
* fix compilation issues after backporting fixesDan Engelbrecht31 hours2-182/+170
* rework HttpClientAccessToken expiration checkDan Engelbrecht31 hours10-65/+132
* added streaming download of payloads http client Post (#824)Dan Engelbrecht10 days9-75/+377
* HttpClient using libcurl, Unix Sockets for HTTP. HTTPS support (#770)Stefan Boberg11 days21-449/+3921
* Dashboard overhaul, compute integration (#814)Stefan Boberg12 days13-97/+537
* add fallback for zencache multirange (#816)Dan Engelbrecht12 days1-1/+1
* Eliminate spdlog dependency (#773)Stefan Boberg13 days3-15/+31
* Claude config, some bug fixes (#813)Stefan Boberg2026-03-0616-39/+59
* compute orchestration (#763)Stefan Boberg2026-03-043-10/+41
* HTTP improvements (#803)Stefan Boberg2026-03-046-12/+80
* unity build fixes (#802)Stefan Boberg2026-03-041-0/+1
* use multi range requests (#800)Dan Engelbrecht2026-03-033-26/+22
* fix objectstore uri path parsing (#801)Dan Engelbrecht2026-03-031-14/+73
* Add test suites (#799)Stefan Boberg2026-03-027-0/+29
* test running / reporting improvements (#797)Stefan Boberg2026-02-281-2/+2
* add multirange requests to blob store (#795)Dan Engelbrecht2026-02-271-1/+1
* add full WebSocket (RFC 6455) client/server support for zenhttp (#792)Stefan Boberg2026-02-2719-108/+3203
* optimize string matching (#791)Dan Engelbrecht2026-02-272-15/+23
* MeasureLatency now bails out quickly if it experiences a connection error (#789)Stefan Boberg2026-02-273-0/+25
* add support in http client to accept multi-range responses (#788)Dan Engelbrecht2026-02-276-245/+780
* adding HttpClient tests (#785)Stefan Boberg2026-02-263-1/+1365
* HttpService/Frontend improvements (#782)Stefan Boberg2026-02-256-20/+140
* use partial blocks for oplog import (#780)Dan Engelbrecht2026-02-242-0/+47
* Various bug fixes (#778)Stefan Boberg2026-02-242-9/+12
* GC - fix handling of attachment ranges, http access token expiration, lock fi...Stefan Boberg2026-02-202-4/+7
* add selective request logging support to http.sys (#762)Stefan Boberg2026-02-181-3/+22
* add http server root password protection (#757)Dan Engelbrecht2026-02-1714-150/+324
* misc fixes brought over from sb/proto (#759)Stefan Boberg2026-02-174-20/+38
* add foundation for http password protection (#756)Dan Engelbrecht2026-02-133-0/+275
* add IHttpRequestFilter to allow server implementation to filter/reject reques...Dan Engelbrecht2026-02-1310-96/+353
* add IsLocalMachineRequest to HttpServerRequest (#749)Dan Engelbrecht2026-02-126-7/+78
* add simple http client tests (#751)Dan Engelbrecht2026-02-128-27/+202
* only check file size for requested range in asio TransmitFileAsync in debug m...Dan Engelbrecht2026-02-061-41/+63
* Merge pull request #723 from ue-foundation/lm/service-interactive-sessionLiam Mitchell2026-02-044-40/+16
|\
| * Respond to RequestApplicationExit() in http server implementations even in no...Liam Mitchell2026-01-294-40/+16
* | implemented chunking for TransmitFile path (#736)Stefan Boberg2026-02-041-58/+119
* | reduce batch size for reads (#740)Dan Engelbrecht2026-01-291-1/+1
* | hotfix 5.7.18 (#730)Dan Engelbrecht2026-01-221-3/+3
|/
* zenserver API changes, some other minor changes (#720)Stefan Boberg2026-01-191-1/+1
* remove ZENCORE_API completely (#718)Stefan Boberg2026-01-191-2/+2
* OTLP/trace improvements (#717)Stefan Boberg2026-01-191-4/+6
* asio/http optimizations (#449)Stefan Boberg2026-01-141-104/+638
* CprHttpClient cleanup (#703)Dan Engelbrecht2026-01-092-7/+3
* Add base port getter and set the dll directory for plugin dependencies (#692)Tomasz Obrębski2025-12-192-7/+20
* remove error warning in output (#695)Dan Engelbrecht2025-12-172-9/+9
* add otel instrumentation (#581)Stefan Boberg2025-12-115-21/+141
* HTTP server API changes for improved extensibility (#684)Stefan Boberg2025-12-1111-55/+177
* fix reading of stale iterator when doing download-resume (#681)Dan Engelbrecht2025-12-091-9/+9
* implement --dedicated option on asio http server (#679)Dan Engelbrecht2025-12-054-45/+101