Viktor Szakats
8ff5222b4e
docs: fold long lines
...
Also:
- replace a 'will' found by badwords.
- drop duplicate empty lines.
Closes #19930
2025-12-11 11:42:28 +01:00
Daniel Stenberg
65f8253336
bufq: remove the unused Curl_bufq_unwrite function
...
Follow-up to 02edae54e8
Closes #17730
2025-06-24 10:56:54 +02:00
Daniel Stenberg
3eb57d6ba7
docs: use lowercase curl and libcurl
...
Adjusted badwords to find them.
Plus: make badwords run on all markdown files in the repo and update
markdowns previously unchecked
Closes #15898
2025-01-02 17:15:54 +01:00
Stefan Eissing
2400a6c6b2
bufq: unwrite fix
...
`Curl_bufq_unwrite()` used the head instead of the tail chunk to shrink
the bufq's content. Fix this and add test case that checks correct
behaviour.
Amended test 2601 accordingly.
Reported-by: Chris Stubbs
Closes #15136
2024-10-03 13:27:36 +02:00
Daniel Stenberg
20aa8d8f31
docs/internals: new subdirectory
...
For libcurl internal APIs and concepts.
Closes #14552
2024-08-16 08:59:25 +02:00