axmol/build
James Chen fc0ad058a5 fixed #17427: lws_parse_url has wrong behavior, it parses ’ws://domain.com/abc/d’ to ‘path: abc/d’ rather than ‘path: /adb/d’. (#17455)
* fixed #17427: lws_parse_url have wrong behavior, it parses ’ws://domain.com/abc/d’ to ‘path: abc/d’ rather than ‘path: /adb/d’.
Adds Uri class and parses Url to scheme, host, port, path in engine side.

* Moves Uri implementation to Uri.cpp, adds getter functions.

* Updates win32 project.

* Updates win10 project.

* Adds include header for atoi error on android.

* Updates tizen project configuration.
2017-03-07 13:35:59 +08:00
..
cocos2d_libs.xcodeproj fixed #17427: lws_parse_url has wrong behavior, it parses ’ws://domain.com/abc/d’ to ‘path: abc/d’ rather than ‘path: /adb/d’. (#17455) 2017-03-07 13:35:59 +08:00
cocos2d_tests.xcodeproj Typo fix: Rename `MutiTouchTest` to `MultiTouchTest` (#17399) 2017-02-23 17:05:08 +08:00
tizen fixed #17427: lws_parse_url has wrong behavior, it parses ’ws://domain.com/abc/d’ to ‘path: abc/d’ rather than ‘path: /adb/d’. (#17455) 2017-03-07 13:35:59 +08:00
android-build.py Fix android-build.py (#16727) 2016-10-27 15:32:47 +08:00
cocos2d-win10.sln added librecast 2015-06-15 18:18:54 -07:00
cocos2d-win32.sln fix: using `enum class` instead of `typedef enum` 2016-06-16 07:02:04 -07:00
install-deps-linux.sh Refactor WebSocket to support SSL (wss) (#17172) 2017-01-19 13:55:14 +08:00
win32-msvc-2013-x86.cmd Setup for testing for every windows user 2013-11-30 09:36:22 +00:00