aboutsummaryrefslogtreecommitdiff
path: root/src/inet.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* chore: Remove the executable permission bit from some source files (#434)Tianjia Zhang2024-06-291-0/+0
* fix(inet): Return port as number in getsockname (#392)georgeto2023-11-081-1/+1
* fix(build): Use gai_strerrorA not gai_strerror on Windowsrpatters12022-07-271-2/+2
* inet: pragma visibilityE. Westbrook2019-03-101-21/+13
* inet.c: use LUASOCKET_PRIVATEE. Westbrook2019-02-251-12/+14
* When zero-timeout, only try first address in connect.Diego Nehab2015-12-031-2/+2
* Fixes suggested by @Florob in #147.Diego Nehab2015-08-251-6/+11
* New agnostic IPv4 IPv6 functions.Diego Nehab2015-08-221-64/+68
* New compat.h module implements luaL_setfuncs.Diego Nehab2015-08-211-4/+1
* Fix inet_global_getaddrinfo leak of getnameinfoDiego Nehab2015-02-181-0/+1
* No need for inet_pton.Diego Nehab2013-06-041-30/+2
* Remove warnings. Move windows specific code.unknown2013-05-301-5/+6
* Leaving if in src/ but out of build for now.Diego Nehab2013-05-301-76/+55
* Export global only if LUA_COMPAT_MODULE defined.Diego Nehab2013-05-291-0/+4
* Fix "final" bug in pton and TCP connreset handlingunknown2013-05-281-5/+4
* Fixed inet_pton and a new Winsock UDP bug.unknown2013-05-281-6/+11
* Simplifying getaddrinfo treatment.Diego Nehab2013-05-271-32/+18
* Merge branch 'moteus' of https://github.com/moteus/luasocket into moteusunknown2013-05-271-3/+21
|\
| * Fix. setsockname fails with "*" as host.moteus2013-05-271-0/+3
| * Fix. getaddrinfo returns garbage as address on Windows.moteus2013-05-271-3/+18
* | Fix Visual Studio 2012 projectsunknown2013-05-271-2/+2
|/
* Merge tryconnect6 into inet_tryconnect.Diego Nehab2013-05-261-2/+20
* Add MingW support.unknown2013-05-251-43/+37
* Added inet_pton/inet_ntop for MinGW on Windows; compiles with Lua52.Paul Kulchenko2013-04-071-0/+50
* Remove warnings and fix makefile for Win32.Diego Nehab2012-12-111-6/+6
* Fix socket_accept usage to depend on family.Diego Nehab2012-12-111-1/+15
* Fix udp:setpeername("*")Diego Nehab2012-08-231-12/+33
* socket.connect now implemented in the C coreSam Roberts2012-05-101-12/+42
* Add a getnameinfo() wrapperFlorian Zeitz2012-05-051-0/+48
* Fixed getpeername/getsockname situationDiego Nehab2012-04-241-43/+74
* Making progress toward a releaseDiego Nehab2012-04-231-4/+2
* inet: Honor the strict aliasing ruleFlorian Zeitz2012-04-111-12/+14
* Compiles with Lua 5.1.4 and Lua 5.2.0-beta, although the makefile needs sorti...Liam Devine2012-04-111-1/+1
* inet: return more useful errorsPaul Aurich2012-04-111-2/+3
* inet: refactor getpeername to allocate the struct on the stackPaul Aurich2012-04-111-13/+23
* Fix getpeername to work with IPv6 addressesFlorian Zeitz2012-04-111-5/+18
* Add support for connecting to IPv6 hostsFlorian Zeitz2012-04-111-18/+24
* dns.getaddrinfo: Return proper error messagesFlorian Zeitz2012-04-111-1/+1
* dns: Rename toip6() to getaddrinfo() since the old name is misleadingFlorian Zeitz2012-04-111-3/+3
* Rework binding IPv6 sockets by harmonizing it with the IPv4 variantFlorian Zeitz2012-04-111-24/+34
* Preliminary IPv6 support for v2.1Diego Nehab2012-04-111-3/+49
* Saving before big changes to support IPv6.Diego Nehab2011-05-251-2/+1
* Before compiling on Windows.Diego Nehab2005-10-071-20/+20
* Almost ready to release.Diego Nehab2005-09-291-2/+2
* Working on the manual.Diego Nehab2005-06-141-10/+14
* Forward server working on Mac OS X...Diego Nehab2005-02-081-1/+0
* Fixed a bunch of stuff. Added mike's patches.Diego Nehab2004-07-161-4/+3
* Still need to fix windows. :o/Diego Nehab2004-07-151-33/+37
* Manual is almost done. HTTP is missing.Diego Nehab2004-06-151-1/+0
* Só pra não perder se der merda.Diego Nehab2004-06-041-3/+0