index
:
cowboy.git
1.0.x
1.1.x
active_n
http3
master
Small, fast, modern HTTP server for Erlang/OTP.
Loïc Hoguin
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
ws_SUITE.erl
Age
Commit message (
Expand
)
Author
2017-11-29
Add nowarn_export_all to all test suites
Loïc Hoguin
2017-06-07
Remove NumAcceptors argument from start_clear/tls
Loïc Hoguin
2017-05-28
Introduce the req_filter Websocket option
Loïc Hoguin
2017-02-18
Allow passing options to sub protocols
Loïc Hoguin
2017-02-05
Test Websocket protocol version 7
Loïc Hoguin
2017-01-02
Welcome to 2017
Loïc Hoguin
2016-08-15
Allow websocket_init/1 to reply/close/hibernate
Loïc Hoguin
2016-08-15
Modernize the Websocket test suite
Loïc Hoguin
2016-08-12
Merge branch 'master' of https://github.com/camshaft/cowboy
Loïc Hoguin
2016-08-12
Fix Websocket compression
Loïc Hoguin
2016-06-27
send resp_headers with websocket responses
Cameron Bytheway
2016-03-05
Initial commit with connection/streams
Loïc Hoguin
2015-07-22
Fix autobahn test suite report link when used in CI
Loïc Hoguin
2015-07-22
Add autobahn test suite output to the console
Loïc Hoguin
2015-05-05
Add rfc7230 test suite and update others to recent Gun
Loïc Hoguin
2015-03-06
Update Cowlib to 1.2.0; adds Websocket permessage-deflate
Loïc Hoguin
2014-09-26
Unify the init and terminate callbacks
Loïc Hoguin
2014-04-22
Move listener initialization to cowboy_test
Loïc Hoguin
2014-04-22
Start applications directly from the ct hook
Loïc Hoguin
2014-04-20
Enable Autobahn Test Suite by default
Loïc Hoguin
2014-02-06
Update copyright years
Loïc Hoguin
2013-09-04
Make cowlib a proper dependency
Loïc Hoguin
2013-07-02
Add failing tests for the websocket deflate support
Ali Sabil
2013-06-20
Add support for the webkit deflate frame extension
Ali Sabil
2013-04-22
Reorganize the websocket test suite
Loïc Hoguin
2013-03-02
Run tests in parallel
Loïc Hoguin
2013-03-02
Use random ports for tests
Loïc Hoguin
2013-01-28
New routing
Loïc Hoguin
2013-01-22
Do not require inets for running tests anymore
Loïc Hoguin
2013-01-14
Improve websocket close handling
Loïc Hoguin
2013-01-12
All frames sent from client to server MUST be masked
Loïc Hoguin
2013-01-10
Remove support for Websocket hixie76 draft
Loïc Hoguin
2013-01-10
Update autobahntestsuite to 0.5.2
Loïc Hoguin
2013-01-04
Hello 2013
Loïc Hoguin
2013-01-03
Add middleware support
Loïc Hoguin
2012-12-22
Cancel timer only on websocket_data receives or sends
Jeremy Ong
2012-12-08
Add {close, StatusCode, Payload} and fix {close, Payload}
Loïc Hoguin
2012-12-03
Allow passing the Req and an updated Opts when upgrading protocols
Loïc Hoguin
2012-12-02
Add more frame types available in websocket replies
Loïc Hoguin
2012-11-27
Fix a test that worked intermittently
Loïc Hoguin
2012-10-11
Allow websocket handlers to reply more than one frame
Loïc Hoguin
2012-10-11
Add crypto into the required applications
Loïc Hoguin
2012-08-27
Switch to Ranch for connection handling
Loïc Hoguin
2012-05-23
Update version to 0.6.0
0.6.0
Loïc Hoguin
2012-04-05
Add support for fragmented websocket messages
Magnus Klaar
2011-12-22
Add ct tests for binary websocket frames
Loïc Hoguin
2011-12-22
Move the websocket tests in a separate suite
Loïc Hoguin