Guillermo Rauch
7b4cb7013e
test: adapted test for EventEmitter update
2012-08-13 14:02:01 -07:00
Guillermo Rauch
5ab8b620f2
Release 0.9.10
2012-08-10 13:30:49 -07:00
Guillermo Rauch
4479c9d9cd
socket: disable disconnect on unload by default
2012-08-10 13:29:36 -07:00
Guillermo Rauch
fbda7e1c3e
Merge pull request #458 from yhpark/master
...
Fixed removeAllListeners to behave expected
2012-08-08 09:34:11 -07:00
Younghoon Park
fe6b50dd17
fix removeAllListeners to behave as expected
2012-08-08 21:22:30 +09:00
Guillermo Rauch
96c528430a
Merge pull request #457 from neino3/xdomain-withcredentials
...
Fix to set withCredentials property to ture only if xdomain
2012-08-07 15:03:17 -07:00
neino3
335e8b2244
set withCredentials to ture only if xdomain
2012-08-08 06:14:32 +09:00
Guillermo Rauch
d8351e60fd
Release 0.9.9
2012-08-01 15:11:48 -07:00
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