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 |
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 |
pajeroquan
|
956101bb72
|
Fix JNI object memory leak!
Fix JNI object memory leak!
|
2015-06-04 11:54:53 +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 |
HueyPark
|
25a9c90b54
|
Fix android http client memory leak
|
2015-04-26 20:52:09 +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 |
mogemimi
|
d384f7ce1e
|
Fix typo: unkown -> unknown
|
2015-02-24 02:39:50 +09:00 |
byeonggee.seo
|
23e0320cac
|
HttpResponse reference counting bug fixed
|
2015-02-02 12:23:15 +09:00 |
samuele3hu
|
93665c5c6d
|
Fix the error that HttpClient didn’t setResponseCode when connecting failed
|
2015-01-28 13:49:19 +08:00 |
cpascal
|
281d231a5d
|
Fixed inconsistent time-scale in Httpclient.
|
2015-01-19 10:50:42 +09:00 |
samuele3hu
|
3795f9cc2a
|
Rename HttpClient-android.cpp and unify java indent format
|
2014-12-31 12:03:27 +08:00 |