Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs: Remove unnecessary `value` argument from gettimeout | Masak1 | 2025-02-23 | 1 | -2/+2 |
| | |||||
* | docs: Fix udp documentation gettimeout typo | Masak1 | 2025-02-23 | 1 | -2/+2 |
| | |||||
* | chore(docs): update LTN12 links (#428) | Thijs Schreijer | 2024-03-15 | 5 | -20/+20 |
| | |||||
* | fix(docs): link to included LTN documents (#426) | Thijs Schreijer | 2024-03-05 | 2 | -1/+10 |
| | |||||
* | style(docs): Trim trailing whitespace in HTML docs | Caleb Maclennan | 2023-11-11 | 3 | -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 version | Caleb Maclennan | 2023-11-11 | 1 | -1/+1 |
| | | | | Closes #401 | ||||
* | Merge pull request #364 from lunarmodules/cleanup | Thijs Schreijer | 2022-08-24 | 2 | -0/+210 |
|\ | |||||
| * | cleanup; move logo file into docs, more appropriate | Thijs Schreijer | 2022-03-29 | 1 | -0/+210 |
| | | |||||
| * | cleanup; delete unreferenced powerpoint file from docs | Thijs Schreijer | 2022-03-29 | 1 | -0/+0 |
| | | |||||
* | | chore: Release v3.1.0v3.1.0 | Caleb Maclennan | 2022-07-27 | 1 | -1/+1 |
| | | |||||
* | | feat(tcp): Add support for TCP Defer Accept | Kim Alvefur | 2022-07-27 | 1 | -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 Open | Kim Alvefur | 2022-07-27 | 1 | -0/+4 |
|/ | |||||
* | chore: Update internal version references to match release (#370) | Robert Scheck | 2022-03-28 | 1 | -1/+1 |
| | |||||
* | chore: Release v3.0.0v3.0.0 | Caleb Maclennan | 2022-03-25 | 1 | -4/+3 |
| | |||||
* | docs: Drop obsolete changelog from docs index | Caleb Maclennan | 2022-03-25 | 1 | -76/+0 |
| | |||||
* | Update URL references to source repository | Caleb Maclennan | 2022-03-23 | 1 | -1/+1 |
| | |||||
* | Move doc→docs so we can serve it with GitHub Pages | Caleb Maclennan | 2022-03-23 | 17 | -0/+5274 |