| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactored websocket message. | Per Larsson | 2022-02-21 | 1 | -1/+3 |
| * | Basic websocket service and test. | Per Larsson | 2022-02-18 | 1 | -1/+3 |
| * | structured cache: fixed how HEAD requests are handled | Stefan Boberg | 2021-09-30 | 1 | -2/+4 |
| * | Added simple compact binary endpoint for JSON testing | Stefan Boberg | 2021-09-27 | 1 | -1/+4 |
| * | Changed logging implementation | Stefan Boberg | 2021-09-15 | 1 | -1/+1 |
| * | Changed direct includes of spdlog/spdlog.h into zencore/logging.h to make it ... | Stefan Boberg | 2021-09-15 | 1 | -2/+1 |
| * | Changed interface for httpServerRequest::SessionId()/RequestId() so they shar... | Stefan Boberg | 2021-09-13 | 1 | -5/+12 |
| * | Package filtering related test code | Stefan Boberg | 2021-09-13 | 1 | -2/+15 |
| * | HttpResponse enum -> HttpResponseCode | Stefan Boberg | 2021-09-12 | 1 | -7/+0 |
| * | Factored out http server related code into zenhttp module since it feels out ... | Stefan Boberg | 2021-09-09 | 1 | -1/+1 |
| * | Introduced dedicated HTTP testing service, used during development to exercis... | Stefan Boberg | 2021-09-08 | 1 | -0/+34 |