Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-11 | Fix the autobahn test suite | Loïc Hoguin | |
All tests still pass! (Excluding UTF-8 of course.) | |||
2012-08-27 | Switch to Ranch for connection handling | Loïc Hoguin | |
This is the first of many API incompatible changes. You have been warned. | |||
2012-01-25 | Add Autobahn test suite for websockets | Magnus Klaar | |
We're using the existing test suite for websocket servers from the Autobahn project to verify that out websockets implementation is sane. A CT test suite and python module wrapping the test suite has been added. The test suite is run when the 'make inttests' target is executed. |