libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit b515a008163d25c8f820ebae0be6e8fd2dd70021
parent 791198d30deda7bcdc7075e2c39e51c1f466d7fc
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 16 Jun 2007 07:27:32 +0000

update

Diffstat:
MREADME | 6+++---
Msrc/daemon/Makefile.am | 2--
2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/README b/README @@ -5,9 +5,9 @@ things need to be implemented (in list of importance) before certain features can be used at all: -For PUT/POST: -============= -testing! +For POST: +========= +- Decoding of POST data, testing thereof For http-compliance: ==================== diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am @@ -7,8 +7,6 @@ lib_LTLIBRARIES = \ libmicrohttpd_la_LDFLAGS = \ -export-dynamic -version-info 0:0:0 -# libmicrohttpd_la_LIBADD = \ -# -lm libmicrohttpd_la_SOURCES = \ daemon.c \ internal.c internal.h \