Commit Graph

2711 Commits

Author SHA1 Message Date
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
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
unknown
d4313ab4f6 fixed some compiling error by vc2015 2020-08-06 18:14:31 +08:00
shuxin   zheng
1beda872e0 fixed demo compiling error 2020-08-06 17:46:26 +08:00
zhengshuxin
d800ca468e use MD compiling options for all vc projects 2020-08-06 15:42:37 +08:00
zhengshuxin
427e88f6fd use DLL when build samples for vc projects 2020-08-06 15:19:17 +08:00
zhengshuxin
3a258945ee modify vc projects 2020-08-06 15:09:26 +08:00
unknown
743458c8c4 Merge branch 'master' of ssh://gitlab.qiyi.domain:10022/acl-dev/acl into master 2020-08-06 14:14:35 +08:00
unknown
556ec95a93 modify projects 2020-08-06 14:13:31 +08:00
unknown
fa249968f4 add zlib1.2.11 and rename old zlib path to zlib-1.2.8 2020-08-06 13:56:22 +08:00
zhengshuxin
75557603bb release 3.5.1-6 version 2020-08-05 12:01:55 +08:00
郑树新
a6976962cd fixed compiling error by vc2012 2020-07-26 16:28:16 +08:00
shuxin   zheng
4da1f56f0a fixed bug in redis_zset::zstore() 2020-07-24 11:49:40 +08:00
shuxin   zheng
a43a6af5ac add get_limit() in thread_pool to get the threads count limit in the threads pool. 2020-07-23 10:39:39 +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
zhengshuxin
cd5f386e7c test aio timer 2020-07-21 18:06:12 +08:00
zhengshuxin
22264b9ade testing redis pipeline 2020-07-21 00:00:09 +08:00
zhengshuxin
8995284180 test redis pipeline 2020-07-20 22:41:40 +08:00
zhengshuxin
6d596dc2e4 test pipeline 2020-07-20 17:55:12 +08:00
shuxin   zheng
d24c5c82e1 testing redis pipeline mode 2020-07-20 17:27:32 +08:00
shuxin   zheng
9be01f80e7 Merge remote-tracking branch 'remotes/github-upstream/master' into gitee-master 2020-07-20 11:49:11 +08:00
shuxin   zheng
4f2dd3649f rewrite redis_client_cluster/redis_command classes. 2020-07-20 11:21:47 +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
zhengshuxin
4296c6a536 add more methos in redis_hash 2020-07-16 10:43:00 +08:00
zhengshuxin
88c756a462 fixed compiling error for samples with ssl 2020-07-16 09:12:39 +08:00
shuxin   zheng
2e70cef3e7 don't warn in acl_atomic.c for MacOS 2020-07-13 16:05:14 +08:00
郑树新
fa56efeba3
Create FUNDING.yml 2020-07-13 08:48:08 +08:00
shuxin   zheng
47bf0b1149 don't use circle.yml 2020-07-13 08:39:20 +08:00
shuxin   zheng
5a1c3b7bf5 There's a better way to check if the given fd is socket, pipe or fifo. 2020-07-12 23:35:39 +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
zhengshuxin
71255d1f5d add one demo written by c++11 2020-07-06 16:02:08 +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
5a75632cca fixed compiling warning for invalid comments 2020-07-03 15:09:45 +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
7af9d5dec0 test ssl SNI 2020-07-02 15:44:44 +08:00