Guillermo Rauch
|
e352dbf834
|
Merge pull request #356 from rase-/add/ssl-options
Add ssl options
|
2014-12-04 13:40:33 -03:00 |
|
Guillermo Rauch
|
61648de3a2
|
Merge pull request #319 from samcday/no-abort-on-success
Only call xhr.abort() on error cases in polling-xhr.js
|
2014-12-02 18:21:35 -03:00 |
|
Tony Kovanen
|
9c72e51b13
|
Add certificate docs to README.
|
2014-11-24 07:06:09 -03:00 |
|
Tony Kovanen
|
ae2cfc59f3
|
Too much whitespace.
|
2014-11-24 04:57:51 -03:00 |
|
Tony Kovanen
|
13a58ed794
|
Bump XMLHttpRequest.
|
2014-11-24 04:57:51 -03:00 |
|
Tony Kovanen
|
f2a0d3b528
|
Add rest of the ssl related options found in https.request.
|
2014-11-24 04:57:51 -03:00 |
|
Tony Kovanen
|
b0b4bb841f
|
Bump XMLHttpRequest.
|
2014-11-24 04:57:51 -03:00 |
|
Tony Kovanen
|
66617e589f
|
Add options for SSL in ws and xhr.
|
2014-11-24 04:57:51 -03:00 |
|
Guillermo Rauch
|
57ca9fea8e
|
Release 1.4.3
|
2014-11-21 01:31:03 +01:00 |
|
Guillermo Rauch
|
73261316d6
|
Merge pull request #347 from crzidea/bump/debug
Bump debug module
|
2014-11-15 15:09:02 +09:00 |
|
Guillermo Rauch
|
f65d5d8ef0
|
Merge pull request #354 from divdavem/addEventListenersOldBrowsers
addEventListener requires 3 parameters in old browsers
|
2014-11-15 15:08:46 +09:00 |
|
Guillermo Rauch
|
f6d102a0bb
|
Merge pull request #357 from lpinca/update/browserify
support: make the build system work with the latest browserify
|
2014-11-15 15:07:50 +09:00 |
|
Luigi Pinca
|
f9e5555b59
|
support: make the build system work with the latest browserify
|
2014-10-30 15:28:58 +01:00 |
|
Guillermo Rauch
|
25238a4bed
|
test: remove test with partial browser support
|
2014-10-27 10:46:04 -07:00 |
|
Guillermo Rauch
|
8bd41ad7b4
|
Release 1.4.2
|
2014-10-27 07:47:14 -07:00 |
|
Tony Kovanen
|
1642bf1214
|
Merge pull request #341 from yujiosaka/master
IE10 should prefer using XHR2 over XDR because it's safer
|
2014-10-20 02:55:15 +03:00 |
|
Tony Kovanen
|
6d908eeff6
|
Merge pull request #355 from nkzawa/patch-7
remove invalid value for strict mode
|
2014-10-10 23:45:16 +03:00 |
|
Naoyuki Kanezawa
|
002e23cdc4
|
remove invalid value for strict mode (#344)
|
2014-10-11 02:57:50 +09:00 |
|
ddivernois
|
22b2fc78f6
|
Fixed calls to addEventListener which requires 3 parameters in old browsers
|
2014-10-08 14:06:33 +02:00 |
|
Guillermo Rauch
|
51f0528417
|
Merge pull request #352 from rase-/fix/defer-until-drain
Fixed transport close deferring logic.
|
2014-10-04 18:05:54 -07:00 |
|
Tony Kovanen
|
b462865bcb
|
Fixed transport close deferring logic.
Transport can still be upgrading after deferring until the drain event.
|
2014-10-05 03:01:50 +03:00 |
|
Guillermo Rauch
|
cbbe44fba8
|
Merge pull request #351 from nkzawa/patch-6
wait for buffer to be drained before closing
|
2014-10-04 13:25:18 -07:00 |
|
Naoyuki Kanezawa
|
866a56ed20
|
wait for buffer to be drained before closing
|
2014-10-04 21:57:35 +09:00 |
|
Guillermo Rauch
|
72c32caf3a
|
Release 1.4.1
|
2014-10-03 10:17:38 -07:00 |
|
Guillermo Rauch
|
457d2fe5cc
|
Merge pull request #349 from aaronk6/jsonpOnCloseFix
Fixed "jsonp polling iframe removal error" on connection close
|
2014-10-03 08:26:39 -07:00 |
|
aaronk6
|
d9f4317bae
|
Fixed "jsonp polling iframe removal error" on connection close when using polling (JSONP) transport
|
2014-09-30 12:29:52 +02:00 |
|
李鑫(媒体内容业务线.202368)
|
0d4cda1fbb
|
Bump debug module
|
2014-09-26 09:29:32 +08:00 |
|
Tony Kovanen
|
b4c1d063d4
|
Merge pull request #346 from rase-/fix/tests
Move ws upgrade needing connection tests to a block checking browser support
|
2014-09-26 01:43:32 +03:00 |
|
Tony Kovanen
|
16f1a06d97
|
Move ws upgrade needing connection tests to a block checking browser support.
|
2014-09-26 01:41:43 +03:00 |
|
Guillermo Rauch
|
0097a5e255
|
Merge pull request #324 from nkzawa/patch-5
Defer close while upgrading a transport
|
2014-09-25 15:32:33 -07:00 |
|
Tony Kovanen
|
4eb590e3e6
|
Merge pull request #342 from rase-/Inventorum
Fixed problem when XHR would send in header "application/octet-stream; charset=utf-8" -- rebased
|
2014-09-11 17:45:53 +03:00 |
|
Michał Hernas
|
f63735b35c
|
Fixed problem when XHR would send in header "application/octet-stream;
charset=utf-8", then Request.data would be "ok" instead of proper data
|
2014-09-11 17:41:30 +03:00 |
|
yujiosaka
|
850072e3f1
|
IE10 should prefer using XHR2 over XDR because it's safer
|
2014-09-04 17:38:39 +09:00 |
|
Guillermo Rauch
|
dfad04c46d
|
Release 1.4.0
|
2014-09-04 00:05:17 +02:00 |
|
Tony Kovanen
|
19e1b245be
|
Add quotes around browser version in Makefile.
|
2014-08-25 17:48:54 +03:00 |
|
Guillermo Rauch
|
02ade2ecbd
|
Makefile: remove @
|
2014-08-25 11:38:09 -03:00 |
|
Guillermo Rauch
|
e77f71409e
|
.travis: add BROWSER_PLATFORM
|
2014-08-25 11:35:24 -03:00 |
|
Guillermo Rauch
|
83a7aec28d
|
.travis: add BROWSER_PLATFORM
|
2014-08-25 11:35:04 -03:00 |
|
Guillermo Rauch
|
32ebb018e9
|
Makefile: add support for BROWSER_PLATFORM
|
2014-08-25 11:33:12 -03:00 |
|
Guillermo Rauch
|
17d5aeb4b4
|
travis: remove so many chromes
|
2014-08-25 11:07:21 -03:00 |
|
Guillermo Rauch
|
8dcf294e5d
|
Merge pull request #335 from rase-/add/travis-matrix
Add matrix support for travis runs.
|
2014-08-25 10:49:02 -03:00 |
|
Tony Kovanen
|
5034af0813
|
Use the new zuul patch for a cleaner makefile.
|
2014-08-25 16:41:56 +03:00 |
|
Tony Kovanen
|
2c668e6957
|
Add matrix support for travis runs.
|
2014-08-22 23:54:20 +03:00 |
|
Tony Kovanen
|
fb9bfd7768
|
Merge pull request #334 from yujiosaka/master
check enablesXDR option when Request.hasXDR is called just in case
|
2014-08-20 11:42:47 +03:00 |
|
yujiosaka
|
9e17a422cb
|
check enablesXDR option when Request.hasXDR is called just in case
|
2014-08-20 07:51:01 +09:00 |
|
Guillermo Rauch
|
9e42aecc6f
|
Merge pull request #333 from yujiosaka/master
disabled XDomainRequest as default and added enablesXDR option to enable...
|
2014-08-17 16:14:04 -07:00 |
|
yujiosaka
|
b1e1755a7d
|
disabled XDomainRequest as default and added enablesXDR option to enable it
|
2014-08-18 07:50:36 +09:00 |
|
Guillermo Rauch
|
0b9551f506
|
Merge pull request #331 from yujiosaka/master
IE8 should use XDomainRequest to avoid loading bar flashing
|
2014-08-17 10:48:02 -07:00 |
|
yujiosaka
|
89ec0efe74
|
IE8 should use XDomainRequest to avoid loading bar flashing
|
2014-08-18 02:17:31 +09:00 |
|
Guillermo Rauch
|
4d45869f7c
|
Merge pull request #329 from get/parseuri
update parseuri version
|
2014-07-19 22:27:31 -07:00 |
|