aboutsummaryrefslogtreecommitdiff
path: root/FIX (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-11-08ci: Identify CI jobs better and skip irrelevant platform specific stepsCaleb Maclennan1-3/+3
2023-10-27ci: Enable windows buildleso-kn1-4/+9
2023-10-27refactor(core): Replace check for SO_BINDTODEVICE support with platform ↵leso-kn1-2/+2
independent version
2023-10-27fix(core): Disable SO_BINDTODEVICE on windowsleso-kn1-2/+2
Co-authored-by: Sewbacca <sebastian.kalus@kolabnow.com>
2023-10-23feat(tcp): Add 'bindtodevice' option (#408)Leso_KN3-0/+32
2023-10-17docs: Fixup badge URLs with current GH APICaleb Maclennan1-2/+2
2022-10-08fix(http): Allow relative redirect on https (#395)Henri D2-2/+34
Location header can now be relative: https://httpwg.org/specs/rfc9110.html#field.location
2022-08-31Revert "fix(usocket): Fix typo in return value function name"Caleb Maclennan1-1/+1
This reverts commit 88c72acd771ac6c96ea7f4e57293307e282ad49f. See discussion on #390
2022-08-30style(usocket): Remove trailing space at EOLzhaozg1-1/+1
2022-08-30fix(usocket): Fix typo in return value function namezhaozg1-1/+1
2022-08-27style(core) Remove lingering c-style comment (#388)George Zhao1-1/+1
2022-07-27chore: Release v3.1.0v3.1.0Caleb Maclennan3-1/+143
2022-07-27ci: Echo correct platform in job titleCaleb Maclennan1-2/+2
2022-07-27fix(build): Use gai_strerrorA not gai_strerror on Windowsrpatters15-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-27feat(tcp): Add support for TCP Defer AcceptKim Alvefur4-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-27feat(tcp): Add support for TCP Fast OpenKim Alvefur4-0/+33
2022-07-26chore(rockspec): Move recent PR change to proper rockspec (#384)Caleb Maclennan2-3/+3
2022-07-26fix(rockspec): Fixup Windows (mingw32) builds (#383)goldenstein641-1/+2
2022-03-29chore(ltn) rename files to markdownThijs Schreijer2-0/+0
2022-03-29chore(ltn) update file contents from wiki to markdownThijs Schreijer2-169/+163
2022-03-29cleanup; move FIX, TODO, WISH into TODO.mdThijs Schreijer4-131/+135
2022-03-29cleanup; move ./etc into ./samples and mark 'unsupported'Thijs Schreijer18-112/+98
2022-03-29cleanup; delete the ./gem folderThijs Schreijer28-1414/+0
2022-03-29cleanup; move logo file into docs, more appropriateThijs Schreijer1-0/+0
2022-03-29cleanup; delete unreferenced powerpoint file from docsThijs Schreijer1-0/+0
2022-03-28chore: Update internal version references to match release (#370)Robert Scheck4-4/+4
2022-03-25chore: Release v3.0.0v3.0.0Caleb Maclennan3-5/+138
2022-03-25chore: Copy-edit description in dev rockspecCaleb Maclennan1-3/+3
2022-03-25docs: Drop obsolete changelog from docs indexCaleb Maclennan1-76/+0
2022-03-25chore: Start a Markdown era readmeCaleb Maclennan4-13/+14
2022-03-25chore: Draft v3 release notesCaleb Maclennan1-0/+23
2022-03-25chore: Refactor existing news file as a changelogCaleb Maclennan3-45/+36