summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add functionality to ignore ssl errorsKurt Pattyn2013-11-011-2/+6
* Add check for host() methodKurt Pattyn2013-10-191-0/+6
* Remove CXX debug flags from project fileKurt Pattyn2013-10-191-2/+0
* Put assignment on separate line to avoid compiler optimizationKurt Pattyn2013-10-191-1/+2
* Add flag to not optimize when in debug modeKurt Pattyn2013-10-191-0/+2
* Add test for constructor and assignment operatorKurt Pattyn2013-10-191-1/+56
* Completed unit tests for handshake requestKurt Pattyn2013-10-143-2/+298
* Added unit tests for CorsAuthenticatorKurt Pattyn2013-10-133-1/+143
* Added remaining testsKurt Pattyn2013-10-131-26/+11
* Completed websocketframe unit testsKurt Pattyn2013-10-131-0/+456
* Renamed getter methods to be Qt compliantKurt Pattyn2013-10-131-1/+1
* Adapted auto.pro to include websocketframe unit testKurt Pattyn2013-10-131-1/+2
* Added unittests for QWebSocketProtocolKurt Pattyn2013-10-134-1/+261
* Added TODO explaining some optimizationsKurt Pattyn2013-10-132-0/+108
* Added checks for valid control framesKurt Pattyn2013-10-111-639/+736
* Changed expected failure with expected successKurt Pattyn2013-10-101-28/+33
* Commented out non-implemented methodKurt Pattyn2013-10-061-1/+1
* Changed the way SUBDIRS is configuredKurt Pattyn2013-10-051-1/+1
* Added tests with no close code and/or close reasonKurt Pattyn2013-10-051-5/+30
* Added some testsKurt Pattyn2013-10-051-3/+2
* Renamed test methods to be consistentKurt Pattyn2013-10-051-14/+23
* Update unit testsSteven Ceuppens2013-10-014-2/+8
* Uncommented data processor from auto.proKurt Pattyn2013-09-291-1/+1
* Include qwebsocketdataprocessor iso dataprocessorKurt Pattyn2013-09-291-21/+21
* reorganized unittests & added module priSteven Ceuppens2013-09-2917-141/+86
* Changes to integrate the websocket module as a full Qt Add-On moduleSteven Ceuppens2013-09-281-17/+1
* tests: Enable "make check" to run unit testsSergio Ahumada2013-09-281-3/+2
* Added TODOs for extra testsKurt Pattyn2013-09-281-1/+7
* Open buffer in readonly mode iso readwrite modeKurt Pattyn2013-09-011-10/+10
* Corrected failing testsKurt Pattyn2013-09-011-31/+68
* Added checks for non-emitting of other signals than the one we expectKurt Pattyn2013-09-011-15/+90
* Added tests for valid and invalid close codesKurt Pattyn2013-09-011-86/+284
* Added maxMessageSize() and maxFrameSize() static getters to aid in unit testingKurt Pattyn2013-09-011-6/+3
* Moved registerMetaType calls to init() methodKurt Pattyn2013-08-311-13/+14
* 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-301-0/+2
* Added extra unit testsKurt Pattyn2013-08-293-216/+364
* Added a bunch of tests (still not complete; listed tests still to be done in ...Kurt Pattyn2013-08-291-125/+758
* Added TO DO's for tests still to be implementedKurt Pattyn2013-08-291-0/+18
* Added unit tests for:Kurt Pattyn2013-08-281-186/+257
* Added dataprocessor testKurt Pattyn2013-08-262-12/+297
* Replaced tabs by spacesKurt Pattyn2013-08-253-206/+206
* Added required structure and .pro files to the projectKurt Pattyn2013-08-251-0/+0
* Renamed qwebsocket.pri to qwebsockets.priKurt Pattyn2013-08-251-1/+1
* Cleaned up the project filesKurt Pattyn2013-08-251-23/+6
* Replaced write() methods with send() methods to comply with the QAbstractSock...Kurt Pattyn2013-08-252-5/+5
* Renamed websocket.pri to qwebsocket.priKurt Pattyn2013-08-251-1/+1
* Renamed test directory to tests (to be inline with Qt)Kurt Pattyn2013-08-2511-0/+534