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
Commit message (
Expand
)
Author
Age
Files
Lines
*
test/find-connect-limit: add missing "socket ="
issue297
E. Westbrook
2020-03-28
1
-1
/
+1
*
test/udp-zero-length-send-recv: add missing "socket ="; use shebang "#!/usr/b...
E. Westbrook
2020-03-28
1
-2
/
+2
*
test/udp-zero-length-send: add missing "socket ="; use shebang "#!/usr/bin/en...
E. Westbrook
2020-03-28
1
-2
/
+2
*
test/getoptions: guard calls with pcall(); check result of getoption"linger"
E. Westbrook
2020-03-28
1
-4
/
+18
*
test/tcp-getoptions: bugfix: missing "socket =" in require"socket"
E. Westbrook
2020-03-27
1
-1
/
+1
*
Merge pull request #280 from ewestbrook/rockspec-scm
Diego Nehab
2019-04-22
1
-1
/
+1
|
\
|
*
rockspec/luasocket-scm-2.rockspec
E. Westbrook
2019-04-21
1
-1
/
+1
|
*
move SCM rockspec to rockspec folder; rename consistent with luarocks repository
E. Westbrook
2019-04-21
1
-0
/
+0
|
/
*
Merge pull request #271 from ewestbrook/pragmavisibility
Diego Nehab
2019-03-11
39
-369
/
+422
|
\
|
*
wrap visibility pragmas in #ifndef _WIN32
E. Westbrook
2019-03-10
16
-17
/
+56
|
*
rockspecs: unix += compat
E. Westbrook
2019-03-10
2
-0
/
+2
|
*
rockspecs: serial += compat
E. Westbrook
2019-03-10
2
-0
/
+2
|
*
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
|
*
buffer: pragma visibility
E. Westbrook
2019-03-10
2
-16
/
+14
|
*
auxiliar: pragma visibility
E. Westbrook
2019-03-10
2
-22
/
+20
|
/
*
Fix formatting.
Diego Nehab
2019-03-10
1
-3
/
+3
*
Use static initialization
Diego Nehab
2019-03-09
2
-10
/
+145
*
Remove .filters and hardcoded platform.
Diego Nehab
2019-03-02
4
-71
/
+2
*
Update Windows projects vor Visual Studio 2017
Diego Nehab
2019-03-01
9
-147
/
+106
*
Merge pull request #272 from ewestbrook/pr268bugfix
Diego Nehab
2019-03-01
1
-4
/
+2
|
\
|
*
bugfix: http.lua multischeme change that got dropped during PR conflict resol...
E. Westbrook
2019-02-28
1
-4
/
+2
|
/
*
Merge pull request #243 from mojca/eai-undefined
Diego Nehab
2019-02-26
2
-1
/
+6
|
\
|
*
Only use EAI_OVERFLOW, AI_NUMERICSERV if defined
Mojca Miklavec
2019-02-26
2
-1
/
+6
|
/
*
Merge pull request #270 from ewestbrook/functionvisibility
Diego Nehab
2019-02-26
24
-385
/
+455
|
\
|
*
rockspecs: remove visibility and dllexport defines in favor of in-source labe...
E. Westbrook
2019-02-25
2
-177
/
+231
|
*
src/makefile: remove visibility and dllexport defines in favor of in-source l...
E. Westbrook
2019-02-25
1
-27
/
+12
|
*
usocket.c: use LUASOCKET_PRIVATE
E. Westbrook
2019-02-25
1
-24
/
+26
|
*
usocket.c use LUASOCKET_PRIVATE
E. Westbrook
2019-02-25
1
-28
/
+30
|
*
unixstream.c: use LUASOCKET_PRIVATE
E. Westbrook
2019-02-25
1
-2
/
+4
|
*
unixdgram.c: use LUASOCKET_PRIVATE
E. Westbrook
2019-02-25
1
-3
/
+6
|
*
udp.c: use LUASOCKET_PRIVATE
E. Westbrook
2019-02-25
1
-3
/
+5
|
*
timeout.c: use LUASOCKET_PRIVATE
E. Westbrook
2019-02-25
1
-15
/
+17
|
*
tcp.c: use LUASOCKET_PRIVATE
E. Westbrook
2019-02-25
1
-3
/
+6
[next]