Commit Graph

410 Commits

Author SHA1 Message Date
Guillermo Rauch
9ccd67fd0a Added socket.test.js to list of tests to run. 2011-06-18 17:46:17 -03:00
Guillermo Rauch
e1d135bd05 Fixed style 2011-06-18 17:35:56 -03:00
Guillermo Rauch
c2c6e47e28 Build 2011-06-18 16:35:11 -03:00
Guillermo Rauch
9b1e8bde13 Changed error detecting to throw upon finding a global leak. 2011-06-18 15:36:12 -03:00
Guillermo Rauch
6c14460c9f Removed old globals. 2011-06-18 15:36:02 -03:00
Guillermo Rauch
95025dcf97 Added flash socket globals to globals whitelist. 2011-06-18 15:35:35 -03:00
Guillermo Rauch
34634edf31 Fixed error handling. 2011-06-18 15:35:21 -03:00
Guillermo Rauch
1eba604dc1 Refactored if node static analysis test. 2011-06-18 15:34:18 -03:00
Guillermo Rauch
515e1e500b Leveraged better should idioms. 2011-06-18 15:33:43 -03:00
Guillermo Rauch
6a72bd17f9 Fixed error handling (to test for null).
Leveraged `should.strictEqual`.
2011-06-18 15:32:51 -03:00
Guillermo Rauch
962b31d6ab Removed legacy tests. 2011-06-18 15:31:59 -03:00
Guillermo Rauch
cb944140ef Removed assert dependency from builder test.
Added should dependency.
2011-06-18 15:30:41 -03:00
Guillermo Rauch
7e176219ee Fixed style in builder common file. 2011-06-18 15:29:23 -03:00
Guillermo Rauch
ea468d922b Fixed should Assertion#contain. 2011-06-18 15:28:53 -03:00
Guillermo Rauch
24d1236097 Fix should exports in require with workaround. 2011-06-18 15:24:48 -03:00
Guillermo Rauch
dd12179756 Fixed order of exports for node in should. 2011-06-18 15:22:53 -03:00
Guillermo Rauch
7f5e870b6e Default port to 443 in node 2011-06-18 15:22:16 -03:00
Guillermo Rauch
ef1e6e4283 Fixed; default error to null instead of undefined.
TODO: fix style.
2011-06-18 15:21:43 -03:00
Guillermo Rauch
d6b45929d7 Added should dev dependency. 2011-06-18 14:29:05 -03:00
Guillermo Rauch
2b9b5493d0 Fixed; made removeAllListeners behavior with no arguments consistent between
browser and node 0.4.
2011-06-18 13:37:34 -03:00
Guillermo Rauch
570c41806e Fixed style. 2011-06-18 12:41:03 -03:00
Guillermo Rauch
3499620cb0 Changed; make builder is now make build. 2011-06-18 12:31:06 -03:00
Guillermo Rauch
ce5a6458c1 Merge pull request #180 from 3rd-Eden/develop
Develop
2011-06-18 08:29:50 -07:00
Arnout Kazemier
e51368cdc4 Merge branch 'master' of https://github.com/LearnBoost/Socket.IO into develop 2011-06-18 17:24:48 +02:00
Guillermo Rauch
895569693f Fixed tests I broke. 2011-06-18 12:23:17 -03:00
Guillermo Rauch
bd51fc923b Fixed should i() representation <3. 2011-06-18 12:22:58 -03:00
Arnout Kazemier
bf8609f6a9 Because mine > @rauchg's 2011-06-18 16:57:00 +02:00
Arnout Kazemier
4a17931d37 Merge branch 'master' of https://github.com/LearnBoost/Socket.IO into develop
Conflicts:
	dist/socket.io.js
	dist/socket.io.min.js
2011-06-18 16:56:51 +02:00
Arnout Kazemier
d8f983d45f Added the .swf files to the dist folder for easy file serving in socket.io 2011-06-18 16:43:12 +02:00
Guillermo Rauch
65d31b5f6a Build 2011-06-18 11:41:47 -03:00
Guillermo Rauch
3707c5d7a9 Added custom client serving to serve the local repository. 2011-06-18 11:35:42 -03:00
Guillermo Rauch
0559f0e7c0 Adapted tests to have different defaults for server and client side. 2011-06-18 11:31:51 -03:00
Guillermo Rauch
2c0f966728 Added default port as 443 if the port is specified but the uri protocol is secure
and the page is not being transmitted over SSL.
2011-06-18 11:30:24 -03:00
Arnout Kazemier
fc4b8c382e Include flashsocket above the websocket fallback so we can disable the
AUTO-INITIALIZE before the code gets executed, preventing a double init call
2011-06-18 16:18:22 +02:00
Guillermo Rauch
fe2ae1fa6c Fixed situation where there's a location.port but we're using https://, in which
case we want to do 443.
2011-06-18 11:09:54 -03:00
Arnout Kazemier
6a9207369c Added flashsocket to the /transports.
The transport check now sends the socket instance so we can leverage methods
of that inside the check.
Updated the builder to also include flashsocket
2011-06-18 16:07:05 +02:00
Guillermo Rauch
b5e7e41a15 Build. 2011-06-18 10:33:31 -03:00
Guillermo Rauch
41eef0e619 Added test-acceptance rule to Makefile. 2011-06-18 10:32:59 -03:00
Arnout Kazemier
9a98a3ed21 Merge branch 'master' of https://github.com/LearnBoost/Socket.IO into develop 2011-06-18 01:19:57 +02:00
Guillermo Rauch
86b48908ce Whitespace fix 2011-06-17 19:33:12 -03:00
Arnout Kazemier
78ccafaf25 new build 2011-06-17 22:41:26 +02:00
Arnout Kazemier
a67e909a0a Removed console.log 2011-06-17 22:39:41 +02:00
Guillermo Rauch
d203aea337 Changed; made framing shorter for json-p iframe POST. 2011-06-17 14:54:58 -03:00
Arnout Kazemier
ee7d4e6a9f better websocket detection + sniffing for WebSocket fallback 2011-06-17 11:19:47 +02:00
Arnout Kazemier
6ff99cd9f5 Merge branch 'master' of https://github.com/LearnBoost/Socket.IO into develop 2011-06-17 11:08:13 +02:00
Guillermo Rauch
b69d5e5ccb Fixed opera stateChange() 2011-06-17 01:52:13 -03:00
Arnout Kazemier
96a45713bc Merge branch 'master' of https://github.com/LearnBoost/Socket.IO into develop 2011-06-16 22:29:19 +02:00
Guillermo Rauch
27325a56a7 Fix for op precedence. 2011-06-16 16:37:09 -03:00
Guillermo Rauch
c6bdadcf05 Fixed XHR on opera. 2011-06-16 16:02:58 -03:00
Guillermo Rauch
67980da371 Removed unneeded check. 2011-06-16 16:02:42 -03:00