index
:
luasocket
copilot/check-testfiles-for-os-exit-issues
copilot/update-urltest-helper
docs/pre-release-audit
feat/sse
feature/compiler-override
hjelmeland-patch-1
http-headers-callback
issue297
master
revert-256-luasocket254
A mirror of https://github.com/lunarmodules/luasocket.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rockspecs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
3 days
Add HTTP response headers callback to allow for early abort or different sink...
Frans de Jonge
1
-0
/
+12
3 days
Add Lua 5.5 support (#473)
Caleb Maclennan
5
-5
/
+12
3 days
chore(docs): Backfill changelog entries for merged PRs and assorted commits
Caleb Maclennan
1
-0
/
+17
3 days
feat(core): Handle response code 308 permanent redirect
Amanda Stjerna
1
-1
/
+1
3 days
chore(docs): add docs for SO_EXCLUSIVEADDRUSE and others
Thijs Schreijer
2
-5
/
+71
3 days
feat(core): Add option for Windows SO_EXCLUSIVEADDRUSE
Wires77
4
-0
/
+37
3 days
chore(test): add 2 tests reusing partial results
Thijs Schreijer
1
-3
/
+20
4 days
fix(http): bracket IPv6 host in Host header
Thijs Schreijer
1
-1
/
+2
4 days
feat(url): classify host as name/ipv4/ipv6 in parse and build
Thijs Schreijer
3
-6
/
+325
4 days
fix(udp): receive(0) tests and bad call to getnameinfo
Thijs Schreijer
6
-1
/
+490
4 days
fix(receive): a receive 0 should immediately return, not block
Thijs Schreijer
5
-10
/
+53
5 days
Apply code review suggestions
Thijs Schreijer
2
-1
/
+4
5 days
feat(headers): dynamically create cononicalized headers
Thijs Schreijer
4
-97
/
+206
5 days
feat(http/ftp/smtp): implement max size checks
Thijs Schreijer
5
-8
/
+238
5 days
refactor(receive): make implicit line reads explicit
Thijs Schreijer
2
-7
/
+7
5 days
fix(receive): guard numeric pattern against size_t overflow on cast
Thijs Schreijer
2
-3
/
+6
5 days
fix(receive): guard maxsize against size_t overflow on cast
Thijs Schreijer
2
-3
/
+6
2026-08-17
chore(docs): some cleanup
Thijs Schreijer
1
-46
/
+6
2026-08-13
chore(deps): bump luarocks/gh-actions-lua in the github-actions group (#468)
dependabot[bot]
1
-1
/
+1
2026-07-30
chore(deps): bump the github-actions group with 2 updates (#465)
dependabot[bot]
2
-3
/
+3
2026-07-30
chore: add Dependabot config and pin GitHub Actions to git SHAs (#464)
Copilot
4
-9
/
+24
2026-07-30
feat(receive): add maxsize argument to bound memory usage
Thijs Schreijer
5
-23
/
+366
2025-11-14
feat(udp): Allow changing UDP_DATAGRAMSIZE at compile time (#452)
Victor Bombi
1
-0
/
+2
2025-05-30
ci: Switch back to luarocks instance of GH action
Caleb Maclennan
1
-1
/
+2
2025-05-29
feat: Add ucrt64 support in makefile (#455)
Raffaello Bertini
2
-2
/
+27
2025-05-29
ci: Fix the build for LuaJIT and OpenResty on Windows (#453)
Luau
1
-1
/
+2
2025-03-31
docs: Improve installation instructions, focus on LuaRocks installation (#454)
Sharad Singh
1
-55
/
+15
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
2023-11-11
chore(core): Update version markers to last released version
Caleb Maclennan
4
-4
/
+4
2023-11-11
feat(rockspec): Ship mbox parser with LuaRocks, already packaged in some distros
Caleb Maclennan
1
-0
/
+1
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 indep...
leso-kn
1
-2
/
+2
2023-10-27
fix(core): Disable SO_BINDTODEVICE on windows
leso-kn
1
-2
/
+2
[next]