Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into hjelmeland-patch-1hjelmeland-patch-1 | Caleb Maclennan | 2023-11-10 | 169 | -5225/+5631 |
|\ | |||||
| * | ci: Update Luacheck to v1+, use newer Ubuntu runner images | Caleb Maclennan | 2023-11-08 | 2 | -4/+4 |
| | | |||||
| * | ci: Identify CI jobs better and skip irrelevant platform specific steps | Caleb Maclennan | 2023-11-08 | 1 | -3/+3 |
| | | |||||
| * | Merge pull request #415 from leso-kn/feature/actions-windows | Caleb Maclennan | 2023-10-30 | 2 | -6/+11 |
| |\ | |||||
| | * | ci: Enable windows build | leso-kn | 2023-10-27 | 1 | -4/+9 |
| | | | |||||
| | * | refactor(core): Replace check for SO_BINDTODEVICE support with platform ↵ | leso-kn | 2023-10-27 | 1 | -2/+2 |
| |/ | | | | | | | independent version | ||||
| * | fix(core): Disable SO_BINDTODEVICE on windows | leso-kn | 2023-10-27 | 1 | -2/+2 |
| | | | | | | | | Co-authored-by: Sewbacca <sebastian.kalus@kolabnow.com> | ||||
| * | feat(tcp): Add 'bindtodevice' option (#408) | Leso_KN | 2023-10-23 | 3 | -0/+32 |
| | | |||||
| * | docs: Fixup badge URLs with current GH API | Caleb Maclennan | 2023-10-17 | 1 | -2/+2 |
| | | |||||
| * | fix(http): Allow relative redirect on https (#395) | Henri D | 2022-10-08 | 2 | -2/+34 |
| | | | | | | Location header can now be relative: https://httpwg.org/specs/rfc9110.html#field.location | ||||
| * | Revert "fix(usocket): Fix typo in return value function name" | Caleb Maclennan | 2022-08-31 | 1 | -1/+1 |
| | | | | | | | | | | | | This reverts commit 88c72acd771ac6c96ea7f4e57293307e282ad49f. See discussion on #390 | ||||
| * | Merge branch 'zhaozg/master' | Caleb Maclennan | 2022-08-30 | 1 | -2/+2 |
| |\ | |||||
| | * | style(usocket): Remove trailing space at EOL | zhaozg | 2022-08-30 | 1 | -1/+1 |
| | | | |||||
| | * | fix(usocket): Fix typo in return value function name | zhaozg | 2022-08-30 | 1 | -1/+1 |
| |/ | |||||
| * | style(core) Remove lingering c-style comment (#388) | George Zhao | 2022-08-27 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #364 from lunarmodules/cleanup | Thijs Schreijer | 2022-08-24 | 56 | -2244/+814 |
| |\ | |||||
| | * | chore(ltn) rename files to markdown | Thijs Schreijer | 2022-03-29 | 2 | -0/+0 |
| | | | |||||
| | * | chore(ltn) update file contents from wiki to markdown | Thijs Schreijer | 2022-03-29 | 2 | -169/+163 |
| | | | |||||
| | * | cleanup; move FIX, TODO, WISH into TODO.md | Thijs Schreijer | 2022-03-29 | 4 | -131/+135 |
| | | | |||||
| | * | cleanup; move ./etc into ./samples and mark 'unsupported' | Thijs Schreijer | 2022-03-29 | 18 | -112/+98 |
| | | | |||||
| | * | cleanup; delete the ./gem folder | Thijs Schreijer | 2022-03-29 | 28 | -1414/+0 |
| | | | |||||
| | * | cleanup; move logo file into docs, more appropriate | Thijs Schreijer | 2022-03-29 | 1 | -0/+0 |
| | | | |||||
| | * | 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 | 3 | -1/+143 |
| | | | |||||
| * | | ci: Echo correct platform in job title | Caleb Maclennan | 2022-07-27 | 1 | -2/+2 |
| | | | |||||
| * | | fix(build): Use gai_strerrorA not gai_strerror on Windows | rpatters1 | 2022-07-27 | 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> | ||||
| * | | feat(tcp): Add support for TCP Defer Accept | Kim Alvefur | 2022-07-27 | 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> | ||||
| * | | feat(tcp): Add support for TCP Fast Open | Kim Alvefur | 2022-07-27 | 4 | -0/+33 |
| | | | |||||
| * | | chore(rockspec): Move recent PR change to proper rockspec (#384) | Caleb Maclennan | 2022-07-26 | 2 | -3/+3 |
| | | | |||||
| * | | fix(rockspec): Fixup Windows (mingw32) builds (#383) | goldenstein64 | 2022-07-26 | 1 | -1/+2 |
| |/ | |||||
| * | chore: Update internal version references to match release (#370) | Robert Scheck | 2022-03-28 | 4 | -4/+4 |
| | | |||||
| * | chore: Release v3.0.0v3.0.0 | Caleb Maclennan | 2022-03-25 | 3 | -5/+138 |
| | | |||||
| * | chore: Copy-edit description in dev rockspec | Caleb Maclennan | 2022-03-25 | 1 | -3/+3 |
| | | |||||
| * | docs: Drop obsolete changelog from docs index | Caleb Maclennan | 2022-03-25 | 1 | -76/+0 |
| | | |||||
| * | chore: Start a Markdown era readme | Caleb Maclennan | 2022-03-25 | 4 | -13/+14 |
| | | |||||
| * | chore: Draft v3 release notes | Caleb Maclennan | 2022-03-25 | 1 | -0/+23 |
| | | |||||
| * | chore: Refactor existing news file as a changelog | Caleb Maclennan | 2022-03-25 | 3 | -45/+36 |
| | | |||||
| * | Merge pull request #356 from lunarmodules/test-builds | Caleb Maclennan | 2022-03-24 | 3 | -54/+79 |
| |\ | |||||
| | * | ci: Use reusable workflow for luarocks deploy | Caleb Maclennan | 2022-03-24 | 1 | -0/+34 |
| | | | |||||
| | * | Merge remote-tracking branch 'upstream/master' into test-builds | Caleb Maclennan | 2022-03-24 | 28 | -984/+1002 |
| | |\ | | |/ | |/| | |||||
| * | | ci: Utilize new upstream Luacheck Action (#367) | Caleb Maclennan | 2022-03-24 | 1 | -10/+4 |
| | | | |||||
| * | | Merge pull request #366 from lunarmodules/54 | Thijs Schreijer | 2022-03-23 | 2 | -6/+12 |
| |\ \ | |||||
| | * | | chore; add Lua 5.4 to make files | Thijs Schreijer | 2022-03-23 | 2 | -6/+12 |
| |/ / | |||||
| * | | Update LICENSE to be recognizable as MIT (#363) | Thijs Schreijer | 2022-03-23 | 1 | -2/+1 |
| | | | |||||
| * | | Merge pull request #361 from lunarmodules/docs | Thijs Schreijer | 2022-03-23 | 20 | -25/+25 |
| |\ \ | |||||
| | * | | Update URL references to source repository | Caleb Maclennan | 2022-03-23 | 2 | -5/+5 |
| | | | | |||||
| | * | | Move doc→docs so we can serve it with GitHub Pages | Caleb Maclennan | 2022-03-23 | 19 | -20/+20 |
| |/ / | |||||
| * | | fix(docs) references to some constants added (#359) | Thijs Schreijer | 2022-03-22 | 2 | -4/+10 |
| | | | |||||
| * | | fix(docs) fix html linter issues in the docs (#358) | Thijs Schreijer | 2022-03-22 | 11 | -934/+938 |
| | | | |||||
| * | | Merge pull request #318 from tokenrove/transfer-encoding-chunked | Thijs Schreijer | 2022-03-22 | 1 | -0/+7 |
| |\ \ |