Commit Graph

7693 Commits

Author SHA1 Message Date
Guillermo Rauch
f54ef033a2 Merge pull request #405 from zzzaaa/master
Transports order of preference
2012-03-12 07:46:11 -07:00
Alexey Raksha
3e5d3a3ab5 Transport order set by "options" 2012-03-12 17:42:42 +04:00
Guillermo Rauch
dd445fc1bb Fixed timeouts section. 2012-03-10 11:57:26 -03:00
Guillermo Rauch
e018ba91eb Merge branch 'master' of github.com:LearnBoost/socket.io 2012-03-09 08:47:01 -03:00
Guillermo Rauch
c59aa6ff2c Getting ready for 1.0 2012-03-09 08:42:24 -03:00
Guillermo Rauch
9431709298 Merge pull request #787 from MatthewMueller/master
io.configure('development', function() {...}) will trigger if NODE_ENV is not defined.
2012-03-09 02:17:15 -08:00
Matt Mueller
a29525e043 NODE_ENV in configure now defaults to development, which is consistent with express 2012-03-09 02:10:58 -08:00
Guillermo Rauch
7d3b70aaa9 Added .md 2012-03-08 12:29:23 -03:00
Guillermo Rauch
2f7812ece5 Revision 1 of SPEC 2012-03-08 12:28:26 -03:00
Guillermo Rauch
046644bd37 Fix and simplify readystatechange 2012-03-08 12:07:50 -03:00
Guillermo Rauch
7b77bd613c Replaced 204 with 200 and added a response text.
I remember old versions of Firefox having issues with 200 responses
with no text.
2012-03-08 11:46:12 -03:00
Guillermo Rauch
695daa9b7f Merge branch 'master' of github.com:/LearnBoost/engine.io-client 2012-03-08 10:44:56 -03:00
Guillermo Rauch
722fe8ee0d Fixed JSONP (fixes #24) 2012-03-08 10:44:06 -03:00
Guillermo Rauch
ef5a514c10 Fixed JSONP 2012-03-08 10:27:23 -03:00
Guillermo Rauch
e4ca71c84e Fixed ambiguous requirement. 2012-03-03 19:05:05 -03:00
Guillermo Rauch
2aaee23930 Fixed coverage generation. 2012-03-03 19:04:46 -03:00
Guillermo Rauch
1a48492a27 Added lib-cov/ to gitignore. 2012-03-03 18:49:08 -03:00
Guillermo Rauch
722ee5b5e4 Fixed parser reference. 2012-03-03 18:48:43 -03:00
Guillermo Rauch
ec576d48c4 Corrected path. 2012-03-03 18:42:41 -03:00
Guillermo Rauch
557907603f Added index.js to require the right engine-io 2012-03-03 18:42:32 -03:00
Guillermo Rauch
7784d48838 Fixed eio requirement to require lib-cov if needed. 2012-03-03 18:41:33 -03:00
Guillermo Rauch
bd19365452 Exposed parser. 2012-03-03 18:41:11 -03:00
Guillermo Rauch
67cb168b1d Added test-cov, lib-cov Makefile tasks. 2012-03-03 18:40:31 -03:00
Guillermo Rauch
6ebac5214a Added coverage.html to gitignore. 2012-03-03 18:40:12 -03:00
Guillermo Rauch
94813010c5 Unbroke make test 2012-03-02 15:49:28 -03:00
Guillermo Rauch
5efa9d8416 Merge branch 'master' of github.com:/LearnBoost/engine.io-client 2012-03-02 15:41:02 -03:00
Guillermo Rauch
5cf4006321 Defined npm test. 2012-03-02 15:40:47 -03:00
Guillermo Rauch
e8f710f2f0 Defined npm test. 2012-03-02 15:40:24 -03:00
Guillermo Rauch
afd9d58da1 Merge branch 'master' of github.com:/LearnBoost/engine.io 2012-03-02 15:38:35 -03:00
Guillermo Rauch
3bd00edacd Point to client on git for travis. 2012-03-02 15:38:12 -03:00
Guillermo Rauch
dbac4cf1c1 Merge pull request #13 from ruxkor/to_learnboost
add on('error') handler for websocket transport
2012-03-02 10:05:54 -08:00
Andor Goetzendorff
556995470a add on('error') handler for websocket transport 2012-03-02 17:59:37 +01:00
Guillermo Rauch
5312e154b3 Release 0.9.1-1 0.9.1-1 2012-03-02 08:41:17 -03:00
Guillermo Rauch
480b86f382 Bumped client with NPM dependency fix. 2012-03-02 08:40:41 -03:00
Guillermo Rauch
84de1cfed8 Release 0.9.1-1 2012-03-02 08:39:18 -03:00
Guillermo Rauch
aa8f2fae6c Fixed active-x-obfuscator dependency. 2012-03-02 08:37:31 -03:00
Guillermo Rauch
c0e2c3012f Release 0.9.1 0.9.1 2012-03-02 08:20:38 -03:00
Guillermo Rauch
1705acf556 Updated dependencies. 2012-03-02 08:13:00 -03:00
Guillermo Rauch
1d7bdb5ea2 Release 0.9.1 2012-03-02 08:12:22 -03:00
Guillermo Rauch
b1f5509b1a Expose transport as local to test runner app. 2012-03-02 08:10:06 -03:00
Guillermo Rauch
205790e63c Added warning within Firefox about webworker test in test runner. 2012-03-02 08:09:48 -03:00
Guillermo Rauch
a84002563e Added warning styles. 2012-03-02 08:09:36 -03:00
Guillermo Rauch
d4b1e480cb Compiled CSS 2012-03-02 08:00:46 -03:00
Guillermo Rauch
97b04c4152 Merge branch 'master' of github.com:LearnBoost/socket.io 2012-03-02 07:50:59 -03:00
Guillermo Rauch
5b8accb69d Merge pull request #394 from felixge/heartbeat
Implement client side heartbeat checks
2012-03-02 02:49:54 -08:00
Guillermo Rauch
6cf7a450ae Merge pull request #397 from einaros/patch-1
update ws dependency
2012-03-01 14:03:16 -08:00
Einar Otto Stangvik
bbb48d149c update ws dependency 2012-03-01 23:02:16 +01:00
Guillermo Rauch
822ff7ed4a Merge pull request #23 from jakob-stoeck/master
small compatibility changes
2012-03-01 10:09:11 -08:00
Jakob Stoeck
bcc833275a browser compatibility
ie7 does not support data[i] but data.charAt(i)
2012-03-01 18:50:01 +01:00
Jakob Stoeck
adc67e8da3 replaced control character with space 2012-03-01 18:45:10 +01:00