aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp
Commit message (Expand)AuthorAgeFilesLines
* Misc small fixes (#897)Stefan Boberg41 hours2-0/+17
* remove CPR HTTP client backend (#894)Stefan Boberg45 hours6-1613/+3
* idle deprovision in hub (#895)Dan Engelbrecht46 hours8-58/+280
* hub instance state refactor (#892)Dan Engelbrecht47 hours8-10/+36
* Subprocess Manager (#889)Stefan Boberg5 days1-1/+1
* Merge branch 'de/v5.7.25-hotpatch' (#880)Dan Engelbrecht6 days2-14/+31
* Dashboard refresh (logs, storage, network, object store, docs) (#835)Stefan Boberg6 days1-22/+7
* Unique session/client tracking using HyperLogLog (#884)Stefan Boberg6 days4-2/+62
* auth fail no cache (#871)v5.7.24-pre0v5.7.24Dan Engelbrecht9 days1-0/+5
* improve auth token refresh (#863)Dan Engelbrecht10 days10-64/+125
* Compute batching (#849)Stefan Boberg11 days3-0/+42
* zen hub port reuse (#850)Dan Engelbrecht11 days6-4/+8
* Enable cross compilation of Windows targets on Linux (#839)Stefan Boberg13 days2-2/+2
* URI decoding, process env, compiler info, httpasio strands, regex route remov...Stefan Boberg13 days4-368/+261
* Made CPR optional, html generated at build time (#840)Stefan Boberg2026-03-134-16/+34
* Add clang-cl build supportStefan Boberg2026-03-131-1/+1
* Unix Domain Socket auto discovery (#833)Stefan Boberg2026-03-137-10/+22
* Switch httpclient default back-end over to libcurl (#832)Stefan Boberg2026-03-132-700/+423
* Add --no-network option (#831)Stefan Boberg2026-03-124-18/+29
* upgrade asio from 1.29.0 to 1.38.0 (#827)Stefan Boberg2026-03-125-36/+36
* Transparent proxy mode (#823)Stefan Boberg2026-03-121-2/+2
* added streaming download of payloads http client Post (#824)Dan Engelbrecht2026-03-119-75/+377
* HttpClient using libcurl, Unix Sockets for HTTP. HTTPS support (#770)Stefan Boberg2026-03-1021-449/+3921
* Dashboard overhaul, compute integration (#814)Stefan Boberg2026-03-0913-97/+537
* add fallback for zencache multirange (#816)Dan Engelbrecht2026-03-091-1/+1
* Eliminate spdlog dependency (#773)Stefan Boberg2026-03-093-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