Commit Graph

3854 Commits

Author SHA1 Message Date
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
shuxin   zheng
df2e25ea69 Add lost logo. 2023-08-18 13:51:05 +08:00
zhengshuxin
cfa0168499 Merge branch 'master' of gitee:zsxxsz/acl into gitee-master 2023-08-18 13:49:39 +08:00
shuxin   zheng
599e6dae0f Remove pkv from acl project because it has been a independent project now. 2023-08-18 13:48:45 +08:00
zhengshuxin
0b400c045e just update. 2023-08-16 17:33:45 +08:00
zhengshuxin
a8f80c1e48 Release 3.6.1-5 version. 2023-08-16 17:15:07 +08:00
zhengshuxin
637116225a Don't abort when some error happened in zlib_stream, just return error. 2023-08-16 16:45:53 +08:00
zhengshuxin
5afa78e155 test db module in pkv. 2023-08-13 19:18:41 +08:00
zhengshuxin
d75199bfef test pkv. 2023-08-13 15:54:19 +08:00
zhengshuxin
1faee05da6 pkv supports multiple threads for wdb. 2023-08-12 20:22:59 +08:00
zhengshuxin
332cfeb418 test pkv. 2023-08-12 16:04:34 +08:00
zhengshuxin
b73aa608ec Add test text file for pkv 2023-08-12 15:28:09 +08:00
zhengshuxin
57ce08e096 move c++_patch.h to root path in pkv. 2023-08-12 15:16:13 +08:00
zhengshuxin
ba66df4b15 Optimize and test pkv. 2023-08-12 15:10:11 +08:00
shuxin   zheng
bea5bb40ae build pkv on macos 2023-08-10 18:17:58 +08:00
zhengshuxin
753032ac5e optimize hash&key in pkv. 2023-08-08 20:52:28 +08:00
zhengshuxin
ef5724e66f compile pkv 2023-08-08 08:11:34 +08:00
zhengshuxin
14b0153bd5 Optimize and test pkv. 2023-08-08 08:01:10 +08:00
zhengshuxin
6044925cd9 Optimize and test dao module in pkv. 2023-08-06 14:44:51 +08:00
zhengshuxin
9a4b22c1f9 Test using yyjson in pkv. 2023-08-05 22:05:38 +08:00
zhengshuxin
ccefbdd2b6 optimize and test pkv. 2023-08-05 14:44:03 +08:00
zhengshuxin
3e494f12db optimize and test pkv. 2023-08-03 09:19:12 +08:00