aboutsummaryrefslogtreecommitdiffstats
path: root/src/websockets
Commit message (Expand)AuthorAgeFilesLines
* Make HTTP header parsing RFC-compliantRobert Griebl2017-11-282-13/+41
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-2010-28/+36
|\
| * Update to new QRandomGenerator APIv5.10.0-beta4Thiago Macieira2017-11-033-6/+6
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-307-22/+30
| |\
| | * Fix empty sslConfiguration in sslErrors slotAndré Klitzing2017-10-271-0/+3
| | * Fix handshakeReceived not being invoked in some situationMårten Nordheim2017-10-271-0/+5
| | * Fix outdated FDL license headerKai Koehne2017-10-235-22/+22
* | | Replace typedefs by QOverloadAndré Klitzing2017-10-302-10/+8
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-113-14/+14
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta3v5.10.0-beta2Liang Qi2017-10-112-11/+12
| |\|
| | * Replace iterator based loop by range-for-loopAndré Klitzing2017-10-101-9/+9
| | * Change assert to null-checkMårten Nordheim2017-09-201-1/+2
| | * Fix releaseConnectionsAlan Alpert2017-08-291-1/+1
| * | Replace Q_ENUMS by Q_ENUMAndré Klitzing2017-10-101-2/+1
| * | Use multi-arg instead of multiple arg callsAndré Klitzing2017-10-091-1/+1
* | | Replace Q_NULLPTR with nullptrKevin Funk2017-09-2611-18/+18
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devv5.10.0-alpha1Liang Qi2017-08-151-11/+0
|\|
| * Remove workaround for unsupported compilerJake Petroules2017-08-141-11/+0
* | Change the mask generator to use QRandomGenerator instead of qs?randThiago Macieira2017-06-303-12/+12
|/
* Replace comment with Q_FALLTHROUGHJesus Fernandez2017-05-041-3/+3
* Move Q_REQUIRED_RESULT to the beginning of the declarationThiago Macieira2017-04-271-7/+8
* Add a function to hand off a tcp socket to the websocket serverAleksey Lysenko2017-01-274-11/+35
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-256-22/+24
|\
| * Fix the parser of port in hand shake requestLiang Qi2017-01-061-10/+6
| * Fixed possible block clearing in QWebSocketDataProcessor::process methodAleksey Lysenko2017-01-041-5/+9
| * Fixed wrong scheme for secure websocketAleksey Lysenko2016-12-161-1/+1
| * Fixed QWebSocketServer::SslMode collisionAleksey Lysenko2016-12-141-2/+2
| * Delete disconnected socketAleksey Lysenko2016-12-132-3/+5
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-261-1/+1
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-171-1/+1
| | |\
| | | * Doc: Add verb to WebSockets introv5.6.2Kai Koehne2016-08-121-1/+1
* | | | Remove support for WinRT 8.1 and Windows Phone 8.1Maurice Kalinowski2017-01-191-2/+2
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-212-11/+7
|\| | |
| * | | Eradicate Q_FOREACH and Java-style loops and mark the module as Q_FOREACH-freeMarc Mutz2016-09-073-13/+10
* | | | Eradicate Q_FOREACH loopsAndré Klitzing2016-08-232-2/+3
|/ / /
* | | Clean up QT_CONFIG usageLars Knoll2016-08-191-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-022-5/+11
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-012-5/+11
| |\|
| | * Fixed erroneous detection of server disconnect conditionOleksandr Tymoshenko2016-06-201-1/+1
| | * Doc: Also mention QML Import in index pageKai Koehne2016-05-231-4/+10
* | | Add support for TLS PSK (client and server)André Klitzing2016-06-128-0/+55
* | | Doc: Update WebSockets import to 1.1Kai Koehne2016-05-261-2/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-241-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7v5.7.0-rc1Liang Qi2016-05-191-1/+1
| |\|
| | * Doc: Remove repository name from examplesinstallpathv5.6.1-1v5.6.1Topi Reinio2016-05-121-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-0815-51/+192
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7v5.7.0-beta1Liang Qi2016-04-0812-48/+189
| |\|
| | * Fix possible hang on handshakeKai Koehne2016-04-071-2/+5
| | * Doc: Avoid auto-linking of WebSocket, WebSocketsKai Koehne2016-04-071-0/+20
| | * Doc: Add external-resources.qdocKai Koehne2016-04-0710-36/+135