..
Android.mk
remove curl link for Android
2016-07-21 11:56:56 +08:00
CCDownloader-android.cpp
Add a buffer queue for Android Downloader to prevent out of memory
2015-12-01 16:25:50 +09:00
CCDownloader-android.h
Fix "TextureCache Test" in js-test crash under Android
2015-11-06 09:49:19 +08:00
CCDownloader-apple.h
Update network licenses and reformat
2016-05-18 14:29:54 +08:00
CCDownloader-apple.mm
Fix typos in local variables ( #16712 )
2016-10-20 18:17:37 +08:00
CCDownloader-curl.cpp
Performance tweak: Use range-based for-loops and allocate std::vector size() and *end() on the stack where favorable. ( #16716 )
2016-10-27 15:10:24 +08:00
CCDownloader-curl.h
Update network licenses and reformat
2016-05-18 14:29:54 +08:00
CCDownloader.cpp
Update network licenses and reformat
2016-05-18 14:29:54 +08:00
CCDownloader.h
Update network licenses and reformat
2016-05-18 14:29:54 +08:00
CCIDownloaderImpl.h
Update network licenses and reformat
2016-05-18 14:29:54 +08:00
CMakeLists.txt
Squashed commit of the following:
2016-03-02 16:51:54 -08:00
HttpAsynConnection-apple.h
Update network licenses and reformat
2016-05-18 14:29:54 +08:00
HttpAsynConnection-apple.m
Update copyright to 2016. ( #16311 )
2016-08-05 09:42:15 +08:00
HttpClient-android.cpp
Performance tweak: use range-based for-loops instead of iterator-based for-loops. ( #16642 )
2016-10-11 10:59:44 -07:00
HttpClient-apple.mm
Performance tweak: Use range-based for-loops and allocate std::vector size() and *end() on the stack where favorable. ( #16716 )
2016-10-27 15:10:24 +08:00
HttpClient-winrt.cpp
Update copyright to 2016. ( #16311 )
2016-08-05 09:42:15 +08:00
HttpClient.cpp
Performance tweak: Use range-based for-loops and allocate std::vector size() and *end() on the stack where favorable. ( #16716 )
2016-10-27 15:10:24 +08:00
HttpClient.h
Update network licenses and reformat
2016-05-18 14:29:54 +08:00
HttpConnection-winrt.cpp
Performance tweak: Use range-based for-loops and allocate std::vector size() and *end() on the stack where favorable. ( #16716 )
2016-10-27 15:10:24 +08:00
HttpConnection-winrt.h
Update copyright to 2016. ( #16311 )
2016-08-05 09:42:15 +08:00
HttpCookie.cpp
Performance tweak: Use range-based for-loops and allocate std::vector size() and *end() on the stack where favorable. ( #16716 )
2016-10-27 15:10:24 +08:00
HttpCookie.h
fix tizen compile error
2016-06-21 19:50:00 +08:00
HttpRequest.h
Fix indentation ( #16699 )
2016-10-14 17:48:23 +08:00
HttpResponse.h
Remove unnecessary inline keywords ( #16562 )
2016-09-12 09:44:21 +08:00
SocketIO.cpp
Performance tweak: Use range-based for-loops and allocate std::vector size() and *end() on the stack where favorable. ( #16716 )
2016-10-27 15:10:24 +08:00
SocketIO.h
Remove extra semicolon after member function definition ( #16595 )
2016-09-20 14:43:48 +08:00
WebSocket.cpp
Performance tweak: Use range-based for-loops and allocate std::vector size() and *end() on the stack where favorable. ( #16716 )
2016-10-27 15:10:24 +08:00
WebSocket.h
Update copyright to 2016. ( #16311 )
2016-08-05 09:42:15 +08:00