Commit Graph

1950 Commits

Author SHA1 Message Date
zhengshuxin
2881e8dff4 acl_aio_connect.c: support try to connect multiple IPs resolved until one was connected successfully. 2019-05-26 23:55:02 +08:00
zhengshuxin
1a88d6155c add http client for request async. 2019-05-24 18:12:08 +08:00
zhengshuxin
ec6462f3e6 aio connect support resolving domain name async. 2019-05-24 16:59:47 +08:00
zhengshuxin
56004197a3 add one aio connect sample 2019-05-24 16:59:26 +08:00
zhengshuxin
f5af5cc3ba optimize package size for Mobile by adding optional compiling 2019-05-20 11:12:35 +08:00
郑树新
32c8564bbb optimize compiling size of package for Android 2019-05-20 11:09:05 +08:00
zhengshuxin
b1b7d08a0c compiling optimization to get smaller library's size 2019-05-19 16:54:20 +08:00
zhengshuxin
b71b8840bf replace assert with abort 2019-05-18 22:03:53 +08:00
zsxxsz
9db332e764 Merge branch 'master' of https://github.com/zhengshuxin/acl into github-zsx-master 2019-05-18 21:20:54 +08:00
zsxxsz
53583d8a9d add compiling macro option ACL_CLIENT_ONLY to decrease the library's size for
client software.
2019-05-18 21:19:21 +08:00
zhengshuxin
77240768e5 remove unused files 2019-05-18 17:03:28 +08:00
zhengshuxin
064a4c325c optimize fiber_sem 2019-05-17 11:11:03 +08:00
zhengshuxin
0ffeedfcd4 fixed bugs in fiber_sem.c/fiber_lock.c 2019-05-16 16:48:48 +08:00
zhengshuxin
0c89422256 redis_stream.cpp: optimize READGROUP/XREAD commands. 2019-05-14 11:28:55 +08:00
zhengshuxin
70d46d567b XREADGROUP/XREAD should be blocked when block is 0 2019-05-14 11:13:49 +08:00
郑树新
9b4d238793 compiling ok on vc 2019-05-09 14:30:45 +08:00
郑树新
60ef9e3b84 Merge branch 'master' of https://github.com/zhengshuxin/acl into github-zsx-master 2019-05-09 14:08:01 +08:00
郑树新
5b8f56ac27 merge 2019-05-09 14:07:27 +08:00
zhengshuxin
8b77b0456a safety & feature: add nocopyable limit for many class to avoid potential problem 2019-05-09 13:57:51 +08:00
zhengshuxin
81ee32453f acl_vstream.c: fixed bug in acl_vstream_fflush() where wbuf_dlen should be set 0 2019-05-06 09:37:46 +08:00
zhengshuxin
4760ac19c9 tcp_keeper: add sync parameter to control if connect the given addr directly 2019-04-30 17:54:08 +08:00
zhengshuxin
1eff8bee57 modify spec file 2019-04-28 16:19:13 +08:00
zhengshuxin
d62bb45cd6 tcp_keeper: fixed one bug in keeper_conn.cpp;
server_socket: remove one constructur method;
2019-04-28 16:17:17 +08:00
zsxxsz
ede94861d2 add zpopmin/zpopmax/bzpopmin/bzpopmax in redis_redis 2019-04-27 21:23:12 +08:00
zhengshuxin
1f2fa117a2 add speed checking for wiredtiger sample 2019-04-24 16:32:54 +08:00
zhengshuxin
fb629f93bc modify sample's link lib 2019-04-17 11:42:37 +08:00
zhengshuxin
f277d24ad5 modify blog 2019-04-13 21:02:08 +08:00
zhengshuxin
b6e1fe9f06 modify blog 2019-04-13 20:55:57 +08:00
zhengshuxin
74234976b7 modify blog 2019-04-13 20:48:03 +08:00
zhengshuxin
7169987584 modify blog 2019-04-13 20:42:31 +08:00
zhengshuxin
cbcb02e64e modify blog 2019-04-13 20:37:43 +08:00
zhengshuxin
c3b31edbf2 modify blog 2019-04-13 20:31:32 +08:00
zhengshuxin
d8d38a900b add blog for using fiber 2019-04-13 20:26:39 +08:00
zhengshuxin
34ebcc8bc4 fixed one bug in sample/ioctl_echo3/main.c -- by xiaohooGit 2019-04-10 21:43:13 +08:00
zhengshuxin
85a8557eba add benchmark for roccksdb and wiredtiger. 2019-04-04 13:23:22 +08:00
zhengshuxin
1771db6726 add sqlite benchmark testing case. 2019-04-01 15:20:19 +08:00
zhengshuxin
469accbc30 fixed bugs in redis_builder 2019-03-28 11:35:19 +08:00
zhengshuxin
87698216e0 fixed bugs in redis_builder for scanning redis keys 2019-03-28 11:20:05 +08:00
zhengshuxin
b41612415c add comments 2019-03-28 11:18:10 +08:00
zhengshuxin
c5c2659eb3 rename chunk_chain.cpp.cpp to chunk_chain.cpp 2019-03-20 13:55:17 +08:00
zhengshuxin
82110b5dbd modify samples 2019-03-18 17:03:23 +08:00
郑树新
75382fd8fd Merge branch 'master' into 'master'
Compatible with application/json and application/xml in http

See merge request !4
2019-03-14 16:17:39 +08:00
zsx
2f3038c1a4 add httpd_proxy sample. 2019-03-14 15:24:11 +08:00
zsx
c0437bb1de add sample box which can use acl::mbox, acl::tbox and acl::tbox_array 2019-03-14 10:17:36 +08:00
zsx
0dfd2d45c7 add tbox_array.hpp and tbox sample. 2019-03-13 10:28:51 +08:00
zsx
a5fd4abdb9 release acl 3.5.0! 2019-03-09 20:23:08 +08:00
zsx
71fc7510a2 prepare for releasing acl 3.4.2 version! 2019-03-09 14:12:34 +08:00
郑树新
59ea283a86 Build ok for vc 2019-03-08 11:17:32 +08:00
郑树新
f5da90a8b6 modify acl.iml for Android Studio 3.3.2 2019-03-07 17:27:50 +08:00
郑树新
47d62ccf27 add lost files for building on Android Studio 3.3.2. 2019-03-07 17:20:10 +08:00