Network support for the Lua language
Go to file
Diego Nehab 4919a83d22 Changed receive function. Now uniform with all other functions. Returns nil
on error, return partial result in the end.

http.lua rewritten.
2004-03-21 07:50:15 +00:00
doc Added ltn12 module. Modified mime to be stand alone. 2004-02-11 03:31:53 +00:00
etc New filter scheme. 2004-03-16 06:42:53 +00:00
samples Worked on the manual. 2004-02-04 14:29:11 +00:00
src Changed receive function. Now uniform with all other functions. Returns nil 2004-03-21 07:50:15 +00:00
test Changed receive function. Now uniform with all other functions. Returns nil 2004-03-21 07:50:15 +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 Adjusted wsocket to match usocket. Adjusted windows projects. 2004-01-21 20:16:48 +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 Changed receive function. Now uniform with all other functions. Returns nil 2004-03-21 07:50:15 +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.