zhengshuxin
|
37ee4f42e6
|
test share stack of fiber
|
2023-04-04 19:08:26 +08:00 |
|
zhengshuxin
|
5de8370700
|
Optimize and test sharing stack of fiber.
|
2023-04-04 16:35:31 +08:00 |
|
zhengshuxin
|
39c749a13d
|
optimize the performance of redis_builder
|
2023-04-03 22:04:13 +08:00 |
|
zhengshuxin
|
4699c2f4c0
|
ETIMEDOUT should be used other than ETIME.
|
2023-03-31 23:18:38 +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
|
331e4826dc
|
Don't write some error log
|
2023-03-30 16:29:29 +08:00 |
|
zhengshuxin
|
8d371b0a17
|
Use ETIME other ETIMEDOUT on Unix-like OS.
|
2023-03-29 22:57:44 +08:00 |
|
zhengshuxin
|
66551ff234
|
build ok by cmake
|
2023-03-27 20:48:27 +08:00 |
|
zhengshuxin
|
922d1f196c
|
Add websocket supporting in the service's project created by wizard app.
|
2023-03-25 22:52:19 +08:00 |
|
shuxin zheng
|
639d2c9081
|
test unit_test for lib_acl on MacOS.
|
2023-03-22 17:57:55 +08:00 |
|
zhengshuxin
|
2ac3eef044
|
Optimize htable module
|
2023-03-22 17:20:21 +08:00 |
|
shuxin zheng
|
2486695cc0
|
Fixed one bug in fiber_mutex module where some resouce collision maybe happen.
|
2023-03-22 14:56:05 +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
|
60ef870ff5
|
build on macos
|
2023-03-19 23:01:02 +08:00 |
|
zhengshuxin
|
afeb562f8a
|
MacOS doesn't support CLOCK_REALTIME_COARSE, we should use CLOCK_REALTIME.
|
2023-03-19 22:56:13 +08:00 |
|
zhengshuxin
|
43dde62075
|
Optimeize peformance by using clock_gettime to replace gettimeofday
|
2023-03-19 21:21:11 +08:00 |
|
zhengshuxin
|
16bc2151a6
|
test clock_gettime vs gettimeofday
|
2023-03-19 20:51:23 +08:00 |
|
zhengshuxin
|
389158b1a3
|
Optimize fiber's performance by decreasing the count of calling gettimeofday.
|
2023-03-18 19:19:57 +08:00 |
|
zhengshuxin
|
2bee91ca73
|
building rpm package.
|
2023-03-13 11:39:45 +08:00 |
|
zhengshuxin
|
3dcc1ad6f5
|
building rpm package.
|
2023-03-13 11:35:04 +08:00 |
|
zhengshuxin
|
d93c771cb4
|
building rpm package.
|
2023-03-13 11:28:02 +08:00 |
|
zhengshuxin
|
f310e8f471
|
building rpm package
|
2023-03-13 11:23:42 +08:00 |
|
zhengshuxin
|
9f6df1f533
|
rpm package
|
2023-03-13 11:08:28 +08:00 |
|
zhengshuxin
|
815ef17fb9
|
fixed bug in redis_transaction::unwatch()
|
2023-03-08 14:25:04 +08:00 |
|
zhengshuxin
|
7ec8c3aa44
|
build acl on centos5.8, 6.6
|
2023-03-08 14:15:27 +08:00 |
|
zhengshuxin
|
257b0bcbb9
|
Release acl 3.6.1-0 version
|
2023-03-08 11:51:17 +08:00 |
|
zhengshuxin
|
0e8622f611
|
Fixed one bug in http module that the response's version wasn't got there.
|
2023-03-06 14:43:57 +08:00 |
|
zhengshuxin
|
b9ba574128
|
add one demo for testing split
|
2023-02-26 21:29:22 +08:00 |
|
zhengshuxin
|
d501547ca9
|
format code style
|
2023-02-26 21:29:04 +08:00 |
|
zhengshuxin
|
b9564cafd2
|
test redis pipeline mode.
|
2023-02-23 11:32:38 +08:00 |
|
zhengshuxin
|
d9fd1e005d
|
optimize redis_gateway
|
2023-02-22 15:39:03 +08:00 |
|
zhengshuxin
|
8a02069411
|
Test redis_gateway.
|
2023-02-21 22:59:58 +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
|
a7a48d53ba
|
Adding redis_gateway app.
|
2023-02-20 17:47:53 +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 |
|
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 |
|