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
/
udp.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(build): Use gai_strerrorA not gai_strerror on Windows
rpatters1
2022-07-27
1
-2
/
+2
*
udp: pragma visibility
E. Westbrook
2019-03-10
1
-5
/
+1
*
Only use EAI_OVERFLOW, AI_NUMERICSERV if defined
Mojca Miklavec
2019-02-26
1
-1
/
+4
*
udp.c: use LUASOCKET_PRIVATE
E. Westbrook
2019-02-25
1
-3
/
+5
*
add options:
surenyi
2018-03-25
1
-0
/
+4
*
Create socket on first sendto if family agnostic udp() was used
Natanael Copa
2017-01-25
1
-0
/
+21
*
Added gettimeout for completeness.
Diego Nehab
2016-03-04
1
-0
/
+7
*
Changed buffer-per-socket to buffer-per-operation.
Diego Nehab
2015-10-06
1
-31
/
+27
*
Added support for arbitrary datagram sizes.
Diego Nehab
2015-10-05
1
-21
/
+37
*
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
-4
/
+15
*
Merge pull request #141 from cjtallman/master
Diego Nehab
2015-08-21
1
-0
/
+4
|
\
|
*
Added missing options for UDP getoption.
cjtallman
2015-06-11
1
-0
/
+4
*
|
New compat.h module implements luaL_setfuncs.
Diego Nehab
2015-08-21
1
-4
/
+1
|
/
*
Make local function udp_strerror() static.
Stephan Gatzka
2014-12-21
1
-1
/
+1
*
Remove warnings. Move windows specific code.
unknown
2013-05-30
1
-5
/
+7
*
Leaving if in src/ but out of build for now.
Diego Nehab
2013-05-30
1
-97
/
+60
*
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
*
Typo fixed.
Diego Nehab
2013-05-28
1
-1
/
+1
*
Fixed inet_pton and a new Winsock UDP bug.
unknown
2013-05-28
1
-60
/
+62
*
Fix wrong usage of inet_pton.
unknown
2013-05-27
1
-2
/
+2
*
Merge tryconnect6 into inet_tryconnect.
Diego Nehab
2013-05-26
1
-1
/
+2
*
Add MingW support.
unknown
2013-05-25
1
-17
/
+17
*
Remove warnings and fix makefile for Win32.
Diego Nehab
2012-12-11
1
-2
/
+2
*
Fix udp:setpeername("*")
Diego Nehab
2012-08-23
1
-16
/
+19
*
Add IPv6 support to udp:receivefrom()
Florian Zeitz
2012-07-18
1
-16
/
+54
*
Add IPv6 support to udp:sendto()
Florian Zeitz
2012-07-17
1
-9
/
+30
*
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
/
+6
|
\
|
*
Receive of zero for UDP is now possible.
Sam Roberts
2012-04-11
1
-0
/
+6
*
|
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
-15
/
+22
*
|
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
-5
/
+22
*
|
Fix two crashes and add -Wshadow so that this can't happen again.
Paul Aurich
2012-04-11
1
-3
/
+3
*
|
Preliminary IPv6 support for v2.1
Diego Nehab
2012-04-11
1
-1
/
+1
*
|
Decent makefiles!
Diego Nehab
2009-05-27
1
-11
/
+30
|
/
*
Before compiling on Windows.
Diego Nehab
2005-10-07
1
-44
/
+44
*
Almost ready to release.
Diego Nehab
2005-09-29
1
-2
/
+2
*
Wrong class...
Diego Nehab
2005-04-13
1
-1
/
+1
*
Almost ready for beta3
Diego Nehab
2004-11-27
1
-1
/
+2
*
Still need to fix windows. :o/
Diego Nehab
2004-07-15
1
-27
/
+27
*
Moving on to beta2.
Diego Nehab
2004-07-01
1
-56
/
+49
*
More adjustments/bugfixes.
Diego Nehab
2004-06-21
1
-3
/
+3
*
Runs on Linux.
Diego Nehab
2004-06-15
1
-0
/
+8
*
Manual is almost done. HTTP is missing.
Diego Nehab
2004-06-15
1
-4
/
+1
*
Só pra não perder se der merda.
Diego Nehab
2004-06-04
1
-2
/
+1
[next]