Guillermo Rauch
|
39348defe7
|
Merge pull request #250 from DanielBaulig/issue-247
Fix for Issue 247
|
2011-07-29 21:09:13 -07:00 |
|
Guillermo Rauch
|
1ccd77a97c
|
Merge pull request #253 from 3rd-Eden/bug/252
fix for #252 only the last response was send to the server
|
2011-07-29 21:07:13 -07:00 |
|
Guillermo Rauch
|
d261c892ff
|
Merge pull request #254 from 3rd-Eden/update/package
Update/package
|
2011-07-29 21:06:47 -07:00 |
|
Guillermo Rauch
|
9c30c315e6
|
Merge pull request #258 from 3rd-Eden/test/transports
Added the ability to specify the transport that needs to be tested
|
2011-07-28 11:10:00 -07:00 |
|
Arnout Kazemier
|
cb1816f4a2
|
Added the ability to specify the transport that needs to be tested
|
2011-07-28 19:58:27 +02:00 |
|
Guillermo Rauch
|
298c7443a6
|
Fixed #426
|
2011-07-27 12:32:47 -07:00 |
|
Arnout Kazemier
|
573e1d61c8
|
Added test case for encoding issue
|
2011-07-26 10:35:13 +02:00 |
|
Arnout Kazemier
|
c92d02c430
|
code cleanup
|
2011-07-26 10:16:17 +02:00 |
|
Arnout Kazemier
|
f090fafb0f
|
Fix for https://github.com/LearnBoost/socket.io/issues/422
|
2011-07-26 10:14:14 +02:00 |
|
Arnout Kazemier
|
a50b83996f
|
updated uglify to latest version
|
2011-07-26 09:42:47 +02:00 |
|
Arnout Kazemier
|
6e8325e78f
|
fix for #252 only the last response was send to the server
|
2011-07-25 22:53:53 +02:00 |
|
Daniel Baulig
|
15fbf0eb21
|
Fixed namespaces not reconnecting after disconnect
|
2011-07-22 23:32:48 +02:00 |
|
Daniel Baulig
|
1919425c5b
|
Fixed builder LOC test case
|
2011-07-22 23:29:39 +02:00 |
|
Guillermo Rauch
|
7f2d69f6d8
|
Merge pull request #241 from 3rd-Eden/depends
CodeStyle fixes and added xhr-polling as JSONP dependency
|
2011-07-21 13:54:55 -07:00 |
|
Guillermo Rauch
|
c4b5b89626
|
Merge pull request #245 from 3rd-Eden/wtfshizzle
Another stab at https://github.com/LearnBoost/socket.io/issues/274
|
2011-07-20 13:40:36 -07:00 |
|
Arnout Kazemier
|
59df51f05a
|
Another stab at https://github.com/LearnBoost/socket.io/issues/274
|
2011-07-20 22:33:03 +02:00 |
|
Arnout Kazemier
|
9b697942c2
|
CodeStyle fixes and added xhr-polling as JSONP dependency
|
2011-07-17 20:43:49 +02:00 |
|
Guillermo Rauch
|
d43ed6aa81
|
Fixed default port for secure connections.
|
2011-07-12 20:53:10 -03:00 |
|
Guillermo Rauch
|
df4f763350
|
Release 0.7.4
|
2011-07-12 04:59:16 -03:00 |
|
Guillermo Rauch
|
e8c50dbd5e
|
Merge pull request #224 from 3rd-Eden/of
Added test suite + of method on the namespace so we have a simular api on
|
2011-07-12 00:49:20 -07:00 |
|
Guillermo Rauch
|
c274187364
|
Merge pull request #234 from 3rd-Eden/flood
When you disconnect before the connection timeout is called, you will cre
|
2011-07-10 12:15:57 -07:00 |
|
Guillermo Rauch
|
0babfeb9b1
|
Merge pull request #222 from dvv/master
honor document.location.protocol
|
2011-07-10 12:15:20 -07:00 |
|
Arnout Kazemier
|
4028c21d57
|
When you disconnect before the connection timeout is called, you will create a flood
of unaccepted messages
|
2011-07-10 21:08:40 +02:00 |
|
Guillermo Rauch
|
7f6382d973
|
Merge pull request #231 from 3rd-Eden/flashblock
Fixed issue #223 where flashblock exposed a bug in our connection timeout
|
2011-07-10 11:08:41 -07:00 |
|
Arnout Kazemier
|
7c88d3f774
|
Removed console.log statement
|
2011-07-10 12:29:42 +02:00 |
|
Arnout Kazemier
|
7cf47f9f3a
|
Fixed issue #223 where flashblock exposed a bug in our connection timeout code
|
2011-07-10 12:25:03 +02:00 |
|
Guillermo Rauch
|
ad92038686
|
Merge pull request #230 from 3rd-Eden/parser
Fixed a nasty IE bug where it's unable to parse the unicode characture wh
|
2011-07-09 15:50:36 -07:00 |
|
Arnout Kazemier
|
34ab001a28
|
Fixed a nasty IE bug where it's unable to parse the unicode characture when it's
looked up using data[0]. It will return undefined instead the actual char.
But luckly charAt does return the correct characture
|
2011-07-10 00:43:26 +02:00 |
|
Arnout Kazemier
|
31a89ac232
|
Updated to count messages and connects
|
2011-07-08 00:16:33 +02:00 |
|
Arnout Kazemier
|
ca5d229508
|
Added test suite + of method on the namespace so we have a simular api on the client
as we would have on the server.
|
2011-07-03 22:32:59 +02:00 |
|
Vladimir Dronnikov
|
b3a156885b
|
honor document protocol, unless overriden
|
2011-07-01 21:02:17 +04:00 |
|
Vladimir Dronnikov
|
6f4566ac12
|
Merge branch 'master' of github.com:LearnBoost/socket.io-client
|
2011-07-01 19:00:28 +04:00 |
|
Guillermo Rauch
|
f41d213f4d
|
Merge pull request #221 from 3rd-Eden/uglify
Forgot to commit package.json + builder adjustment
|
2011-07-01 03:22:24 -07:00 |
|
Arnout Kazemier
|
f0ce6e8120
|
Forgot to commit package.json + builder adjustment
|
2011-07-01 12:21:22 +02:00 |
|
Guillermo Rauch
|
665818dabc
|
Merge pull request #220 from 3rd-Eden/uglify
Removed bloat from repo, use uglify as dependency, and updated package.js
|
2011-07-01 02:59:33 -07:00 |
|
Arnout Kazemier
|
3afe88904c
|
Removed bloat from repo, use uglify as dependency, and updated package.json
And removed old builder
|
2011-07-01 10:45:27 +02:00 |
|
Vladimir Dronnikov
|
15dbe74fc7
|
Merge branch 'master' of github.com:LearnBoost/socket.io-client
|
2011-06-30 20:21:21 +04:00 |
|
Guillermo Rauch
|
56ddb4e7a8
|
Release 0.7.3
|
2011-06-30 10:30:59 -03:00 |
|
Guillermo Rauch
|
5efc281a53
|
Build
|
2011-06-30 10:26:15 -03:00 |
|
Guillermo Rauch
|
c5d11cba7a
|
Merge pull request #219 from dvv/patch-1
acks: automatic for .send and manual for .emit
|
2011-06-30 06:22:40 -07:00 |
|
Guillermo Rauch
|
b6177c70ac
|
Build
|
2011-06-30 10:20:39 -03:00 |
|
Vladimir Dronnikov
|
8ce05bc68c
|
acks: automatic for .send and manual for .emit
|
2011-06-29 08:33:08 -07:00 |
|
Vladimir Dronnikov
|
3eaf15e4c7
|
Merge branch 'master' of github.com:LearnBoost/socket.io-client
|
2011-06-29 19:19:36 +04:00 |
|
Guillermo Rauch
|
27be7ac6e3
|
Merge pull request #218 from 3rd-Eden/namespace.auth
Namespace.auth
|
2011-06-29 04:32:35 -07:00 |
|
Arnout Kazemier
|
1966441bcc
|
Removed console.log + added \n
|
2011-06-29 09:55:44 +02:00 |
|
Arnout Kazemier
|
2342133e7e
|
Merge branch 'namespace.auth' of github.com:3rd-Eden/Socket.IO into namespace.auth
|
2011-06-29 09:50:22 +02:00 |
|
Arnout Kazemier
|
e8e92268c5
|
Style fixes + don't init on each check & clear the flashsocket tasks on close
|
2011-06-29 09:49:19 +02:00 |
|
Arnout Kazemier
|
eecc0f115e
|
Added test suite
|
2011-06-28 22:22:07 +02:00 |
|
Vladimir Dronnikov
|
c9f62d680b
|
Merge branch 'master' of github.com:LearnBoost/Socket.IO
|
2011-06-28 18:53:48 +04:00 |
|
Guillermo Rauch
|
06052d2b84
|
Merge pull request #217 from fat/rebuild
rebuild dist files!
|
2011-06-27 12:04:33 -07:00 |
|