luasocket/src
2014-12-21 07:45:17 +01: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 Fixed timeout bug introduced by commit e81a6ff 2013-09-09 14:23:00 -03:00
buffer.h Saving before big changes to support IPv6. 2011-05-25 20:57:22 +00:00
except.c make socket.protect yieldable on Lua 5.2/5.3 2014-11-10 18:49:40 +01:00
except.h Decent makefiles! 2009-05-27 09:31:38 +00:00
ftp.lua Fix. recive 2xx while ftp.get cause timeout error 2013-05-30 11:01:07 +04:00
headers.lua Build with Lua 5.2 without LUA_COMPAT_MODULE flag. 2013-05-27 12:45:09 +04:00
http.lua Fix Host: header according to RFC7230 2014-07-15 14:49:20 -03:00
inet.c No need for inet_pton. 2013-06-04 16:26:49 +08:00
inet.h Fix Visual Studio 2012 projects 2013-05-27 20:30:06 +08:00
io.c Making progress toward a release 2012-04-23 00:18:45 +08:00
io.h Fixed inet_pton and a new Winsock UDP bug. 2013-05-28 00:09:30 +08:00
ltn12.lua support multiple filters in ltn12.{sink,source}.chain() 2013-06-18 11:01:46 +02:00
luasocket.c Export global only if LUA_COMPAT_MODULE defined. 2013-05-29 16:56:56 +08:00
luasocket.h Changing from 2.1-rc1 to 3.0-rc1. 2013-06-11 19:10:03 +08:00
makefile Add MYCFLAGS and MYLDFLAGS go allow for customization 2013-09-09 14:55:20 -03:00
mbox.lua Export global table only if "module()" is defined. 2013-06-05 18:36:51 +08:00
mime.c Make casts const correct. 2014-12-21 06:57:10 +01:00
mime.h Changing from 2.1-rc1 to 3.0-rc1. 2013-06-11 19:10:03 +08:00
mime.lua Build with Lua 5.2 without LUA_COMPAT_MODULE flag. 2013-05-27 12:45:09 +04:00
options.c No need for inet_pton. 2013-06-04 16:26:49 +08:00
options.h Add missing prototype for opt_get_reuseport(). 2014-12-21 07:45:17 +01:00
select.c Export global only if LUA_COMPAT_MODULE defined. 2013-05-29 16:56:56 +08:00
select.h Decent makefiles! 2009-05-27 09:31:38 +00:00
serial.c Leaving if in src/ but out of build for now. 2013-05-30 16:20:34 +08:00
smtp.lua Build with Lua 5.2 without LUA_COMPAT_MODULE flag. 2013-05-27 12:45:09 +04:00
socket.h Merge branch 'git-sam' into diego-sam-mwild-integration 2012-04-11 14:18:20 -07:00
socket.lua No need for inet_pton. 2013-06-04 16:26:49 +08:00
tcp.c Add. Allow get error option to socket. 2013-05-29 14:33:27 +04:00
tcp.h Making progress toward a release 2012-04-23 00:18:45 +08:00
timeout.c Export global only if LUA_COMPAT_MODULE defined. 2013-05-29 16:56:56 +08:00
timeout.h Decent makefiles! 2009-05-27 09:31:38 +00:00
tp.lua Build with Lua 5.2 without LUA_COMPAT_MODULE flag. 2013-05-27 12:45:09 +04:00
udp.c Make local function udp_strerror() static. 2014-12-21 07:44:11 +01:00
udp.h Making progress toward a release 2012-04-23 00:18:45 +08:00
unix.c Leaving if in src/ but out of build for now. 2013-05-30 16:20:34 +08:00
unix.h Fix unix export marker. 2013-06-11 17:20:27 +08:00
url.lua Changing from 2.1-rc1 to 3.0-rc1. 2013-06-11 19:10:03 +08:00
usocket.c src/usocket: Don't unset/set O_NONBLOCK around listen() or shutdown() calls. 2014-10-27 14:07:38 -04:00
usocket.h Remove warnings. Move windows specific code. 2013-05-30 16:50:28 +08:00
wsocket.c Fix "final" bug in pton and TCP connreset handling 2013-05-28 17:27:06 +08:00
wsocket.h Remove warnings. Move windows specific code. 2013-05-30 16:50:28 +08:00