Commit Graph

250 Commits

Author SHA1 Message Date
xiehan
8fa0e05b40 ENCODE_IOV_MAX 8192 -> 2048 (#1430)
* ENCODE_IOV_MAX 8192 -> 2048

* Update tutorial-10-user_defined_protocol.md

* Update tutorial-10-user_defined_protocol.md
2023-11-22 20:00:57 +08:00
Xie Han
b103dfe694 Update timer docs. 2023-10-14 16:05:39 +08:00
xiehan
4409c186a2 Merge pull request #1389 from Barenboim/master
Add cancelable timer task, update thread/go task's state when timeout.
2023-10-13 18:09:31 +08:00
Xie Han
f7cdcad111 Change timed thread/go task's state to ERROR when timeout. 2023-10-12 19:16:12 +08:00
xiehan
cf2918d1c6 Update bugs.md 2023-09-25 21:37:56 +08:00
xiehan
2c96e9ff3f Merge pull request #1379 from Barenboim/master
Support Kafka over TLS
2023-09-25 20:40:53 +08:00
Xie Han
49d3743932 Add support for kafka client over SSL. 2023-09-23 02:48:19 +08:00
xiehan
aed35a37f6 Create bugs.md 2023-09-22 23:55:20 +08:00
xiehan
4fc2dbd224 Update tutorial-05-http_proxy.md 2023-09-15 17:55:30 +08:00
xiehan
930f9570bd Create about-tlv-message.md 2023-09-01 17:39:05 +08:00
xiehan
69cbd91897 Update about-conditional.md 2023-08-15 15:55:06 +08:00
xiehan
80b3dfbad2 Update about-tlv-message.md 2023-07-30 02:02:02 +08:00
xiehan
45c4437db9 Update about-tlv-message.md 2023-07-30 01:59:40 +08:00
xiehan
b3c29d6fa6 Add TLV message doc. 2023-07-28 17:57:13 +08:00
xiehan
6d250c431c Update about-conditional.md 2023-06-26 17:24:49 +08:00
holmes1412
344fae4884 update docs : nvswrr in about-upstream.md 2023-06-21 18:26:25 +08:00
xiehan
0e2c12115a Global settings add fio_max_events. (#1284)
* Global settings add fio_max_events.

* Make 'fio_max_events' effects on thread aio too.

* Update about-config.md

* Update about-config.md

* Update about-config.md
2023-05-23 23:13:14 +08:00
xiehan
e74cd49062 Update tutorial-13-kafka_cli.md 2023-05-09 22:50:52 +08:00
xiehan
13aae187f8 Update tutorial-13-kafka_cli.md 2023-05-09 22:50:25 +08:00
xiehan
b01d8b2ea8 Create tutorial-11-graph_task.md 2023-04-02 01:17:36 +08:00
xiehan
4972cf0555 Update tutorial-12-mysql_cli.md 2023-02-11 00:06:32 +08:00
ruki
7db91f8bc8 improve xmake.lua 2023-01-04 00:32:29 +08:00
Benson Muite
a423f79aee Use UNIX line endings
Update files
docs/en/about-timeout.en.md
docs/en/tutorial-13-kafka_cli.md
to use UNIX line endings
2023-01-02 10:39:29 +03:00
Chanchan
fce0cc12c8 feat : support xmake build 2022-12-10 20:37:42 +08:00
xiehan
d4c36259af Update tutorial-10-user_defined_protocol.md 2022-12-07 17:57:42 +08:00
xiehan
f1b3a69e04 Update tutorial-10-user_defined_protocol.md 2022-12-07 17:48:16 +08:00
xiehan
b6669ab427 Update tutorial-10-user_defined_protocol.md 2022-12-07 17:43:16 +08:00
xiehan
95bc6baa44 Update tutorial-08-matrix_multiply.md 2022-10-19 19:59:51 +08:00
XieHan
eeafba5385 Update about-resource-pool.md 2022-10-14 20:23:45 +08:00
xiehan
f1cc468b00 Update about-go-task.md 2022-10-08 17:20:32 +08:00
xiehan
8cfe9188bf Update tutorial-08-matrix_multiply.md 2022-10-08 17:17:58 +08:00
xiehan
048481ee4a Update about-go-task.md 2022-09-09 21:48:01 +08:00
xiehan
b02fbf308e Make example code error. 2022-09-09 02:51:16 +08:00
XieHan
241eb0ffbb Update documents 2022-08-30 19:08:18 +08:00
xiehan
ebd3319cfc Create tutorial-15-name_service.md 2022-08-22 17:27:28 +08:00
xiehan
ba7e9e627e Update tutorial-09-http_file_server.md 2022-08-02 20:38:57 +08:00
xiehan
120507fd5c Update tutorial-09-http_file_server.md 2022-08-02 20:20:02 +08:00
xiehan
034fc49065 Update tutorial-10-user_defined_protocol.md 2022-08-02 19:41:12 +08:00
xiehan
bae79a1257 Update tutorial-10-user_defined_protocol.md 2022-08-02 19:39:20 +08:00
xiehan
4fa4186d46 Update tutorial-10-user_defined_protocol.md 2022-08-02 19:35:40 +08:00
xiehan
1bbbf4482a Update about-go-task.md 2022-07-07 21:38:58 +08:00
xiehan
7fd0d9ceb7 Update about-go-task.md 2022-07-07 21:25:35 +08:00
xiehan
8f2a10e897 Update about-go-task.md 2022-07-07 21:22:06 +08:00
xiehan
525d2f75fb Update about-go-task.md 2022-06-20 21:47:22 +08:00
xiehan
47a7a30517 Update about-go-task.md 2022-06-16 03:18:43 +08:00
xiehan
993eefc451 Merge pull request #938 from Barenboim/master
Enable creating a 'Go' task with running time limit.
2022-06-13 21:30:45 +08:00
XieHan
41cf46d10c Enable creating a 'Go' task with running time limit. 2022-06-13 21:18:05 +08:00
xiehan
622549a6bd Update about-module.md 2022-06-07 23:04:22 +08:00
kedixa
9575f527be use google public dns in example 2022-05-30 17:02:38 +08:00
kedixa
f64d0c09be fix tutorial path 2022-05-30 17:02:38 +08:00