contrib/qtwebsockets.git
2013-08-27 Kurt PattynRedirect errors to DISPATCH_RESULT state, instead of...
2013-08-27 Kurt PattynAdded extra checks:
2013-08-26 Kurt PattynAdded dataprocessor test
2013-08-26 Kurt PattynCorrected type in reserved opcode names
2013-08-26 Kurt PattynReplaced QTcpSocket * with a QIODevice * to make networ...
2013-08-26 Kurt PattynAdded accessor and setter for the server name
2013-08-26 Kurt PattynReplace QWebSocket:: scope with QObject:: in calls...
2013-08-26 Kurt PattynRemoved scope (i.e. QWebSocket) from tr() callls
2013-08-26 Kurt PattynImplemented Q_D and Q_Q paradigm
2013-08-26 Kurt PattynMade parameters const references
2013-08-26 Kurt PattynRemoved friend class declaration as it is already conta...
2013-08-26 Kurt PattynReplaced use of d_ptr and q_ptr with usage of Q_D and Q_Q
2013-08-26 Kurt PattynReplace QT_BUILD_SERIALPORT_LIB with QT_BUILD_WEBSOCKET...
2013-08-26 Kurt PattynAdapted documentation to qDoc style
2013-08-26 Kurt PattynDisconnect previously connected signal (was forgotten)
2013-08-26 Kurt PattynRemoved default values from methods in private class
2013-08-26 Kurt PattynRemoved virtual from open and close methods
2013-08-26 Kurt PattynMade accessor methods const; made serverName parameter...
2013-08-26 Kurt PattynAdded optimised string concatenation (replaced '+'...
2013-08-26 Kurt PattynAdd tr() to translatable strings
2013-08-25 Kurt PattynReplaced tabs by spaces
2013-08-25 Kurt PattynAdded sync.profile based on that of QtSerialPort
2013-08-25 Kurt PattynChanged license to LGPL 2.1 (comes from LGPL 3.0)
2013-08-25 Kurt PattynAdded required structure and .pro files to the project
2013-08-25 Kurt PattynAdded dev specific files to ignore list
2013-08-25 Kurt PattynCleaned up a bit
2013-08-25 Kurt PattynRenamed qwebsocket.pri to qwebsockets.pri
2013-08-25 Kurt PattynIgnore generated documentation
2013-08-25 Kurt PattynAdapted copyright disclaimer to be a pure C++ comment
2013-08-25 Kurt PattynMoved doc directory to src as required by Qt
2013-08-25 Kurt PattynAdded copyright disclaimer to all files
2013-08-25 Kurt PattynMade documentation qdoc compatible
2013-08-25 Kurt PattynAdded QWebSockets module documentation
2013-08-25 Kurt PattynAdded qdoc configuration file
2013-08-25 Kurt PattynRemoved doxygen configuration files
2013-08-25 Kurt PattynCleaned up the project files
2013-08-25 Kurt PattynReordered the lines a bit
2013-08-25 Kurt PattynAdded extra signal reemission
2013-08-25 Kurt PattynAdded missing functionality after a comparison between...
2013-08-25 Kurt PattynAdded check on QT_NO_NETWORKPROXY to include proxy...
2013-08-25 Kurt PattynAdded QT_BEGIN_NAMESPACE and QT_END_NAMESPACE to files
2013-08-25 Kurt PattynReplaced write() methods with send() methods to comply...
2013-08-25 Kurt PattynRenamed websocket.pri to qwebsocket.pri
2013-08-24 Kurt PattynAdded warning comment to private header files
2013-08-24 Kurt PattynRenamed test directory to tests (to be inline with Qt)
2013-08-24 Kurt PattynRenamed source directory to src (to be in line with Qt)
2013-08-24 Kurt PattynRemoved unnecessary includes
2013-08-24 Kurt PattynAdded cache() command at start of .pro file to avoid...
2013-08-24 Kurt PattynAdded d-pointer paradigm to QWebSocket implementation
2013-08-24 Kurt PattynAdded d-pointer paradigm to QWebSocketServer implementation
2013-08-24 Kurt PattynAdded export statements to public classes
2013-08-24 Kurt PattynRenamed WebSocket to QWebSocket
2013-08-22 Kurt PattynAdded server name field to constructor
2013-08-22 Kurt PattynAdded serverName parameter to WebSocketServer constructor
2013-08-22 Kurt PattynRetrieve HTTP version iso assuming that it is 1.1
2013-08-22 Kurt PattynRemoved commented out code
2013-08-22 Kurt PattynCommented out currently unused variables
2013-08-22 Kurt PattynMinor adjustments to comments
2013-08-22 Kurt PattynRetrieve HTTP version iso assuming that it is 1.1
2013-08-22 Kurt PattynAdded build specific files to ignore list
2013-08-22 Kurt PattynRemoved the starting default comment
2013-08-22 Kurt PattynAppended _p to the names of internal files
2013-08-22 Kurt PattynRenamed WebSocketProtocol::getCurrentVersion() with...
2013-08-22 Kurt PattynRemoved unnecessary forward declaration
2013-08-22 Kurt PattynRemoved the verb 'get' from the name of public getters
2013-08-22 Kurt PattynRemoved the verb 'get' from the name of public getters
2013-08-22 Kurt PattynReplaced QRegExp with QRegularExpression as suggested...
2013-08-22 Kurt PattynMerge branch 'master' of https://github.com/KurtPattyn...
2013-08-22 Kurt PattynDeleted unnecessary file
2013-08-19 Kurt PattynAdd usage paragraph
2013-08-15 Kurt PattynAdded TODO line indicating removal of fixed values
2013-08-15 Kurt PattynRemoved the fixed version from the response
2013-08-15 Kurt PattynAdded comment to fixed string indicating it is a consta...
2013-08-13 Kurt PattynAdded setErrorString v0.9.0
2013-08-13 Kurt PattynSplit frameReceived into textFrameReceived, binaryFrame...
2013-08-13 Kurt PattynAdded doxygen snippet tags
2013-08-13 Kurt PattynFinished doxygen documentation
2013-08-13 Kurt PattynMade setSocketState private
2013-08-13 Kurt PattynChanged configuration to:
2013-08-13 Kurt PattynAdded doxygen documentation
2013-08-13 Kurt PattynAdded doxygen snippet tags
2013-08-13 Kurt PattynRenamed WebWocketClient to EchoClient to be consistent...
2013-08-13 Kurt PattynRenamed WebWocketClient to EchoClient to be consistent...
2013-08-12 Kurt PattynCommented out unused aboutToClose signal connection
2013-08-12 Kurt PattynPut output reports into a subdirectory so the reports...
2013-08-12 Kurt PattynIgnored build specific output
2013-08-12 Kurt PattynCorrected close behaviour
2013-08-12 Kurt PattynCleanup
2013-08-12 Kurt PattynOptimized against possible memory leaks
2013-08-12 Kurt PattynOptimized against possible memory leaks
2013-08-12 Kurt PattynUpdated TODO comments
2013-08-12 Kurt PattynImplemented missing methods
2013-08-12 Kurt PattynCleaned up .pro file
2013-08-12 Kurt PattynRenamed HelloWorldServer to EchoServer
2013-08-12 Kurt PattynAdded flush after handshake response has been sent...
2013-08-10 Kurt PattynAdded source code documentation (ongoing)
2013-08-10 Kurt PattynIgnore generated documentation
2013-08-10 Kurt PattynChanged parsing of connection header; connection header...
2013-08-09 Kurt PattynChange "Invalid code points" to "non-characters" (as...
2013-08-07 Kurt PattynExcluded report directory from commit
next