CVS log for: buff.c

Revision 1.4 - roper - November 18, 2003 at 23:35:22
Branches: TRUNK
Diff to: 1.3, 1.2, 1.1
 - included Pth has experimental support for sys_epoll
 - removed response concurrency code -- useless

Revision 1.3 - roper - November 07, 2003 at 18:50:08
Branches: TRUNK
Diff to: 1.2, 1.1
Keep-alive actually works now.  Major request parsing cleanup.

Revision 1.2 - roper - October 28, 2003 at 21:06:06
Branches: TRUNK
Diff to: 1.1
Buffering code can now return complete lines of a request.  When this
is used in request.c, the code will get a lot cleaner.

Revision 1.1 - roper - October 28, 2003 at 17:33:23
Branches: TRUNK
Lots of changes:
 * Use either buffering code taken from Apache or TCP_CORK to minimize
   network traffic.
 * Sockets are now properly 'half-closed' before being truly closed
 * Make 503 responses a compile time option
 * Make HTTP PUT a compile time option
 * Added -b command line switch to change server's accept backlog
 * Lots of code cleanup
 * More statistics kept for verbose (-v) output