axmol/tests/js-tests
James Chen b1f2a056b2 Refactor WebSocket to support SSL (wss) (#17172)
* Refactors WebSocket:
1. Supports wss protocol
2. Uses only one libwebsockets context, multiple wsi instances to avoid multi-thread issues
3. Uses lws_create_vhost to create multiple virtual host, different protocols works

* Adds openssl include path to xcode project configuration.

* mac doesn’t depend on curl

* ca file path should be full path.

* More bug fixes like which in https://github.com/cocos2d/cocos2d-x/pull/6986

* Remove curl dependence for mac

* Updates Andorid.mk

* [win32] Adds wss support for win32, and updates openssl, libcurl, libwebsockets libraries.

* Updates external/config.json to 118.

* [win32] Updates cocos/2d/libcocos2d.vcxproj to fix compilation error while building in release mode.

* Linux support websocket ssl connection.

* Updates external/config.json

* Updates install-deps-linux.sh

* Adds dependence of binutils, print ld version

* Updates travis scripts.

* Updates travis scripts.

* Updates travis script, don’t output log while extracting.

* update before-install.sh

* updates before-install.sh

* updates before-install.sh

* don’t output log for installing software.

* Updates config.json to 120.
2017-01-19 13:55:14 +08:00
..
project Refactor WebSocket to support SSL (wss) (#17172) 2017-01-19 13:55:14 +08:00
resjs Fix tests for v3.12 web 2016-06-22 17:39:38 +08:00
src Merge branch 'v3.14' into merge-v314 2017-01-04 09:49:22 +08:00
.cocos-project.json Add copy resources config of js-tests for web platform. 2015-08-10 12:00:53 +08:00
TestCase.html Update js bindings & js tests. 2015-05-05 10:50:19 +08:00
index.html Fix tests for v3.12 web 2016-06-22 17:39:38 +08:00
main.js Fix style issue in html page 2016-06-28 21:59:37 +08:00
mobilePage.html Add js test case for fix, improve template 2015-12-03 16:55:15 +08:00
project.json Adding performance.now() to cocos2d-js. (#16766) 2016-11-04 11:58:48 +08:00
style.css Fix JS AssetsManagerTest and Improve scheduler wrapper (#16605) 2016-09-26 14:44:32 +08:00