Compiled on Windows. Fixed a bunch of stuff. Almost ready to release.

Implemented a nice dispatcher! Non-blocking check-links and forward server
use the dispatcher.
This commit is contained in:
Diego Nehab 2005-08-23 05:53:14 +00:00
parent 5e8ae76248
commit 773e35ced3
20 changed files with 454 additions and 364 deletions

View file

@ -2,9 +2,9 @@
# Distribution makefile
#--------------------------------------------------------------------------
DIST = luasocket-2.0-beta3
DIST = luasocket-2.0
COMPAT = compat-5.1r2
COMPAT = compat-5.1r4
LUA = \
ftp.lua \
@ -37,6 +37,7 @@ EXAMPLES = \
ETC = \
check-links.lua \
check-links-nb.lua \
dict.lua \
get.lua \
unix.c \
@ -76,8 +77,8 @@ CORE = \
wsocket.h
MAKE = \
makefile.Darwin \
makefile.Linux \
makefile \
config \
luasocket.sln \
luasocket.vcproj \
mime.vcproj