Commit Graph

801 Commits

Author SHA1 Message Date
Guillermo Rauch
dce9685d05 Merge pull request #385 from mixu/upstream/fix-xhr-check
Fix XHR.check, which was throwing an error and causing non-IE browsers to fall back to JSONP
2012-03-27 16:59:16 -07:00
Mikito Takada
6f80ef14b7 Minor improvements to readability 2012-03-27 16:52:28 -07:00
Mikito Takada
b8c3f79936 Fix XHR.check, which was throwing an error transparently and causing non-IE browsers to fall back to JSONP 2012-03-27 16:37:05 -07:00
Guillermo Rauch
53b5f3e6b4 Merge pull request #407 from zzzaaa/unload_fix
"on window close" disconnect. unload. beforeunload.
2012-03-16 05:59:07 -07:00
Alexey Raksha
edef56ee8e "on window close" correct disconnect 2012-03-16 14:49:23 +04:00
Guillermo Rauch
ecd752a7ea Release 0.9.2 2012-03-13 10:52:32 -03:00
Guillermo Rauch
f54ef033a2 Merge pull request #405 from zzzaaa/master
Transports order of preference
2012-03-12 07:46:11 -07:00
Alexey Raksha
3e5d3a3ab5 Transport order set by "options" 2012-03-12 17:42:42 +04:00
Guillermo Rauch
84de1cfed8 Release 0.9.1-1 2012-03-02 08:39:18 -03:00
Guillermo Rauch
aa8f2fae6c Fixed active-x-obfuscator dependency. 2012-03-02 08:37:31 -03:00
Guillermo Rauch
1705acf556 Updated dependencies. 2012-03-02 08:13:00 -03:00
Guillermo Rauch
1d7bdb5ea2 Release 0.9.1 2012-03-02 08:12:22 -03:00
Guillermo Rauch
b1f5509b1a Expose transport as local to test runner app. 2012-03-02 08:10:06 -03:00
Guillermo Rauch
205790e63c Added warning within Firefox about webworker test in test runner. 2012-03-02 08:09:48 -03:00
Guillermo Rauch
a84002563e Added warning styles. 2012-03-02 08:09:36 -03:00
Guillermo Rauch
d4b1e480cb Compiled CSS 2012-03-02 08:00:46 -03:00
Guillermo Rauch
5b8accb69d Merge pull request #394 from felixge/heartbeat
Implement client side heartbeat checks
2012-03-02 02:49:54 -08:00
Guillermo Rauch
6cf7a450ae Merge pull request #397 from einaros/patch-1
update ws dependency
2012-03-01 14:03:16 -08:00
Einar Otto Stangvik
bbb48d149c update ws dependency 2012-03-01 23:02:16 +01:00
Felix Geisendörfer
c9b54f20ca Clear heartbeat timer when closing socket 2012-02-29 15:19:23 +01:00
Felix Geisendörfer
c1b03531bf Set heartbeat timeout after every package
This way it also works for long-polling clients.
2012-02-29 14:51:33 +01:00
Felix Geisendörfer
0bcd25f03d Implement client side heartbeat checks
Fixes https://github.com/LearnBoost/socket.io/issues/635
2012-02-29 14:12:43 +01:00
Guillermo Rauch
db40b103e5 Merge pull request #374 from rizzoma/master
Xhr-based transports didn't close on "not handshaken" error and spammed server with "null".
2012-02-28 04:29:20 -08:00
Guillermo Rauch
b04239744a Merge pull request #392 from felixge/activex
Implement ActiveX obfuscation for minified dist
2012-02-28 02:32:14 -08:00
Felix Geisendörfer
1590242736 Move ActiveX obfuscation into own module
Also made it apply to both dist files, not just the minified one.
2012-02-28 11:09:47 +01:00
Felix Geisendörfer
9c006e1409 Implement ActiveX obfuscation for minified dist
Some coporate proxys/firewalls (such as Blue Coat) filter out JS files
that contain the string 'ActiveX' in them. This patch alters the Uglify
AST so that all occurences of the string are obfuscated, making
socket.io work in even the most hostile environments : ).
2012-02-27 22:22:26 +01:00
Guillermo Rauch
1a35218003 Release 0.9.0 2012-02-26 17:41:31 -03:00
Guillermo Rauch
25d4677f9e Revert "Cross domain requests properly fall back with SSL"
This reverts commit 0ba168c9b6.
2012-02-26 17:39:45 -03:00
Guillermo Rauch
0a0095c267 Added DS_Store to gitignore. 2012-02-26 16:36:25 -03:00
Guillermo Rauch
22ba0e68e0 Updated depedencies. 2012-02-26 16:35:51 -03:00
Guillermo Rauch
224e3ecfc8 Bumped uglify 2012-02-13 20:45:16 -03:00
Guillermo Rauch
75a30f6e37 Merge pull request #380 from getify/patch-1
tweaking code so it doesn't throw an exception when used inside...
2012-02-06 10:00:44 -08:00
Kyle Simpson
601b516818 tweaking code so it doesn't throw an exception when used inside a WebWorker in Firefox 2012-01-31 01:18:08 -08:00
Vyacheslav Bazhinov
7b31a42886 Fixed error handling during connection process.
Xhr-based transports didn't close on "not handshaken" error and spammed server with "null".
2012-01-20 15:30:31 +07:00
Guillermo Rauch
3b1395013d Merge pull request #370 from crickeys/patch-1
#366 Do not rely on Array.prototype.indexOf
2012-01-17 13:57:58 -08:00
crickeys
6075167470 Do not rely on Array.prototype.indexOf as it breaks with pages that use the Prototype.js library. 2012-01-17 15:13:06 -06:00
Guillermo Rauch
c005997f11 Merge pull request #361 from 3rd-Eden/ws
use @einaros ws module instead of the old crap one
2012-01-10 13:58:50 -08:00
Arnout Kazemier
c32979051f version bump, windows support landed 2012-01-02 20:12:30 +01:00
Arnout Kazemier
49afababe2 use @einaros ws module instead of the old crap one 2011-12-29 11:20:56 +01:00
Guillermo Rauch
94e1f49a45 Merge pull request #354 from vedratna/master
fix for broken setCloseTimeout and 'IE+xhr-polling' goes into infinite loop on network disconnection
2011-12-20 22:11:36 -08:00
vedratna-velani
816bf1d19c fix for broken closeTimeout and 'IE + xhr' goes into infinite loop on disconnection 2011-12-21 11:21:13 +05:30
Guillermo Rauch
ccae35a047 Merge pull request #328 from wackfordjf3/patch-1
Clears the timeout from reconnection attempt when there is a successful or failed reconnection
2011-12-20 19:28:33 -08:00
Guillermo Rauch
9879d8c224 Merge pull request #327 from diegovar/patch-1
Removed decoding of parameters when chunking the query string.
2011-12-20 19:28:08 -08:00
Guillermo Rauch
201a0eb1c2 Merge pull request #353 from dget/master
Fix connections between http/https in IE
2011-12-20 19:25:35 -08:00
Guillermo Rauch
13a87962f9 Merge pull request #346 from vedratna/master
disabled reconnection on error if reconnect option set to false on connect
2011-12-20 19:25:05 -08:00
Dan Getelman
0ba168c9b6 Cross domain requests properly fall back with SSL 2011-12-20 06:50:47 -05:00
vedratna
7155d84af9 disabled reconnection on error if reconnect option is set to false 2011-12-05 18:08:59 +05:30
Guillermo Rauch
e7fc25ebf3 Merge pull request #335 from gavinuhma/auth-fix
set withCredentials to true before xhr to fix authentication
2011-11-22 14:38:24 -08:00
Gavin Uhma
336430a3be set withCredentials to true before xhr to fix authentication 2011-11-08 18:28:21 -04:00
Guillermo Rauch
4375ef1344 Bump 2011-11-05 13:48:23 -07:00