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
/
tcp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat(tcp): Add 'bindtodevice' option (#408)
Leso_KN
2023-10-23
1
-0
/
+2
*
feat(tcp): Add support for TCP Defer Accept
Kim Alvefur
2022-07-27
1
-0
/
+3
*
feat(tcp): Add support for TCP Fast Open
Kim Alvefur
2022-07-27
1
-0
/
+6
*
tcp: pragma visibility
E. Westbrook
2019-03-10
1
-6
/
+1
*
tcp.c: use LUASOCKET_PRIVATE
E. Westbrook
2019-02-25
1
-3
/
+6
*
Merge pull request #244 from leyyer/options
Diego Nehab
2019-02-24
1
-0
/
+4
|
\
|
*
add options:
surenyi
2018-03-25
1
-0
/
+4
*
|
Merge pull request #116 from linuxmaniac/master
Diego Nehab
2019-02-24
1
-0
/
+18
|
\
\
|
|
/
|
/
|
|
*
Add "tcp-keepidle", "tcp-keepcnt" and "tcp-keepintvl" options
Victor Seva
2014-12-05
1
-0
/
+18
*
|
Added gettimeout for completeness.
Diego Nehab
2016-03-04
1
-0
/
+8
*
|
When zero-timeout, only try first address in connect.
Diego Nehab
2015-12-03
1
-2
/
+2
*
|
Merge branch 'tcp_reuseport' of https://github.com/KateAdams/luasocket into K...
Diego Nehab
2015-10-05
1
-0
/
+2
|
\
\
|
*
|
Added ability to set the option `reuseport` of a tcp socket.
kobra
2013-09-12
1
-0
/
+2
|
|
/
*
|
Fixes suggested by @Florob in #147.
Diego Nehab
2015-08-25
1
-31
/
+21
*
|
New agnostic IPv4 IPv6 functions.
Diego Nehab
2015-08-22
1
-60
/
+25
*
|
New compat.h module implements luaL_setfuncs.
Diego Nehab
2015-08-21
1
-4
/
+1
|
/
*
Add. Allow get `error` option to socket.
moteus
2013-05-29
1
-0
/
+1
*
Export global only if LUA_COMPAT_MODULE defined.
Diego Nehab
2013-05-29
1
-0
/
+4
*
Fix. setsockname fails with "*" as host.
moteus
2013-05-27
1
-1
/
+0
*
Merge tryconnect6 into inet_tryconnect.
Diego Nehab
2013-05-26
1
-12
/
+6
*
Fix socket.connect
Diego Nehab
2013-05-26
1
-2
/
+18
*
Remove warnings and fix makefile for Win32.
Diego Nehab
2012-12-11
1
-1
/
+1
*
Fix socket_accept usage to depend on family.
Diego Nehab
2012-12-11
1
-3
/
+3
*
Fix udp:setpeername("*")
Diego Nehab
2012-08-23
1
-2
/
+2
*
tcp: Initialize clnt->family in :accept()
Paul Aurich
2012-05-21
1
-1
/
+5
*
socket.connect now implemented in the C core
Sam Roberts
2012-05-10
1
-4
/
+7
*
:shutdown() errors on all invalid argument strings
Sam Roberts
2012-04-26
1
-18
/
+4
*
Fixed getpeername/getsockname situation
Diego Nehab
2012-04-24
1
-2
/
+2
*
Making progress toward a release
Diego Nehab
2012-04-23
1
-8
/
+23
*
Merge branch 'git-sam' into diego-sam-mwild-integration
Sam Roberts
2012-04-11
1
-0
/
+16
|
\
|
*
Support getoption method for tcp objects.
Sam Roberts
2012-04-11
1
-0
/
+16
*
|
Compiles with Lua 5.1.4 and Lua 5.2.0-beta, although the makefile needs sorti...
Liam Devine
2012-04-11
1
-2
/
+2
*
|
Add support for connecting to IPv6 hosts
Florian Zeitz
2012-04-11
1
-23
/
+29
*
|
Add support for the IPV6_V6ONLY socket option defaulting to on.
Florian Zeitz
2012-04-11
1
-0
/
+6
*
|
Rework binding IPv6 sockets by harmonizing it with the IPv4 variant
Florian Zeitz
2012-04-11
1
-92
/
+19
*
|
Fix two crashes and add -Wshadow so that this can't happen again.
Paul Aurich
2012-04-11
1
-6
/
+6
*
|
Preliminary IPv6 support for v2.1
Diego Nehab
2012-04-11
1
-4
/
+177
*
|
Decent makefiles!
Diego Nehab
2009-05-27
1
-6
/
+6
|
/
*
Before compiling on Windows.
Diego Nehab
2005-10-07
1
-57
/
+57
*
Almost ready to release.
Diego Nehab
2005-09-29
1
-2
/
+2
*
Bug in forward.lua. Wasn't breaking from the loop.
Diego Nehab
2005-04-21
1
-1
/
+2
*
Better connection handling.
Diego Nehab
2005-04-21
1
-1
/
+1
*
Trying to get non-blocking connect to work.
Diego Nehab
2005-04-20
1
-22
/
+1
*
Seems to be working on windows.
Diego Nehab
2005-03-11
1
-3
/
+5
*
Apparently, non-blocking connect doesn't work on windows if you use 0
Diego Nehab
2005-03-11
1
-2
/
+4
*
Just to check out in the office.
Diego Nehab
2005-02-27
1
-2
/
+1
*
Forward server working on Mac OS X...
Diego Nehab
2005-02-08
1
-2
/
+20
*
Stupid bug.
Diego Nehab
2005-01-22
1
-3
/
+1
*
Almost ready for beta3
Diego Nehab
2004-11-27
1
-1
/
+2
*
Gonna try my luck on windows...
Diego Nehab
2004-07-26
1
-0
/
+7
[next]