Commit Graph

2407 Commits

Author SHA1 Message Date
Xie Han
e01efeff7a Merge branch 'master' of https://github.com/sogou/workflow into nossl 2025-04-25 21:25:58 +08:00
Xie Han
224b74731b Enable setting specific SSL_CTX for consul client. 2025-04-25 21:24:23 +08:00
Xie Han
6f3c419008 Remove ssl 2025-04-23 21:47:11 +08:00
Xie Han
144e0cc17b Merge branch 'master' of https://github.com/sogou/workflow into nossl 2025-04-23 21:45:14 +08:00
xiehan
c56986be74 Add http chunked client and task. (#1714) 2025-04-23 19:37:34 +08:00
Xie Han
65a3f7502c Merge branch 'master' of https://github.com/sogou/workflow into nossl 2025-04-18 14:58:11 +08:00
Xie Han
6bd5f01573 Return const attachment when message pointer is const. 2025-04-18 14:56:17 +08:00
Xie Han
dbe996694d 0.11.8 -> 0.11.9 2025-04-14 14:28:04 +08:00
Xie Han
93d6e0a2cf Fix SSL bug when create communication targets. 2025-04-14 14:27:00 +08:00
Xie Han
115b58f2ff Merge branch 'master' of https://github.com/sogou/workflow into nossl 2025-04-01 17:39:30 +08:00
Xie Han
d055848353 Optimize parsing JSON numbers. 2025-04-01 17:39:03 +08:00
Xie Han
217fecf2e7 Merge branch 'master' of https://github.com/sogou/workflow into nossl 2025-03-25 19:59:49 +08:00
Xie Han
7134612fce update JSON parser copying json value. 2025-03-25 15:53:13 +08:00
Xie Han
62b2117f3b Merge branch 'master' of https://github.com/sogou/workflow into nossl 2025-03-14 13:49:38 +08:00
Xie Han
b030e4e770 Use strtoul for parsing positive hex numbers. 2025-03-13 17:34:29 +08:00
Xie Han
2fde619358 Merge branch 'master' of https://github.com/sogou/workflow into nossl 2025-03-09 17:29:28 +08:00
Xie Han
3f00053d48 Merge branch 'nossl' of https://github.com/sogou/workflow into nossl 2025-03-09 17:29:22 +08:00
Xie Han
acc64b6eed Use 'size_t' for JSON string length. 2025-03-09 17:29:12 +08:00
Xie Han
49829a9370 Merge branch 'master' of https://github.com/sogou/workflow into nossl 2025-02-27 18:22:51 +08:00
xiehan
8076c75051 Make it compatible with OpenSSL 1.0. (#1700) v0.11.8 2025-02-27 18:22:36 +08:00
Xie Han
b7f789b989 Merge branch 'master' of https://github.com/sogou/workflow into nossl 2025-02-19 19:06:21 +08:00
xiehan
2f06cbb83e Simplify code of Communicator::deinit(). (#1699) 2025-02-19 19:04:44 +08:00
Xie Han
55a72ca061 Merge branch 'master' of https://github.com/sogou/workflow into nossl 2025-02-15 19:48:04 +08:00
Xie Han
4bf00f8869 Simplify DNS resolver when resolving both v4 and v6. 2025-02-14 23:04:38 +08:00
xiehan
50d7c52f52 Set error as DNS error if DNS server timeout. (#1697) 2025-02-14 18:56:12 +08:00
xiehan
d5d295d9b2 Update about-counter.md 2025-02-13 18:11:45 +08:00
Xie Han
2c596c45ea Remove unnecessary checking. 2025-02-13 16:50:01 +08:00
Xie Han
0c15ff4f3e Add json_object_value_name(). 2025-02-10 22:07:47 +08:00
Xie Han
9512ee85d4 Merge branch 'master' of https://github.com/sogou/workflow into nossl 2025-02-08 19:37:43 +08:00
xiehan
cae71e45cd Simplify DNS server implementation. (#1693) 2025-02-08 19:37:30 +08:00
Xie Han
2065f2a295 Merge branch 'master' of https://github.com/sogou/workflow into nossl 2025-02-08 17:51:06 +08:00
kedixa
0e0c1a33d7 Add dns server tutorial and doc (#1692) 2025-02-08 17:50:35 +08:00
Xie Han
3fb5208394 Merge branch 'master' of https://github.com/sogou/workflow into nossl 2025-02-07 20:36:28 +08:00
kedixa
5fc57225b7 DnsMessage support add and encode raw record (#1691) 2025-02-07 20:09:49 +08:00
Xie Han
21b48e639e Update docs about network task 'prepare' function. 2025-01-23 16:13:09 +08:00
Xie Han
e5589f1220 Merge branch 'master' of https://github.com/sogou/workflow into nossl 2025-01-15 21:23:27 +08:00
Xie Han
57526637c7 0.11.7 -> 0.11.8 2025-01-15 20:52:59 +08:00
xiehan
24dd7610bc Decrease max aio events when io_setup() failed. (#1689) 2025-01-15 20:51:32 +08:00
xiehan
58ea077d6e Update about-connection-context.md (#1688) 2025-01-14 18:09:59 +08:00
Xie Han
a335d17089 Merge branch 'master' of https://github.com/sogou/workflow into nossl 2025-01-13 23:16:29 +08:00
xiehan
1c483da973 Enable 'prepare' for server task too. (#1686) 2025-01-13 23:16:01 +08:00
xiehan
69eb2e1719 Use poller threads to handle canceled timer. (#1679) 2025-01-13 21:47:33 +08:00
Xie Han
f329b3bbbf Merge branch 'master' of https://github.com/sogou/workflow into nossl 2025-01-13 21:12:57 +08:00
kedixa
8cb8935fd7 kafka set failed state when produce or fetch failed (#1685) 2025-01-13 20:37:07 +08:00
Xie Han
90cfe05ae6 Merge branch 'master' of https://github.com/sogou/workflow into nossl 2025-01-13 18:00:43 +08:00
Xie Han
3aeb5a06fc Enable to set connection context without changing deleter. 2025-01-13 17:52:20 +08:00
Xie Han
b36b347171 Merge branch 'master' of https://github.com/sogou/workflow into nossl 2025-01-08 20:42:51 +08:00
kedixa
90e32e3bc4 fix KafkaMessage::parse_record_batch (#1680)
* fix KafkaMessage::parse_record_batch

* use compress_type instead of compressed
2025-01-08 20:40:24 +08:00
Xie Han
960104d82d Merge branch 'master' of https://github.com/sogou/workflow into nossl 2025-01-07 02:01:33 +08:00
xiehan
b9062aeeff Fix compiling error when message doesn't have a move constructor. (#1678)
* Fix compiling error when message doesn't have a move constructor.

* Clear response safely.
v0.11.7
2025-01-07 01:57:22 +08:00