aboutsummaryrefslogtreecommitdiff
path: root/zenserver/testing
Commit message (Expand)AuthorAgeFilesLines
* Add pre-commit config (#69)Joe Kirchoff2022-04-051-4/+4
* clang formatDan Engelbrecht2022-03-231-4/+4
* Enable Horde compute code on Linux & Mac (#61)Joe Kirchoff2022-03-222-10/+10
* Refactored websocket message.Per Larsson2022-02-212-13/+22
* Basic websocket service and test.Per Larsson2022-02-182-1/+30
* Unused lambda capture compile fixesMartin Ridgers2022-01-101-10/+10
* Converted use of _format UDL to fmt::formatMartin Ridgers2022-01-102-7/+3
* Merged main.Per Larsson2021-12-142-25/+56
|\
| * Missing includesMartin Ridgers2021-11-031-0/+2
| * Removed if-def ZEN_PLATFORM_WINDOWS as its covered by WITH_COMPUTE nowMartin Ridgers2021-11-031-23/+7
| * Wrapped /apply/ and /exec/ services in a ZEN_WITH_COMPUTE_SERVICES defineMartin Ridgers2021-11-032-0/+12
| * If-def'd Basic and SandboxedJob classes temporarilyMartin Ridgers2021-10-291-0/+17
| * Fixed warnings about unhandled switch casesMartin Ridgers2021-10-291-0/+12
| * CAS.cpp/h -> cas.cpp/h to keep Zen's file casing consistentMartin Ridgers2021-10-291-1/+1
| * Fixed up Windows-specific include statementsMartin Ridgers2021-10-291-8/+12
|/
* Support for asynchronous HTTP response processing (#19)Stefan Boberg2021-10-061-0/+41
* structured cache: fixed how HEAD requests are handledStefan Boberg2021-09-302-2/+21
* Added simple compact binary endpoint for JSON testingStefan Boberg2021-09-272-1/+15
* Changed `std::exception` into `std::runtime_error` since `std::exception` doe...Stefan Boberg2021-09-151-1/+1
* Changed logging implementationStefan Boberg2021-09-153-14/+16
* Changed direct includes of spdlog/spdlog.h into zencore/logging.h to make it ...Stefan Boberg2021-09-152-3/+2
* Changed so more loggers go via the zen::loggers interfaceStefan Boberg2021-09-152-2/+3
* Implemented intended package streaming API flow (but currently it "streams" f...Stefan Boberg2021-09-131-4/+3
* Added client implementation of CbPackage filter/transactStefan Boberg2021-09-131-0/+10
* Changed interface for httpServerRequest::SessionId()/RequestId() so they shar...Stefan Boberg2021-09-132-16/+39
* Package filtering related test codeStefan Boberg2021-09-132-2/+57
* HttpResponse enum -> HttpResponseCodeStefan Boberg2021-09-123-21/+5
* Factored out http server related code into zenhttp module since it feels out ...Stefan Boberg2021-09-092-2/+2
* Introduced dedicated HTTP testing service, used during development to exercis...Stefan Boberg2021-09-082-0/+82
* Launch sandbox directory is now dynamic and configured from the main serverStefan Boberg2021-06-202-14/+35
* Added process exit code to launcher responseStefan Boberg2021-06-181-1/+26
* Adding zenservice codeStefan Boberg2021-05-112-0/+521