index
:
luasocket
feature/compiler-override
hjelmeland-patch-1
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
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
chore: Remove the executable permission bit from some source files (#434)
Tianjia Zhang
2024-06-29
7
-0
/
+0
*
fix(unix): Pass correct path length for abstract sockets (#430)
Kim Alvefur
2024-05-24
2
-41
/
+42
*
chore(http): Correct typos in error message and code comments (#423)
Alexandre Detiste
2024-02-12
3
-6
/
+6
*
fix(http): Use the right protocol for proxies (#386)
Max1Truc
2023-11-23
1
-3
/
+8
*
fix(http): Correct receiveheaders() handling of folded values (#420)
_AMD_
2023-11-13
1
-1
/
+1
*
chore(core): Update version markers to last released version
Caleb Maclennan
2023-11-11
2
-2
/
+2
*
Merge pull request #418 from alerque/url-empty-path
Caleb Maclennan
2023-11-09
1
-1
/
+1
|
\
|
*
fix(url): Avoid fragment being part of authority, allows parsing empty paths
Caleb Maclennan
2023-11-08
1
-1
/
+1
|
*
fix(url): Avoid query string being part of authority, allows parsing empty paths
Caleb Maclennan
2023-11-08
1
-1
/
+1
*
|
fix(wsocket): Properly report CONNRESET (#81)
Paul Kulchenko
2023-11-09
1
-0
/
+2
|
/
*
fix(inet): Return port as number in getsockname (#392)
georgeto
2023-11-08
1
-1
/
+1
*
refactor(core): Replace check for SO_BINDTODEVICE support with platform indep...
leso-kn
2023-10-27
1
-2
/
+2
*
fix(core): Disable SO_BINDTODEVICE on windows
leso-kn
2023-10-27
1
-2
/
+2
*
feat(tcp): Add 'bindtodevice' option (#408)
Leso_KN
2023-10-23
3
-0
/
+32
*
fix(http): Allow relative redirect on https (#395)
Henri D
2022-10-08
1
-2
/
+3
*
Revert "fix(usocket): Fix typo in return value function name"
Caleb Maclennan
2022-08-31
1
-1
/
+1
*
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
*
fix(build): Use gai_strerrorA not gai_strerror on Windows
rpatters1
2022-07-27
5
-6
/
+8
*
feat(tcp): Add support for TCP Defer Accept
Kim Alvefur
2022-07-27
3
-0
/
+16
*
feat(tcp): Add support for TCP Fast Open
Kim Alvefur
2022-07-27
3
-0
/
+29
*
chore: Update internal version references to match release (#370)
Robert Scheck
2022-03-28
2
-2
/
+2
*
chore; add Lua 5.4 to make files
Thijs Schreijer
2022-03-23
1
-6
/
+6
*
http.lua: set transfer-encoding if source and no content-length
Julian Squires
2022-03-22
1
-0
/
+7
*
src/ltn12.lua: remove duplicated codes
david
2022-03-21
1
-3
/
+3
*
Merge pull request #354 from lunarmodules/linter
Caleb Maclennan
2022-03-19
6
-35
/
+24
|
\
|
*
refactor: Address issues raised by linter
Thijs Schreijer
2022-03-19
6
-35
/
+24
*
|
style: Use C-style comment syntax throughout (#309)
Caleb Maclennan
2022-03-18
4
-37
/
+38
|
/
*
Fixe an issue with aux buffer init overwriting optional parameters in receive...
Paul Kulchenko
2022-03-18
1
-1
/
+4
*
src/makefile: remove -DLUASOCKET_INET_PTON as current mingw builds don't want it
E. Westbrook
2020-03-28
1
-1
/
+1
*
wrap visibility pragmas in #ifndef _WIN32
E. Westbrook
2019-03-10
16
-17
/
+56
*
src/makefile: serial += compat
E. Westbrook
2019-03-10
1
-0
/
+1
*
usocket: pragma visibility
E. Westbrook
2019-03-10
2
-51
/
+57
*
unixstream: pragma visibility
E. Westbrook
2019-03-10
2
-5
/
+5
*
unixdgram: pragma visibility
E. Westbrook
2019-03-10
2
-5
/
+6
*
unix: include reorg
E. Westbrook
2019-03-10
2
-4
/
+0
*
udp: pragma visibility
E. Westbrook
2019-03-10
2
-6
/
+6
*
timeout: pragma visibility
E. Westbrook
2019-03-10
2
-19
/
+30
*
tcp: pragma visibility
E. Westbrook
2019-03-10
2
-7
/
+6
*
socket.h: pragma visibility
E. Westbrook
2019-03-10
1
-30
/
+21
*
serial.c: pragma visibiliity
E. Westbrook
2019-03-10
1
-5
/
+2
*
select: pragma visibility
E. Westbrook
2019-03-10
2
-9
/
+5
*
options: pragma visibility
E. Westbrook
2019-03-10
2
-105
/
+145
*
mime: include reorg
E. Westbrook
2019-03-10
2
-7
/
+2
*
luasocket: include centralization
E. Westbrook
2019-03-10
2
-19
/
+4
*
io: pragma visibility
E. Westbrook
2019-03-10
2
-8
/
+7
*
inet: pragma visibility
E. Westbrook
2019-03-10
2
-31
/
+25
*
except: pragma visibility
E. Westbrook
2019-03-10
2
-9
/
+7
*
compat: pragma visibility
E. Westbrook
2019-03-10
2
-9
/
+14
[next]