| Commit message (Expand) | Author | Age | Files | Lines |
* | tst_qhttpserver: Fix code for ignoring SSL errors | Ievgenii Meshcheriakov | 2022-02-10 | 1 | -7/+2 |
* | tst_qhttpserver: Don't check for OpenSSL support when ignoring errors | Ievgenii Meshcheriakov | 2022-02-10 | 1 | -14/+7 |
* | Regenerate the test certificate/key pair | Ievgenii Meshcheriakov | 2022-02-09 | 1 | -25/+76 |
* | Fix build against 6.0 | Maurice Kalinowski | 2020-12-16 | 1 | -2/+4 |
* | Introduce QHttpServerFutureResponse | Mikhail Svetkin | 2020-06-11 | 1 | -0/+32 |
* | Don't destory socket and request objects while handling a request | Mikhail Svetkin | 2020-06-06 | 1 | -0/+20 |
* | Add QHttpServer::afterRequest | Mikhail Svetkin | 2020-05-14 | 1 | -0/+35 |
* | tst_qhttpserver: Add expected warning messages | Mikhail Svetkin | 2020-05-14 | 1 | -0/+6 |
* | Make QAbstractHttpServer::listen return 0 on fail | MΓ₯rten Nordheim | 2020-02-18 | 1 | -3/+3 |
* | Refactor access to QMetaEnum for QHttpServerRequest::Method | Mikhail Svetkin | 2019-11-10 | 1 | -6/+2 |
* | Allow using QHttpServerRequest/Responder at the same time | Mikhail Svetkin | 2019-10-25 | 1 | -0/+27 |
* | HTTPS support | Sylvain Garcia | 2019-10-04 | 1 | -50/+211 |
* | QHttpServerResponse: Extend the API | Mikhail Svetkin | 2019-10-03 | 1 | -0/+21 |
* | QHttpServerResponse: Change text/html -> application/x-empty | Mikhail Svetkin | 2019-08-22 | 1 | -5/+5 |
* | Add QHttpServerLiterals | Mikhail Svetkin | 2019-08-21 | 1 | -5/+11 |
* | QHttpServerResponder: refactor and extend the API | Mikhail Svetkin | 2019-08-20 | 1 | -0/+24 |
* | QHttpServerResponse: add ctor for QJsonArray | Mikhail Svetkin | 2019-07-11 | 1 | -0/+16 |
* | QHttpServerResponse: use compact mode for json objects | Mikhail Svetkin | 2019-07-11 | 1 | -0/+15 |
* | Introduce QHttpServerResponse::fromFile() | Tasuku Suzuki | 2019-06-14 | 1 | -1/+17 |
* | Fix crash for passing lambda with captures to QHttpServer::route | Mikhail Svetkin | 2019-05-15 | 1 | -8/+36 |
* | Remove unused signal | Mikhail Svetkin | 2019-05-09 | 1 | -2/+0 |
* | Fix tests failure introduced by the mime type detection | Tasuku Suzuki | 2019-05-09 | 1 | -24/+24 |
* | Find proper mime type for QByteArray data | Tasuku Suzuki | 2019-04-26 | 1 | -2/+2 |
* | Fix support for keep-alive connection | Mikhail Svetkin | 2019-04-08 | 1 | -3/+59 |
* | Accept a string as request method in QHttpServer::route() | Mikhail Svetkin | 2019-04-04 | 1 | -0/+93 |
* | Fix HTTP chunked request body handling | Mikhail Svetkin | 2019-04-03 | 1 | -2/+43 |
* | Allow use of custom data structures as router callback arguments | Mikhail Svetkin | 2019-03-06 | 1 | -0/+46 |
* | Fix several build issues and fix the unit tests | Jesus Fernandez | 2019-02-28 | 1 | -0/+2 |
* | Fix license headers | Jesus Fernandez | 2019-01-31 | 1 | -16/+6 |
* | Introduce QHttpServer | Mikhail Svetkin | 2019-01-25 | 1 | -0/+348 |