shuxin zheng
|
551d285833
|
Add bool return for load() API in db module.
|
2023-10-18 14:27:29 +08:00 |
|
zhengshuxin
|
fe9004ffb6
|
Redifine acl::shared_stream for c++11 using.
|
2023-09-26 10:44:15 +08:00 |
|
shuxin zheng
|
e78c53d659
|
Add more functions for multicast.
|
2023-09-20 16:53:15 +08:00 |
|
shuxin zheng
|
fff2bed41b
|
Adding multicast ...
|
2023-09-20 15:15:11 +08:00 |
|
zhengshuxin
|
74fea49d62
|
Fixed bugs in redis_client_pipeline when handling redis node down.
|
2023-09-13 17:19:19 +08:00 |
|
shuxin zheng
|
637c52a77d
|
Adding streaming redis parser.
|
2023-07-19 19:07:53 +08:00 |
|
zhengshuxin
|
49d73b733e
|
Build sucessfully by clang with higher version.
|
2023-07-06 22:20:33 +08:00 |
|
zhengshuxin
|
c3980105f4
|
Removed the '\r\n' appended in json serialize.
|
2023-07-03 12:35:25 +08:00 |
|
zhengshuxin
|
855c3cbbd8
|
Add json_node remove API for json object.
|
2023-07-03 11:18:03 +08:00 |
|
zhengshuxin
|
316478aea4
|
format code.
|
2023-06-20 09:56:37 +08:00 |
|
zhengshuxin
|
8265c1c330
|
Use shared_ptr to protect socket_stream accepted.
|
2023-06-18 00:01:20 +08:00 |
|
zhengshuxin
|
6fa297ae4d
|
Optimize wizard's template for http service.
|
2023-05-21 22:10:02 +08:00 |
|
shuxin zheng
|
30e28278e9
|
Build ok for multiple platforms.
|
2023-04-17 16:28:35 +08:00 |
|
zhengshuxin
|
f4360ba693
|
Redis pipeline module can be used in sharing stack mode of fiber.
|
2023-03-31 21:51:45 +08:00 |
|
shuxin zheng
|
2573cb6656
|
redis pipeline mode shouldn't use stack object for sharing stack of fibers
|
2023-03-31 14:30:56 +08:00 |
|
shuxin zheng
|
639e1af308
|
Optimize objects' size in acl_cpp module.
|
2023-03-20 11:57:14 +08:00 |
|
zhengshuxin
|
118580492d
|
Writing redis_gateway ...
|
2023-02-21 19:11:21 +08:00 |
|
shuxin zheng
|
78c6fe1f1d
|
Optimize redis module
|
2023-02-20 17:45:32 +08:00 |
|
zhengshuxin
|
60fe8c720b
|
Support mbedtls-3.3.0.
|
2023-02-17 16:16:57 +08:00 |
|
zhengshuxin
|
10373e10d3
|
Optimize the compiling process.
|
2023-02-16 22:27:38 +08:00 |
|
zhengshuxin
|
ca4ba01f0a
|
Support multiple certs for mbedtls module.
|
2023-02-16 18:25:05 +08:00 |
|
zhengshuxin
|
ed00082adf
|
Optimize openssl module
|
2023-02-14 16:33:35 +08:00 |
|
zhengshuxin
|
525da0701c
|
Fixed bugs for double free in ~openssl_conf().
|
2023-02-14 09:57:42 +08:00 |
|
zhengshuxin
|
47e3a01aa9
|
Adding support multiple certs in mbedtls_conf...
|
2023-02-13 19:09:17 +08:00 |
|
zhengshuxin
|
c6d1b80c12
|
Fixed one bug when free ssl ctx in mbedtls_conf::~mbedtls_conf()
|
2023-02-13 17:06:30 +08:00 |
|
zhengshuxin
|
69876f60d2
|
Add get_libssl_handle/get_libcrypto_handle in openssl_conf class.
|
2023-02-13 15:47:37 +08:00 |
|
zhengshuxin
|
965b9837b1
|
tyr to use original struct type of mbedtls
|
2023-02-13 15:36:03 +08:00 |
|
zhengshuxin
|
1656fecf3c
|
Add get_ssl_ctxes() in openssl_conf
|
2023-02-13 14:33:13 +08:00 |
|
zhengshuxin
|
9ede57bf08
|
Optimize openssl module
|
2023-02-11 10:45:44 +08:00 |
|
zhengshuxin
|
e3f1f61fe1
|
Support loading multiple certificates for OpenSSL module of acl.
|
2023-02-10 23:57:02 +08:00 |
|
zhengshuxin
|
5245909f32
|
Optimize openssl_conf for adding multiple certs.
|
2023-02-09 19:02:30 +08:00 |
|
zhengshuxin
|
2bca98c50e
|
add new files into vs's projects
|
2022-11-21 23:14:35 +08:00 |
|
zhengshuxin
|
ea42500c68
|
optimize and test redis client pipeline mode with the new fiber_tbox with less eventfd.
|
2022-11-21 22:58:52 +08:00 |
|
zhengshuxin
|
8353981a96
|
optimize all box classes and redis_client_pipeline can create box by virtual create function.
|
2022-11-21 20:27:09 +08:00 |
|
zhengshuxin
|
a4493adef2
|
Merge branch 'github-upstream' into gitee-master
|
2022-10-18 15:49:26 +08:00 |
|
zhengshuxin
|
bc1d33f763
|
add reference protection for redis_pipeline_message used by consumer and producer.
|
2022-10-18 15:35:27 +08:00 |
|
zhengshuxin
|
51201161da
|
fixed one bug in redis_client_pipeline.hpp
|
2022-10-13 22:13:53 +08:00 |
|
zhengshuxin
|
0b1362ef19
|
test mysql
|
2022-09-27 18:02:45 +08:00 |
|
zhengshuxin
|
97028886a8
|
test openssl in fiber mode.
|
2022-08-29 18:40:15 +08:00 |
|
zhengshuxin
|
ae39d3ec94
|
optimize network IO module.
|
2022-08-29 17:09:02 +08:00 |
|
郑树新
|
026485c21e
|
compile acl on windows ok
|
2022-08-22 22:32:23 +08:00 |
|
zhengshuxin
|
faf0a7369d
|
optimize and test ssl module in acl
|
2022-08-22 22:03:38 +08:00 |
|
zhengshuxin
|
544597789d
|
optimize and test ssl module for openssl
|
2022-08-22 17:13:39 +08:00 |
|
zhengshuxin
|
9fbdfc6502
|
optimize and test openssl used in acl ssl module
|
2022-08-21 22:01:51 +08:00 |
|
zhengshuxin
|
8e6d37f1a0
|
optimize ssl module
|
2022-08-21 17:34:05 +08:00 |
|
zhengshuxin
|
a1b09b743e
|
optimize ssl module
|
2022-08-20 21:32:08 +08:00 |
|
zhengshuxin
|
5dcdc47999
|
begin to support openssl ...
|
2022-08-20 19:31:37 +08:00 |
|
zhengshuxin
|
6486e520f8
|
format code.
|
2022-08-19 10:28:04 +08:00 |
|
shuxin zheng
|
32b521c40b
|
add another push_back(unsigned char, bool) in string
|
2022-07-26 17:30:54 +08:00 |
|
zhengshuxin
|
ed8a821d60
|
add explicit for acl::string(size_t n)
|
2022-07-22 09:55:12 +08:00 |
|