Posted
about 14 years
ago
by
hans
Mention RESTAS web framework in documentation
|
Posted
about 14 years
ago
by
hans
Remove bogus export, thanks to Gordon Sims for reporting.
|
Posted
about 14 years
ago
by
hans
Fix some exports, thanks to Andrey Moskvitin
|
Posted
about 14 years
ago
by
hans
Further status message generation improvements
Provide more substitution variables (${error} and ${backtrace} in particular)
Add simple (and ugly) internal server error template
Rename ACCEPTOR-HANDLE-RETURN-CODE to ACCEPTOR-STATUS-MESSAGE, make it return
the HTML message, remove CONTENT argument to simplify things
Update documentation
|
Posted
about 14 years
ago
by
hans
add hunchentoot.gif for html doc
|
Posted
about 14 years
ago
by
hans
reindent documentation source
|
Posted
about 14 years
ago
by
hans
add html version of documentation
|
Posted
about 14 years
ago
by
hans
fixes for lispworks
|
Posted
about 14 years
ago
by
hans
Patch from Dan Weinreb:
limit the maximum number of request handler threads that a taskmaster may
create.
Support a new SOFT argument to the STOP function that makes Hunchentoot
wait until all currently outstanding requests have been processed
|
Posted
about 14 years
ago
by
hans
Add skeleton file tree to be served by Hunchentoot in its default
configuration.
Make error pages customizable through files.
Add new :document-root argument to acceptor to specify where files should
be served from.
|