aboutsummaryrefslogtreecommitdiffstats
path: root/test/ws_SUITE.erl
AgeCommit message (Expand)Author
2018-11-20Don't run long test suites by defaultLoïc Hoguin
2018-11-12Add deflate options for Websocket compressionLoïc Hoguin
2018-09-11Swap the ws and autobahn test groups to run autobahn lastLoïc Hoguin
2018-04-17Add a Websocket test with 3000 connectionsLoïc Hoguin
2018-03-28Add max_frame_size option for websocket handlersKirill Kinduk
2017-11-29Add nowarn_export_all to all test suitesLoïc Hoguin
2017-06-07Remove NumAcceptors argument from start_clear/tlsLoïc Hoguin
2017-05-28Introduce the req_filter Websocket optionLoïc Hoguin
2017-02-18Allow passing options to sub protocolsLoïc Hoguin
2017-02-05Test Websocket protocol version 7Loïc Hoguin
2017-01-02Welcome to 2017Loïc Hoguin
2016-08-15Allow websocket_init/1 to reply/close/hibernateLoïc Hoguin
2016-08-15Modernize the Websocket test suiteLoïc Hoguin
2016-08-12Merge branch 'master' of https://github.com/camshaft/cowboyLoïc Hoguin
2016-08-12Fix Websocket compressionLoïc Hoguin
2016-06-27send resp_headers with websocket responsesCameron Bytheway
2016-03-05Initial commit with connection/streamsLoïc Hoguin
2015-07-22Fix autobahn test suite report link when used in CILoïc Hoguin
2015-07-22Add autobahn test suite output to the consoleLoïc Hoguin
2015-05-05Add rfc7230 test suite and update others to recent GunLoïc Hoguin
2015-03-06Update Cowlib to 1.2.0; adds Websocket permessage-deflateLoïc Hoguin
2014-09-26Unify the init and terminate callbacksLoïc Hoguin
2014-04-22Move listener initialization to cowboy_testLoïc Hoguin
2014-04-22Start applications directly from the ct hookLoïc Hoguin
2014-04-20Enable Autobahn Test Suite by defaultLoïc Hoguin
2014-02-06Update copyright yearsLoïc Hoguin
2013-09-04Make cowlib a proper dependencyLoïc Hoguin
2013-07-02Add failing tests for the websocket deflate supportAli Sabil
2013-06-20Add support for the webkit deflate frame extensionAli Sabil
2013-04-22Reorganize the websocket test suiteLoïc Hoguin
2013-03-02Run tests in parallelLoïc Hoguin
2013-03-02Use random ports for testsLoïc Hoguin
2013-01-28New routingLoïc Hoguin
2013-01-22Do not require inets for running tests anymoreLoïc Hoguin
2013-01-14Improve websocket close handlingLoïc Hoguin
2013-01-12All frames sent from client to server MUST be maskedLoïc Hoguin
2013-01-10Remove support for Websocket hixie76 draftLoïc Hoguin
2013-01-10Update autobahntestsuite to 0.5.2Loïc Hoguin
2013-01-04Hello 2013Loïc Hoguin
2013-01-03Add middleware supportLoïc Hoguin
2012-12-22Cancel timer only on websocket_data receives or sendsJeremy Ong
2012-12-08Add {close, StatusCode, Payload} and fix {close, Payload}Loïc Hoguin
2012-12-03Allow passing the Req and an updated Opts when upgrading protocolsLoïc Hoguin
2012-12-02Add more frame types available in websocket repliesLoïc Hoguin
2012-11-27Fix a test that worked intermittentlyLoïc Hoguin
2012-10-11Allow websocket handlers to reply more than one frameLoïc Hoguin
2012-10-11Add crypto into the required applicationsLoïc Hoguin
2012-08-27Switch to Ranch for connection handlingLoïc Hoguin
2012-05-23Update version to 0.6.00.6.0Loïc Hoguin
2012-04-05Add support for fragmented websocket messagesMagnus Klaar