2007-08-07 07:08:15 +00:00
2007-01-23 05:48:21 +00:00
2007-01-17 23:52:07 +00:00
2007-08-07 07:08:15 +00:00
2007-01-10 04:12:34 +00:00
2007-01-10 04:12:34 +00:00
syn
2007-07-07 08:54:04 +00:00
2007-01-10 04:12:34 +00:00
2007-06-16 05:28:11 +00:00
2007-01-10 04:12:34 +00:00
fx
2007-01-18 23:42:03 +00:00
2007-01-10 04:12:34 +00:00
2007-07-09 05:50:23 +00:00

Run "autoreconf -f -i" to create configure.

This is still pre-alpha software.  The following
things need to be implemented (in list of importance)
before certain features can be used at all:


For POST:
=========
- Decoding of POST data, testing thereof
- POST testcase currently fails (blocks!)

For http-compliance:
====================
session.c:
- send proper error code back if headers are too long
  (investigate what we should do with those headers,
   read?  give user control?) 
  ALSO: should this limit be per-line or for the
  entire header? (currently,  we enforce per-line,
  but the entire header might make more sense!)
- http 1.0 compatibility (if 1.0, force connection
  close at the end!)

For IPv6:
=========
daemon.c:
- fix start daemon and accept handlers


For SSL:
========
microhttpd.h:
- define appropriate MHD_OPTIONs
- actual implementation


Other:
======
- allow client to control size of input/output
  buffers (add MHD_OPTION)
- allow client to limit total number of connections
  (add MHD_OPTION)



S
Description
No description provided
Readme
20 MiB
Languages
C 86.4%
M4 10.3%
Shell 1.9%
Makefile 1.3%