* Wed Jun 03 2004 Luke Reeves <luke@neuro-tech.net>

- Fixed wait error that was messing up multiple requests.
- Removed the "fork" option, since the background mode now automatically
  activates simultaneous requests.

* Wed Apr 08 2004 Luke Reeves <luke@neuro-tech.net>

- Man page included

* Thu Feb 19 2004 Luke Reeves <luke@neuro-tech.net>

- Potential buffer problem fixes
- Windows directory generation problem fixed

* Fri Oct 10 2003 Luke Reeves <luke@neuro-tech.net>

- Compilation fixes for newer versions of GCC.

* Wed Apr 09 2003 Luke Reeves <luke@neuro-tech.net>

- Big security cleanup.  Check every return value like the nice guy that I am.

* Tue Apr 08 2003 Luke Reeves <luke@neuro-tech.net>

- Error messages now correctly sent to stderr stream.
- Added option to print in combined log format to standard output (including
  user-agent, IP address and Referer (sic) header.
- Put back case sensitivity
- Properly ignore any extra parameters after URI.
- Fix of last-modified header for directory indices
- Option to print out request headers (very valuable for the debugging of any
  messed up user-agents).
- Added full parsing of request headers.
- Fixed a problem with the chdir() call for background mode.

* Mon Apr 07 2003 Luke Reeves <luke@neuro-tech.net>

- Fixed a stupid bug in the code causing defunct processes

* Fri Apr 04 2003 Luke Reeves <luke@neuro-tech.net>

- Fork fixes
- Better socket shutdown

* Thu Apr 03 2003 Luke Reeves <luke@neuro-tech.net>

- Added fork support for each connection
- Added background mode (daemon) support
- Revamped the autoconf system to detect support of the sendfile() function
- Fixes for compilation under gcc-2.95

* Wed Apr 02 2003 Luke Reeves <luke@neuro-tech.net>

- Apprarently I'm a complete fool when it comes to the construction of the
  initial linked list, this is fixed now.
- Added -g option to generate directory indices.
- Bug fixes.

