Commit Graph

681 Commits

Author SHA1 Message Date
zhengshuxin
ce7c7c093a fixed bug in fiber dns module 2020-10-22 15:02:58 +08:00
郑树新
9d8a94786c add read timeout when reading from UDP socket. 2020-10-21 22:27:55 +08:00
zhengshuxin
a9b2a20963 rewrite dns module 2020-10-20 18:30:00 +08:00
shuxin   zheng
cccec9661c rewriting dns module. 2020-10-20 17:22:07 +08:00
shuxin   zheng
d13dd6586a adding dns module 2020-10-19 18:43:30 +08:00
shuxin   zheng
4f6c47c68a make rfc1035 as a open API of acl 2020-10-19 13:34:18 +08:00
shuxin   zheng
4ee781d55a rewriting dns module 2020-10-18 19:51:05 +08:00
zhengshuxin
33456cc3af support inet6 in DNS module 2020-10-18 18:23:24 +08:00
shuxin   zheng
b1fbe89645 rewrite rfc1035 module in acl 2020-10-18 11:42:55 +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
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
858bcc7a94 add projects for vc2019 2020-09-16 16:25:20 +08:00
shuxin   zheng
a302311024 Merge branch 'master' of gitee:zsxxsz/acl into gitee-master 2020-09-06 22:14:10 +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
cb43c1fe45 add one demo for testing ssl module when using static mebedtls library. 2020-08-25 10:22:27 +08:00
zhengshuxin
1fcd4d59b0 add cname in dns module 2020-08-24 12:05:52 +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
zhengshuxin
a86ca6dab0 fixed bug in events_timer.c, events_timer_thr.c 2020-08-13 11:52:16 +08:00
shuxin   zheng
df5562cb45 make event timer more safety when user can cancel another timer in one timer. 2020-08-11 17:21:57 +08:00
shuxin   zheng
88182f8c4f test event timer 2020-08-11 17:21:04 +08:00
shuxin   zheng
3a54a1e83c fp->read_ready should be set 0 in acl_file_read 2020-08-11 17:20:22 +08:00
shuxin   zheng
f04e7c4d50 format code 2020-08-11 17:20:08 +08:00
shuxin   zheng
8011acd6d8 format code 2020-08-11 14:43:34 +08:00
shuxin   zheng
9b6bebda02 format code 2020-08-11 14:40:17 +08:00
shuxin   zheng
37b751be64 format code style. 2020-08-11 14:24:18 +08:00
zhengshuxin
d800ca468e use MD compiling options for all vc projects 2020-08-06 15:42:37 +08:00
unknown
556ec95a93 modify projects 2020-08-06 14:13:31 +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
84b4969dd7 test cache2 demo 2020-07-16 12:27:14 +08:00
zhengshuxin
9fc01c5d9b don't fatal when input is invalid in acl_aio.c 2020-07-16 11:52:23 +08:00
shuxin   zheng
2e70cef3e7 don't warn in acl_atomic.c for MacOS 2020-07-13 16:05:14 +08:00
zhengshuxin
957e18a8c8 test ACL_CACHE2 iterator 2020-07-07 18:23:20 +08:00
shuxin   zheng
f3f8cc2219 markmeson added WSAPoll for vc2003 2020-07-06 18:23:33 +08:00
郑树新
6b76350e72
Merge pull request #15 from markmeson/wsapoll
Add WSAPoll for pre-Vista Windows
2020-07-06 18:07:35 +08:00
shuxin   zheng
f739ddd36a fixed one compiling error for Windows 2020-07-06 15:39:53 +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
a409da3010 add SNI support in mbedtls module 2020-07-01 16:45:26 +08:00
shuxin   zheng
050f756d43 fixed bug in acl_dns.c for crashing when socket was closed. 2020-07-01 15:57:57 +08:00
shuxin   zheng
6676fa22d1 atomic can be suitble for more platform. 2020-06-28 15:52:24 +08:00