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 |
|
Guillermo Rauch
|
49c532f6bb
|
Fixed style (85 cols).
|
2011-06-16 15:50:18 -03:00 |
|
Guillermo Rauch
|
e47c94bdd2
|
Changed; delete reference to function upon ack.
|
2011-06-16 15:49:22 -03:00 |
|
Guillermo Rauch
|
ef3ab9bd15
|
Fixed #125. Weird error on IE8 under certain circumstances.
|
2011-06-16 15:35:10 -03:00 |
|
Arnout Kazemier
|
fda43153c9
|
Don't error if the io.connect() is called multiple times
|
2011-06-15 20:27:06 +00:00 |
|
Arnout Kazemier
|
cad92b900a
|
Emit changes using one single method to both Socket and all namespaces
|
2011-06-15 21:51:27 +02:00 |
|
Arnout Kazemier
|
f84c4d51b3
|
Handle onConnect
|
2011-06-15 21:49:46 +02:00 |
|
Arnout Kazemier
|
842b30a735
|
fixed version require
|
2011-06-15 21:08:40 +02:00 |
|