zhengshuxin
|
68a8e932ac
|
Use acl_fiber_yield() when calling acl_fiber_delay(0).
|
2024-06-19 11:37:54 +08:00 |
|
郑树新
|
59ba4c140d
|
Build Windows GUI demos.
|
2024-06-16 18:47:26 +08:00 |
|
zhengshuxin
|
83aef8288b
|
Add some operations between acl::string and std::string.
|
2024-06-10 20:47:32 +08:00 |
|
zhengshuxin
|
152a2a2b4f
|
Add more functions for acl::string.
|
2024-06-10 19:37:18 +08:00 |
|
shuxin zheng
|
eb934d9601
|
Optimize split namevalue string.
|
2024-06-05 09:39:50 +08:00 |
|
shuxin zheng
|
fe5fea4a87
|
Test SSL SNI check.
|
2024-05-27 09:21:57 +08:00 |
|
shuxin zheng
|
533aa0d08a
|
Add API of setting/getting context for each SSL IO object.
|
2024-05-27 09:06:15 +08:00 |
|
zhengshuxin
|
e81cc716da
|
Optimize SSL SNI checking process.
|
2024-05-26 23:10:41 +08:00 |
|
shuxin zheng
|
db9a32702b
|
Add sni checking process before SSL handshake.
|
2024-05-25 16:19:25 +08:00 |
|
shuxin zheng
|
58058dde10
|
Fixed one bug in openssl_io.cpp when seting IO timeout by setsockopt.
|
2024-05-25 11:26:08 +08:00 |
|
zhengshuxin
|
59634b0ac8
|
Fixed one bug in acl_fiber_signum() API.
|
2024-05-24 18:44:32 +08:00 |
|
shuxin zheng
|
98f98a9e64
|
Optimize and test for harmonyOS.
|
2024-04-27 16:41:39 +08:00 |
|
zhengshuxin
|
687250daf7
|
Try to use flock first to lock file.
|
2024-04-24 11:56:23 +08:00 |
|
zhengshuxin
|
0e96092516
|
Try to use flock first to avoid the bugs in fcntl.
|
2024-04-24 11:35:03 +08:00 |
|
zhengshuxin
|
a30e1e6efb
|
Add null check in fstream.cpp
|
2024-04-22 17:53:24 +08:00 |
|
shuxin zheng
|
28558ae7d7
|
test file lock.
|
2024-04-22 16:52:03 +08:00 |
|
zhengshuxin
|
dcce3ea081
|
Optimize make build.
|
2024-04-16 10:48:06 +08:00 |
|
zhengshuxin
|
37dada83f2
|
Optimize cmake building.
|
2024-04-16 10:12:29 +08:00 |
|
zhengshuxin
|
a6d6a527c2
|
logger_test1, logger_test12 should be added in ACL_LOGGER_MACRO_OFF conditional compilinng.
|
2024-04-15 14:21:29 +08:00 |
|
zhengshuxin
|
6c856c9d01
|
Add conditional compiling to disable logger_xxx macros by define ACL_LOGGER_MACRO_OFF to avoid collsion with other third libs.
|
2024-04-12 18:17:46 +08:00 |
|
zhengshuxin
|
640854d506
|
Build on windows.
|
2024-04-11 18:07:50 +08:00 |
|
zhengshuxin
|
a085215c1e
|
Add conditional compiling for COSMOCC.
|
2024-04-11 18:01:14 +08:00 |
|
zhengshuxin
|
434760abe8
|
Don't warn when the reserved's size bigger than the pool's size in acl_dbuf_pool_reset().
|
2024-04-10 18:34:25 +08:00 |
|
shuxin zheng
|
b0646b76d7
|
Add one script for cleaning tmp files for harmony.
|
2024-04-08 15:31:02 +08:00 |
|
shuxin zheng
|
94a47b7d85
|
Optimize cmake build.
|
2024-04-08 15:19:30 +08:00 |
|
zhengshuxin
|
3300ade550
|
Optimize cmake building.
|
2024-04-06 21:48:42 +08:00 |
|
zhengshuxin
|
19b88135b6
|
Test building process.
|
2024-04-04 16:44:43 +08:00 |
|
shuxin zheng
|
ab1b33ecf9
|
Modify readme.md
|
2024-04-04 15:50:42 +08:00 |
|
zhengshuxin
|
6895b115ed
|
optimize acl building.
|
2024-04-04 15:38:58 +08:00 |
|
shuxin zheng
|
af28e0a6ce
|
Optimize project's building.
|
2024-04-04 15:28:22 +08:00 |
|
shuxin zheng
|
84327cacb7
|
Build lib_acl ok by xcode.
|
2024-04-02 18:54:28 +08:00 |
|
shuxin zheng
|
a2de0a120c
|
Build ok by Android Studio.
|
2024-04-02 18:30:24 +08:00 |
|
zhengshuxin
|
bef360157d
|
Add install options after built by cmake.
|
2024-04-02 17:40:52 +08:00 |
|
zhengshuxin
|
7a4ffa4511
|
Add conditional compiling for set_sock_timeo in openssl_io.cpp
|
2024-04-02 09:44:54 +08:00 |
|
zhengshuxin
|
c47609ad20
|
Modify comments.
|
2024-03-30 12:49:17 +08:00 |
|
zhengshuxin
|
8a2ec846df
|
Test openssl module in lib_acl_cpp.
|
2024-03-30 12:39:40 +08:00 |
|
zhengshuxin
|
9e4c422722
|
Use setsockopt as the default way to control IO timeout.
|
2024-03-30 10:56:31 +08:00 |
|
zhengshuxin
|
8b2cf27e26
|
Optimize IO timeout process in fiber.
|
2024-03-28 11:34:19 +08:00 |
|
zhengshuxin
|
52f5824fa4
|
Don't call delete readwrite operations in fiber_wait_read, fiber_wait_write.
|
2024-03-27 18:34:44 +08:00 |
|
zhengshuxin
|
72ded83474
|
Test IO timeout.
|
2024-03-26 11:37:30 +08:00 |
|
zhengshuxin
|
e391b1a7de
|
Optimize setsockopt timeout in openssl_io.cpp.
|
2024-03-26 09:57:55 +08:00 |
|
shuxin zheng
|
0be537a92c
|
Test IO timeout by setting setsockopt on MacOS.
|
2024-03-25 18:02:07 +08:00 |
|
zhengshuxin
|
661229ace2
|
Test OpenSSL timeout in fiber mode.
|
2024-03-25 17:57:10 +08:00 |
|
zhengshuxin
|
4c41c86bc0
|
Use setsockopt to set the IO timeout for OpenSSL module.
|
2024-03-25 17:53:44 +08:00 |
|
zhengshuxin
|
1f7ad7098b
|
Optimize setsockopt for setting IO timeout in fiber.
|
2024-03-25 17:48:01 +08:00 |
|
zhengshuxin
|
b0082d21bc
|
Reset r_timeout/w_timeout after poll finishing.
|
2024-03-25 15:17:58 +08:00 |
|
zhengshuxin
|
f7563f1bc1
|
w_timeout should be set when writing data in iouring mode.
|
2024-03-25 15:11:34 +08:00 |
|
zhengshuxin
|
c3d26188fd
|
Test OpenSSL.
|
2024-03-25 11:37:33 +08:00 |
|
zhengshuxin
|
db39550fe4
|
Test OpenSSL
|
2024-03-25 09:46:53 +08:00 |
|
zhengshuxin
|
a9f32a8b91
|
Add one demo for testing setsockopt.
|
2024-03-24 09:46:48 +08:00 |
|