Changes to integrate the websocket module as a full Qt Add-On module
[contrib/qtwebsockets.git] / tests /
2013-09-28 Steven CeuppensChanges to integrate the websocket module as a full...
2013-09-28 Sergio Ahumadatests: Enable "make check" to run unit tests
2013-09-28 Kurt PattynAdded TODOs for extra tests
2013-09-01 Kurt PattynOpen buffer in readonly mode iso readwrite mode
2013-09-01 Kurt PattynCorrected failing tests
2013-09-01 Kurt PattynAdded checks for non-emitting of other signals than...
2013-09-01 Kurt PattynAdded tests for valid and invalid close codes
2013-09-01 Kurt PattynAdded maxMessageSize() and maxFrameSize() static getter...
2013-08-31 Kurt PattynMoved registerMetaType calls to init() method
2013-08-30 Kurt PattynAdded -Wextra compiler check
2013-08-30 Kurt PattynAdded -Wall and -Werror flags when building on mac...
2013-08-29 Kurt PattynAdded extra unit tests
2013-08-28 Kurt PattynAdded a bunch of tests (still not complete; listed...
2013-08-28 Kurt PattynAdded TO DO's for tests still to be implemented
2013-08-27 Kurt PattynAdded unit tests for:
2013-08-26 Kurt PattynAdded dataprocessor test
2013-08-25 Kurt PattynReplaced tabs by spaces
2013-08-25 Kurt PattynAdded required structure and .pro files to the project
2013-08-25 Kurt PattynRenamed qwebsocket.pri to qwebsockets.pri
2013-08-25 Kurt PattynCleaned up the project 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 PattynRenamed test directory to tests (to be inline with Qt)