Commit Graph

7693 Commits

Author SHA1 Message Date
Julian Salazar
42dac5826e Make don't-ping test browser-only 2014-05-19 16:45:24 -07:00
Guillermo Rauch
0986c3f94c Release 1.0.0-pre4 2014-05-19 16:02:59 -07:00
Guillermo Rauch
237b234cab Release 1.0.0-pre4 1.0.0-pre4 2014-05-19 16:02:54 -07:00
Guillermo Rauch
547440605d package: bump client 2014-05-19 16:02:31 -07:00
Guillermo Rauch
668cb4bd54 build 2014-05-19 16:01:55 -07:00
Guillermo Rauch
44b35738b8 Merge pull request #270 from j-salazar/noping
Don't ping when socket closed by open handler
2014-05-19 14:06:31 -07:00
Julian Salazar
7afd8c8273 Don't ping when socket closed by open handler 2014-05-19 06:23:58 -07:00
Guillermo Rauch
b089c45b81 Release 1.2.0 2014-05-18 10:17:45 -07:00
Guillermo Rauch
7bbd91b98f Release 1.2.0 2014-05-18 10:17:41 -07:00
Guillermo Rauch
8d15e5b4d7 new build 2014-05-18 09:05:16 -07:00
Guillermo Rauch
21ee5c46f1 re-run tests 2014-05-17 15:57:50 -07:00
Guillermo Rauch
45ddad7467 Release 1.0.0-pre3 2014-05-17 15:40:41 -07:00
Guillermo Rauch
d763c8b6ea Release 1.0.0-pre3 1.0.0-pre3 2014-05-17 15:40:40 -07:00
Guillermo Rauch
da07eb713b removing flashsocket, moving to userland 2014-05-17 15:24:51 -07:00
Guillermo Rauch
10261c5211 removed flashsocket, moving to userland 2014-05-17 15:24:40 -07:00
Guillermo Rauch
36f955b296 package: bump parser 2014-05-17 14:03:09 -07:00
Guillermo Rauch
5d210ac46c package: bump parser 2014-05-17 14:02:57 -07:00
Guillermo Rauch
993b2b0240 Release 2.1.4 2014-05-17 13:50:54 -07:00
Guillermo Rauch
005a55026e Merge pull request #10 from kevin-roark/fix/null-reconstruction-bug
fix null reconstruction bug
2014-05-17 13:36:50 -07:00
Guillermo Rauch
2a513998e5 package: bump engine.io-client 2014-05-16 16:57:44 -07:00
Guillermo Rauch
ea89e520bc package: bump engine.io 2014-05-16 16:57:41 -07:00
Kevin Roark
6d3218eb3a fix null reconstruction bug 2014-05-15 10:51:39 -04:00
Guillermo Rauch
4bb92430e0 re-execute tests 2014-05-14 11:38:24 -07:00
Guillermo Rauch
361053c30b further reduce 2014-05-14 11:34:13 -07:00
Guillermo Rauch
29404972a5 README: fix 2014-05-14 11:27:31 -07:00
Guillermo Rauch
e822d4f1de README: tweak 2014-05-14 11:27:12 -07:00
Guillermo Rauch
6bae44f7a9 Release 1.1.1 2014-05-14 11:19:05 -07:00
Guillermo Rauch
5558838c3d Release 1.1.1 2014-05-14 11:19:02 -07:00
Guillermo Rauch
b5a311e2d1 test: reduce packet size 2014-05-14 10:45:20 -07:00
Guillermo Rauch
f2a7d36785 Merge pull request #299 from nkzawa/patch-2
Remove Socket#onopen
2014-05-13 15:07:41 -07:00
Nathan Rajlich
df6afb6ad1 Update README.md 2014-05-13 15:00:52 -07:00
Guillermo Rauch
afe23b7299 Merge pull request #296 from grant/patch-1
Fixed improper README code formatting in ordered list
2014-05-13 14:58:26 -07:00
Guillermo Rauch
edb4c557be Merge pull request #300 from pyhrus/fix_jsonp_newline_escape
JSONP transport fails when sending JSON stringified message
2014-05-13 14:57:52 -07:00
Shankar Karuppiah
049b290425 Fixed jsonp transport getting close due parser error, when escaped new line sent over the socket 2014-05-13 09:48:19 +03:00
Guillermo Rauch
a0aabcace1 Merge pull request #297 from rase-/quirky-string
Tests for multibyte strings
2014-05-06 10:25:16 -04:00
Guillermo Rauch
c8bf064b10 Merge pull request #1513 from hallucynogenyc/patch-1
Update for new npm check
2014-05-06 10:15:33 -04:00
hallucynogenyc
08fe191211 Update for new npm check
Npm will now throw a warning when installing a package:

npm WARN package.json socket.io@1.0.0-pre2 No repository field.

If the repository field is not present.
2014-05-06 16:14:50 +02:00
Guillermo Rauch
ccc4482fe6 package: bump parser 2014-05-06 06:31:50 -04:00
Guillermo Rauch
895ea6d261 package: bump parser 2014-05-06 06:31:25 -04:00
Guillermo Rauch
7fe6f0f63e Release 1.0.5 2014-05-06 06:31:05 -04:00
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
Naoyuki Kanezawa
6def3f56ee remove Socket#onopen 2014-05-02 15:18:33 +09: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
855733b484 Merge pull request #661 from rase-/fix/tests
Fix reconnection tests on browsers using JSONP
2014-04-30 10:05:45 -07:00
Tony Kovanen
7b8ba01e60 Fix reconnection tests on browsers using JSONP 2014-04-30 16:04:35 +03:00
Grant Timmerman
937e9d3689 Fixed improper code formatting in ordered list
Ref: https://gist.github.com/clintel/1155906
2014-04-30 03:40:14 -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
a42fc93340 Tests for multibyte strings 2014-04-30 03:13:03 +03:00