summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Made documentation qdoc compatibleKurt Pattyn2013-08-252-145/+142
* Reordered the lines a bitKurt Pattyn2013-08-252-9/+18
* Added extra signal reemissionKurt Pattyn2013-08-252-15/+1
* Added missing functionality after a comparison between QWebSocket and QTcpSoc...Kurt Pattyn2013-08-258-3/+120
* Added check on QT_NO_NETWORKPROXY to include proxy functionality only when re...Kurt Pattyn2013-08-258-24/+57
* Added QT_BEGIN_NAMESPACE and QT_END_NAMESPACE to filesKurt Pattyn2013-08-2516-20/+318
* Replaced write() methods with send() methods to comply with the QAbstractSock...Kurt Pattyn2013-08-254-21/+43
* Renamed websocket.pri to qwebsocket.priKurt Pattyn2013-08-251-0/+0
* Added warning comment to private header filesKurt Pattyn2013-08-255-0/+51
* Renamed source directory to src (to be in line with Qt)Kurt Pattyn2013-08-2518-0/+3998