Commit Graph

851 Commits

Author SHA1 Message Date
Guillermo Rauch
cffb4ebdbd socket: fixed disconnect xhr url and made it actually sync 2012-08-01 15:10:24 -07:00
Guillermo Rauch
46a4b9ff9f Build 2012-08-01 13:48:54 -07:00
Guillermo Rauch
b5c7d6e486 Merge branch 'master' of github.com:LearnBoost/socket.io-client 2012-08-01 12:02:51 -07:00
Guillermo Rauch
34d15a7d56 xhr-polling: style 2012-08-01 12:02:31 -07:00
Guillermo Rauch
d841b3e5e5 Merge pull request #454 from nateps/master
Don't try to reconnect after receiving a 403 authorization error
2012-08-01 12:00:18 -07:00
Guillermo Rauch
0679af04d4 *: bump xmlhttprequest dep 2012-08-01 11:55:44 -07:00
Guillermo Rauch
a22688470d socket: fixed force disconnect URI 2012-08-01 11:53:29 -07:00
nateps
225e86f333 Don't try to reconnect after receiving a 403 authorization error 2012-07-27 16:58:29 -07:00
Guillermo Rauch
fb6a4d5329 Merge pull request #438 from ycarmel/master
Fix issues around fallback mechanism and xhr-polling heartbeat
2012-07-25 17:36:59 -07:00
Guillermo Rauch
494d87db67 Release 0.9.8 2012-07-24 17:35:39 -07:00
Guillermo Rauch
ccd816f07f Release 0.9.7 2012-07-24 10:58:21 -07:00
Guillermo Rauch
49ac184cd1 jsonp-polling: fixed open check 2012-07-24 10:55:52 -07:00
Guillermo Rauch
bf76f927b1 xhr-polling: fixed open check 2012-07-24 10:54:55 -07:00
Guillermo Rauch
21dd18626b Release 0.9.7 2012-07-24 10:53:14 -07:00
Guillermo Rauch
0ae824e768 socket: fn check no longer needed 2012-07-24 10:50:35 -07:00
Guillermo Rauch
dc9dbb75fb Merge branch 'master' of github.com:LearnBoost/socket.io-client
Conflicts:
	dist/socket.io.min.js
