mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-11-08 06:18:21 +01:00
Network support for the Lua language
5b8d7dec54
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. |
||
---|---|---|
doc | ||
etc | ||
samples | ||
src | ||
test | ||
LICENSE | ||
logo.ps | ||
luasocket.sln | ||
luasocket.vcproj | ||
makefile.dist | ||
NEW | ||
README | ||
TODO |
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.