axmol/tools/travis-scripts
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
..
before-install.sh Refactor WebSocket to support SSL (wss) (#17172) 2017-01-19 13:55:14 +08:00
config.gitingore Fix bug: new project created by template compile error. 2015-09-18 11:40:16 +08:00
for-each-file-in-dir.sh [travis ci] Adds 'for-each-file-in-dir.sh' for generating file list in cocos2d. CocosRobot will send a PR for that change. 2014-03-06 13:54:24 +08:00
generate-template-files.py Update the JS templates to keep the directory structure is same with before. 2015-07-14 18:07:17 +08:00
install_glfw.sh Refactor WebSocket to support SSL (wss) (#17172) 2017-01-19 13:55:14 +08:00
run-script.sh Refactor WebSocket to support SSL (wss) (#17172) 2017-01-19 13:55:14 +08:00