Commit Graph

303 Commits

Author SHA1 Message Date
Guillermo Rauch
ece335ea17 socket: default policyPort to 843 2012-07-02 08:00:17 -07:00
Guillermo Rauch
7d514dabfc docs: improved flash-related docs 2012-07-02 08:00:04 -07:00
Guillermo Rauch
89a1e010c7 socket: added toString to fake event sent to onmessage 2012-07-02 07:43:35 -07:00
Guillermo Rauch
082cda6bcf Merge pull request #30 from mihs/master
Flashsocket protocol does not work.
2012-07-02 07:37:12 -07:00
Guillermo Rauch
2aed814cf7 parser: added noop packet 2012-07-01 19:06:34 -07:00
Guillermo Rauch
75a1304f8b Bumped xmlhttprequest dependency version 2012-07-01 18:14:41 -07:00
Guillermo Rauch
85e86ba9c4 Bumped ws 2012-06-27 22:09:37 -07:00
mihs
3c7e3a8b5a Merge branch 'master' of git://github.com/LearnBoost/engine.io-client 2012-06-22 15:28:56 +03:00
Guillermo Rauch
fddcec0ea0 Fixed xhr polling in IE6. 2012-06-05 22:55:22 +02:00
dbc65f3b5a added flashsocket transport logic 2012-05-18 13:20:53 +03:00
Guillermo Rauch
995d5e0400 Added cache busting test. 2012-04-17 16:56:44 -03:00
Guillermo Rauch
8d98a3359e Added cache busting to all polling transports
Also added forceBust option
2012-04-17 16:56:14 -03:00
Guillermo Rauch
3a152c7997 Removed XHR specific cache busting. 2012-04-17 16:56:00 -03:00
Guillermo Rauch
78f2471e29 Improved and updated URL section. 2012-04-03 08:25:57 -03:00
Guillermo Rauch
c3b4462ffc Merge branch 'master' of github.com:/LearnBoost/engine.io-client 2012-04-03 08:12:06 -03:00
Guillermo Rauch
2c8ed0d458 Added debug dependency. 2012-04-03 08:08:05 -03:00
Guillermo Rauch
a406ce6c3b Merge pull request #27 from Gottox/patch-1
Updating documentation
2012-04-03 03:33:36 -07:00
Enno Boland
0c1e1ace70 Update SPEC.md, add documentation to 5 upgrade. May have some redundancy. 2012-04-03 11:49:19 +03:00
Enno Boland
e23fe81010 Update spec. 2012-04-03 11:31:14 +03:00
Guillermo Rauch
244dba26bd Adapted code to leverage debug() 2012-04-02 12:55:53 -03:00
Guillermo Rauch
6eeadf3b20 Updated docs. 2012-04-02 12:16:28 -03:00
Guillermo Rauch
93605fd3e9 Implemented resource alongside with path. 2012-04-02 12:16:18 -03:00
Guillermo Rauch
2c0c4547d7 Added dist/README (fixes #16). 2012-03-28 11:50:25 -03:00
Guillermo Rauch
aa3bfeabf9 Stop ignoring dist. 2012-03-28 11:50:13 -03:00
Guillermo Rauch
41ea3b728c Fixes double / 2012-03-25 11:20:22 -03:00
Guillermo Rauch
0162484b16 Added basedir to browserbuild commands (fixes #26) 2012-03-25 11:10:46 -03:00
Guillermo Rauch
d71d9117ec Fixed Makefile for latest browserbuild. 2012-03-25 10:48:46 -03:00
Guillermo Rauch
8b51474798 Removed growl 2012-03-14 12:56:32 -03:00
Guillermo Rauch
dd445fc1bb Fixed timeouts section. 2012-03-10 11:57:26 -03: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
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
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
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
Guillermo Rauch
9cc043102d Merge pull request #22 from ruxkor/to_learnboost_2
xhr polling does not call onError when xhr.status == 0
2012-02-29 10:28:06 -08:00
Andor Goetzendorff
99306d3fcf xhr polling does not call onError when xhr.status == 0, refs #21 2012-02-29 16:44:00 +01:00
Guillermo Rauch
fd0102e4c2 Added build status image. 2012-02-27 08:59:36 -03:00
Guillermo Rauch
f8c56b98f5 Added .travis.yml 2012-02-27 08:57:05 -03:00
Guillermo Rauch
61c9c4cf03 Updated README 2012-02-27 08:54:04 -03:00
Guillermo Rauch
f651cb45f0 Added basePath option. 2012-02-27 08:53:11 -03:00
Guillermo Rauch
96ac0957f6 Fixed parser test. 2012-02-27 08:46:45 -03:00
Guillermo Rauch
4763230327 Merge pull request #19 from kapouer/patch-1
Options should take opts.secure.
2012-02-22 04:44:15 -08:00
Lal Jérémy
d5df4c57dd Options should take opts.secure. 2012-02-22 11:05:47 +01:00