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
/
inet.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
chore: Remove the executable permission bit from some source files (#434)
Tianjia Zhang
2024-06-29
1
-0
/
+0
*
fix(inet): Return port as number in getsockname (#392)
georgeto
2023-11-08
1
-1
/
+1
*
fix(build): Use gai_strerrorA not gai_strerror on Windows
rpatters1
2022-07-27
1
-2
/
+2
*
inet: pragma visibility
E. Westbrook
2019-03-10
1
-21
/
+13
*
inet.c: use LUASOCKET_PRIVATE
E. Westbrook
2019-02-25
1
-12
/
+14
*
When zero-timeout, only try first address in connect.
Diego Nehab
2015-12-03
1
-2
/
+2
*
Fixes suggested by @Florob in #147.
Diego Nehab
2015-08-25
1
-6
/
+11
*
New agnostic IPv4 IPv6 functions.
Diego Nehab
2015-08-22
1
-64
/
+68
*
New compat.h module implements luaL_setfuncs.
Diego Nehab
2015-08-21
1
-4
/
+1
*
Fix inet_global_getaddrinfo leak of getnameinfo
Diego Nehab
2015-02-18
1
-0
/
+1
*
No need for inet_pton.
Diego Nehab
2013-06-04
1
-30
/
+2
*
Remove warnings. Move windows specific code.
unknown
2013-05-30
1
-5
/
+6
*
Leaving if in src/ but out of build for now.
Diego Nehab
2013-05-30
1
-76
/
+55
*
Export global only if LUA_COMPAT_MODULE defined.
Diego Nehab
2013-05-29
1
-0
/
+4
*
Fix "final" bug in pton and TCP connreset handling
unknown
2013-05-28
1
-5
/
+4
*
Fixed inet_pton and a new Winsock UDP bug.
unknown
2013-05-28
1
-6
/
+11
*
Simplifying getaddrinfo treatment.
Diego Nehab
2013-05-27
1
-32
/
+18
*
Merge branch 'moteus' of https://github.com/moteus/luasocket into moteus
unknown
2013-05-27
1
-3
/
+21
|
\
|
*
Fix. setsockname fails with "*" as host.
moteus
2013-05-27
1
-0
/
+3
|
*
Fix. getaddrinfo returns garbage as address on Windows.
moteus
2013-05-27
1
-3
/
+18
*
|
Fix Visual Studio 2012 projects
unknown
2013-05-27
1
-2
/
+2
|
/
*
Merge tryconnect6 into inet_tryconnect.
Diego Nehab
2013-05-26
1
-2
/
+20
*
Add MingW support.
unknown
2013-05-25
1
-43
/
+37
*
Added inet_pton/inet_ntop for MinGW on Windows; compiles with Lua52.
Paul Kulchenko
2013-04-07
1
-0
/
+50
*
Remove warnings and fix makefile for Win32.
Diego Nehab
2012-12-11
1
-6
/
+6
*
Fix socket_accept usage to depend on family.
Diego Nehab
2012-12-11
1
-1
/
+15
*
Fix udp:setpeername("*")
Diego Nehab
2012-08-23
1
-12
/
+33
*
socket.connect now implemented in the C core
Sam Roberts
2012-05-10
1
-12
/
+42
*
Add a getnameinfo() wrapper
Florian Zeitz
2012-05-05
1
-0
/
+48
*
Fixed getpeername/getsockname situation
Diego Nehab
2012-04-24
1
-43
/
+74
*
Making progress toward a release
Diego Nehab
2012-04-23
1
-4
/
+2
*
inet: Honor the strict aliasing rule
Florian Zeitz
2012-04-11
1
-12
/
+14
*
Compiles with Lua 5.1.4 and Lua 5.2.0-beta, although the makefile needs sorti...
Liam Devine
2012-04-11
1
-1
/
+1
*
inet: return more useful errors
Paul Aurich
2012-04-11
1
-2
/
+3
*
inet: refactor getpeername to allocate the struct on the stack
Paul Aurich
2012-04-11
1
-13
/
+23
*
Fix getpeername to work with IPv6 addresses
Florian Zeitz
2012-04-11
1
-5
/
+18
*
Add support for connecting to IPv6 hosts
Florian Zeitz
2012-04-11
1
-18
/
+24
*
dns.getaddrinfo: Return proper error messages
Florian Zeitz
2012-04-11
1
-1
/
+1
*
dns: Rename toip6() to getaddrinfo() since the old name is misleading
Florian Zeitz
2012-04-11
1
-3
/
+3
*
Rework binding IPv6 sockets by harmonizing it with the IPv4 variant
Florian Zeitz
2012-04-11
1
-24
/
+34
*
Preliminary IPv6 support for v2.1
Diego Nehab
2012-04-11
1
-3
/
+49
*
Saving before big changes to support IPv6.
Diego Nehab
2011-05-25
1
-2
/
+1
*
Before compiling on Windows.
Diego Nehab
2005-10-07
1
-20
/
+20
*
Almost ready to release.
Diego Nehab
2005-09-29
1
-2
/
+2
*
Working on the manual.
Diego Nehab
2005-06-14
1
-10
/
+14
*
Forward server working on Mac OS X...
Diego Nehab
2005-02-08
1
-1
/
+0
*
Fixed a bunch of stuff. Added mike's patches.
Diego Nehab
2004-07-16
1
-4
/
+3
*
Still need to fix windows. :o/
Diego Nehab
2004-07-15
1
-33
/
+37
*
Manual is almost done. HTTP is missing.
Diego Nehab
2004-06-15
1
-1
/
+0
*
Só pra não perder se der merda.
Diego Nehab
2004-06-04
1
-3
/
+0
[next]