CVS log for: cow_config.h

Revision 1.5 - roper - September 22, 2003 at 23:52:56
Branches: TRUNK
Diff to: 1.4, 1.3, 1.2, 1.1
- pth_writev() is used to combine headers with body instead of issuing
  multiple pth_write()'s; this should be faster because it results in
  fewer internal copies of the data
- filename(s) of index files can be set in cow.conf now
- added ability to limit response concurrency

Revision 1.4 - roper - August 08, 2003 at 22:45:19
Branches: TRUNK
Diff to: 1.3, 1.2, 1.1
- added config option to disable TCP Nagle algorithm
- made request.c more lenient in terms of input; also heavily
  cleaned up/commented code

Revision 1.3 - roper - July 24, 2003 at 17:45:47
Branches: TRUNK
Diff to: 1.2, 1.1
 * Added mime options to config file
 * Removed some unused constants
 * A little bit of error logging
 * Better detection of OS file descriptor limits

Revision 1.2 - roper - July 23, 2003 at 20:54:59
Branches: TRUNK
Diff to: 1.1
Many changes:
 - beginning of logging support
 - fix bug in Makefile for config.l.c
 - code reformatting
 - prepare for release (AUTHORS, Changelog, etc.)

Revision 1.1 - roper - July 21, 2003 at 20:00:23
Branches: TRUNK
Added configuration file support.  Also updated the build system some more.
Although the config file support is in place, not all of its options are
completely supported yet.