Commit Graph

7693 Commits

Author SHA1 Message Date
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
Guillermo Rauch
b662704b0b Merge pull request #737 from mixu/mixu/authfix2
Supplemental fix to gavinuhma/authfix, it looks like the same Access-Control-Origin logic is needed in the http and xhr-polling transports
2012-02-03 14:24:57 -08:00
Mikito Takada
304a4285ff Supplemental fix to gavinuhma/authfix, it looks like the same Access-Control-Origin logic is needed in the http and xhr-polling transports 2012-02-03 12:20:40 -08:00
Tj Holowaychuk
567663fb64 make build targets easier to read 2012-02-02 17:01:11 -08:00
Tj Holowaychuk
3290e8bbb4 suppress make test-browser cmd` 2012-02-02 16:59:48 -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
Guillermo Rauch
18e5ca12ce Merge pull request #7 from einaros/master
Don't suggest more upgrades than are actually available
2012-01-26 10:45:52 -08:00
einaros
89a30ec268 avoid suggesting upgrades which arent enabled on the server 2012-01-26 09:28:35 -08:00
Guillermo Rauch
f47cdb06e8 Merge pull request #6 from einaros/master
Update tests to run with latest superagent
2012-01-25 13:25:10 -08:00
einaros
b983b1a063 fix tests for latest superagent 2012-01-25 13:14:32 -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
aee3fd6fa0 Fixed ws compliance in onmessage. 2012-01-19 09:46:28 -08:00
Guillermo Rauch
208011937d Added missing qs decoding to jsonp transport. 2012-01-18 11:44:43 -08:00
Guillermo Rauch
9890c5eabb Fixed style 2012-01-18 10:41:06 -08:00
Guillermo Rauch
865ad73ddd No longer needed with new browserbuild. 2012-01-18 08:48:16 -08:00
Guillermo Rauch
94bd8effd2 Fixed callbacks data type. 2012-01-18 08:39:58 -08:00
Guillermo Rauch
337d709392 Updated polling callbacks variable. 2012-01-18 08:37:49 -08:00
Guillermo Rauch
c2f2b41e17 JSONP callback improvements. 2012-01-18 08:36:47 -08:00
Guillermo Rauch
2ec8cbad3f Merge branch 'master' of github.com:/LearnBoost/engine.io-client
Conflicts:
	lib/transports/polling.js
2012-01-18 08:32:50 -08:00
Guillermo Rauch
bbc1fc1b7b Removed unneeded, cyclic requires. 2012-01-18 08:32:07 -08:00
Guillermo Rauch
a1720e470b Fixed super call from JSONP 2012-01-18 08:31:57 -08:00
Guillermo Rauch
32b2d6f282 Merge pull request #14 from dvv/patch-4
stopper typo fixed
2012-01-18 08:05:45 -08:00
Guillermo Rauch
3a5d5cceff Merge pull request #13 from dvv/patch-3
dangerous typo: JSON
2012-01-18 08:05:32 -08:00
Vladimir Dronnikov
5aeff8618d stopper typo fixed 2012-01-18 10:28:12 -05:00
Vladimir Dronnikov
b8e76bcb51 dangerous typo: JSON 2012-01-18 10:26:45 -05: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
dfb3e1fa1d Removed test for client ping interval awareness. 2012-01-17 09:57:21 -08:00
Guillermo Rauch
96aa932bea Fixed ping tests. 2012-01-17 09:55:57 -08:00
Guillermo Rauch
e305e16ad7 Stopped sending interval to client. 2012-01-17 09:51:44 -08:00
Guillermo Rauch
014cf6e26d Tweaked default timeout and interval values. 2012-01-17 09:51:31 -08:00
Guillermo Rauch
9800e29f72 Removed notion of pingInterval 2012-01-17 09:50:10 -08:00
Guillermo Rauch
f3375a86da Revert "fixed wrong assumption on ping timeout"
This reverts commit 3012a7922b.
2012-01-17 09:32:42 -08:00
Guillermo Rauch
35d35e3980 Consistency with server 2012-01-17 09:32:34 -08:00
Guillermo Rauch
b972088e39 Merge branch 'master' of github.com:/LearnBoost/engine.io-client 2012-01-17 08:15:33 -08:00
Guillermo Rauch
3fc505d573 Leveraged util.keys for browser compliance. 2012-01-17 08:14:44 -08:00
Guillermo Rauch
ed59483bb9 Added util#keys 2012-01-17 08:14:06 -08:00
Guillermo Rauch
3877183268 Removed unneeded .bind 2012-01-17 08:12:08 -08:00
Guillermo Rauch
2ddceab15e Merge pull request #9 from dvv/patch-2
fixed wrong assumption on ping timeout
2012-01-17 08:11:32 -08:00
Vladimir Dronnikov
3012a7922b fixed wrong assumption on ping timeout 2012-01-17 09:31:12 +00:00
Guillermo Rauch
b8d126c2c2 Improved dependency loader. 2012-01-16 15:38:56 -08:00
Guillermo Rauch
2e52e6eb60 Transfer web-socket-js logging to instrumentation. 2012-01-16 14:56:47 -08:00
Guillermo Rauch
b7b9ee1b2e Leveraged flashPath from flashsocket transport. 2012-01-16 14:55:43 -08:00
Guillermo Rauch
44eaeeaa60 Added flashPath option. 2012-01-16 14:55:29 -08:00
Guillermo Rauch
79d26badfb Fixed docs. 2012-01-16 13:26:39 -08:00
Guillermo Rauch
6ec7668fd4 Merge pull request #6 from dvv/parser
coercion is done right
2012-01-16 10:04:09 -08:00
Guillermo Rauch
9d0cf675d4 Thanks Vladimir 2012-01-16 10:03:34 -08:00
Guillermo Rauch
38d6b75d0e Fixed missing global reference. 2012-01-16 09:59:48 -08:00
Vladimir Dronnikov
4b7d7e9787 we coerce data to string 2012-01-16 12:52:23 -05:00
Vladimir Dronnikov
49c9f4f63f Merge branch 'master' of github.com:LearnBoost/engine.io-client into parser 2012-01-16 12:50:27 -05:00