Commit Graph

35 Commits

Author SHA1 Message Date
Guillermo Rauch
086e366095 Merge pull request #20 from joeybaker/patch-1
Don't pass too many arguments
2014-05-05 18:18:18 -04:00
Joey Baker
b0e75f94c4 Don't pass too many arguments
`.apply()` has a max argument length which was easily exceeded by a large buffer. This makes more calls to `String.fromCharCode` but is guaranteed not to throw a `RangeError`.

More on max argument size: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/apply#Using_apply_and_built-in_functions
2014-05-05 15:02:08 -07:00
Guillermo Rauch
371e940355 Merge pull request #19 from rase-/quirky-strings
Encode strings with utf8.js to support multibyte strings
2014-04-30 10:16:41 -07:00
Guillermo Rauch
81f93af215 Merge pull request #17 from lpinca/update/base64-arraybuffer
package: bump `base64-arraybuffer` to `0.1.2`
2014-04-29 20:34:20 -07:00
Guillermo Rauch
dcccf58dcb Merge pull request #16 from get/license
Add MIT license file and update readme
2014-04-29 18:09:20 -07:00
Tony Kovanen
52bc2f8c03 Encode strings with utf8.js to support multibyte strings 2014-04-30 01:23:35 +03:00
Luigi Pinca
b4e7c610b3 package: bump base64-arraybuffer to 0.1.2 2014-04-24 15:13:36 +02:00
GK
5f5eb31edc added MIT license file and updated readme 2014-04-22 19:44:01 -04:00
Guillermo Rauch
739e412b20 Merge pull request #15 from rase-/bump/zuul
Bump zuul version
2014-04-17 17:05:33 -07:00
Tony Kovanen
ad03afaa36 Bump zuul version 2014-04-18 03:01:48 +03:00
Guillermo Rauch
2d6c0000f2 Release 1.0.4 2014-04-13 12:05:48 -07:00
Guillermo Rauch
60c8596a51 Merge pull request #12 from nkzawa/patch-0
Fix encodePayloadAsBinary method encodes packets to base64
2014-04-10 10:42:14 -07:00
Guillermo Rauch
c4a35bc536 Release 1.0.3 2014-04-10 06:06:08 -07:00
Naoyuki Kanezawa
14728f9a77 fix encodePayloadAsBinary method encodes packets to base64 2014-04-02 00:41:40 +09:00
Guillermo Rauch
8b2df0b237 Merge pull request #11 from binlain/master
Fix length calculation when encoding as binary
2014-03-26 11:02:20 -03:00
binlain
395ff6f86f Fix length calculation when encoding as binary 2014-03-26 00:11:02 +01:00
Guillermo Rauch
e87f52c656 Release 1.0.2 2014-03-16 13:45:04 -03:00
Guillermo Rauch
2d9b4551fb Merge pull request #8 from rase-/add/android-test
Added android to zuul browsers
2014-03-16 12:56:23 -03:00
Tony Kovanen
112c37966b Encoding binary as ArrayBuffer for android, because blob data is sent as empty payload 2014-03-16 14:28:04 +02:00
Tony Kovanen
0609fa1ff9 Added android to zuul browsers 2014-03-16 02:31:15 +02:00
Guillermo Rauch
380d3b7e2a Merge pull request #7 from rase-/refactor/tests
Cleaned up logic for deciding if blob tests should be run
2014-03-08 21:12:45 -02:00
Tony Kovanen
134897a1e0 Cleaned up logic for deciding if blob tests should be run 2014-03-09 01:01:17 +02:00
Guillermo Rauch
83514d709f Release 1.0.1 2014-03-06 17:29:14 -06:00
Guillermo Rauch
66be853117 Merge pull request #6 from rase-/refactor/browser.js
Using the blob module
2014-03-06 17:19:03 -06:00
Guillermo Rauch
a2612ed8c2 Merge pull request #5 from rase-/enhance/style
Style, bump arraybuffer.slice version and remove nbsp
2014-03-06 17:14:16 -06:00
Tony Kovanen
ec08d1d004 Using the blob module for creating a blob constructor that abstracts the constructor api used 2014-03-07 00:35:46 +02:00
Tony Kovanen
56e1ce292d Style, bump arraybuffer.slice version and remove nbsp 2014-03-06 22:49:24 +02:00
Guillermo Rauch
6e8a2cd890 .travis: fix 2014-02-19 12:03:16 -08:00
Guillermo Rauch
db68db7b6b Merge pull request #3 from rase-/add/zuul
Added zuul configurations and testing for browsers
2014-02-19 11:44:28 -08:00
Tony Kovanen
8e5557d712 Added zuul configurations and testing for browsers 2014-02-19 21:26:27 +02:00
Guillermo Rauch
bb797a4f83 .travis: drop 0.6, 0.8, upgrade to 0.10 2014-02-18 13:15:22 -08:00
Guillermo Rauch
fd07b59875 Readme: tweak 2014-02-18 13:14:43 -08:00
Guillermo Rauch
1c44485c77 Readme: initial readme 2014-02-18 13:11:21 -08:00
Guillermo Rauch
7d2c099f79 package: new repository 2014-02-18 13:06:42 -08:00
Guillermo Rauch
105fb8befe moving code from engine.io-protocol 2014-02-18 13:06:06 -08:00