zhengshuxin
|
635f3cbbbd
|
test https
|
2023-09-03 21:20:35 +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 |
|
zhengshuxin
|
7ff5b828f6
|
testing...
|
2023-08-20 00:47:33 +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
|
ccefbdd2b6
|
optimize and test pkv.
|
2023-08-05 14:44:03 +08:00 |
|
shuxin zheng
|
9cb57621ca
|
optimize and test pkv.
|
2023-08-01 16:06:17 +08:00 |
|
shuxin zheng
|
ae77f11667
|
Test wiredtiger vs rocksdb been used by pkv.
|
2023-07-27 15:56:49 +08:00 |
|
shuxin zheng
|
4d1505a2ae
|
Add wiredtiger db in pkv.
|
2023-07-27 14:34:53 +08:00 |
|
zhengshuxin
|
123ce39db2
|
optimize and test pkv
|
2023-07-24 18:42:07 +08:00 |
|
shuxin zheng
|
857f59e158
|
Write and test redis parser.
|
2023-07-20 19:24:18 +08:00 |
|
shuxin zheng
|
637c52a77d
|
Adding streaming redis parser.
|
2023-07-19 19:07:53 +08:00 |
|
shuxin zheng
|
f3f0b60f81
|
Use cmake files.
|
2023-07-19 14:17:29 +08:00 |
|
zhengshuxin
|
f2c6b54dba
|
Create pkv app to support redis protocol.
|
2023-07-19 09:54:14 +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
|
10c1655765
|
Release acl-3.6.1-3.
|
2023-06-06 11:21:11 +08:00 |
|
zhengshuxin
|
76f02f0401
|
Fixed bug in mbedtls_conf.cpp & openssl_conf.cpp in client mode.
|
2023-06-03 15:09:42 +08:00 |
|
zhengshuxin
|
dd8ba23dd7
|
pkt_id should be more 0 only in QOS1 or QOS2.
|
2023-05-31 10:01:06 +08:00 |
|
zhengshuxin
|
6fa297ae4d
|
Optimize wizard's template for http service.
|
2023-05-21 22:10:02 +08:00 |
|
zhengshuxin
|
a4bc2bd75c
|
test redis_pubsub
|
2023-05-15 13:45:41 +08:00 |
|
zhengshuxin
|
b11cdaa7e7
|
test redis_pubsub
|
2023-05-14 23:08:17 +08:00 |
|
zhengshuxin
|
aef4edb85a
|
test redis redis_pubsub.
|
2023-05-14 22:59:42 +08:00 |
|
zhengshuxin
|
4a52f59b50
|
test redis_pubsub
|
2023-05-13 22:59:07 +08:00 |
|
zhengshuxin
|
2a76327350
|
mysql_init API isn't thread-safely, so we should lock it before calling the API.
|
2023-04-21 18:51:13 +08:00 |
|
shuxin zheng
|
30e28278e9
|
Build ok for multiple platforms.
|
2023-04-17 16:28:35 +08:00 |
|
shuxin zheng
|
467ec6d741
|
Fixed bugs in mqtt module
|
2023-04-06 18:13:35 +08:00 |
|
zhengshuxin
|
39c749a13d
|
optimize the performance of redis_builder
|
2023-04-03 22:04:13 +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 |
|
zhengshuxin
|
49212d2210
|
Fixed one bug that the socket shouldn't be closed in mqtt_client.cpp when some IO errors happen.
|
2023-03-30 16:29:42 +08:00 |
|
zhengshuxin
|
66551ff234
|
build ok by cmake
|
2023-03-27 20:48:27 +08:00 |
|
zhengshuxin
|
2ac3eef044
|
Optimize htable module
|
2023-03-22 17:20:21 +08:00 |
|
zhengshuxin
|
3b4c518ab9
|
release 3.6.1.1 version
|
2023-03-21 10:47:46 +08:00 |
|
zhengshuxin
|
62107801c1
|
optimize codes.
|
2023-03-20 17:01:23 +08:00 |
|
shuxin zheng
|
639e1af308
|
Optimize objects' size in acl_cpp module.
|
2023-03-20 11:57:14 +08:00 |
|
zhengshuxin
|
815ef17fb9
|
fixed bug in redis_transaction::unwatch()
|
2023-03-08 14:25:04 +08:00 |
|
zhengshuxin
|
257b0bcbb9
|
Release acl 3.6.1-0 version
|
2023-03-08 11:51:17 +08:00 |
|
zhengshuxin
|
b9564cafd2
|
test redis pipeline mode.
|
2023-02-23 11:32:38 +08:00 |
|
zhengshuxin
|
0e052e155e
|
The main functions of redis_gateway is ok:)
|
2023-02-21 22:44:29 +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
|
489937e444
|
Optimize Makefile.
|
2023-02-14 16:36:24 +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 |
|