summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Replaced foreach calls with iteratorsKurt Pattyn2013-09-291-15/+16
* Added const keyword to const variablesKurt Pattyn2013-09-291-17/+17
* Added const to const variables, added QStringLiteralKurt Pattyn2013-09-292-45/+47
* Removed unused constant declarationKurt Pattyn2013-09-291-2/+0
* Replaced fromLatin1() with QStringLiteralKurt Pattyn2013-09-291-18/+18
* Replace string literals with QString::fromLatin1() expressionKurt Pattyn2013-09-291-24/+24
* Replace string literals with QString::fromLatin1() expression, to avoid depre...Kurt Pattyn2013-09-291-4/+4
* Replace string literals with QString::fromLatin1() expression, to avoid depre...Kurt Pattyn2013-09-291-20/+20
* Changes to integrate the websocket module as a full Qt Add-On moduleSteven Ceuppens2013-09-2832-26/+201
* There was no '?' between path and query. Bug detected by someone on the inter...Kurt Pattyn2013-09-061-1/+5
* Added maxMessageSize() and maxFrameSize() static getters to aid in unit testingKurt Pattyn2013-09-012-1/+25
* Added payload to ping() method and pong() signalKurt Pattyn2013-08-314-11/+19
* Changed the way origins are checked. Instead of a virtual method, we now use ...Kurt Pattyn2013-08-317-22/+233
* Added \internal to documentation of new methodsKurt Pattyn2013-08-312-0/+12
* Moved processing of control frame from QWebSocketPrivate to DataProcessor.Kurt Pattyn2013-08-314-87/+114
* Added documentation for internally used classesKurt Pattyn2013-08-311-3/+22
* Added -Wextra compiler checkKurt Pattyn2013-08-301-1/+1
* Added -Wall and -Werror flags when building on mac (is in fact dependent on t...Kurt Pattyn2013-08-302-17/+18
* Added extra unit testsKurt Pattyn2013-08-292-1/+6
* Changed error stringKurt Pattyn2013-08-291-1/+1
* Solved comparison bug (detected through unit tests :-) )Kurt Pattyn2013-08-291-1/+1
* Added unit tests for:Kurt Pattyn2013-08-281-3/+3
* Headers are okKurt Pattyn2013-08-271-2/+1
* Added extra error checks on network readsKurt Pattyn2013-08-271-11/+25
* Redirect errors to DISPATCH_RESULT state, instead of directly setting isDone=...Kurt Pattyn2013-08-271-13/+13
* Added extra checks:Kurt Pattyn2013-08-271-3/+43
* Corrected type in reserved opcode namesKurt Pattyn2013-08-263-4/+4
* Replaced QTcpSocket * with a QIODevice * to make network independent unit tes...Kurt Pattyn2013-08-263-122/+123
* Added accessor and setter for the server nameKurt Pattyn2013-08-264-0/+42
* Replace QWebSocket:: scope with QObject:: in calls to tr()Kurt Pattyn2013-08-261-7/+6
* Removed scope (i.e. QWebSocket) from tr() calllsKurt Pattyn2013-08-263-20/+20
* Implemented Q_D and Q_Q paradigmKurt Pattyn2013-08-266-59/+116
* Made parameters const referencesKurt Pattyn2013-08-264-15/+16
* Removed friend class declaration as it is already contained in the Q_DECLARE_...Kurt Pattyn2013-08-261-2/+0
* Replaced use of d_ptr and q_ptr with usage of Q_D and Q_QKurt Pattyn2013-08-263-124/+59
* Replace QT_BUILD_SERIALPORT_LIB with QT_BUILD_WEBSOCKETS_LIBKurt Pattyn2013-08-261-1/+1
* Adapted documentation to qDoc styleKurt Pattyn2013-08-261-104/+42
* Disconnect previously connected signal (was forgotten)Kurt Pattyn2013-08-261-1/+1
* Removed default values from methods in private classKurt Pattyn2013-08-261-2/+2
* Removed virtual from open and close methodsKurt Pattyn2013-08-262-4/+4
* Made accessor methods const; made serverName parameter const in QWebSocketKurt Pattyn2013-08-264-33/+32
* Added optimised string concatenation (replaced '+' with '%')Kurt Pattyn2013-08-262-15/+17
* Add tr() to translatable stringsKurt Pattyn2013-08-263-27/+32
* Replaced tabs by spacesKurt Pattyn2013-08-2516-2465/+2465
* Added required structure and .pro files to the projectKurt Pattyn2013-08-252-0/+10
* Cleaned up a bitKurt Pattyn2013-08-251-9/+10
* Renamed qwebsocket.pri to qwebsockets.priKurt Pattyn2013-08-251-0/+0
* Adapted copyright disclaimer to be a pure C++ commentKurt Pattyn2013-08-2517-17/+24
* Moved doc directory to src as required by QtKurt Pattyn2013-08-252-0/+30
* Added copyright disclaimer to all filesKurt Pattyn2013-08-2517-36/+315