Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move examples into 'websockets' folder | Kai Koehne | 2014-03-19 | 1 | -108/+0 |
* | Adapt copyright header | Kurt Pattyn | 2014-02-15 | 1 | -1/+1 |
* | Remove checks on return value of sendXXX methods | Kurt Pattyn | 2014-02-13 | 1 | -2/+1 |
* | Replace delete loop with qDeleteAll | Kurt Pattyn | 2014-02-05 | 1 | -4/+1 |
* | Add cleanup to examples | Kurt Pattyn | 2014-02-03 | 1 | -0/+9 |
* | Rename SecureMode to SslMode | Kurt Pattyn | 2014-01-20 | 1 | -1/+1 |
* | Rename write methods | Kurt Pattyn | 2014-01-20 | 1 | -1/+1 |
* | Use QStringLiteral where appropriate | Kurt Pattyn | 2014-01-20 | 1 | -1/+2 |
* | Consume return value of write function | Kurt Pattyn | 2014-01-20 | 1 | -1/+2 |
* | Use new connect syntax | Kurt Pattyn | 2014-01-20 | 1 | -3/+4 |
* | Limit line length to 100 chars per line | Kurt Pattyn | 2014-01-20 | 1 | -1/+2 |
* | Rename enumerations to comply with Qt style | Kurt Pattyn | 2014-01-18 | 1 | -1/+1 |
* | Add NON_SECURE_MODE parameter to QWebSocketServer constructor | Kurt Pattyn | 2013-11-07 | 1 | -1/+1 |
* | Add chat server example | Kurt Pattyn | 2013-11-06 | 1 | -0/+99 |