Commit Graph

753 Commits

Author SHA1 Message Date
郑树新
04aaede734 optimize fiber module by hooking system API on windows 2021-08-19 21:45:41 +08:00
郑树新
2d04980910 optimizing fiber module 2021-08-18 16:07:35 +08:00
zhengshuxin
5e18c5a939 fixed bug where memory leaking happened that rnd_ should be freed in mbedtls_conf::~mbedtls_conf() 2021-08-12 13:38:17 +08:00
shuxin   zheng
4c77dbae17 pollfd be set should in loop which maybe more safety. 2021-08-10 16:51:02 +08:00
shuxin   zheng
13fc004f04 optimize acl_read_poll_wait() for MacOS with slice timed waiting. 2021-08-10 11:16:05 +08:00
shuxin   zheng
e6a8935111 make acl_msg.c more safety by add va_copy() macro 2021-07-16 11:02:11 +08:00
zhengshuxin
8dd1d0a329 modify time stamp in acl_init.c 2021-07-13 16:18:46 +08:00
郑树新
6a1c34168f build acl by vc2019 2021-07-13 15:09:46 +08:00
shuxin   zheng
506c63a0fe the connect and read/write timeout can use ms 2021-07-09 18:27:11 +08:00
shuxin   zheng
cc5619cf18 add one warning log when length too large for acl_vstring_memcat 2021-07-06 15:11:02 +08:00
zhengshuxin
7e72a9ad95 release acl 3.5.3-0 version 2021-06-24 16:44:13 +08:00
shuxin   zheng
eb074943af correct comments headers 2021-06-22 16:07:34 +08:00
shuxin   zheng
79b4a260eb format output 2021-06-22 09:08:34 +08:00
shuxin   zheng
53ca1e811e add comments in header 2021-06-21 10:40:02 +08:00
shuxin   zheng
fa9724c0c7 add acl_cpp_verbose() 2021-06-21 09:36:15 +08:00
zhengshuxin
a05c0ec9c2 optimize memory pool module 2021-06-18 19:05:48 +08:00
shuxin   zheng
dd6b6f913a optimize memory module 2021-06-18 14:52:21 +08:00
郑树新
58f0fa8798 add lost file and fixed one bug in rfc1035 2021-06-16 14:40:04 +08:00
shuxin   zheng
813445f2c5 ignore ACL_EVENT_XCPT when can_read_fn returns ok in can_read_callback. 2021-06-03 14:10:10 +08:00
shuxin   zheng
724ca3f016 don't call READ_IOCP_CLOSE() macro when got ACL_EVENT_XCPT event in can_read_callback, just let 'can_read_fn' to trigger a closing process which is useful for reading ICMP package when found a error by poll. 2021-06-02 16:57:49 +08:00
shuxin   zheng
2663fc923a add cname in acl_rfc1035_build_reply() in acl_rfc1035.c 2021-06-02 16:53:31 +08:00
shuxin   zheng
e1fdd70000 modify acl_dns_lookup()/acl_dns_lookup2() 2021-05-31 10:56:27 +08:00
shuxin   zheng
6385c33c81 add cname type in acl_rfc1035_build_reply 2021-05-26 17:28:57 +08:00
shuxin   zheng
285e3aaf29 add cname node in dns module 2021-05-26 15:52:48 +08:00
shuxin   zheng
fb3a64ebf9 add timeout when calling acl_sane_socketpair() for Windows platform 2021-05-25 15:12:45 +08:00
shuxin   zheng
686abe9cf0 optimize AAAA resolving 2021-05-20 17:16:19 +08:00
shuxin   zheng
82eb342d0f acl_dns.c support lookup for AAAA record 2021-05-20 15:21:09 +08:00
shuxin   zheng
b5acca8789 don't warning for null ips in acl_rfc1035_build_reply() of acl_rfc1035.c 2021-05-17 16:34:07 +08:00
zhengshuxin
e1a38c09e0 don't return NULL if rcode is 3 in acl_rfc1035.c 2021-05-17 16:01:41 +08:00
shuxin   zheng
6d95d2ef26 fixed bug in dns module 2021-05-14 14:02:48 +08:00
shuxin   zheng
fa6b9ee7ea add one demo to test acl_gethostbyname() 2021-05-12 17:08:00 +08:00
shuxin   zheng
07b0ac1508 AAAA can be resolved when using localDNS 2021-05-12 17:05:07 +08:00
shuxin   zheng
116ae826ff correct bug in fdmap.c 2021-04-27 15:11:06 +08:00
shuxin   zheng
46b728c63c don't fatal when fd extend the limits in fdmap 2021-04-27 14:48:41 +08:00
shuxin   zheng
b3e795a099 optimize json module 2021-03-28 11:41:11 +08:00
shuxin   zheng
9b835c8e8a optimize json module 2021-03-28 00:02:43 +08:00
shuxin   zheng
c4993fd694 fixed one bug in json module. 2021-03-27 15:59:42 +08:00
zsxxsz
34c55ccf0e build ok by vc2003 2021-03-07 21:26:26 +08:00
zhengshuxin
ed79cc3834 build ok on windows platform. 2021-02-23 14:30:00 +08:00
shuxin   zheng
62554834b7 fixed one bug for windows when using WSAPoll 2021-02-23 14:00:11 +08:00
zhengshuxin
dbf91ceca8 use -Wanalyzer in gcc to check some warning in acl 2021-02-13 15:15:14 +08:00
zhengshuxin
4ce5e20917 build ok for windows 2021-02-10 20:32:36 +08:00
zhengshuxin
f885500cf9 optimize codes 2021-02-10 19:58:56 +08:00
zhengshuxin
9700eaf8a2 format code 2021-02-10 19:16:37 +08:00
zhengshuxin
0f079be4a8 test event timer 2021-02-10 13:57:46 +08:00
zhengshuxin
8b3de764ed test event timer 2021-02-10 13:43:33 +08:00
zhengshuxin
6a95fde6f4 test event timer 2021-02-09 18:49:54 +08:00
zhengshuxin
ebd5b20c60 optimize and test event timer 2021-02-09 18:41:21 +08:00
zhengshuxin
16907cf22c Merge branch 'gitee-upstream-master' into gitee-master 2021-02-09 15:08:05 +08:00
zhengshuxin
b59c22ae1a rewriting event timer module 2021-02-09 15:07:10 +08:00