aboutsummaryrefslogtreecommitdiff
path: root/zenserver/testing
Commit message (Expand)AuthorAgeFilesLines
* 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