29 Commits

Author SHA1 Message Date
liucc1997
5280840419 rpc socket set CLOEXEC 2024-11-07 06:14:26 +00:00
496148326@qq.com
af79acdb96 when client fd timeout, after trigger epoll event, set fd to -1 to avoid trigger again in destory function 2024-10-23 10:25:34 +00:00
obdev
1e94d64dc3 [CP][FEAT MERGE] 42x ipv6完善 2024-03-19 08:39:37 +00:00
obdev
782cd89b27 fix the issue that ussl will close socket twice 2024-02-22 06:46:11 +00:00
obdev
c46b81b2db fix the core when acceptfd_sk_t->ep is null and dereference it in acceptfd_sk_delete 2024-02-09 10:08:25 +00:00
obdev
58a5d44e67 when rpc_server_authentication_method has none, server does notverify client identity 2024-02-07 21:31:12 +00:00
obdev
04ba1bb648 [FEAT MERGE] rpc authentication improvement 2024-02-07 16:35:49 +00:00
ZenoWang
c8ef409bf3 Do not report ERROR when sample rate equals 100 2024-02-06 14:49:36 +00:00
496148326@qq.com
165bd11da4 fix the core when acceptfd_sk_t->ep is null and dereference it in acceptfd_sk_delete 2024-01-15 06:42:49 +00:00
496148326@qq.com
e250ff7f6d when rpc_server_authentication_method has none, server does notverify client identity 2023-12-18 14:04:23 +08:00
496148326@qq.com
e03554cea8 [FEAT MERGE] rpc authentication improvement 2023-12-12 03:31:09 +00:00
496148326@qq.com
ec5347d5ef [CP] fix the issue that encrypted login request from client will be unprocessed when sql protocl use ssl 2023-11-13 12:39:14 +00:00
496148326@qq.com
cd2bd6c1d1 fix known defect of ussl_loop part II 2023-10-10 07:40:21 +00:00
496148326@qq.com
669030309a fix some known defects of ussl_loop part I 2023-10-09 12:43:35 +00:00
496148326@qq.com
a4561fe900 if accept fd has error, do not remove it from epoll may cause core 2023-09-25 03:09:56 +00:00
496148326@qq.com
72b55c00fe when use SSL_IO mode to encrypt channel, SSL_write return SSL_ERROR_WANT_WRITE will return 0 bytes and connection will be closed 2023-09-20 15:51:58 +00:00
obdev
81b8923b14 [FEAT MERGE] system resource optimization
Co-authored-by: tushicheng <18829573815@163.com>
Co-authored-by: HaHaJeff <jeffzhouhhh@gmail.com>
Co-authored-by: dimstars <liangjinrongcm@gmail.com>
2023-08-29 10:41:01 +00:00
496148326@qq.com
44e77d6cf7 remove the unnecessary log of ussl_loop 2023-08-24 14:10:23 +00:00
wenxingsen
9b31f8aa03 [FEAT MERGE] 开源裁减颗粒度优化
Co-authored-by: nroskill <nroskill@gmail.com>
Co-authored-by: akaError <lzg020616@163.com>
Co-authored-by: yinyj17 <yinyijun92@gmail.com>
2023-08-15 02:40:26 +00:00
liucc1997
f109493977 arbitration_mode support authentication and adjust default net thread count 2023-07-13 06:48:10 +00:00
496148326@qq.com
1069c1a6ff add mulan license for ussl-hook 2023-07-12 05:12:18 +00:00
496148326@qq.com
5b9655c0e7 [revert]observer forbid SSLv2,SSLv3,TLSv1,TLSv1_1 and only support TLSv2 and TLSv3 2023-06-28 12:12:16 +00:00
496148326@qq.com
e32f4f58b6 [CP] rpc authentication:client do not need to verify server certificate 2023-06-22 02:12:33 +00:00
liucc1997
bbb1cd866f stop ussl-loop thread and pnio threads early 2023-06-21 12:18:48 +00:00
496148326@qq.com
4c8bf212ae observer forbid SSLv2,SSLv3,TLSv1,TLSv1_1 and only support TLSv1_2 and TLSv1_3 2023-06-14 03:12:36 +00:00
zhjc1124
f4b390d643 add destroy thread gracefully 2023-06-08 07:42:27 +00:00
496148326@qq.com
e63e1eb45e pkt-nio and ObNetKeepAlive prevent tcp self connect 2023-06-01 11:41:49 +00:00
nroskill
b1bb0aefec fix wrong status type in __all_virtual_thread 2023-05-17 16:11:24 +00:00
obdev
d6c6e05727 [FEAT MERGE] log4200
Co-authored-by: zhjc1124 <zhjc1124@gmail.com>
Co-authored-by: BinChenn <binchenn.bc@gmail.com>
Co-authored-by: oceanoverflow <oceanoverflow@gmail.com>
2023-05-06 08:15:43 +00:00