Guillermo Rauch
cdca3b6a57
lib: removed editor file
...
cc @sweetieSong
2013-02-14 13:01:50 -08:00
Guillermo Rauch
702254fdf3
Added missing colon in payload. Thanks @lsm
2013-02-10 08:22:55 -08:00
Guillermo Rauch
119182eefd
Release 0.4.3
2013-02-08 12:10:18 -08:00
Guillermo Rauch
903f63d46d
package: removed unusued parser.js
2013-02-08 12:09:51 -08:00
Guillermo Rauch
639276600b
Release 0.4.2
2013-02-08 10:53:05 -08:00
Guillermo Rauch
8b655dd5f7
polling-jsonp: fix ie6 JSONP on SSL
2013-02-01 09:35:57 -08:00
Guillermo Rauch
116a9346e2
Merge pull request #95 from pokermania/to_learnboost_20130130
...
close also if socket.readyState is on "opening"
2013-01-30 08:15:31 -08:00
Andor Goetzendorff
c4528ecbe7
close also if socket.readyState is on "opening"
2013-01-30 16:59:22 +01:00
Guillermo Rauch
e2036989b0
Merge pull request #94 from timmak/master
...
Updated component to 4.1
2013-01-29 14:26:13 -08:00
timmak
30a1554a14
Update component.json
2013-01-29 22:05:17 +00:00
timmak
2bf232faae
Update component.json
2013-01-29 22:01:53 +00:00
timmak
610184a3af
Update component.json
2013-01-29 21:53:47 +00:00
Guillermo Rauch
8715eb7e6e
Merge pull request #93 from sweetieSong/add/engine.io-parser
...
Integrated the enine.io-parser
2013-01-28 15:08:14 -08:00
Sweet Song
5929dcdea9
parser.js: removed the file
...
package.json: added the engine.io-parser dependency
everything else: switched to engine.io-parser
2013-01-28 11:40:15 -05:00
Guillermo Rauch
27ca5b38fc
Merge pull request #91 from ramitos/patch-1
...
fix "TypeError: Object #<Object> has no method 'global'"
2013-01-21 09:32:10 -08:00
Sérgio Ramos
5f8356a567
fix "TypeError: Object #<Object> has no method 'global'"
2013-01-21 14:26:49 +00:00
Guillermo Rauch
57e29ef53b
Merge pull request #90 from ruxkor/to_learnboost_20130117
...
client now ignores unsupported upgrades
2013-01-19 12:32:58 -08:00
Guillermo Rauch
0722fee9d1
Release 0.4.1
2013-01-18 15:41:43 -08:00
Andor Goetzendorff
05c4bf02fe
client now ignores unsupported upgrades
2013-01-17 17:35:18 +01:00
Guillermo Rauch
d2196bfbc8
Merge pull request #89 from Raynos/xhr
...
Do not shadow global XMLHttpRequest
2013-01-07 09:13:49 -08:00
Raynos
eb4d91bde9
Do not shadow global XMLHttpRequest
...
If you use the XMLHttpRequest variable name then the if
typeof XMLHttpRequest === 'undefined' check will always
return false and the XHR polling method is never used.
This is needed because JSONP polling is buggy and doesn't emit
close when server shutsdown. JSONP should be fixed / disabled.
2013-01-06 17:03:52 -08:00
Guillermo Rauch
2e07479ef0
socket: added data event (as synonym to message)
2012-12-17 00:10:24 -03:00
Guillermo Rauch
e81902e4cc
README: deprecate options for uri
2012-12-16 21:18:09 -03:00
Guillermo Rauch
ab70697913
socket: remove resource and fix path
2012-12-16 20:52:01 -03:00
Guillermo Rauch
a7d4d192d6
socket: fixed access to opts
2012-12-16 20:51:53 -03:00
Guillermo Rauch
aea76ad045
test: fixed transports tests
2012-12-16 20:49:44 -03:00
Guillermo Rauch
00a5640a12
socket: constructor can accept uri/opts simultaneously
2012-12-16 20:34:18 -03:00
Guillermo Rauch
0660b5ce27
SPEC: simplified: removed resource from SPEC
2012-12-16 20:24:39 -03:00
Guillermo Rauch
3b032f74ec
socket: proper host/hostname support
2012-12-16 20:03:23 -03:00
Guillermo Rauch
1ba966b865
socket: ensure onclose idempotency
2012-12-16 19:55:37 -03:00
Guillermo Rauch
0514526653
socket: added onerror instrumentation
2012-12-16 19:55:24 -03:00
Guillermo Rauch
55076c3f56
socket: fix style
2012-12-16 19:52:33 -03:00
Guillermo Rauch
d8e47d0783
Merge pull request #82 from ramitos/master
...
use window to detect platform and fix global reference
2012-12-12 09:25:54 -08:00
TJ Holowaychuk
9ee234a190
Merge pull request #81 from oqulr/master
...
Code snippets in Readme have extra parens.
2012-12-12 08:49:41 -08:00
Sérgio Ramos
23315f46a9
use window to detect platform and fix global reference
2012-12-12 16:43:49 +00:00
Paolo Fragomeni
3edc409440
Update README.md
...
Fixed code snippets.
2012-12-12 11:29:58 -05:00
Guillermo Rauch
1ccf2816da
Merge pull request #80 from ramitos/patch-1
...
*: fix references to `global` (fixes #79 )
2012-12-10 12:30:56 -08:00
Sérgio Ramos
942581c64f
*: fix references to global ( fixes #79 )
2012-12-10 20:27:18 +00:00
Guillermo Rauch
62e27c3032
Merge branch 'master' of github.com:/LearnBoost/engine.io-client
2012-12-10 12:16:12 -03:00
Guillermo Rauch
adadcdfbe8
*: fix references to global ( fixes #79 )
2012-12-10 12:10:20 -03:00
Guillermo Rauch
b081987de9
Merge pull request #78 from ramitos/patch-2
...
fixes "failed to require "engine.io" from (...)"
2012-12-10 06:58:27 -08:00
Sérgio Ramos
86a49d2151
fixes "failed to require "engine.io" from (...)"
...
From the [component/component](https://github.com/component/component ) [spec](https://github.com/component/component/wiki/Spec ):
> It is recommended that you use "index.js" for the main component file, however if you use another filename, you **MUST** define a "main" field for that. A component **MUST** have only one "main" file specified, and it **MUST** still be listed in the "scripts" array.
2012-12-10 13:32:46 +00:00
Guillermo Rauch
37ac529df7
emitter: added back WebSocket compat
2012-12-10 03:34:38 -03:00
Guillermo Rauch
4618389264
Release 0.4.0
2012-12-09 10:14:28 -03:00
Guillermo Rauch
8c638bae34
engine.io: standalone component build
2012-12-08 20:17:11 -03:00
Guillermo Rauch
157f0f94d4
socket: export constructors and utils
2012-12-08 20:13:45 -03:00
Guillermo Rauch
c8d7c2e4e7
test: added symlink to new build
2012-12-08 20:12:59 -03:00
Guillermo Rauch
e3f05dea68
test: fix browser test runner
2012-12-08 20:12:44 -03:00
Guillermo Rauch
bfbe9ef288
polling-xhr: fixed emitter require
2012-12-08 20:10:32 -03:00
Guillermo Rauch
d2884f2b6a
Makefile: build engine.io.js, remove dev build
2012-12-08 20:10:11 -03:00