-
kazuyukitanimura committed
Dec 6, 2011
-
Merge pull request #335 from gavinuhma/auth-fix
rauchg committedNov 22, 2011 set withCredentials to true before xhr to fix authentication
-
set withCredentials to true before xhr to fix authentication
gavinuhma committedNov 8, 2011
-
rauchg committed
Nov 5, 2011
-
rauchg committed
Oct 27, 2011 -
Fixed test runner on IE6/7. Odd jquery bug
rauchg committedOct 27, 2011 -
rauchg committed
Oct 27, 2011 -
rauchg committed
Oct 27, 2011 -
Fixed handling of \n by jsonp-polling
rauchg committedOct 27, 2011 -
Fixed jsonp-polling feature detection.
rauchg committedOct 27, 2011 JSONP-Polling can't run inside of a webworker.
-
Added temporary hack for indicator detection in ff webworker.
rauchg committedOct 27, 2011 We must add `util.ua.gecko` instead.
-
Added proper check for document in global.
rauchg committedOct 27, 2011 -
Merge branch 'master' of github.com:LearnBoost/socket.io-client
rauchg committedOct 27, 2011 -
Merge pull request #321 from jscharlach/master
rauchg committedOct 27, 2011 Checking connection state prior to resetting close timeout
-
Fixed host discovery lookup [holic].
rauchg committedOct 27, 2011
-
Adding a check to the close timeout reset so that it won't reset the …
jscharlach committedOct 24, 2011 …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.
-
Merge branch 'master' into webworker
rauchg committedOct 19, 2011 -
Merge pull request #313 from Leonya/master
rauchg committedOct 19, 2011 Google Closure Compiler shows a warning for this line of code
-
Merge pull request #315 from danielbeardsley/disconnect_immediately
rauchg committedOct 19, 2011 Remove closeTimeout wait between transport disconnect and socket.io disconnect
-
Merge pull request #246 from 3rd-Eden/jsonppollingindicator
rauchg committedOct 19, 2011 This hack kills the loading indicator in FF
-
Merge pull request #267 from 3rd-Eden/fix/utf8
rauchg committedOct 19, 2011 We totally missed the `ascii_only` option, so no more filty hacks
-
rauchg committed
Oct 18, 2011 -
Added webworker cs acceptance test
rauchg committedOct 18, 2011 -
Exposed uri() global to access socket.io of currently running accepta…
rauchg committedOct 18, 2011 …nce test.
-
Added webworker server side acceptance test.
rauchg committedOct 18, 2011 -
Fixed swfobject and web_socket.js to not assume window.
rauchg committedOct 18, 2011 -
Added reference to global object
rauchg committedOct 18, 2011 -
Fixed CORS detection for webworker
rauchg committedOct 18, 2011