libmicrohttpd

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

commit 71edae497964094f63bedb630d8bceb670ac660e
parent ef352bdd85a2dbcab9c800b19b5d36f5c32e2196
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 10 Aug 2007 23:32:57 +0000

logs

Diffstat:
MChangeLog | 7++++++-
Msrc/include/microhttpd.h | 4+++-
2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,6 +1,11 @@ +Fri Aug 10 17:31:23 MDT 2007 + Fixed problems with handling of responses created from + callbacks. Allowing accept policy callback to be NULL + (to accept from all). Added minimal fileserver example. -CG + Wed Aug 8 01:46:06 MDT 2007 Added pool allocation and connection limitations (total - number and memory size). + number and memory size). Released libmicrohttpd 0.0.0. - CG Tue Jan 9 20:52:48 MST 2007 Created project build files and updated API. - CG diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h @@ -442,7 +442,9 @@ typedef void * @param flags combination of MHD_FLAG values * @param port port to bind to * @param apc callback to call to check which clients - * will be allowed to connect + * will be allowed to connect; you can pass NULL + * in which case connections from any IP will be + * accepted * @param apc_cls extra argument to apc * @param dh default handler for all URIs * @param dh_cls extra argument to dh