Commit Graph

944 Commits

Author SHA1 Message Date
GK
7f3fae0d3b use inherits package instead of inherit 2014-04-17 18:04:56 -04:00
GK
8709898f28 Merge branch 'master' into removingutil 2014-04-17 15:34:23 -04:00
GK
6329f81b9d removed all references to util.js 2014-04-17 15:33:36 -04:00
Guillermo Rauch
9ac50ae316 Merge pull request #287 from get/removingutil
Remove util.js, replace its methods with npm modules, inline code
2014-04-17 11:46:28 -07:00
GK
e0e7db69dd fix if statement in FlashWS.ready method 2014-04-16 13:14:16 -04:00
GK
844306c68d pass values directly in FlashWS.ready method 2014-04-16 11:34:25 -04:00
GK
ca9ae9cb78 merged with master 2014-04-16 11:12:32 -04:00
GK
dc65d13b76 removed unnecessary UA detection 2014-04-16 11:09:34 -04:00
Guillermo Rauch
c93da98c8e rebuild 2014-04-13 12:28:04 -07:00
Guillermo Rauch
e46d36e673 rebuild 2014-04-13 12:21:58 -07:00
Guillermo Rauch
d477098b39 package: bump engine.io-parser 2014-04-13 12:05:59 -07:00
Guillermo Rauch
961f33cb77 Merge pull request #288 from lpinca/fix/polling-jsonp-cleanup
polling-jsonp: prevent spurious errors from being emitted when the window is unloaded
2014-04-13 11:06:33 -07:00
Luigi Pinca
3fcc9fb438 polling-jsonp: prevent spurious errors from being emitted when the window is unloaded 2014-04-13 10:47:58 +02:00
Guillermo Rauch
d8b3310759 README: more tweaks (thanks @mokesmokes) 2014-04-12 11:42:09 -07:00
Guillermo Rauch
3f9f9028cc Merge pull request #285 from lpinca/fix/comment
polling-xhr: fix a comment and remove unneeded `document` reference
2014-04-12 11:40:44 -07:00
Luigi Pinca
a3f840504f polling-xhr: fix a comment and remove unneeded document reference 2014-04-12 15:42:08 +02:00
GK
1a43bc9346 enforce cache busting 2014-04-11 21:43:11 -04:00
GK
f3d9f2bcfb remove util.js 2014-04-11 20:15:20 -04:00
GK
5a3d15581f Merge branch 'master' into removingutil 2014-04-11 20:11:26 -04:00
GK
8fc0f34e35 put UA detection inline where used, remove util.js 2014-04-11 20:08:48 -04:00
GK
5d3ec15c95 remove on, load, replace keys and inherits with modules 2014-04-11 19:45:46 -04:00
Guillermo Rauch
03228046da README: fix node.js example 2014-04-11 09:44:07 -07:00
Guillermo Rauch
dbc814e3fd cleanup 2014-04-11 09:34:44 -07:00
Guillermo Rauch
d527099265 dropping illusory websocket parity 2014-04-11 09:33:14 -07:00
Guillermo Rauch
6fb3d800d9 Merge pull request #280 from get/parseqs
querystring turned into module, removed from util.js
2014-04-11 09:14:09 -07:00
Guillermo Rauch
076b3e4b84 Merge pull request #284 from rase-/fix/tests
Fix double firing of close event when explicitly closing a socket
2014-04-11 08:50:50 -07:00
Guillermo Rauch
d30cb2b27b Merge pull request #286 from rase-/fix/ie
JSONP and test fixes causing fails in IE
2014-04-11 08:45:59 -07:00
Tony Kovanen
449bb12572 Ignoring test for closing an incorrect connection for situations leading to JSONP polling 2014-04-11 16:59:23 +03:00
Tony Kovanen
aad85cb2bd JSONP and test fixes for fails in IE 2014-04-11 15:39:14 +03:00
Guillermo Rauch
8ac2dbdc89 polling-xhr: fix by @3rd-eden 2014-04-10 15:41:40 -07:00
GK
c21b291936 change qs and qsParse methods to encode and decode 2014-04-10 18:23:10 -04:00
Tony Kovanen
382b15c71e Fix double firing of close event when explicitly closing a socket 2014-04-11 01:06:41 +03:00
Guillermo Rauch
18ae1adec6 Merge pull request #273 from lpinca/fix/polling-timestamp
polling: ensure that the timestamp used for cache busting is unique
2014-04-10 15:04:53 -07:00
Guillermo Rauch
51d5ba0165 Merge pull request #283 from lpinca/fix/polling-xhr-cleanup
polling-xhr: abort the request when the window is unloaded
2014-04-10 15:01:21 -07:00
Guillermo Rauch
ac12f7222c Merge pull request #281 from 3rd-Eden/master
[fix] new XMLHttpRequest always returns an object
2014-04-10 14:58:11 -07:00
Guillermo Rauch
ee17598b36 fix copyright 2014-04-10 07:45:45 -07:00
Guillermo Rauch
af872a516f package: bump engine.io-parser to 1.0.3 2014-04-10 06:06:31 -07:00
Luigi Pinca
9ea0abc316 polling-xhr: abort the request when the window is unloaded 2014-04-06 15:03:34 +02:00
Arnout Kazemier
d4afe6c2c6 [fix] new XMLHttpRequest always returns an object 2014-04-03 17:01:04 +02:00
GK
c38b041195 removed redundant util.js test file 2014-03-30 17:34:42 -04:00
GK
85a858bc68 merged with master 2014-03-30 17:26:46 -04:00
GK
3bbb714a13 querystring extracted from util.js into own npm module 2014-03-30 17:19:44 -04:00
Luigi Pinca
d07aac6015 polling: ensure that the timestamp used for cache busting is unique 2014-03-24 19:48:05 +01:00
Guillermo Rauch
949baef4eb Merge pull request #277 from nkzawa/patch-1
Fix the this object for onlyBinaryUpgrades
2014-03-24 14:20:08 -03:00
Guillermo Rauch
33de820edb Merge pull request #275 from plievone/ensure-transport-close
Ensure transport will be really closed in all cases
2014-03-24 14:17:03 -03:00
Naoyuki Kanezawa
7bf80c643e fix the this object for onlyBinaryUpgrades 2014-03-23 18:54:46 +09:00
plievone
647c693791 Cast hasAttachEvent to boolean early 2014-03-21 15:28:21 +02:00
plievone
fea1fce36c Make Request#cleanup() safe to call multiple times. 2014-03-21 14:37:51 +02:00
plievone
cbe11eacb7 Socket#onClose(): ensure transport won't stay open.
There are rare error cases when transport could stay open in the background
even if socket is closed, so it is better to always call
`this.transport.close()` in Socket#onClose as it is idempotent and
safe to call multiple times.
2014-03-21 14:27:20 +02:00
Guillermo Rauch
bab992d0f7 Release 1.0.5 2014-03-18 16:26:36 -03:00