Network support for the Lua language
Go to file
Diego Nehab 5b8d7dec54 Updated some of the callbacks in callback.lua.
Update get.lua to use the new callbacks.
The old "code" module is now the "mime" module.
Updated all modules that depended on it.
Updated url.lua to use the new namespace scheme, and moved the
    escape and unescape functions that used to be in the code.lua module
    to it, since these are specific to urls.
Updated the callback entries in the manual.
2004-01-19 05:41:30 +00:00
doc Updated some of the callbacks in callback.lua. 2004-01-19 05:41:30 +00:00
etc Updated some of the callbacks in callback.lua. 2004-01-19 05:41:30 +00:00
samples Adjusted a few inconsistencies with the manual. 2003-08-16 00:06:04 +00:00
src Updated some of the callbacks in callback.lua. 2004-01-19 05:41:30 +00:00
test Updated some of the callbacks in callback.lua. 2004-01-19 05:41:30 +00:00
LICENSE Starting to use RCS in princeton again. Not behind a firewall anymore. 2003-08-31 00:58:07 +00:00
logo.ps Adjusted a few inconsistencies with the manual. 2003-08-16 00:06:04 +00:00
luasocket.sln Tested in windows. Still needs more testing, but progress has been made. 2004-01-17 00:17:46 +00:00
luasocket.vcproj Tested in windows. Still needs more testing, but progress has been made. 2004-01-17 00:17:46 +00:00
makefile.dist Releasing 2.0 alpha!!! 2003-06-30 18:53:10 +00:00
NEW Releasing 2.0 alpha!!! 2003-06-30 18:53:10 +00:00
README Releasing 2.0 alpha!!! 2003-06-30 18:53:10 +00:00
TODO Updated some of the callbacks in callback.lua. 2004-01-19 05:41:30 +00:00

This release is work in progress. It has been tested on WinXP, Mac OS X,
SunOS and Linux. 

In this version, all Lua code should be built into the binary. For that, you
will need a working versions of luac and bin2c, both available with your
Lua distribution. Check the makefile for details.

Have fun,
Diego Nehab.