luasocket/src
Philipp Janda d075e7322f Support table errors.
LuaSocket wraps error messages raised by newtry() in a table and unpacks
them later so that (string) errors raised by 3rd-party code can be
passed through as-is. This obviously didn't work when the 3rd-party code
raised a table as an error message. This change sets a private metatable
on all wrapped LuaSocket exceptions to distinguish them from 3rd-party
table errors.
2016-02-21 11:59:44 +01:00
..
auxiliar.c New compat.h module implements luaL_setfuncs. 2015-08-21 15:39:34 -03:00
auxiliar.h New compat.h module implements luaL_setfuncs. 2015-08-21 15:39:34 -03:00
buffer.c New agnostic IPv4 IPv6 functions. 2015-08-22 19:52:01 -03:00
buffer.h Saving before big changes to support IPv6. 2011-05-25 20:57:22 +00:00
compat.c Fix rockspec and serial.c module. 2015-08-21 22:31:29 -03:00
compat.h New compat.h module implements luaL_setfuncs. 2015-08-21 15:39:34 -03:00
except.c Support table errors. 2016-02-21 11:59:44 +01:00
except.h Decent makefiles! 2009-05-27 09:31:38 +00:00
ftp.lua fixed accidental global in ftp.lua 2015-03-01 20:34:53 +01:00
headers.lua Build with Lua 5.2 without LUA_COMPAT_MODULE flag. 2013-05-27 12:45:09 +04:00
http.lua Merge pull request #96 from chastabor/master 2015-08-24 16:41:24 -03:00
inet.c When zero-timeout, only try first address in connect. 2015-12-03 12:56:18 -02:00
inet.h Fixes suggested by @Florob in #147. 2015-08-25 15:41:40 -03:00
io.c New compat.h module implements luaL_setfuncs. 2015-08-21 15:39:34 -03:00
io.h New agnostic IPv4 IPv6 functions. 2015-08-22 19:52:01 -03:00
ltn12.lua Use base.select instead of just select 2016-02-11 15:53:53 +03:00
luasocket.c New compat.h module implements luaL_setfuncs. 2015-08-21 15:39:34 -03:00
luasocket.h Changing from 2.1-rc1 to 3.0-rc1. 2013-06-11 19:10:03 +08:00
makefile Added solaris platform 2016-01-15 18:48:57 +01:00
mbox.lua Don't break global mbox table in mbox.split_mbox 2016-02-11 15:57:56 +03:00
mime.c New compat.h module implements luaL_setfuncs. 2015-08-21 15:39:34 -03: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 Merge pull request #141 from cjtallman/master 2015-08-21 15:51:52 -03:00
options.h Merge branch 'tcp_reuseport' of https://github.com/KateAdams/luasocket into KateAdams-tcp_reuseport 2015-10-05 10:28:29 +08:00
pierror.h updated error messages, less error prone, platform independent 2015-03-03 21:17:06 +01:00
select.c Changed buffer-per-socket to buffer-per-operation. 2015-10-06 11:33:50 +08:00
select.h Decent makefiles! 2009-05-27 09:31:38 +00:00
serial.c Fix rockspec and serial.c module. 2015-08-21 22:31:29 -03: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 New agnostic IPv4 IPv6 functions. 2015-08-22 19:52:01 -03:00
tcp.c When zero-timeout, only try first address in connect. 2015-12-03 12:56:18 -02:00
tcp.h Making progress toward a release 2012-04-23 00:18:45 +08:00
timeout.c New compat.h module implements luaL_setfuncs. 2015-08-21 15:39:34 -03:00
timeout.h Decent makefiles! 2009-05-27 09:31:38 +00:00
tp.lua Fix sink method in tp module 2016-02-11 15:56:57 +03:00
udp.c Changed buffer-per-socket to buffer-per-operation. 2015-10-06 11:33:50 +08:00
udp.h Changed buffer-per-socket to buffer-per-operation. 2015-10-06 11:33:50 +08:00
unix.c New compat.h module implements luaL_setfuncs. 2015-08-21 15:39:34 -03:00
unix.h Fix unix export marker. 2013-06-11 17:20:27 +08:00
url.lua Fix base_parsed global in url module 2016-02-11 15:54:59 +03:00
usocket.c New agnostic IPv4 IPv6 functions. 2015-08-22 19:52:01 -03:00
usocket.h Remove warnings. Move windows specific code. 2013-05-30 16:50:28 +08:00
wsocket.c New compat.h module implements luaL_setfuncs. 2015-08-21 15:39:34 -03:00
wsocket.h Remove warnings. Move windows specific code. 2013-05-30 16:50:28 +08:00