axmol/cocos/network
James Chen 90403fc632 Fixes memory issues catched by Xcode Analyze Tool. (#17489) 2017-03-14 11:09:31 +08:00
..
Android.mk 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
CCDownloader-android.cpp *Fix: GLThread and other threads access sDownloaderMap in a thread-unsafe way, which will result in crash in some occasion on Android. (#16326) 2017-03-07 17:00:52 +08:00
CCDownloader-android.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CCDownloader-apple.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CCDownloader-apple.mm Fixes memory issues catched by Xcode Analyze Tool. (#17489) 2017-03-14 11:09:31 +08:00
CCDownloader-curl.cpp Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CCDownloader-curl.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CCDownloader.cpp use correct downloader implementation on mac (#16955) 2016-12-05 09:36:35 +08:00
CCDownloader.h Update network licenses and reformat 2016-05-18 14:29:54 +08:00
CCIDownloaderImpl.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CMakeLists.txt 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
HttpAsynConnection-apple.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
HttpAsynConnection-apple.m Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
HttpClient-android.cpp Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
HttpClient-apple.mm Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
HttpClient-winrt.cpp Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
HttpClient.cpp Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
HttpClient.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
HttpConnection-winrt.cpp Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
HttpConnection-winrt.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
HttpCookie.cpp Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
HttpCookie.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
HttpRequest.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
HttpResponse.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
SocketIO.cpp More powerful Uri class, adds unit test for Uri class. Refactors some code in SocketIO & Websocket. (#17472) 2017-03-09 10:14:39 +08:00
SocketIO.h More powerful Uri class, adds unit test for Uri class. Refactors some code in SocketIO & Websocket. (#17472) 2017-03-09 10:14:39 +08:00
Uri.cpp More powerful Uri class, adds unit test for Uri class. Refactors some code in SocketIO & Websocket. (#17472) 2017-03-09 10:14:39 +08:00
Uri.h More powerful Uri class, adds unit test for Uri class. Refactors some code in SocketIO & Websocket. (#17472) 2017-03-09 10:14:39 +08:00
WebSocket.cpp More powerful Uri class, adds unit test for Uri class. Refactors some code in SocketIO & Websocket. (#17472) 2017-03-09 10:14:39 +08:00
WebSocket.h 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