axmol/cocos/network
sbrednikhin 07bb0b2393 Avoid crash on large file download. (#17735)
Downloading large file to memory could cause stack overflow and crash, because old code created buffer `char buf[buflen];` in stack.
New code creates buffer in heap.
2017-04-28 13:38:23 +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 Avoid crash on large file download. (#17735) 2017-04-28 13:38:23 +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 Bindings fix and assets manger ex fix (#17115) 2017-03-15 16:09:02 +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 Support notify progression in XMLHTTPRequest (#17509) 2017-03-16 14:09:51 +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 Fixed WebSocket.cpp memory leaks (#17653) 2017-04-10 10:28:05 +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