contrib/qtwebsockets.git
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
2013-08-07 Kurt PattynAdded configuration file for Autobahn fuzzing client...
2013-08-07 Kurt PattynRemoved protocolVersion when constructing web socket
2013-08-07 Kurt PattynUse getLatestVersion() iso fixed version 13 as supporte...
2013-08-07 Kurt PattynAdded inline getCurrentVersion() method (to be used...
2013-08-07 Kurt PattynRemoved hardcoded origin header value
2013-08-07 Kurt PattynAdapted helloworldserver to use new signals (has been...
2013-08-07 Kurt PattynImplemented check on invalid UTF-8 sequence in close...
2013-08-07 Kurt PattynRemoved duplicate line
2013-08-07 Kurt PattynAdded information regarding restrictions
2013-08-07 Kurt PattynAdded dev specific files to .gitignore
2013-08-07 Kurt PattynIgnore dev specific files
2013-08-07 Kurt PattynChanged name of user-agent to QWebSockets/0.9
2013-08-06 Kurt PattynFixed early close bug
2013-08-06 Kurt PattynChanged agent name to QWebSockets again
2013-08-06 Kurt PattynCleaned up code
2013-08-06 Kurt PattynCleaned up code
2013-08-06 Kurt PattynCleaned up code
2013-08-06 Kurt PattynExclude developer specific files
2013-08-06 Kurt PattynRemoved file, because coverity does not work
2013-08-06 Kurt PattynReworked data processor to use QTextCodec to check...
2013-08-04 Kurt PattynAdded development specific files to ignore list
2013-08-04 Kurt PattynAdded analyse script for Coverity
2013-08-03 Kurt PattynAdded ignored files and coverity configuration file
2013-08-03 Kurt PattynAdded start of source code comment
2013-08-03 Kurt PattynAdded examples for WebSocket usage
2013-08-03 Kurt PattynRemoved unneeded qDebug statements
next