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

12
config
View file

@ -8,8 +8,8 @@
EXT=so
SOCKET_V=2.0.0
MIME_V=1.0.0
SOCKET_SO=socket-core.$(EXT).$(SOCKET_V)
MIME_SO=mime-core.$(EXT).$(MIME_V)
SOCKET_SO=socket.$(EXT).$(SOCKET_V)
MIME_SO=mime.$(EXT).$(MIME_V)
UNIX_SO=unix.$(EXT)
#------
@ -25,13 +25,15 @@ COMPAT=compat-5.1r4
#------
# Top of your Lua installation
# Relative paths will be inside src tree
# Relative paths will be inside the src tree
#
INSTALL_TOP=/usr/local/share/lua/5.0
#INSTALL_TOP_LUA=/usr/local/share/lua/5.0
#INSTALL_TOP_LIB=/usr/local/lib/lua/5.0
INSTALL_TOP_LUA=share
INSTALL_TOP_LIB=lib
INSTALL_DATA=cp
INSTALL_EXEC=cp
INSTALL_LINK=ln
#------
# Compiler and linker settings