Commit Graph

38 Commits

Author SHA1 Message Date
James Coglan 5635baf3a7 Don't skip any Autobahn tests since they run fast enough now. 2011-12-17 15:13:28 +00:00
James Coglan 2fa34ef097 Prevent stack overflows while parsing. 2011-12-17 15:13:09 +00:00
James Coglan 06f4c51a5b Refactor Protocol8 parser to read in chunks rather than one byte at a time. 2011-12-17 14:34:22 +00:00
James Coglan 3fa6e43ca9 Move Protocol8Parser.Handshake into its own file. 2011-12-17 13:30:05 +00:00
James Coglan a138004ec3 Don't pass TCP socket in when constructing a parser. 2011-12-17 03:06:40 +00:00
James Coglan d295047393 Decouple TCP sockets from parsers. 2011-12-17 01:41:34 +00:00
James Coglan 6f1bc69cc0 Remove an unneeded local var. 2011-12-16 23:04:23 +00:00
James Coglan c2ad20e226 Make Protocol8's frame() method much faster. 2011-12-16 23:03:23 +00:00
James Coglan 880398ff29 Merge remote branch 'majek/issue7' 2011-12-16 21:12:51 +00:00
James Coglan 0ea03585f9 Add benchmarking page. 2011-12-16 21:11:23 +00:00
James Coglan 918f86f58d Inline some parsing methods to improve performance. 2011-12-16 16:45:27 +00:00
Marek Majkowski 2f4f1cdc8f Fix #7 - random values should be 0...255 inclusive. 2011-12-16 15:07:20 +00:00
James Coglan 19da8de414 Bump version to 0.1.2. 0.1.2 2011-12-05 09:39:40 +00:00
James Coglan 85ddb3f3dc Remove some comments. 2011-12-05 09:38:10 +00:00
James Coglan 7e2461e153 Fix draft-76 sockets when running behind HAProxy. 2011-12-04 21:15:24 +00:00
James Coglan ca3571f103 Don't do so many writes. 2011-12-03 21:37:38 +00:00
James Coglan 27f8f9a0f2 Detect closed sockets on the server side. 2011-12-02 10:00:25 +00:00
James Coglan b1ead4947e Bump version to 0.1.1. 0.1.1 2011-11-30 00:57:00 +00:00
James Coglan 8f1739e41c Change example back to using onmessage. 2011-11-29 21:08:37 +00:00
James Coglan b5a3de9112 Use addEventListener in the tests. 2011-11-29 21:01:27 +00:00
James Coglan 642532f928 Use addEventListener to listen for messages in examples. 2011-11-29 13:08:22 +00:00
James Coglan 85a11d58d9 Fix broken EventTarget interface. 2011-11-29 12:47:28 +00:00
James Coglan 960651de33 Don't put .redcar in package. 0.1.0 2011-11-28 09:10:55 +00:00
James Coglan ac36b2bd93 Maintain context when dispatching an event. 2011-11-27 11:39:38 +00:00
James Coglan aef514771a Forgot to remove context argument when removing Publisher interface. 2011-11-27 11:38:09 +00:00
James Coglan 4bdfd0bf66 Don't keep specs out of the package. 2011-11-27 02:39:00 +00:00
James Coglan 46ac8e9f5e Update API reference links. 2011-11-27 02:19:49 +00:00
James Coglan 181b42d52d s/subscribers/listeners/ 2011-11-27 00:12:21 +00:00
James Coglan bc0f8b4a3a Remove the Publisher mixin. 2011-11-26 19:08:11 +00:00
James Coglan 97595ff415 Add secure connection support to examples. 2011-11-26 19:05:25 +00:00
James Coglan c14b0df6b5 Test client for TLS connections. 2011-11-26 19:00:30 +00:00
James Coglan 8f210513fe Tiny formatting change. 2011-11-25 00:58:53 +00:00
James Coglan 5f80a013b3 Put parser version behind a method call rather than trying to get it in the constructor. 2011-11-25 00:00:02 +00:00
James Coglan e4d2bc6270 Add HTML test page, log incoming socket URL and version, and fix bugs in draft-76 parser. 2011-11-24 23:55:54 +00:00
James Coglan 163f72264f Fix up the draft-76 parser. 2011-11-24 02:50:27 +00:00
James Coglan 7abd055b15 Don't include .gitignore in package. 2011-11-24 02:33:23 +00:00
James Coglan f710c3025c Add README and examples. 2011-11-24 02:29:14 +00:00
James Coglan 8299ff6ab0 Extract WebSocket classes from Faye 0.7. 2011-11-24 02:07:55 +00:00