Commit Graph

7693 Commits

Author SHA1 Message Date
King Koopa
2699d153e9 Fixed upgrade with timeout test. Closes #185 2013-08-11 16:10:49 +03:00
Guillermo Rauch
c5f8aed3ce Merge pull request #183 from jbowes/patch-1
Bump ws dep
2013-08-09 09:12:35 -07:00
James Bowes
55d43c59a3 Bump ws dep
ws 0.4.27 includes a number of fixes for node 0.10.x.
2013-08-09 09:13:55 -03:00
Guillermo Rauch
8b230a3985 Merge pull request #179 from jbowes/dont-lose-packets-after-close
Don't lose packets writen during upgrade after a re-open
2013-07-31 11:58:11 -07:00
James Bowes
604e4ce0cb Don't lose packets writen during upgrade after a re-open
After a close, reset the prevBufferLen along with the buffers,
so a drain event after upgrade won't remove any packets that have been
queued up during upgrading.
2013-07-31 15:54:06 -03:00
Stash
0c70eabaf0 By util.defer(fn) I really mean setTimeout(fn,0) 2013-07-29 12:55:56 -07:00
Stash
cedca5699f Emit errors thrown by xhr.send() 2013-07-29 12:31:34 -07:00
Nathan Rajlich
9edbe83d6d socket: use a consistent "debug" name for socket.js 2013-07-25 16:16:45 -07:00
Amir Abu Shareb
4a52160119 typo 2013-07-03 15:51:46 +03:00
Amir Abu Shareb
a2fff6fcab don't use __proto__, closes #170 2013-07-03 15:48:17 +03:00
James Bowes
f26d46f273 Update emitter dep to 1.0.1
Emitter 1.0.0 did not support legacy versions of IE. 1.0.1 does!
2013-07-02 08:38:01 -03:00
TJ Holowaychuk
b0a02583d6 fix pkg.json name 2013-06-27 08:55:16 -07:00
TJ Holowaychuk
df9d9c63dc Release 1.0.1 2013-06-27 08:53:58 -07:00
Guillermo Rauch
ee3882404f Release 0.6.3 2013-06-21 21:44:57 -07:00
Guillermo Rauch
608919d51f package: bumped engine.io-client to 0.6.3 2013-06-21 21:44:32 -07:00
Guillermo Rauch
4b21bec6d7 Release 0.6.3 2013-06-21 21:44:17 -07:00
Guillermo Rauch
839498789c Merge pull request #170 from nkzawa/patch-0
fix to check readyState
2013-06-21 21:39:36 -07:00
Naoyuki Kanezawa
d3d1375722 fix to check readyState 2013-06-22 13:24:29 +09:00
Guillermo Rauch
8d0c482d1e Merge pull request #1 from sam-github/repository_in_package_json
Put git repository in package.json
2013-06-17 14:01:08 -07:00
Sam Roberts
31d95b8e0d Put git repository in package.json 2013-06-17 12:38:25 -07:00
Guillermo Rauch
a962812072 Merge pull request #169 from Contra/patch-2
use http url in package.json
2013-06-15 19:57:38 -07:00
Eric Schoffstall
10176916ba use http url 2013-06-15 19:11:30 -06:00
Guillermo Rauch
5d2377b26f package: syntax 2013-06-15 17:42:55 -07:00
Guillermo Rauch
7a35178eff Release 0.6.2 2013-06-15 16:39:56 -07:00
Guillermo Rauch
7d32f9c14c Release 0.6.2 2013-06-15 16:38:24 -07:00
Guillermo Rauch
3536a45941 transports: improve polling orderly close (fixes #164) 2013-06-15 16:23:34 -07:00
Guillermo Rauch
76ae6d98e0 socket: ignore further transport communication upon onClose 2013-06-15 16:23:11 -07:00
Guillermo Rauch
51ac4b9879 socket: added missing socket#onerror support 2013-06-15 16:22:55 -07:00
Guillermo Rauch
d352ccdcda Revert "socket: clear timer after sending one noop packet (fixes #174)"
This reverts commit 752dab4c16.
2013-06-15 16:22:40 -07:00
Guillermo Rauch
d73668b8b1 socket: don't call socket#onclose if previous state was not open 2013-06-15 15:54:59 -07:00
Guillermo Rauch
96e8eb116d socket: code style 2013-06-15 15:54:51 -07:00
Guillermo Rauch
f9c42795ea transports: really fix iOS crash issue 2013-06-06 17:40:55 -07:00
Guillermo Rauch
1f3d7f6eb6 Revert "WebSocket setTimeout wrap when on iOS"
This reverts commit bc5ba93296.
2013-06-06 17:28:04 -07:00
Guillermo Rauch
8687ea4520 Revert "websocket:Improve send method"
This reverts commit 60c61af68e.
2013-06-06 17:27:57 -07:00
Guillermo Rauch
24708de071 Makefile: extra precaution when building to avoid 0.6.0 build problem 2013-06-06 07:08:10 -07:00
Guillermo Rauch
5511071262 Release 0.6.1 2013-06-06 06:52:38 -07:00
Guillermo Rauch
32b04b64a0 Release 0.6.1 2013-06-06 06:52:16 -07:00
Guillermo Rauch
c81e859abb package: bumped engine.io-client to 0.6.1 2013-06-06 06:51:49 -07:00
Guillermo Rauch
f3bf1856e3 engine.io: fixed build 2013-06-06 06:50:55 -07:00
Guillermo Rauch
482eb164f2 package: update engine.io test dep 2013-06-01 09:27:18 -07:00
Guillermo Rauch
831a2ddcbf Release 0.6.0 2013-06-01 09:26:37 -07:00
Guillermo Rauch
ce3102d86a Release 0.6.0 2013-05-31 07:25:57 -07:00
Guillermo Rauch
752dab4c16 socket: clear timer after sending one noop packet (fixes #174) 2013-05-31 07:22:08 -07:00
Guillermo Rauch
a7697c2f92 Merge pull request #172 from Raynos/master
Clear all timers on socket clos
2013-05-27 09:59:07 -07:00
Guillermo Rauch
b07f1151e2 Merge pull request #161 from jphire/master
fix/#156 add test for calling socket.close() in payload
2013-05-27 08:53:20 -07:00
Guillermo Rauch
97fb63be8e Merge pull request #150 from jphire/fix/104_improve_ping_api
Fix/104 improve ping api
2013-05-25 09:23:28 -07:00
Guillermo Rauch
59d823d86e engine.io: updated build 2013-05-25 09:18:35 -07:00
Guillermo Rauch
7c22710ffa Merge pull request #154 from sweetieSong/fix/issue-168
fix issue/168
2013-05-25 09:15:28 -07:00
Raynos
cb578ad70e clear timers in onClose 2013-05-20 23:37:15 -07:00
Raynos
316c84eef3 Clear all timers on socket close 2013-05-20 22:14:27 -07:00