Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This still doesn't throw up an error when attepting to run scripts
without the leading './', but it's a start
|
|
This can be used to view the values of environment variables passed to
CGI scripts.
|
|
|
|
|
|
Building each source file as a separate object makes it faster to
compile when only changing one source file, and also allows you to
compile with multiple threads when building the whole project.
|
|
This allows scripts to differentiate between the requested path and the
query parameters.
|
|
This allows the user of the class to set environment variables before
opening the pipe to the script.
|
|
The PATH_INFO environment variable has also been added.
|
|
This allows the server to reuse the same address and port when
repeatedly running and stopping the server while testing things instead
of quitting with the "Address already in use" error.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|