Commit Graph
143 Commits
Author SHA1 Message Date
James Coglan 752da3db34 Remove an expensive test. 2012-05-21 19:46:38 +01:00
Sean Grove 9cb89521ec Try to be more compliant with the http/1.1 spec 2012-05-21 19:44:59 +01:00
James Coglan f6d0d97bbf Bump version to 0.4.5. 2012-04-06 18:55:31 +01:00
James Coglan 64ebb849b6 Add error code 1011. 2012-04-06 13:51:57 +01:00
James Coglan 1cb21521cd Use / as the default path if the client URI has no path. 2012-04-01 23:01:17 +01:00
James Coglan 13a9aa3630 Double-quote in gemspec. 2012-03-16 22:05:48 +00:00
James Coglan 3c69598509 Bump version to 0.4.4. 2012-03-16 21:45:03 +00:00
James Coglan 1cd15aa90f Fix installation on JRuby by building platform-specific gem. 2012-03-16 21:44:15 +00:00
James Coglan d60f5bc280 Use 'unless' rather than 'return' to skip extconf.rb on JRuby. 2012-03-14 23:21:44 +00:00
James Coglan c71cee6bf5 Merge pull request #9 from sockjs/master
POST request should be ignored
2012-03-13 04:04:50 -07:00
botanicus 1b4c62a578 Ignore POST. 2012-03-13 10:59:00 +00:00
James Coglan 13cacca164 Bump version to 0.4.3. 2012-03-12 16:09:13 +00:00
James Coglan 5bec02a0c0 Merge pull request #8 from jonleighton/jruby_extconf
skip extconf.rb on jruby
2012-03-12 09:04:31 -07:00
Jon Leighton 1f40cba2dd skip extconf.rb on jruby 2012-03-11 11:22:06 +00:00
James Coglan a2b6693921 Remove rbx from the Travis build. 2012-03-09 01:28:15 +00:00
James Coglan 6e1e2d4154 Bump version to 0.4.2. 2012-03-09 00:58:50 +00:00
James Coglan a439f24744 Fix build on 1.8.7, exclude rbx-19mode. 2012-03-07 23:52:12 +00:00
James Coglan b74a1899f5 Bleurgh, exclude some more things from the build to see if we can pass on RBX. 2012-03-07 23:43:32 +00:00
James Coglan 4a5a6a9b60 Some JRuby/RBX platform adjustments. 2012-03-07 23:39:41 +00:00
James Coglan e8d1efe2cb Correct some JRuby interface stuff -- I was trying to build it with a broken JRuby install before. 2012-03-07 22:18:21 +00:00
James Coglan 2055461ad5 Remove IOException from Java extension. 2012-03-05 01:02:20 +00:00
James Coglan fed630647d Remove java.lang.System import. 2012-03-04 23:54:17 +00:00
James Coglan 2f148eb8bf Put jar file explicitly in the gemspec so that gem will not build without it. 2012-03-04 23:45:42 +00:00
James Coglan 9410f1ce17 Catch exceptions from server-side connections closing on JRuby. 2012-03-04 23:37:13 +00:00
James Coglan 06de5b2b8d Pick compile task based on the platform. 2012-03-04 23:29:41 +00:00
James Coglan 514bb83aaa Include jar file in the gem. 2012-03-04 23:27:22 +00:00
James Coglan 213d5f0573 Depend on rake-compiler on all platforms. 2012-03-04 23:18:12 +00:00
James Coglan 83059e59b1 Rewrite masking function in Java for JRuby. 2012-03-04 23:16:02 +00:00
James Coglan 10d85183c9 Merge branch 'master' into jruby 2012-03-03 15:47:55 +00:00
James Coglan 6c2c068761 Use rack_response in the test server. 2012-03-03 15:47:47 +00:00
James Coglan 6a415f8925 Fix tests on MRI. 2012-03-03 15:40:07 +00:00
James Coglan 890646e565 Catch NullPointerException from send_data when a socket closes on JRuby. 2012-03-03 15:33:30 +00:00
James Coglan 0f74259dc8 Adjust tests on JRuby. 2012-03-03 15:31:00 +00:00
Jon Leighton 73479a87c6 Support JRuby without a C extension. Closes #5. 2012-03-02 23:21:06 +00:00
James Coglan bf97ebedf4 Bump version to 0.4.1. 2012-02-26 19:02:18 +00:00
James Coglan ab0da1f8b1 Use the encoding API on Ruby 1.9 to validate UTF-8. Fixes problem loading UTF-8 regex when -Ku flag is used. 2012-02-23 01:28:38 +00:00
James Coglan d4b589d4dd Treat numbers as strings when calling Socket#send. 2012-02-16 23:15:59 +00:00
James Coglan c5f34d6c08 Whitespace change to make Travis rebuild. 2012-02-13 12:41:20 +00:00
James Coglan 288657ce83 Bump version to 0.4.0. 2012-02-13 09:17:37 +00:00
James Coglan c54b120d8a Make immediate send on EventSource work. 2012-02-13 00:16:09 +00:00
James Coglan 840a118cd5 Only send EventSource ping messages if the user specifies an interval, for symmetry with WebSocket. 2012-02-12 23:53:32 +00:00
James Coglan 183e56c770 Don't send WS message on open from the server; this breaks the Autobahn tests. 2012-02-12 23:52:12 +00:00
James Coglan b22275ba47 Expose ping API for EventSource. 2012-02-11 14:06:01 +00:00
James Coglan 78ceffffb7 Add ping API for server-side WebSocket connections. 2012-02-11 13:59:06 +00:00
James Coglan 8a7106e5a2 Implement safe onopen and message buffering for when the handshake is interrupted by a proxy. 2012-02-11 13:32:40 +00:00
James Coglan aa0f52271b Show build status in the readme. 2012-02-08 21:59:38 +00:00
James Coglan 66f12bdbfe Set encoding correctly. 2012-02-08 21:54:34 +00:00
James Coglan 1df9583f31 Make shared examples load first. 2012-02-08 21:53:05 +00:00
James Coglan 2f5dd08d51 Travis CI configuration. 2012-02-08 21:38:51 +00:00
James Coglan 16f01f2a3a Bump em-rspec. 2012-01-29 14:11:30 +00:00