shuxin zheng
|
b1fbe89645
|
rewrite rfc1035 module in acl
|
2020-10-18 11:42:55 +08:00 |
|
shuxin zheng
|
1ce0d2a730
|
fixed one bug in tcp_nodelay.c
|
2020-10-16 22:22:41 +08:00 |
|
shuxin zheng
|
5ca8be3da4
|
rename dns_init to fiber_dns_init internal
|
2020-10-09 14:16:46 +08:00 |
|
shuxin zheng
|
df87f8e2af
|
don't commit useless files
|
2020-10-09 10:47:37 +08:00 |
|
shuxin zheng
|
0a3a31deef
|
delete useless files
|
2020-10-09 10:44:06 +08:00 |
|
zhengshuxin
|
e77b95f2ce
|
test aio server in fiber mode
|
2020-10-08 22:09:34 +08:00 |
|
shuxin zheng
|
72bb6b909d
|
restore fiber
|
2020-10-08 17:17:21 +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 |
|
郑树新
|
c420f52d85
|
Merge pull request #218 from moehuster/master
base64 decoding bug
|
2020-09-28 15:01:49 +08:00 |
|
shuxin zheng
|
c414f7afab
|
acl fiber can support Android now.
|
2020-09-27 23:35:04 +08:00 |
|
moehuster
|
a7215b2aad
|
Bugfix: base64 decoding lead to undefined behavior when input isn't multiple of 4
|
2020-09-27 16:44:08 +08:00 |
|
zhengshuxin
|
712f2c1781
|
don't warn when compiling fiber module
|
2020-09-26 23:45:30 +08:00 |
|
shuxin zheng
|
17adcd823e
|
add fiber demo for IOS
|
2020-09-26 23:14:11 +08:00 |
|
shuxin zheng
|
72ae883ba0
|
add boost coroutines written by asm.
|
2020-09-26 22:46:31 +08:00 |
|
unknown
|
206de9bb25
|
use 64bits first for ssize_t on windows platform.
|
2020-09-22 21:39:41 +08:00 |
|
unknown
|
5c2089371a
|
fixed compiling warning on windows x64
|
2020-09-22 21:25:00 +08:00 |
|
unknown
|
9e68b56c10
|
fixed bug for defining ssize_t on windows x64 platform.
|
2020-09-22 21:17:58 +08:00 |
|
unknown
|
8fee32e9a4
|
supporting vc2019
|
2020-09-16 17:14:16 +08:00 |
|
shuxin zheng
|
5057c10d5f
|
support vc2019
|
2020-09-16 16:58:10 +08:00 |
|
unknown
|
49f0ad6c1f
|
chang old vc project
|
2020-09-16 16:26:00 +08:00 |
|
unknown
|
858bcc7a94
|
add projects for vc2019
|
2020-09-16 16:25:20 +08:00 |
|
shuxin zheng
|
243748d07b
|
format code
|
2020-09-07 23:47:00 +08:00 |
|
shuxin zheng
|
37af0e1d78
|
merge mbedtls_conf
|
2020-09-07 21:24:39 +08:00 |
|
郑树新
|
8a8cee2d53
|
Merge pull request #217 from moehuster/pr
bugfix: mbedtls do NOT manage cert/key pair's memory
|
2020-09-07 21:17:57 +08:00 |
|
moehuster
|
a0143fb2fe
|
bugfix: mbedtls do NOT manage cert/key pair's memory
|
2020-09-07 20:04:16 +08:00 |
|
shuxin zheng
|
af40bef5b0
|
moify Makefile in wizard's tmpl
|
2020-09-07 14:17:29 +08:00 |
|
shuxin zheng
|
2f8c86105e
|
optimize servers template in app/wizard
|
2020-09-07 14:09:24 +08:00 |
|
shuxin zheng
|
42e0249ff5
|
merge mbedtls_conf
|
2020-09-06 22:34:29 +08:00 |
|
shuxin zheng
|
12dff1c804
|
Merge remote-tracking branch 'remotes/github-upstream/master' into gitee-master
|
2020-09-06 22:14:49 +08:00 |
|
shuxin zheng
|
a302311024
|
Merge branch 'master' of gitee:zsxxsz/acl into gitee-master
|
2020-09-06 22:14:10 +08:00 |
|
郑树新
|
c89bcbe7d9
|
Merge pull request #216 from moehuster/pr
feature: mbedtls add multi server cert support
|
2020-09-06 22:12:50 +08:00 |
|
moehuster
|
5d88ea55a9
|
feature: mbedtls add multi server cert support
|
2020-09-06 21:49:02 +08:00 |
|
zhengshuxin
|
1c13d28c92
|
remove errbuf from ACL_VSTREAM to decrease its size
|
2020-09-05 13:24:47 +08:00 |
|
shuxin zheng
|
9ee536725a
|
test rfc1035
|
2020-09-01 17:09:26 +08:00 |
|
zhengshuxin
|
4e5ac16347
|
format code style.
|
2020-09-01 16:31:39 +08:00 |
|
zhengshuxin
|
0ee5ee6620
|
fixed bug when closing DNS client and using aio but the aio has been freed.
|
2020-09-01 16:25:39 +08:00 |
|
shuxin zheng
|
7f5434c8de
|
don't call load() in static polarssl
|
2020-08-25 10:27:32 +08:00 |
|
shuxin zheng
|
01c8f631ce
|
use mbedtls in dynamic as default
|
2020-08-25 10:24:30 +08:00 |
|
shuxin zheng
|
cb43c1fe45
|
add one demo for testing ssl module when using static mebedtls library.
|
2020-08-25 10:22:27 +08:00 |
|
shuxin zheng
|
58754c8952
|
fixed bug in mbedtls_conf.cpp when using static mbedtls library.
|
2020-08-25 10:20:47 +08:00 |
|
shuxin zheng
|
156599a9c9
|
enable ssl for Android
|
2020-08-24 14:33:54 +08:00 |
|
zhengshuxin
|
1fcd4d59b0
|
add cname in dns module
|
2020-08-24 12:05:52 +08:00 |
|
shuxin zheng
|
24124b87e7
|
format code, replace "\n" with "\r\n" for all source files.
|
2020-08-21 14:55:03 +08:00 |
|
shuxin zheng
|
435e4ff4aa
|
optimize app/wizard
|
2020-08-21 14:51:09 +08:00 |
|