| Commit message (Expand) | Author | Age | Files | Lines |
| * | sessions: persist to disk, prune, track client liveness, accept UE_LOGFMT (#1...HEADmain | Stefan Boberg | 2026-05-05 | 1 | -5/+3 |
| * | fix utf characters in source code (#953) | Dan Engelbrecht | 2026-04-13 | 1 | -3/+3 |
| * | HTTP range responses (RFC 7233) - httpobjectstore (#928) | Dan Engelbrecht | 2026-04-10 | 1 | -3/+92 |
| * | Request validation and resilience improvements (#864) | Stefan Boberg | 2026-03-30 | 1 | -2/+22 |
| * | Misc small fixes (#897) | Stefan Boberg | 2026-03-27 | 1 | -0/+14 |
| * | idle deprovision in hub (#895) | Dan Engelbrecht | 2026-03-27 | 1 | -7/+90 |
| * | Unique session/client tracking using HyperLogLog (#884) | Stefan Boberg | 2026-03-23 | 1 | -0/+3 |
| * | zen hub port reuse (#850) | Dan Engelbrecht | 2026-03-17 | 1 | -1/+2 |
| * | URI decoding, process env, compiler info, httpasio strands, regex route remov... | Stefan Boberg | 2026-03-16 | 1 | -239/+47 |
| * | Unix Domain Socket auto discovery (#833) | Stefan Boberg | 2026-03-13 | 1 | -1/+3 |
| * | Add --no-network option (#831) | Stefan Boberg | 2026-03-12 | 1 | -1/+1 |
| * | HttpClient using libcurl, Unix Sockets for HTTP. HTTPS support (#770) | Stefan Boberg | 2026-03-10 | 1 | -6/+17 |
| * | Dashboard overhaul, compute integration (#814) | Stefan Boberg | 2026-03-09 | 1 | -0/+34 |
| * | fix objectstore uri path parsing (#801) | Dan Engelbrecht | 2026-03-03 | 1 | -14/+73 |
| * | Add test suites (#799) | Stefan Boberg | 2026-03-02 | 1 | -0/+4 |
| * | HttpService/Frontend improvements (#782) | Stefan Boberg | 2026-02-25 | 1 | -1/+23 |
| * | add http server root password protection (#757) | Dan Engelbrecht | 2026-02-17 | 1 | -1/+2 |
| * | add IHttpRequestFilter to allow server implementation to filter/reject reques... | Dan Engelbrecht | 2026-02-13 | 1 | -3/+9 |
| * | add IsLocalMachineRequest to HttpServerRequest (#749) | Dan Engelbrecht | 2026-02-12 | 1 | -1/+4 |
| * | zenserver API changes, some other minor changes (#720) | Stefan Boberg | 2026-01-19 | 1 | -1/+1 |
| * | add otel instrumentation (#581) | Stefan Boberg | 2025-12-11 | 1 | -12/+44 |
| * | HTTP server API changes for improved extensibility (#684) | Stefan Boberg | 2025-12-11 | 1 | -0/+43 |
| * | implement --dedicated option on asio http server (#679) | Dan Engelbrecht | 2025-12-05 | 1 | -1/+3 |
| * | Add regex-free route matching support (#662) | Stefan Boberg | 2025-11-24 | 1 | -17/+393 |
| * | add support for OTLP logging/tracing (#599) | Stefan Boberg | 2025-10-22 | 1 | -0/+5 |
| * | add validation of compact binary payloads before reading them (#483) | Dan Engelbrecht | 2025-09-04 | 1 | -25/+39 |
| * | Make plugin loading errors non fatal (#364) | Dmytro Ivanov | 2025-04-23 | 1 | -16/+32 |
| * | Added config, versioning and logging for plugins | Dmytro Ivanov | 2025-04-22 | 1 | -91/+86 |
| * | reduced memory churn using fixed_xxx containers (#236) | Stefan Boberg | 2025-03-06 | 1 | -2/+4 |
| * | move basicfile.h/cpp -> zencore (#273) | Dan Engelbrecht | 2025-01-16 | 1 | -1/+1 |
| * | add yaml serialization support (#3) | Stefan Boberg | 2024-03-26 | 1 | -0/+10 |
| * | add filter to projectstore entries request (#25) | Dan Engelbrecht | 2024-03-26 | 1 | -0/+34 |
| * | improved errors from jupiter upstream (#636) | Dan Engelbrecht | 2024-01-22 | 1 | -1/+10 |
| * | separate RPC processing from HTTP processing (#626) | Stefan Boberg | 2023-12-20 | 1 | -1/+1 |
| * | minor: updated transport plugin default ports to match the new defaults | Stefan Boberg | 2023-11-20 | 1 | -3/+3 |
| * | Make object store endpoint S3 compatible. (#535) | Per Larsson | 2023-11-15 | 1 | -0/+17 |
| * | option for zenserver - `--http-forceloopback` (#516) | Dan Engelbrecht | 2023-11-09 | 1 | -2/+3 |
| * | factored out some compiler definitions etc into zenbase (#517) | Stefan Boberg | 2023-11-07 | 1 | -1/+1 |
| * | support for multiple http servers (#473) | Stefan Boberg | 2023-10-13 | 1 | -34/+63 |
| * | restructured zenhttp (#472) | Stefan Boberg | 2023-10-13 | 1 | -4/+3 |
| * | Merge remote-tracking branch 'origin/main' into zs/default-port-change | Stefan Boberg | 2023-10-12 | 1 | -1/+2 |
| |\ |
|
| | * | adjust resource usage for dedicated servers (#466) | Stefan Boberg | 2023-10-12 | 1 | -1/+2 |
| * | | Change default port to 8558 | zousar | 2023-10-11 | 1 | -3/+3 |
| |/ |
|
| * | pluggable asio transport (#460) | Stefan Boberg | 2023-10-11 | 1 | -6/+12 |
| * | hide HttpAsioServer interface behind factory function (#463) | Stefan Boberg | 2023-10-11 | 1 | -1/+1 |
| * | updated plugin API class names (#462) | Stefan Boberg | 2023-10-11 | 1 | -1/+1 |
| * | experimental pluggable transport support (#436) | Stefan Boberg | 2023-10-10 | 1 | -1/+34 |
| * | http and httpsys config options (#401) | Dan Engelbrecht | 2023-09-14 | 1 | -9/+9 |
| * | Cache process handles for FormatPackageMessage (#360) | Dan Engelbrecht | 2023-08-17 | 1 | -0/+1 |
| * | various zenhttp fixes from sb/proto | Stefan Boberg | 2023-06-30 | 1 | -0/+8 |