Commit Graph

2605 Commits

Author SHA1 Message Date
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
shuxin   zheng
77c95b1908 add one demo for testing rfc1035 2020-08-21 09:05:32 +08:00
zhengshuxin
3e348afc23 add RFC1035_TYPE_CNAME in rfc1035.c 2020-08-20 15:12:22 +08:00
shuxin   zheng
bcca9dd6b4 add doh rfc8848 2020-08-19 17:19:06 +08:00
shuxin   zheng
e8445eb07e fixed bug for redis command "ROLE" in redis_role.cpp 2020-08-17 23:36:20 +08:00
shuxin   zheng
bb2aa45424 when one redis node wasn't set, then using the first redis node's config. 2020-08-17 12:00:27 +08:00
shuxin   zheng
2a86707bf2 fixed one bug in redis module that all the redis servers' addrs should be set after the module was rewrote. 2020-08-17 11:53:11 +08:00
shuxin   zheng
cb94da34ce format code 2020-08-17 09:52:17 +08:00
shuxin   zheng
b266a9461f fixed one compiling error 2020-08-13 16:02:50 +08:00
zhengshuxin
a86ca6dab0 fixed bug in events_timer.c, events_timer_thr.c 2020-08-13 11:52:16 +08:00
shuxin   zheng
0f5ee564a9 correct comments in acl-libs.spec 2020-08-11 17:59:38 +08:00
shuxin   zheng
430ea2efb0 release 3.5.1-7 for fixing one bug in event_timer.c/event_timer_thr.c 2020-08-11 17:55:44 +08:00