luasocket/src
Diego Nehab 6d93fd7c8f Fix socket.connect
Previous implementation was not making sure the socket
had the same family as the addr returned by getaddrinfo.
So instead of "connection refused", we could get "invalid
argument", which was our fault.
2013-05-26 15:18:13 +08:00
..
auxiliar.c Making progress toward a release 2012-04-23 00:18:45 +08:00
auxiliar.h merged lua_typerrror.{c,h} into auxiliar.{c,h} 2012-04-16 20:41:48 +08:00
buffer.c Remove warnings and fix makefile for Win32. 2012-12-11 17:43:49 -02:00
buffer.h Saving before big changes to support IPv6. 2011-05-25 20:57:22 +00:00
except.c Making progress toward a release 2012-04-23 00:18:45 +08:00
except.h Decent makefiles! 2009-05-27 09:31:38 +00:00
ftp.lua Making progress toward a release 2012-04-23 00:18:45 +08:00
headers.lua Cookie modifications. 2013-01-10 01:10:34 -02:00
http.lua Making progress toward a release 2012-04-23 00:18:45 +08:00
inet.c Add MingW support. 2013-05-25 18:07:38 +08:00
inet.h Added inet_pton/inet_ntop for MinGW on Windows; compiles with Lua52. 2013-04-07 12:39:56 -07:00
io.c Making progress toward a release 2012-04-23 00:18:45 +08:00
io.h Decent makefiles! 2009-05-27 09:31:38 +00:00
ltn12.lua Fix ltn12 version. 2012-12-10 15:50:44 -02:00
luasocket.c Compiles with Lua 5.1.4 and Lua 5.2.0-beta, although the makefile needs sorting out to take maybe a version number and also the local paths need removing. 2012-04-11 13:33:34 -07:00
luasocket.h Making progress toward a release 2012-04-23 00:18:45 +08:00
makefile Check linux build. 2013-05-25 07:25:02 -03:00
mbox.lua Use the length operator (#) instead of table.getn. 2013-02-25 20:28:28 -02:00
mime.c Remove warnings and fix makefile for Win32. 2012-12-11 17:43:49 -02:00
mime.h First stab at documenation 2012-04-17 01:15:26 +08:00
mime.lua Making progress toward a release 2012-04-23 00:18:45 +08:00
options.c Making progress toward a release 2012-04-23 00:18:45 +08:00
options.h Merge branch 'git-sam' into diego-sam-mwild-integration 2012-04-11 14:18:20 -07:00
select.c Remove warnings and fix makefile for Win32. 2012-12-11 17:43:49 -02:00
select.h Decent makefiles! 2009-05-27 09:31:38 +00:00
serial.c Merge branch 'git-sam' into diego-sam-mwild-integration 2012-04-11 14:18:20 -07:00
smtp.lua Send SMTP AUTH LOGIN response using tp:send(). Fixes #18 2012-08-07 00:01:48 +02:00
socket.h Merge branch 'git-sam' into diego-sam-mwild-integration 2012-04-11 14:18:20 -07:00
socket.lua socket.connect now implemented in the C core 2012-05-10 14:14:22 -07:00
tcp.c Fix socket.connect 2013-05-26 15:18:13 +08:00
tcp.h Making progress toward a release 2012-04-23 00:18:45 +08:00
timeout.c Making progress toward a release 2012-04-23 00:18:45 +08:00
timeout.h Decent makefiles! 2009-05-27 09:31:38 +00:00
tp.lua Making progress toward a release 2012-04-23 00:18:45 +08:00
udp.c Add MingW support. 2013-05-25 18:07:38 +08:00
udp.h Making progress toward a release 2012-04-23 00:18:45 +08:00
unix.c :shutdown() errors on all invalid argument strings 2012-04-26 16:50:27 -07:00
unix.h Merge branch 'git-sam' into diego-sam-mwild-integration 2012-04-11 14:18:20 -07:00
url.lua Use the length operator (#) instead of table.getn. 2013-02-25 20:28:28 -02:00
usocket.c Fix socket_accept usage to depend on family. 2012-12-11 16:35:27 -02:00
usocket.h Fix socket_accept usage to depend on family. 2012-12-11 16:35:27 -02:00
wsocket.c Add MingW support. 2013-05-25 18:07:38 +08:00
wsocket.h Add MingW support. 2013-05-25 18:07:38 +08:00