Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-03-01 | fix: Use a macos version supported by GitHub Actions | luau-project | 1 | -1/+1 | |
2025-03-01 | ci: Use GitHub Actions from luarocks namespace | luau-project | 1 | -2/+2 | |
2025-02-23 | docs: Remove unnecessary `value` argument from gettimeout | Masak1 | 1 | -2/+2 | |
2025-02-23 | docs: Fix udp documentation gettimeout typo | Masak1 | 1 | -2/+2 | |
2024-06-29 | chore: Remove the executable permission bit from some source files (#434) | Tianjia Zhang | 15 | -0/+0 | |
2024-05-24 | fix(unix): Pass correct path length for abstract sockets (#430) | Kim Alvefur | 2 | -41/+42 | |
2024-03-15 | chore(docs): update LTN12 links (#428) | Thijs Schreijer | 5 | -20/+20 | |
2024-03-05 | fix(docs): link to included LTN documents (#426) | Thijs Schreijer | 2 | -1/+10 | |
2024-02-12 | chore(http): Correct typos in error message and code comments (#423) | Alexandre Detiste | 3 | -6/+6 | |
2023-11-23 | fix(http): Use the right protocol for proxies (#386) | Max1Truc | 1 | -3/+8 | |
2023-11-13 | fix(http): Correct receiveheaders() handling of folded values (#420) | _AMD_ | 1 | -1/+1 | |
2023-11-11 | style(docs): Trim trailing whitespace in HTML docs | Caleb Maclennan | 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 | |||||
2023-11-11 | chore(core): Update version markers to last released version | Caleb Maclennan | 4 | -4/+4 | |
Closes #401 | |||||
2023-11-11 | feat(rockspec): Ship mbox parser with LuaRocks, already packaged in some distros | Caleb Maclennan | 1 | -0/+1 | |
Closes #324 | |||||
2023-11-09 | fix(wsocket): Properly report CONNRESET (#81) | Paul Kulchenko | 1 | -0/+2 | |
2023-11-08 | fix(url): Avoid fragment being part of authority, allows parsing empty paths | Caleb Maclennan | 1 | -1/+1 | |
2023-11-08 | fix(url): Avoid query string being part of authority, allows parsing empty paths | Caleb Maclennan | 1 | -1/+1 | |
2023-11-08 | fix(inet): Return port as number in getsockname (#392) | georgeto | 1 | -1/+1 | |
2023-11-08 | ci: Update Luacheck to v1+, use newer Ubuntu runner images | Caleb Maclennan | 2 | -4/+4 | |
2023-11-08 | ci: Identify CI jobs better and skip irrelevant platform specific steps | Caleb Maclennan | 1 | -3/+3 | |
2023-10-27 | ci: Enable windows build | leso-kn | 1 | -4/+9 | |
2023-10-27 | refactor(core): Replace check for SO_BINDTODEVICE support with platform ↵ | leso-kn | 1 | -2/+2 | |
independent version | |||||
2023-10-27 | fix(core): Disable SO_BINDTODEVICE on windows | leso-kn | 1 | -2/+2 | |
Co-authored-by: Sewbacca <sebastian.kalus@kolabnow.com> | |||||
2023-10-23 | feat(tcp): Add 'bindtodevice' option (#408) | Leso_KN | 3 | -0/+32 | |
2023-10-17 | docs: Fixup badge URLs with current GH API | Caleb Maclennan | 1 | -2/+2 | |
2022-10-08 | fix(http): Allow relative redirect on https (#395) | Henri D | 2 | -2/+34 | |
Location header can now be relative: https://httpwg.org/specs/rfc9110.html#field.location | |||||
2022-08-31 | Revert "fix(usocket): Fix typo in return value function name" | Caleb Maclennan | 1 | -1/+1 | |
This reverts commit 88c72acd771ac6c96ea7f4e57293307e282ad49f. See discussion on #390 | |||||
2022-08-30 | style(usocket): Remove trailing space at EOL | zhaozg | 1 | -1/+1 | |
2022-08-30 | fix(usocket): Fix typo in return value function name | zhaozg | 1 | -1/+1 | |
2022-08-27 | style(core) Remove lingering c-style comment (#388) | George Zhao | 1 | -1/+1 | |
2022-07-27 | chore: Release v3.1.0v3.1.0 | Caleb Maclennan | 3 | -1/+143 | |
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-29 | chore(ltn) rename files to markdown | Thijs Schreijer | 2 | -0/+0 | |
2022-03-29 | chore(ltn) update file contents from wiki to markdown | Thijs Schreijer | 2 | -169/+163 | |
2022-03-29 | cleanup; move FIX, TODO, WISH into TODO.md | Thijs Schreijer | 4 | -131/+135 | |
2022-03-29 | cleanup; move ./etc into ./samples and mark 'unsupported' | Thijs Schreijer | 18 | -112/+98 | |
2022-03-29 | cleanup; delete the ./gem folder | Thijs Schreijer | 28 | -1414/+0 | |
2022-03-29 | cleanup; move logo file into docs, more appropriate | Thijs Schreijer | 1 | -0/+0 | |
2022-03-29 | cleanup; delete unreferenced powerpoint file from docs | Thijs Schreijer | 1 | -0/+0 | |
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 | |