luasocket/src
Diego Nehab 84baa83864 The actuall bind to the Lua language has been rewritten with
generalized use of closure values. Sockets are now real tables,
where each method receives a p_sock structure as a closure.
Global version of methods are now optional, and call the table
versions.
Included the toip function that converts from host name to ip address.
new implementation of '*a' was broken as has been fixed.
The windows code has been tested and is working.
2001-01-15 04:16:35 +00:00
..
ftp.lua Initial revision 2000-12-29 22:15:09 +00:00
http.lua Initial revision 2000-12-29 22:15:09 +00:00
luasocket.c The actuall bind to the Lua language has been rewritten with 2001-01-15 04:16:35 +00:00
luasocket.h Included LUASOCKET_BUFFERSIZE and LUASOCKET_VERSION defines. 2001-01-13 07:11:44 +00:00
smtp.lua Initial revision 2000-12-29 22:15:09 +00:00