aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #450 from luau-project/update-ciHEADmasterCaleb Maclennan2025-03-011-3/+3
|\
| * fix: Use a macos version supported by GitHub Actionsluau-project2025-03-011-1/+1
| * ci: Use GitHub Actions from luarocks namespaceluau-project2025-03-011-2/+2
|/
* Merge pull request #447 from masakk1/patch-1Caleb Maclennan2025-02-231-2/+2
|\
| * docs: Remove unnecessary `value` argument from gettimeoutMasak12025-02-231-2/+2
| * docs: Fix udp documentation gettimeout typoMasak12025-02-231-2/+2
|/
* chore: Remove the executable permission bit from some source files (#434)Tianjia Zhang2024-06-2915-0/+0
* fix(unix): Pass correct path length for abstract sockets (#430)Kim Alvefur2024-05-242-41/+42
* chore(docs): update LTN12 links (#428)Thijs Schreijer2024-03-155-20/+20
* fix(docs): link to included LTN documents (#426)Thijs Schreijer2024-03-052-1/+10
* chore(http): Correct typos in error message and code comments (#423)Alexandre Detiste2024-02-123-6/+6
* fix(http): Use the right protocol for proxies (#386)Max1Truc2023-11-231-3/+8
* fix(http): Correct receiveheaders() handling of folded values (#420)_AMD_2023-11-131-1/+1
* style(docs): Trim trailing whitespace in HTML docsCaleb Maclennan2023-11-113-82/+82
* chore(core): Update version markers to last released versionCaleb Maclennan2023-11-114-4/+4
* feat(rockspec): Ship mbox parser with LuaRocks, already packaged in some distrosCaleb Maclennan2023-11-111-0/+1
* Merge pull request #418 from alerque/url-empty-pathCaleb Maclennan2023-11-091-1/+1
|\
| * fix(url): Avoid fragment being part of authority, allows parsing empty pathsCaleb Maclennan2023-11-081-1/+1
| * fix(url): Avoid query string being part of authority, allows parsing empty pathsCaleb Maclennan2023-11-081-1/+1
* | fix(wsocket): Properly report CONNRESET (#81)Paul Kulchenko2023-11-091-0/+2
|/
* fix(inet): Return port as number in getsockname (#392)georgeto2023-11-081-1/+1
* ci: Update Luacheck to v1+, use newer Ubuntu runner imagesCaleb Maclennan2023-11-082-4/+4
* ci: Identify CI jobs better and skip irrelevant platform specific stepsCaleb Maclennan2023-11-081-3/+3
* Merge pull request #415 from leso-kn/feature/actions-windowsCaleb Maclennan2023-10-302-6/+11
|\
| * ci: Enable windows buildleso-kn2023-10-271-4/+9
| * refactor(core): Replace check for SO_BINDTODEVICE support with platform indep...leso-kn2023-10-271-2/+2
|/
* fix(core): Disable SO_BINDTODEVICE on windowsleso-kn2023-10-271-2/+2
* feat(tcp): Add 'bindtodevice' option (#408)Leso_KN2023-10-233-0/+32
* docs: Fixup badge URLs with current GH APICaleb Maclennan2023-10-171-2/+2
* fix(http): Allow relative redirect on https (#395)Henri D2022-10-082-2/+34
* Revert "fix(usocket): Fix typo in return value function name"Caleb Maclennan2022-08-311-1/+1
* Merge branch 'zhaozg/master'Caleb Maclennan2022-08-301-2/+2
|\
| * style(usocket): Remove trailing space at EOLzhaozg2022-08-301-1/+1
| * fix(usocket): Fix typo in return value function namezhaozg2022-08-301-1/+1
|/
* style(core) Remove lingering c-style comment (#388)George Zhao2022-08-271-1/+1
* Merge pull request #364 from lunarmodules/cleanupThijs Schreijer2022-08-2456-2244/+814
|\
| * chore(ltn) rename files to markdownThijs Schreijer2022-03-292-0/+0
| * chore(ltn) update file contents from wiki to markdownThijs Schreijer2022-03-292-169/+163
| * cleanup; move FIX, TODO, WISH into TODO.mdThijs Schreijer2022-03-294-131/+135
| * cleanup; move ./etc into ./samples and mark 'unsupported'Thijs Schreijer2022-03-2918-112/+98
| * cleanup; delete the ./gem folderThijs Schreijer2022-03-2928-1414/+0
| * cleanup; move logo file into docs, more appropriateThijs Schreijer2022-03-291-0/+0
| * cleanup; delete unreferenced powerpoint file from docsThijs Schreijer2022-03-291-0/+0
* | chore: Release v3.1.0v3.1.0Caleb Maclennan2022-07-273-1/+143
* | ci: Echo correct platform in job titleCaleb Maclennan2022-07-271-2/+2
* | fix(build): Use gai_strerrorA not gai_strerror on Windowsrpatters12022-07-275-6/+8
* | feat(tcp): Add support for TCP Defer AcceptKim Alvefur2022-07-274-0/+18
* | feat(tcp): Add support for TCP Fast OpenKim Alvefur2022-07-274-0/+33
* | chore(rockspec): Move recent PR change to proper rockspec (#384)Caleb Maclennan2022-07-262-3/+3
* | fix(rockspec): Fixup Windows (mingw32) builds (#383)goldenstein642022-07-261-1/+2
|/