poldridge
|
19d41920d9
|
Update index.js
Added missing hasOwnProperty checks to two for .. in loops.
|
2014-06-24 15:36:34 -07:00 |
|
Guillermo Rauch
|
816fd2e5a3
|
package: bump engine.io-parser for memleak fix
|
2014-06-24 15:23:03 -07:00 |
|
Guillermo Rauch
|
61a029e596
|
package: bump engine.io-parser
|
2014-06-24 15:22:38 -07:00 |
|
Guillermo Rauch
|
7e6da5461b
|
Release 1.0.7
|
2014-06-24 15:21:18 -07:00 |
|
Guillermo Rauch
|
ca02f2bfad
|
add comment per @christophwitzko
|
2014-06-24 15:20:18 -07:00 |
|
Guillermo Rauch
|
4f8dc74ff5
|
remove .DS_Store
|
2014-06-24 15:19:36 -07:00 |
|
Guillermo Rauch
|
93a415b38c
|
Merge pull request #27 from christophwitzko/patch-memory-leak
fix decodePayloadAsBinary memory leak
|
2014-06-24 15:18:09 -07:00 |
|
Christoph Witzko
|
d41f8e06da
|
fix decodePayloadAsBinary memory leak
|
2014-06-24 23:49:57 +02:00 |
|
Guillermo Rauch
|
a3d653855c
|
Merge pull request #711 from kevin-roark/update/has-binary-data
update has-binary-data -> 1.0.3
|
2014-06-24 11:08:06 -07:00 |
|
Kevin Roark
|
837aae2048
|
update has-binary-data -> 1.0.3
|
2014-06-23 20:27:41 -07:00 |
|
Guillermo Rauch
|
246f3bb5c3
|
Merge pull request #1648 from kevin-roark/update/has-binary-data
update has-binary-data to 1.0.3
|
2014-06-23 20:20:39 -07:00 |
|
Kevin Roark
|
68d06ec94c
|
update has-binary-data to 1.0.3
|
2014-06-23 20:19:26 -07:00 |
|
Narciso Guillen
|
a1feca1bd3
|
Add close specs
|
2014-06-23 21:03:31 -05:00 |
|
Narciso Guillen
|
968105a239
|
Add ability to stop the http server even if not created inside socket.io
|
2014-06-23 21:03:12 -05:00 |
|
Narciso Guillen
|
2e8e26613a
|
Update README
|
2014-06-23 20:02:39 -05:00 |
|
Narciso Guillen
|
fbdb94d146
|
make sure server gets close
|
2014-06-23 19:55:02 -05:00 |
|
Tony Kovanen
|
439ee19e65
|
Merge pull request #315 from rase-/update/readme
Updated README
|
2014-06-23 20:31:40 +03:00 |
|
Tony Kovanen
|
f62b000cd2
|
Updated README
|
2014-06-23 20:30:27 +03:00 |
|
Guillermo Rauch
|
0d0e94398e
|
Merge pull request #314 from rase-/add/jsonp-disabling
Possibility to disable JSONP.
|
2014-06-23 10:07:48 -07:00 |
|
Tony Kovanen
|
42b1773713
|
style and close socket after assert
|
2014-06-23 19:48:09 +03:00 |
|
Tony Kovanen
|
2aa5c22823
|
Change constructor check to throw and try-catch
|
2014-06-23 19:32:35 +03:00 |
|
Tony Kovanen
|
389878b3cb
|
Rename noJSONP to jsonp (that can be set to false to disable jsonp)
|
2014-06-23 18:33:48 +03:00 |
|
Tony Kovanen
|
269bdfff23
|
Possibility to disable JSONP. Emitting an error if JSONP is the only available transport.
|
2014-06-23 02:04:48 +03:00 |
|
Guillermo Rauch
|
66503b5ad5
|
fix readme (fixes #26)
|
2014-06-22 10:47:13 -07:00 |
|
Guillermo Rauch
|
f8afcce007
|
Merge pull request #680 from FredyC/add-auto-connect
Add autoConnect option
|
2014-06-21 18:12:41 -07:00 |
|
Tony Kovanen
|
55572122f3
|
Merge pull request #1642 from rase-/add/test
Duplicate events test for `reconnect_failed`
|
2014-06-21 17:28:37 +03:00 |
|
Tony Kovanen
|
3340d6ed35
|
Merge pull request #708 from rase-/fix/reconnect_failed-double-fire
Fix duplicate `reconnect_failed` event
|
2014-06-21 17:28:30 +03:00 |
|
Tony Kovanen
|
a1170a3aa6
|
Bump client
|
2014-06-21 17:26:55 +03:00 |
|
Tony Kovanen
|
05c96325fe
|
Don't fire an extra reconnect when we're not reconnecting after a failed initial connect attempt
|
2014-06-21 17:22:34 +03:00 |
|
Tony Kovanen
|
0954301d7e
|
Add test case for checking that reconnect_failed is fired only once upon failure
|
2014-06-21 17:14:15 +03:00 |
|
Guillermo Rauch
|
328a9df8eb
|
package: bump socket.io-parser for component-emitter dep fix
cc @davglass @reid
|
2014-06-20 16:57:54 -07:00 |
|
Guillermo Rauch
|
4f71fb04bd
|
package: bump socket.io-parser for component-emitter dep fix
cc @davglass @reid
|
2014-06-20 16:57:15 -07:00 |
|
Guillermo Rauch
|
5c551f0f52
|
Release 2.2.1
|
2014-06-20 16:56:24 -07:00 |
|
Julian Gruber
|
1bd7d81f84
|
Release 1.1.3
|
2014-06-20 08:25:56 +02:00 |
|
Tony Kovanen
|
c090f20211
|
Merge pull request #313 from rase-/remove/ie11-ws-tests
Disable ws tests on IE11 because saucelabs breaks them.
|
2014-06-20 02:02:52 +03:00 |
|
Tony Kovanen
|
8102833c27
|
Disable ws tests on IE11 because saucelabs breaks them. Let's run them in a VM until things get sorted out
|
2014-06-20 02:01:44 +03:00 |
|
Guillermo Rauch
|
d99e30fca7
|
Release 1.0.6
1.0.6
|
2014-06-19 14:57:50 -07:00 |
|
Guillermo Rauch
|
191b342e55
|
Release 1.0.6
|
2014-06-19 14:57:45 -07:00 |
|
Guillermo Rauch
|
561dd6fd79
|
package: bump engine.io for utf8 fix (fixes #1622)
|
2014-06-19 14:51:37 -07:00 |
|
Guillermo Rauch
|
7f363153cc
|
package: bump engine.io-client
|
2014-06-19 14:51:20 -07:00 |
|
Guillermo Rauch
|
f3ada3c723
|
Release 1.3.1
|
2014-06-19 14:50:37 -07:00 |
|
Guillermo Rauch
|
e1a9a12df7
|
Release 1.3.1
|
2014-06-19 14:50:35 -07:00 |
|
Guillermo Rauch
|
2f63cf1452
|
package: bump engine.io-client
|
2014-06-19 14:48:09 -07:00 |
|
Guillermo Rauch
|
bb2455389f
|
use latest engine.io-client
|
2014-06-19 14:08:04 -07:00 |
|
Guillermo Rauch
|
51a7c418ed
|
transport: catch utf8 decode errors
|
2014-06-19 14:07:32 -07:00 |
|
Guillermo Rauch
|
e9e2a91cea
|
package: bump socket.io-client
|
2014-06-19 08:05:38 -07:00 |
|
Tony Kovanen
|
b09370f895
|
Merge pull request #704 from rase-/fix/tests-on-ie
Fix IE tests
|
2014-06-19 03:21:34 +03:00 |
|
Tony Kovanen
|
f952b09e36
|
Fix possible security error on IE by closing all sockets
|
2014-06-19 03:20:18 +03:00 |
|
Tony Kovanen
|
c3d3b0b588
|
Fix error propagation test for old IE
|
2014-06-19 03:07:58 +03:00 |
|
Tony Kovanen
|
1bd6d6c309
|
Merge pull request #703 from rase-/event-propagation
Added tests and enhanced event propagation
|
2014-06-19 03:00:14 +03:00 |
|