Commit Graph

7693 Commits

Author SHA1 Message Date
Jonathan Ong
a5631018f6 1.1.1 2013-12-01 14:24:50 -08:00
Jonathan Ong
84a9ee4ec9 fix .once adding .on to the listener 2013-12-01 14:24:28 -08:00
Jonathan Ong
039f5fbee6 Merge pull request #36 from juliangruber/patch-1
docs: Emitter#off()
2013-11-30 20:06:08 -08:00
Julian Gruber
f544102278 docs: Emitter#off() 2013-11-30 23:16:22 +01:00
Guillermo Rauch
7f819e3be5 Merge pull request #210 from defunctzombie/zuul
browser and cloud testing via zuul
2013-11-18 12:35:13 -08:00
Roman Shtylman
dbeda86644 run zuul tests after node tests 2013-11-18 15:16:03 -05:00
Roman Shtylman
a70ba78dd8 update zuul version 2013-11-18 15:15:58 -05:00
Roman Shtylman
c649671a7e travis: add encrypted saucelabs env vars 2013-11-18 15:15:53 -05:00
Roman Shtylman
e8c0095025 travis: quote all node versions
unquoted 0.10 changes to 0.1 which is not what you really want
2013-11-18 15:15:48 -05:00
Roman Shtylman
bc50a3eb86 test: close socket connection once test done 2013-11-18 15:15:42 -05:00
Roman Shtylman
2d9555c639 add test support server
Allows for tests to actually make connections to a backend.
2013-11-18 15:15:29 -05:00
Roman Shtylman
af1be0f46a add zuul support for easier browser testing
To run tests in a local browser:
zuul --local 8080 -- test/index.js

To run tests in the cloud via saucelabs:
zuul -- test/index.js
2013-11-18 15:15:15 -05:00
binlain
9e01e245bf Use setImmediate instead of process.nextTick 2013-11-17 03:24:28 +01:00
Guillermo Rauch
605af3a9d9 .travis 2013-11-11 18:11:52 -03:00
Guillermo Rauch
8f54073666 Release 0.7.12 2013-11-11 18:09:34 -03:00
Guillermo Rauch
fead2c9f3a package: bump engine.io-client 2013-11-11 18:08:59 -03:00
Guillermo Rauch
d9145a3cb7 Merge branch 'master' of github.com:LearnBoost/engine.io-client 2013-11-11 18:00:38 -03:00
Guillermo Rauch
8bb0d1219f Release 0.7.12 2013-11-11 18:00:19 -03:00
Guillermo Rauch
b1714a9877 engine.io: updated build to fix WebSocket constructor issue 2013-11-11 17:59:29 -03:00
Guillermo Rauch
5e5f4d9ccf Merge pull request #211 from binlain/master
Document 'path' option
2013-11-11 12:27:44 -08:00
binlain
9c29d7b790 Document 'path' option 2013-11-11 21:20:09 +01:00
amir abu shareb
a14f2e39ac add .repo prop 2013-11-06 23:49:09 +02:00
Guillermo Rauch
b7e4704f17 package: move browserify into devDeps 2013-11-06 13:31:50 -03:00
Guillermo Rauch
43f6627505 Release 0.7.11 2013-11-06 13:07:01 -03:00
Guillermo Rauch
7c56db516e package: bump engine.io-client 2013-11-06 12:44:10 -03:00
Guillermo Rauch
0f1d80ecb2 Release 0.7.11 2013-11-06 12:35:03 -03:00
Guillermo Rauch
7db96258b7 Makefile: build now smaller thanks to browserify 2013-11-06 12:33:48 -03:00
Guillermo Rauch
6e944e028c Merge pull request #209 from defunctzombie/0.7.10-dz
add browserify support
2013-11-06 07:04:14 -08:00
Guillermo Rauch
20adda3b6b Merge pull request #199 from mokesmokes/GH-198
fix GH-198
2013-11-06 06:57:36 -08:00
Roman Shtylman
a969aa761a add browserify support
fixes #200
2013-11-01 21:24:46 -04:00
Mark Mokryn
38f2dd151d test updated 2013-10-31 14:58:53 +02:00
Mark Mokryn
2f0306d1f3 test added 2013-10-30 21:22:15 +02:00
Mark Mokryn
b4b4887f51 fix GH-198 2013-10-30 17:03:19 +02:00
Guillermo Rauch
e3692fd6e0 Release 0.7.10 2013-10-28 15:56:25 -05:00
Guillermo Rauch
8c79efe5ab Release 0.7.10 2013-10-28 15:55:54 -05:00
Guillermo Rauch
ac108addd4 package: bump engine.io-client 2013-10-28 15:54:22 -05:00
Jonathan Ong
b98e1142b7 1.1.0 2013-10-20 23:03:51 -07:00
Amir Abu Shareb
7400f85e8d alias .on, .off to .addEventListener and .removeEventListener 2013-10-20 14:09:43 +03:00
Guillermo Rauch
b917a50f81 Merge pull request #178 from goinstant/stash/catch-xhr-send
Emit errors thrown by xhr.send()
2013-10-17 07:48:40 -07:00
Guillermo Rauch
55da2a1b7c Merge pull request #205 from topcloud/master
Fixed issue which prevented IE9 and under to pass Cookies to server duri...
2013-10-17 07:44:04 -07:00
Jonathan Gros-Dubois
55b6302e8a Fixed issue which prevented IE9 and under to pass Cookies to server during handshake 2013-10-17 22:59:04 +11:00
Nathan Rajlich
ed9300475c Merge pull request #196 from LearnBoost/update/ws-0.4.31
package: update "ws" to v0.4.31
2013-10-16 23:28:00 -07:00
Nathan Rajlich
d04ef95c04 Merge pull request #204 from LearnBoost/update/ws-0.4.31
package: update "ws" to v0.4.31
2013-10-16 23:22:19 -07:00
Nathan Rajlich
9aaa28b56e package: update "ws" to v0.4.31 2013-10-14 11:05:32 -07:00
Nathan Rajlich
784a9c7b77 package: update "ws" to v0.4.31 2013-10-14 11:04:44 -07:00
Jonathan Ong
0c46bde5d1 Merge pull request #31 from btd/master
Added bower.json
2013-10-09 14:56:41 -07:00
Jonathan Ong
1590302b30 Merge pull request #29 from repoify/add/repository
Add repository field to readme
2013-10-09 14:54:59 -07:00
Denis Bardadym
2817060644 Added bower.json 2013-09-27 14:02:40 +04:00
Guillermo Rauch
f09b1ce2a9 Merge pull request #199 from dainis/fix_flashsocket
Fix #198, flashsocket creation would fail
2013-09-19 10:38:10 -07:00
Dainis Tillers
305d703650 Fixed - there is no host property only hostname 2013-09-19 15:15:25 +03:00