shuxin zheng
|
bd2f45e48f
|
Merge remote-tracking branch 'remotes/gitlab-upstream/master' into gitee-master
|
2020-12-11 16:15:09 +08:00 |
|
shuxin zheng
|
7ba884a87c
|
delete unused files
|
2020-12-11 14:24:35 +08:00 |
|
shuxin zheng
|
698e2391a7
|
delete unused file
|
2020-12-11 14:22:57 +08:00 |
|
shuxin zheng
|
7f4d6d798d
|
modify android project
|
2020-12-11 14:14:25 +08:00 |
|
shuxin zheng
|
048b0fefcb
|
optimize projects for Android Studio.
|
2020-12-10 16:57:31 +08:00 |
|
shuxin zheng
|
bb468b7f39
|
add c++_shared and gnustl_shared projects for different ndk versions.
|
2020-12-10 10:40:25 +08:00 |
|
shuxin zheng
|
d22fd6cfd3
|
modify gradle file for Android Studio
|
2020-12-10 10:30:55 +08:00 |
|
shuxin zheng
|
29d9902ead
|
build ok by Android Studio with ndk12b
|
2020-12-10 10:29:29 +08:00 |
|
shuxin zheng
|
6d07aa4d06
|
fixed one bug in events module for handling exception case for one connection.
|
2020-11-25 19:20:11 +08:00 |
|
shuxin zheng
|
c6856643b4
|
fixed problem in vc2015 project
|
2020-11-21 19:53:11 +08:00 |
|
shuxin zheng
|
0a3a31deef
|
delete useless files
|
2020-10-09 10:44:06 +08:00 |
|
shuxin zheng
|
a1383bf620
|
test fiber
|
2020-10-08 15:15:33 +08:00 |
|
shuxin zheng
|
f9de20df1e
|
test fiber in jni mode for Android
|
2020-10-04 22:06:13 +08:00 |
|
shuxin zheng
|
2006d57ce1
|
add aio demo running in fiber mode
|
2020-09-30 22:29:40 +08:00 |
|
shuxin zheng
|
771e18e755
|
test android demo
|
2020-09-30 16:06:17 +08:00 |
|
shuxin zheng
|
531d8aeb21
|
test fiber module on Android.
|
2020-09-29 19:17:23 +08:00 |
|
shuxin zheng
|
0b2c4503dc
|
add one demo for android
|
2020-09-29 15:03:12 +08:00 |
|
shuxin zheng
|
219f6b2d17
|
test android
|
2020-09-29 14:57:57 +08:00 |
|
shuxin zheng
|
c414f7afab
|
acl fiber can support Android now.
|
2020-09-27 23:35:04 +08:00 |
|
shuxin zheng
|
156599a9c9
|
enable ssl for Android
|
2020-08-24 14:33:54 +08:00 |
|
shuxin zheng
|
6e7ddc42d3
|
add "acl_" prefix for some ".c" files to avoid compiling warning for same files collision.
|
2020-07-22 17:50:56 +08:00 |
|
shuxin zheng
|
a6f59e8e7e
|
fixed one bug in connect_timeout/connect_failed in acl_aio_connect.c when retrying to connect.
|
2020-07-03 17:54:10 +08:00 |
|
shuxin zheng
|
3e15a68dc4
|
don't use atomic for IOS and MacOS as default becase some lower OS version don't support.
|
2020-07-03 11:29:04 +08:00 |
|
shuxin zheng
|
6676fa22d1
|
atomic can be suitble for more platform.
|
2020-06-28 15:52:24 +08:00 |
|
shuxin zheng
|
c4ae1840d7
|
modify CMakeLists files
|
2020-06-02 16:51:35 +08:00 |
|
shuxin zheng
|
8130e91886
|
format code style
|
2020-05-09 23:31:44 +08:00 |
|
shuxin zheng
|
3250875984
|
test websocket demo for Android
|
2020-05-08 14:43:30 +08:00 |
|
shuxin zheng
|
2bd1024971
|
add websocket demo for android
|
2020-05-07 19:02:18 +08:00 |
|
shuxin zheng
|
3d7737628f
|
fixed compiling warning by xcode
|
2020-05-07 10:55:14 +08:00 |
|
shuxin zheng
|
328d0e9c3e
|
modify build gradle for different NDK version.
|
2020-04-29 18:31:16 +08:00 |
|
shuxin zheng
|
6755d9b670
|
modify project for Android with lower ndk9 version
|
2020-04-11 12:08:45 +08:00 |
|
shuxin zheng
|
7378db23d9
|
fixed one bug in http_ctype.cpp
|
2020-04-06 18:25:19 +08:00 |
|
shuxin zheng
|
54cd57a8bc
|
modify mbedtls module
|
2020-04-01 20:29:30 +08:00 |
|
shuxin zheng
|
10483cac79
|
add one demo for Android platform with acl
|
2020-03-29 16:53:40 +08:00 |
|
shuxin zheng
|
1784680035
|
build .so & .a for Android as default
|
2020-03-25 11:34:09 +08:00 |
|
shuxin zheng
|
7b10faf4a0
|
set cmake version 3.10.2 in build.gradle for Android project.
|
2020-03-24 14:32:46 +08:00 |
|
shuxin zheng
|
ad3e645c81
|
use c++_shared as default for Android
|
2020-03-23 22:35:37 +08:00 |
|
shuxin zheng
|
0caea1ffbb
|
build for Android with gnustl_shared.
|
2020-03-23 22:30:47 +08:00 |
|
shuxin zheng
|
66112452f3
|
decrease libs' size by skipping __FILE__ in logger macro.
|
2020-02-25 16:08:20 +08:00 |
|
shuxin zheng
|
f34bbe1d79
|
modify android's project settting for ndk
|
2019-12-30 15:30:59 +08:00 |
|
shuxin zheng
|
8ac1c3d26d
|
modify ndk path
|
2019-12-30 11:01:19 +08:00 |
|
shuxin zheng
|
7337774e46
|
fixed bug in http_aclient.cpp for memory leaking when enable gzip feature.
|
2019-12-23 13:34:05 +08:00 |
|
shuxin zheng
|
3a0ef41213
|
remove ACL_CLIENT_ONLY from ndk-build.sh
|
2019-12-04 17:41:55 +08:00 |
|
shuxin zheng
|
74d9f5aabb
|
format code.
|
2019-11-09 23:00:28 +08:00 |
|
shuxin zheng
|
4f700a849f
|
fd limits set to a large value for Android other the fixed value 1024
|
2019-11-05 13:21:20 +08:00 |
|
shuxin zheng
|
3ac237c2c3
|
use android-14 for the minsdk
|
2019-11-01 15:13:01 +08:00 |
|
shuxin zheng
|
fcefb9a217
|
add -g when builing by cmake
|
2019-11-01 11:09:20 +08:00 |
|
shuxin zheng
|
e97ec5a2ca
|
bug fixed in acl::aio_handle::dns_empty()
|
2019-10-29 10:00:58 +08:00 |
|
shuxin zheng
|
a67ad8cf1a
|
build for xcode
|
2019-10-28 18:20:36 +08:00 |
|
shuxin zheng
|
bfdf0e600c
|
optimize size for IOS
|
2019-10-25 15:21:42 +08:00 |
|