Rawlence
7a7630e086
update ch03-01-variables-and-mutability
3 years ago
Rawlence
f22d7d9d96
update to the latest document(2021-12-05)
3 years ago
KaiserY
9b9406500f
Merge pull request #564 from sihuan/main
...
update ch06-02-match.md
3 years ago
KaiserY
9b053092fe
Merge pull request #565 from boholder/main
...
Optimize confusing descriptions in ch17-03-oo-design-patterns.md
3 years ago
SiHuan
f421a2a4ed
update ch06-02-match.md
3 years ago
boholder
7352dade75
Optimize confusing descriptions in ch17-03-oo-design-patterns.md
3 years ago
KaiserY
80b94694e0
Merge pull request #563 from ArdxWe/main
...
update comments
3 years ago
ardxwe
fc984cccf4
update comments
3 years ago
KaiserY
1ac77631fb
Merge pull request #562 from SherrybabyOne/main
...
chore: fix the redundant field interpretation
3 years ago
AiHao
dbd823ccd2
chore: fix the redundant field interpretation
3 years ago
KaiserY
78c0fa1139
Merge pull request #561 from yin1999/patch-1
...
fix: response with correct HTTP/1.x Message format
3 years ago
A1lo
7aa71fe6d8
fix: response with correct HTTP/1.x Message format
...
The correct `HTTP/1.x Message`'s headers are followed after the `start-line` which describing the requests to be implemented. After the `headers` is a `blank line` indicating all `meta-information` for the request has been sent. Then the `optional body` is followed.
Increase HTTP buffer size to 1024(keep the same with the buffer size in `ch20-01-single-threaded.md`).
3 years ago
KaiserY
3c76a40167
Merge pull request #560 from yin1999/patch-1
...
修复示例代码中的`HTTP/1.x`格式错误
3 years ago
A1lo
515246b920
fix: response with correct HTTP/1.x Message format
...
The correct `HTTP/1.x Message`'s headers are followed after the `start-line` which describing the requests to be implemented. After the `headers` is a `blank line` indicating all `meta-information` for the request has been sent. Then the `optional body` is followed.
3 years ago
KaiserY
70a197b5d8
Merge pull request #559 from kalasutra/main
...
修复示例代码中的语法错误
3 years ago
kalasutra
9b39aa307b
修复示例代码中的语法错误
3 years ago
KaiserY
9e8eda274d
Merge pull request #557 from y1cunhui/main
...
fix some typo
3 years ago
renxinxie
97dee7c164
fix some typo
3 years ago
KaiserY
11ec87d267
Merge pull request #556 from butonly/patch-1
...
Update ch05-01-defining-structs.md
3 years ago
liuyanjie
7465d603ba
Update ch05-01-defining-structs.md
...
修复5.1章节拼写错误 : `...user1` -> `..user1`
3 years ago
KaiserY
6428ea17b4
Merge pull request #555 from liby/main
...
docs: update the Chapter 5 and improve some of the wording
3 years ago
Bryan Lee
955bb7cdd3
docs: update the Chapter 5 and improve some of the wording
3 years ago
KaiserY
a360b734f3
Merge pull request #554 from liby/main
...
docs: update the Chapter 4 and improve some of the wording
3 years ago
Bryan Lee
56632d1942
docs: update the Chapter 4 and improve some of the wording
3 years ago
KaiserY
834e1c28cf
update ch15-06 close #546
3 years ago
KaiserY
e1215882de
Merge pull request #553 from Annlix/main
...
Fixed some errors in ch03-05-control-flow
3 years ago
Annlix
8747efb5db
Fixed a sytax error in ch03-05
...
At line 286, the correct sytax of `break` is `break 'counting_up;`, not `break'counting_up;`.
3 years ago
Annlix
828f7fa416
Fixed an error in ch03-05-control-flow
...
At line 286, the loop label is `counting_up`, not `counting_ up`
3 years ago
KaiserY
24d78d98db
Merge pull request #551 from Annlix/main
...
Fixed an error in ch03-01
3 years ago
Annlix
e076e2740f
Merge pull request #1 from Annlix/Annlix-patch-1
...
Fixed an error in ch03-01
3 years ago
Annlix
0b56c7e876
Fixed an error in ch03-01
...
Fixed an error in ch03-01
3 years ago
KaiserY
85ba31063b
Merge pull request #550 from SpriteOvO/main
...
Remove a duplicate word, improve translation grammar and fix listing ids
3 years ago
Sprite
a67a9daa6b
Fix listing ids
3 years ago
Sprite
a317ca4f5f
Improve translation grammar in the chapter 19-4
3 years ago
Sprite
dfb5d8fa25
Remove a duplicate word
3 years ago
KaiserY
a7a4858312
Merge pull request #549 from SpriteOvO/main
...
Fix a typo in chapter 15-3 drop
3 years ago
Sprite
c7d036e02f
Fix a typo
3 years ago
KaiserY
6cc7368738
Merge pull request #548 from zhannicholas/issue547
...
纠正 ISSUE#547 描述的翻译错误
3 years ago
Nicholas Zhan
6d9a9968b1
纠正 ISSUE#547 描述的翻译错误
3 years ago
KaiserY
818f29fd79
Merge pull request #545 from 13sai/patch-1
...
示例代码缺失
3 years ago
sai0556
de9b29ad1c
示例代码缺失
...
示例20-9,20-7缺少Content-Length
3 years ago
KaiserY
b7aeabd042
Merge pull request #544 from Orefa/master
...
修改过程宏的翻译
3 years ago
KaiserY
64ebac2d4e
Merge pull request #543 from showerMuggle/patch-1
...
删除重复段落
3 years ago
KaiserY
8cd62b28cb
Merge pull request #542 from LiuYinCarl/main
...
修复部分19章错误及语法问题
3 years ago
Orefa
c07e78acdc
更改过程宏的翻译
3 years ago
shower
2fcbb5b865
删除重复段落
3 years ago
Orefa
e90a3feddf
Merge branch 'master' of github.com:Orefa/trpl-zh-cn
3 years ago
LiuYinCarl
6e87e7ee60
修复部分19章错误及语法问题
3 years ago
KaiserY
557b08a8e5
Merge pull request #541 from Orefa/master
...
fix anchor
3 years ago
Orefa
352b3c3919
Merge branch 'master' of github.com:Orefa/trpl-zh-cn
3 years ago