Commit Graph

7693 Commits

Author SHA1 Message Date
Guillermo Rauch
b6b90e8de6 Release 0.8.6 2011-10-27 12:40:30 +08:00
Guillermo Rauch
d51046339f Fixed test runner on IE6/7. Odd jquery bug 2011-10-27 12:27:26 +08:00
Guillermo Rauch
9a05dca2f9 Bumped jquery 2011-10-27 12:27:20 +08:00
Guillermo Rauch
c1de89007a Unicode snowman for you 2011-10-27 12:09:09 +08:00
Guillermo Rauch
3480429371 Fixed handling of \n by jsonp-polling 2011-10-27 12:08:06 +08:00
Guillermo Rauch
3d65f393d3 Fixed jsonp-polling feature detection.
JSONP-Polling can't run inside of a webworker.
2011-10-27 11:36:48 +08:00
Guillermo Rauch
ff6d17ff18 Added temporary hack for indicator detection in ff webworker.
We must add `util.ua.gecko` instead.
2011-10-27 11:32:59 +08:00
Guillermo Rauch
572296a7ff Added proper check for document in global. 2011-10-27 11:32:44 +08:00
Guillermo Rauch
e2e878787b Merge branch 'master' of github.com:LearnBoost/socket.io-client 2011-10-27 11:23:36 +08:00
Guillermo Rauch
dde633bc60 Merge pull request #321 from jscharlach/master
Checking connection state prior to resetting close timeout
2011-10-26 20:23:03 -07:00
Guillermo Rauch
ec5d96539c Fixed host discovery lookup [holic]. 2011-10-27 11:21:18 +08:00
Arnout Kazemier
db2a17f279 charset=UTF8 2011-10-26 11:48:41 +02:00
einaros
3a07cc29bd added return for clarity 2011-10-26 08:21:22 +02:00
einaros
89a5134b66 corrected whitespace 2011-10-25 23:46:36 +02:00
einaros
6ca42fdc8f well thats five minutes of my life ill never get back. thanks. 2011-10-25 22:53:37 +02:00
einaros
a9f81a59c2 ensure backwards compatibility 2011-10-25 22:12:55 +02:00
einaros
8a90bf5234 re-enabled flashsocket tests, after bugfixes in flashsocket transport 2011-10-25 21:26:57 +02:00
einaros
357a9cb870 fixed race condition and scoping bug 2011-10-25 21:25:44 +02:00
einaros
8253ed573a ignore exception on port change 2011-10-25 19:47:39 +02:00
einaros
3f55d82bf7 added node v4 client closing compatibility 2011-10-25 13:30:06 +02:00
einaros
08467d4e12 temporarily disabled flash policy server tests 2011-10-25 13:19:39 +02:00
einaros
cb70f7873f moved default error handler 2011-10-25 13:18:40 +02:00
einaros
57b0ce73c7 resolve race condition 2011-10-25 13:09:04 +02:00
einaros
25f97431d4 set nodelay 2011-10-25 13:08:49 +02:00
einaros
f931af5758 fixed xhr-polling tests, in a way similar to jsonp 2011-10-25 10:45:20 +02:00
einaros
c88ea9ed61 fixed websocket testing, removed seemingly irrelevant tests 2011-10-25 10:42:18 +02:00
einaros
2bdee1b28f use new agent 2011-10-25 10:41:58 +02:00
einaros
a1f0b6c361 manager tests now pass properly 2011-10-24 21:26:15 +02:00
jscharlach
172db2035f Adding a check to the close timeout reset so that it won't reset the timeout for a closed connection. This is necessary because the server sends a 'disconnect' message after the client runs a socket.disconnect() which causes the client to reset the close timeout and effectively hang until the the timeout occurs. 2011-10-24 13:26:05 -03:00
einaros
c1e64b90a4 added warning message from default error event handler 2011-10-23 23:03:23 +02:00
einaros
79c3d84a98 circumvent race condition due to changed http bits in 0.5 2011-10-23 14:21:22 +02:00
einaros
f6c376d087 another stab at proper 0.5 agent socket closing 2011-10-23 14:20:21 +02:00
einaros
bc15077ecc further checks to not close sockets that aren't there 2011-10-23 14:14:48 +02:00
einaros
28bf55e572 patched a few compatibility issues in node-websocket-server 2011-10-23 00:43:07 +02:00
einaros
f213d69e17 check that there's actually a socket to close 2011-10-22 14:39:59 +02:00
einaros
aa6f228ccf updated to use NODE_PATH rather than old expresso include argument 2011-10-22 14:39:33 +02:00
einaros
553b9e9d68 updated test to work with 0.5 2011-10-22 13:30:30 +02:00
einaros
ec6e43d7ee updated expresso dep 2011-10-22 13:30:12 +02:00
einaros
48140cf8a0 node 0.5 way of closing agent sockets 2011-10-22 13:29:57 +02:00
einaros
796bc9e95b capture error emitted by the server, which happens a lot with node 0.5+ 2011-10-22 13:28:54 +02:00
einaros
67495ad8a9 case-insensitive match for websocket upgrade, in all websocket transports 2011-10-22 10:21:10 +02:00
einaros
bee1efb11c fixes #555 2011-10-22 10:16:48 +02:00
Guillermo Rauch
c3e6fe3eef Merge pull request #307 from uoksana/master
Readme file fixes
2011-10-19 00:15:28 -07:00
Guillermo Rauch
bbdf68975c Merge branch 'master' into webworker 2011-10-19 00:13:33 -07:00
Guillermo Rauch
a935aeb20f Merge pull request #313 from Leonya/master
Google Closure Compiler shows a warning for this line of code
2011-10-19 00:12:20 -07:00
Guillermo Rauch
12f61cf122 Merge pull request #315 from danielbeardsley/disconnect_immediately
Remove closeTimeout wait between transport disconnect and socket.io disconnect
2011-10-19 00:11:24 -07:00
Guillermo Rauch
cd35cccfac Merge pull request #246 from 3rd-Eden/jsonppollingindicator
This hack kills the loading indicator in FF
2011-10-19 00:11:03 -07:00
Guillermo Rauch
c8d7246dff Merge pull request #267 from 3rd-Eden/fix/utf8
We totally missed the `ascii_only` option, so no more filty hacks
2011-10-19 00:10:47 -07:00
Guillermo Rauch
332e5d9c08 Build 2011-10-18 16:32:16 -07:00
Guillermo Rauch
7c2dbf3ba5 Added webworker 2011-10-18 16:31:53 -07:00