子龙山人
|
47fe470647
|
Merge pull request #13213 from jianglong0156/improUtfFunction
add api getStringUTFCharsJNI newStringUTFJNI
|
2015-08-05 17:26:52 +08:00 |
jianglong0156
|
fac7a78fc8
|
improve getUTFCharsFromJavaEnv api to getStringUTFCharsJNI and add newStringUTFJNI
getUTFCharsFromJavaEnv:
getUTFCharsFromJavaEnv:change jstring to utf8 std string
newStringUTFJNI:change utf8 std string to jstring
|
2015-08-05 16:10:14 +08:00 |
pandamicro
|
8cdcade07a
|
Merge pull request #13186 from jianglong0156/addEmotionTest
fix getStringUTFChars bug
|
2015-08-05 10:19:19 +08:00 |
jianglong0156
|
3230ca154d
|
improve the code. fix network error
|
2015-08-04 16:42:16 +08:00 |
jianglong0156
|
00b7e98c89
|
improve the getUTFCharsFromJavaEnv logic and fix the httpclient response message memery leak.
|
2015-08-04 16:24:08 +08:00 |
jianglong0156
|
979700e343
|
there is a bug for getStringUTFChars function. it can't translate the emotion utf8 code. so change the getStringUTFChars to getStringChars. and translate unicode to utf8 in c++ program
|
2015-08-04 11:30:30 +08:00 |
pandamicro
|
f10994c20b
|
Merge pull request #12467 from MagicTavern/v3_fix_websocket
fix a problem where WebSocket messages may pile up
|
2015-08-03 16:25:56 +08:00 |
fusijie
|
2c5e2db6b4
|
refine NSLog in HttpAsynConnection in release mode.
|
2015-07-17 14:23:51 +08:00 |
andyque
|
7243f2cff5
|
add const & to string arguments
|
2015-07-09 11:23:20 +08:00 |
andyque
|
d4066a5ff8
|
improve coding style of Socket.IO
|
2015-07-08 17:23:48 +08:00 |
子龙山人
|
155ac8c07e
|
Merge pull request #11583 from hannon235/v3-update-sio
Updates socket.io network extension to correctly detect and manage connection to socket.io server versions 0.9.x - 1.x
|
2015-07-08 16:11:05 +08:00 |
Zhou Yuntao
|
507f221483
|
fix a problem where WebSocket messages will pile up if server sends them faster than client's frame rate
|
2015-06-22 20:58:37 +08:00 |
pandamicro
|
5ee22c4142
|
Merge pull request #12174 from pajeroquan/v3
Fix JNI object memory leak!
|
2015-06-17 15:14:36 +08:00 |
pandamicro
|
d0db40c4a6
|
Merge pull request #12080 from linshun/v3
issue #12078 added audio, network, physics, platform and storage group.
|
2015-06-15 12:45:11 +08:00 |
pandamicro
|
fa71a6e352
|
Merge pull request #12204 from jianglong0156/issue1756
default support curl gzip. and add the gzip test in xmlhttprequest Issue1756
|
2015-06-05 13:17:53 +08:00 |
jianglong0156
|
8d011fd457
|
formate the space
|
2015-06-05 11:45:05 +08:00 |
pajeroquan
|
956101bb72
|
Fix JNI object memory leak!
Fix JNI object memory leak!
|
2015-06-04 11:54:53 +08:00 |
Chris Hannon
|
574cfb4ade
|
Merge branch 'v3-update-sio' of https://github.com/hannon235/cocos2d-x into merge-up
Signed-off-by: Chris Hannon <himynameschris@gmail.com>
Conflicts:
cocos/network/SocketIO.cpp
|
2015-06-02 21:11:43 -04:00 |
Chris Hannon
|
fe6275adf5
|
[v3-update-sio] fixes nested switch brackets - best practice would be to replace these with functions in the future
Signed-off-by: Chris Hannon <himynameschris@gmail.com>
|
2015-06-02 20:17:34 -04:00 |
Chris Hannon
|
6bcf325630
|
[v3-update-sio] updates usage of log function to CCLOG macros, ensures correct data type is passed to log function
Signed-off-by: Chris Hannon <himynameschris@gmail.com>
|
2015-06-02 20:17:34 -04:00 |
Chris Hannon
|
5af28838d2
|
[v3-update-sio] updates SocketIO network extension to support v1.x socket.io servers as well as maintain backwards compat. for 0.9.x servers
Signed-off-by: Chris Hannon <himynameschris@gmail.com>
|
2015-06-02 20:17:33 -04:00 |
jianglong0156
|
97d0265e32
|
gzip test
|
2015-06-02 10:23:30 +08:00 |
子龙山人
|
40ea6e3e41
|
Merge pull request #12103 from samuele3hu/v3_http_leak
Fix the memory leak of HttpClient on the iOS/Mac platform.
|
2015-06-02 10:11:03 +08:00 |
samuele3hu
|
ae6cb678c6
|
Fix the memory leak of HttpClient on the iOS/Mac platform.
|
2015-05-29 17:13:49 +08:00 |
Dale Stammen
|
60f672599b
|
added winrt networking files
|
2015-05-28 13:48:13 -07:00 |
linshun
|
2a02510a9c
|
issue #12078: Added network group.
|
2015-05-28 15:46:36 +08:00 |
samuele3hu
|
27e7101322
|
fix the memory leak of s_requestSentinel for httpclient and adjust the global static var into the object to avoid some unexpected result.
|
2015-05-22 10:47:52 +08:00 |
WenhaiLin
|
461241839d
|
Fixed compile error on visual studio 2015.
|
2015-05-12 17:04:56 +08:00 |
Dale Stammen
|
351a898a70
|
removed CC_PLATFORM_WP8
|
2015-05-08 09:19:13 -07:00 |
HueyPark
|
25a9c90b54
|
Fix android http client memory leak
|
2015-04-26 20:52:09 +09:00 |
Chris Hannon
|
da74d1be93
|
[v3-update-sio] updates usage of log function to CCLOG macros, ensures correct data type is passed to log function
Signed-off-by: Chris Hannon <himynameschris@gmail.com>
|
2015-04-24 00:17:43 -04:00 |
Chris Hannon
|
e1923f3dbf
|
[v3-update-sio] updates SocketIO network extension to support v1.x socket.io servers as well as maintain backwards compat. for 0.9.x servers
Signed-off-by: Chris Hannon <himynameschris@gmail.com>
|
2015-04-24 00:17:43 -04:00 |
Wenhai Lin
|
ff3777dfd1
|
[ci skip]Update comments.
|
2015-03-27 18:26:14 +08:00 |
samuele3hu
|
f54512a618
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_5_comment
|
2015-03-27 15:59:05 +08:00 |
samuele3hu
|
bb225d052e
|
Update comments of some header files
|
2015-03-27 15:27:08 +08:00 |
Wenhai Lin
|
a47cad0354
|
[ci skip]Fixed warnings
|
2015-03-27 11:59:10 +08:00 |
samuele3hu
|
a1b054911c
|
Update comments of some header files
|
2015-03-27 11:13:28 +08:00 |
samuele3hu
|
e0bde0f789
|
Update comments of some header files
|
2015-03-26 22:07:44 +08:00 |
WenhaiLin
|
9dd778edb0
|
[ci skip]Update comments
|
2015-03-24 20:23:51 +08:00 |
minggo
|
8e32933dd3
|
Merge pull request #10340 from seobyeongky/network_bugfix2
receive content data even though status code is not 2xx
|
2015-03-19 21:12:51 +08:00 |
samuele3hu
|
1eb1057875
|
Update comments of some header files
|
2015-03-19 16:59:21 +08:00 |
samuele3hu
|
31b34ddf77
|
Update comments of some header files
|
2015-03-19 16:45:53 +08:00 |
byeonggee.seo
|
a2274162b5
|
merged
|
2015-03-12 10:06:53 +09:00 |
Mazyad Alabduljaleel
|
983ffd96c7
|
Now, mac uses ObjC HTTP client
|
2015-03-10 14:48:57 +04:00 |
byeonggee.seo
|
b3335f34ae
|
Merge branch 'network_bugfix2' of github.com:seobyeongky/cocos2d-x into network_bugfix2
|
2015-03-03 16:33:48 +09:00 |
byeonggee.seo
|
3811c9f1a3
|
connError added
|
2015-03-03 16:33:35 +09:00 |
seobyeongky
|
91b0104fd0
|
Fix an issue with iOS HTTP Request code (https://github.com/cocos2d/cocos2d-x/pull/10543)
|
2015-02-27 21:31:33 +09:00 |
minggo
|
7805adce94
|
Merge pull request #10325 from seobyeongky/httpclient_bugfix
HttpResponse reference counting bug fixed
|
2015-02-27 14:32:41 +08:00 |
minggo
|
e69e648d7c
|
Merge pull request #10483 from redism/ios-network-header-fix
apply custom request header for every request type (ios)
|
2015-02-26 16:40:12 +08:00 |
minggo
|
e37bbee1c2
|
Merge pull request #10545 from Mazyod/ios-http-request-leaks
Fix major memory leaks in iOS http request
|
2015-02-26 15:41:10 +08:00 |