Commit Graph

3975 Commits

Author SHA1 Message Date
zhengshuxin
cf4747a89c Test blocking socket for threads service. 2023-11-11 22:44:39 +08:00
郑树新
83d5e4bba9 Fixed the bug in threads service on windows platform. 2023-11-11 22:27:23 +08:00
zhengshuxin
52f0e713f8 Don't append '\0' in string::truncate(). 2023-11-06 22:16:01 +08:00
zhengshuxin
11a066390a Use void* to replace MYSQL* db_mysql.hpp to avoid type define collision when compiling acl_cpp module. 2023-11-06 22:12:40 +08:00
zhengshuxin
cb514a856d Modify comments. 2023-11-02 10:45:30 +08:00
zhengshuxin
c88263f251 Add sync kill mode for killing one suspended fiber. 2023-11-02 10:42:40 +08:00
zhengshuxin
70225a813c fixed one bug in db_mysql::load() which should return bool 2023-10-30 12:32:42 +08:00
zhengshuxin
d4dfe8c7a6 Use syscall other dysym to avoid being blocked when use tcmalloc to debug app. 2023-10-30 10:44:39 +08:00
zhengshuxin
3b9fc38646 Fixed one compiling error in db_mysql::load() for which should return bool when db_mysql has been disabled. 2023-10-30 09:15:07 +08:00
zhengshuxin
815d277564 dbuf_pool can only be freed when it is created internal in dbuf_guard. 2023-10-27 17:37:52 +08:00
zhengshuxin
de715fa70d Release 3.6.1-6 rpm package. 2023-10-20 18:15:39 +08:00
zhengshuxin
0811adc58d Add newline on http_hdr_req.c file. 2023-10-20 18:09:21 +08:00
zhengshuxin
81e8d32bdc Release 3.6.1-6 version. 2023-10-20 18:02:47 +08:00
shuxin   zheng
812dd892e7 test js ws. 2023-10-20 14:03:01 +08:00
shuxin   zheng
551d285833 Add bool return for load() API in db module. 2023-10-18 14:27:29 +08:00
shuxin   zheng
ee0565d169 Fixed one dead loop bug in mqtt_connect.cpp. 2023-10-17 16:30:56 +08:00
zhengshuxin
1cf20f39fc Remove debug log info in openssl_io.cpp. 2023-10-17 14:44:46 +08:00
zhengshuxin
943714a932 Add prefix for avl_xxx to avoid libs conlition with the others including the same avl lib. 2023-10-13 15:23:52 +08:00
zhengshuxin
f0eff2dd9f Add fiber_ prefix in the avl_xxx to avoid conlistion with other lib including avl.c 2023-10-13 14:35:06 +08:00
zhengshuxin
d90a1aad60 Fixed one compiling warning by gcc13.x 2023-10-07 11:50:53 +08:00
zhengshuxin
fe9004ffb6 Redifine acl::shared_stream for c++11 using. 2023-09-26 10:44:15 +08:00
zhengshuxin
3e782a567b Add debug info for redis_builder tool. 2023-09-22 16:22:45 +08:00
zhengshuxin
4905a7cb8f Change "uname -p" to "uname -m" to guess the OS type of Unix. 2023-09-20 19:00:34 +08:00
shuxin   zheng
52c9da8e3e Compile demo on mac 2023-09-20 18:42:04 +08:00
zhengshuxin
217dc1aa65 Add multicast in master udp service. 2023-09-20 18:23:03 +08:00
zhengshuxin
264ec4f36f Add and test multicase socket. 2023-09-20 17:21:27 +08:00
zhengshuxin
30de5d2967 Merge branch 'master' of gitee:zsxxsz/acl into gitee-master 2023-09-20 16:53:48 +08:00
shuxin   zheng
e78c53d659 Add more functions for multicast. 2023-09-20 16:53:15 +08:00
zhengshuxin
f9c40ff9f5 Move demo of udp/server. 2023-09-20 15:22:09 +08:00
shuxin   zheng
fff2bed41b Adding multicast ... 2023-09-20 15:15:11 +08:00
zhengshuxin
e5938c9f87 Add conditional compiling for including <libproc.h> on MacOS. 2023-09-18 14:39:05 +08:00
shuxin   zheng
f50da19dbb Using proc_pidpath() API to get the path of the running process, thanks to wfeii1980. 2023-09-15 15:58:23 +08:00
zhengshuxin
a2f83279cc Optimize redis_client_pipeline when no redis node got in the beginning. 2023-09-13 17:52:50 +08:00
zhengshuxin
74fea49d62 Fixed bugs in redis_client_pipeline when handling redis node down. 2023-09-13 17:19:19 +08:00
zhengshuxin
e47725fc1f Rename demo base64 to coder. 2023-09-11 16:10:39 +08:00
zhengshuxin
bb8d44962f Update the installing path. 2023-09-11 14:47:27 +08:00
zhengshuxin
3873a15da5 -lfiber should be after the -lacl for hooking IO process. 2023-09-11 14:40:50 +08:00
shuxin   zheng
171fb80b82 Add demo in acl_cache2.h 2023-09-05 10:51:39 +08:00
shuxin   zheng
95c4fd926b Rename base64 demo to coder. 2023-09-05 10:35:22 +08:00
zhengshuxin
635f3cbbbd test https 2023-09-03 21:20:35 +08:00
zhengshuxin
fe6080522f Add lock API for ACL_HTABLE. 2023-09-03 17:22:37 +08:00
zhengshuxin
55f3ef473b mod test sample. 2023-08-24 18:52:19 +08:00
zhengshuxin
038edbb9e1 fixed one compiling error in http moduel 2023-08-24 17:20:16 +08:00
shuxin   zheng
dcf6ae2c51 test acl memdb module. 2023-08-24 11:29:17 +08:00
shuxin   zheng
c79eaac19c Decrease buff size for http module from 8k to 4k; format codes style. 2023-08-23 14:13:49 +08:00
shuxin   zheng
1705f9b56e Decreate http read buff's size for shared stack fiber mode. 2023-08-23 10:46:16 +08:00
shuxin   zheng
267e017340 Add acl_htable_enter_r2() in lib_acl. 2023-08-22 10:09:41 +08:00
zhengshuxin
6a4619f2ed Remove debug info. 2023-08-21 18:39:09 +08:00
zhengshuxin
7ff5b828f6 testing... 2023-08-20 00:47:33 +08:00
shuxin   zheng
d8442a91b9 Merge branch 'master' of gitee:zsxxsz/acl into gitee-master 2023-08-18 13:51:25 +08:00