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 |
|
zhengshuxin
|
581ea2eca0
|
Optimize IO timeout process by setsockopt.
|
2024-03-24 09:18:30 +08:00 |
|
shuxin zheng
|
1900bda152
|
Optimize IO timeout for hook API setsockopt().
|
2024-03-23 16:50:26 +08:00 |
|
shuxin zheng
|
904dfc103f
|
make wakeup_waiter more safety when timeout.
|
2024-03-23 16:49:39 +08:00 |
|
shuxin zheng
|
369b7b1038
|
Optimize IO cancel process in fiber module.
|
2024-03-23 15:27:36 +08:00 |
|
shuxin zheng
|
65f1027941
|
Change type the timer from unsigned to size_t.
|
2024-03-23 11:18:14 +08:00 |
|
zhengshuxin
|
1e886b9270
|
Add conditional compiling for socket write API to avoid blocked when writing data.
|
2024-03-22 18:55:55 +08:00 |
|
zhengshuxin
|
53dccd2fd3
|
Merge branch 'master' of gitee:zsxxsz/acl into gitee-master
|
2024-03-22 18:27:39 +08:00 |
|
zhengshuxin
|
3f2c682958
|
Don't show warning for dbuf module.
|
2024-03-22 18:27:06 +08:00 |
|
shuxin zheng
|
f17c5ed094
|
Support harmonyOS.
|
2024-03-20 18:09:28 +08:00 |
|
shuxin zheng
|
38ac362981
|
Rename acl project's name to acl_one for harmonyOS.
|
2024-03-20 10:22:14 +08:00 |
|
shuxin zheng
|
2a1b89bac6
|
Add project for harmonyOS.
|
2024-03-19 15:25:51 +08:00 |
|
shuxin zheng
|
35b5c73793
|
Support harmonyOS
|
2024-03-19 15:14:27 +08:00 |
|