Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-07-27 | ci: Echo correct platform in job title | Caleb Maclennan | 1 | -2/+2 | |
2022-07-27 | fix(build): Use gai_strerrorA not gai_strerror on Windows | rpatters1 | 5 | -6/+8 | |
* Explicitly call gai_strerrorA (for Windows builds), so that the code work correctly in 32bit or 64bit builds. * Implement GAI_STRERROR macro to deal with Windows vs. Non-Windows compiles for 64-bit. * make usocket.c consistent with other modules that call macro GAI_STRERROR * Use different name not just different case for macro wrapping function Co-authored-by: Caleb Maclennan <caleb@alerque.com> | |||||
2022-07-27 | feat(tcp): Add support for TCP Defer Accept | Kim Alvefur | 4 | -0/+18 | |
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> | |||||
2022-07-27 | feat(tcp): Add support for TCP Fast Open | Kim Alvefur | 4 | -0/+33 | |
2022-07-26 | chore(rockspec): Move recent PR change to proper rockspec (#384) | Caleb Maclennan | 2 | -3/+3 | |
2022-07-26 | fix(rockspec): Fixup Windows (mingw32) builds (#383) | goldenstein64 | 1 | -1/+2 | |
2022-03-28 | chore: Update internal version references to match release (#370) | Robert Scheck | 4 | -4/+4 | |
2022-03-25 | chore: Release v3.0.0v3.0.0 | Caleb Maclennan | 3 | -5/+138 | |
2022-03-25 | chore: Copy-edit description in dev rockspec | Caleb Maclennan | 1 | -3/+3 | |
2022-03-25 | docs: Drop obsolete changelog from docs index | Caleb Maclennan | 1 | -76/+0 | |
2022-03-25 | chore: Start a Markdown era readme | Caleb Maclennan | 4 | -13/+14 | |
2022-03-25 | chore: Draft v3 release notes | Caleb Maclennan | 1 | -0/+23 | |
2022-03-25 | chore: Refactor existing news file as a changelog | Caleb Maclennan | 3 | -45/+36 | |