aboutsummaryrefslogtreecommitdiff
path: root/docs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* docs: Remove unnecessary `value` argument from gettimeoutMasak12025-02-231-2/+2
|
* docs: Fix udp documentation gettimeout typoMasak12025-02-231-2/+2
|
* chore(docs): update LTN12 links (#428)Thijs Schreijer2024-03-155-20/+20
|
* fix(docs): link to included LTN documents (#426)Thijs Schreijer2024-03-052-1/+10
|
* style(docs): Trim trailing whitespace in HTML docsCaleb Maclennan2023-11-113-82/+82
| | | | | | Many editors remove these automatically anyway which makes opening and editng the docs cause a bunch of noise. This is just to get the noise out of the way in a style commit so it doesn't leak into other PRs
* chore(core): Update version markers to last released versionCaleb Maclennan2023-11-111-1/+1
| | | | Closes #401
* Merge pull request #364 from lunarmodules/cleanupThijs Schreijer2022-08-242-0/+210
|\
| * cleanup; move logo file into docs, more appropriateThijs Schreijer2022-03-291-0/+210
| |
| * cleanup; delete unreferenced powerpoint file from docsThijs Schreijer2022-03-291-0/+0
| |
* | chore: Release v3.1.0v3.1.0Caleb Maclennan2022-07-271-1/+1
| |
* | feat(tcp): Add support for TCP Defer AcceptKim Alvefur2022-07-271-0/+2
| | | | | | | | | | | | | | | | This makes it so that a listening socket does not become readable for accept() until a connection has been fully established *and* started sending something, thus the program doesn't have to wait for the first data. This only makes sense for client-speaks-first protocols. Co-authored-by: Caleb Maclennan <caleb@alerque.com>
* | feat(tcp): Add support for TCP Fast OpenKim Alvefur2022-07-271-0/+4
|/
* chore: Update internal version references to match release (#370)Robert Scheck2022-03-281-1/+1
|
* chore: Release v3.0.0v3.0.0Caleb Maclennan2022-03-251-4/+3
|
* docs: Drop obsolete changelog from docs indexCaleb Maclennan2022-03-251-76/+0
|
* Update URL references to source repositoryCaleb Maclennan2022-03-231-1/+1
|
* Move doc→docs so we can serve it with GitHub PagesCaleb Maclennan2022-03-2317-0/+5274