Commit Graph

1665 Commits

Author SHA1 Message Date
Guillermo Rauch
822ff7ed4a Merge pull request #23 from jakob-stoeck/master
small compatibility changes
2012-03-01 10:09:11 -08:00
Jakob Stoeck
bcc833275a browser compatibility
ie7 does not support data[i] but data.charAt(i)
2012-03-01 18:50:01 +01:00
Jakob Stoeck
adc67e8da3 replaced control character with space 2012-03-01 18:45:10 +01:00
Guillermo Rauch
9cc043102d Merge pull request #22 from ruxkor/to_learnboost_2
xhr polling does not call onError when xhr.status == 0
2012-02-29 10:28:06 -08:00
Andor Goetzendorff
99306d3fcf xhr polling does not call onError when xhr.status == 0, refs #21 2012-02-29 16:44:00 +01:00
Guillermo Rauch
fd0102e4c2 Added build status image. 2012-02-27 08:59:36 -03:00
Guillermo Rauch
f8c56b98f5 Added .travis.yml 2012-02-27 08:57:05 -03:00
Guillermo Rauch
61c9c4cf03 Updated README 2012-02-27 08:54:04 -03:00
Guillermo Rauch
f651cb45f0 Added basePath option. 2012-02-27 08:53:11 -03:00
Guillermo Rauch
96ac0957f6 Fixed parser test. 2012-02-27 08:46:45 -03:00
Guillermo Rauch
4763230327 Merge pull request #19 from kapouer/patch-1
Options should take opts.secure.
2012-02-22 04:44:15 -08:00
Lal Jérémy
d5df4c57dd Options should take opts.secure. 2012-02-22 11:05:47 +01:00
Guillermo Rauch
4e0db80e06 Merge pull request #17 from ruxkor/master
fix for #16
2012-02-15 07:37:25 -08:00
Andor Goetzendorff
9d8f75ff38 loop over navigator.plugins instead of using .indexOf, fixes #16 2012-02-15 16:27:35 +01: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
Guillermo Rauch
aee3fd6fa0 Fixed ws compliance in onmessage. 2012-01-19 09:46:28 -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
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
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
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
Guillermo Rauch
141eaef7d3 Failing test. 2012-01-16 09:49:45 -08:00
Guillermo Rauch
cc14deb5ab Removed error packet type. 2012-01-16 09:41:51 -08:00
Guillermo Rauch
50a7e384c3 Merge pull request #5 from dvv/parser
parser simplified
2012-01-16 09:29:24 -08:00
Vladimir Dronnikov
fb41b18007 Merge branch 'master' of github.com:LearnBoost/engine.io-client into parser 2012-01-16 12:28:31 -05:00