2012-07-24 10:48:52 -07:00
Guillermo Rauch
d81b06b342 Release 0.9.7 2012-07-24 10:47:53 -07:00
Guillermo Rauch
d8923ee2af transport: fix potential open collision 2012-07-24 10:47:03 -07:00
Guillermo Rauch
f90a919848 Merge pull request #452 from crickeys/bug/xhr_ie
Properly formats disconnectSync URI and sends it
2012-07-19 21:33:39 -07:00
Brian Gruber
888e9008e5 Properly formats disconnectSync URI and sends it
Also, fixes an issue if using https AND InternetExplorer on crossdomain
sites. In these cases the use of XDomainRequest was not working because
it relied on checks to see if the protocols matched or not. For some
reason, paramaters weren't being passed around and so these checks
failed incorrectly.
2012-07-19 23:17:58 -05:00
Guillermo Rauch
4d5cc77ea5 Merge pull request #421 from TutoringAustralasia/manual_buffer_flushing
Adding support for manual buffer flushing
2012-07-09 08:42:15 -07:00
Guillermo Rauch
8c2ad76ecd Merge pull request #445 from ajaxorg/master
Fix for calling open as a function while its a boolean
2012-06-27 21:22:22 -07:00
Ruben Daniels
9d0c0631f3 * Added fail safe for open not being a function error 2012-06-27 19:35:51 -07:00
Guillermo Rauch
b6aa5c0553 Merge pull request #428 from jdahlq/master
Enhance the dist files to work with CommonJS loaders
2012-06-19 20:30:18 -07:00
Yuval Carmel
53ff1a510d Fix disconnects when fallback to xhr-polling (heartbeat related) 2012-05-24 17:02:33 +03:00
Yuval Carmel
ae18a17cdf Fix reconnect issue when using the fallback mechanism of connect timeout 2012-05-24 17:00:14 +03:00
Joe Dahlquist
96e69a4430 Rebuild dev and prod dist files 2012-05-02 23:41:48 -07:00
Joe Dahlquist
cceafcc5bb CommonJS-compatible wrapper for dists
For non-node builds, wrap the dist code in an anonymous function. For
client-side CommonJS builds, set var io = module.exports.
2012-05-02 23:41:00 -07:00
Guillermo Rauch
6062a0620f Merge pull request #427 from ycarmel/master
Fix regression due to Pull Request #424 (no reconnect if handshake fail)
2012-05-02 02:48:41 -07:00
ycarmel
1d437b55c2 Update lib/socket.js 2012-05-02 11:22:09 +03:00
Guillermo Rauch
ebc31ab74c Merge pull request #426 from Nathanaela/master
Patch to fix iPod/iPad/iPhone browser from crashing when resuming on a sites using the websocket transport
2012-05-01 12:25:05 -07:00
Nathanael Anderson
8dc031d072 Fix for iPad/iPod/iPhone and websocket crash on browser resume. 2012-05-01 14:11:46 -05:00
Guillermo Rauch
c5bcceefcf Merge pull request #425 from ycarmel/master
Fix for Issue #430 - multiple connect on reconnect
2012-04-29 14:59:53 -07:00
ycarmel
d37ec4ed2f Fix for Issue #430 - multiple connect on reconnect 2012-04-30 00:47:53 +03:00
Guillermo Rauch
ecbd3fa9ed Merge pull request #424 from ycarmel/master
wfwef
2012-04-29 14:26:46 -07:00
ycarmel
4f63ba239d Fixing Issue#430 2012-04-30 00:24:13 +03:00
ycarmel
b712c1cf15 Fixing Issue #430 - mark socket as connecting before calling to handshake method (instead of calling it only when handshake completes) 2012-04-30 00:22:27 +03:00
Chelsea Robb
a55ed9bf57 Renamed 'auto flush' option to manualFlush 2012-04-24 12:52:23 +10:00
Gabe Hollombe
76cf0b30cf added tests for auto and manual buffer flushing 2012-04-23 18:01:37 +07:00
Gabe Hollombe
afa76b4f23 add auto flush property (defaults to false) and a flushBuffer method to allow manual buffer flushing 2012-04-23 14:00:06 +07:00
Guillermo Rauch
f0e877da3c Release 0.9.6 2012-04-17 19:51:08 -03:00
Guillermo Rauch
bb9083aeb7 Merge branch 'master' of github.com:LearnBoost/socket.io-client
Conflicts:
	dist/socket.io.min.js
2012-04-17 19:50:32 -03:00
Guillermo Rauch
f8bc56da8b Release 0.9.6 2012-04-17 19:49:49 -03:00
Guillermo Rauch
2c50aaedb0 Merge pull request #412 from mreinsch/android_jsonp_fix
don't position the jsonp form off the screen
2012-04-06 07:23:31 -07:00
Michael Reinsch
57127544c8 don't position the jsonp form off the screen, this causes the default browser on some androids to actually extend the width of the document 2012-04-06 22:39:59 +09:00
Guillermo Rauch
ad6c1483d8 Release 0.9.5 2012-04-05 14:35:22 -03:00
Guillermo Rauch
a426cb50ad Release 0.9.4 2012-04-01 01:45:44 -03:00
Guillermo Rauch
f50146e20b Fixes polling loop upon reconnect advice (fixes #438). 2012-04-01 01:44:11 -03:00
Guillermo Rauch
49ff307d38 Release 0.9.3 2012-03-28 09:50:31 -03:00
Guillermo Rauch
779095a25e Fixed handshake transports / client options transports intersection. 2012-03-28 09:49:33 -03:00