From 71edae497964094f63bedb630d8bceb670ac660e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 10 Aug 2007 23:32:57 +0000 Subject: logs --- ChangeLog | 7 ++++++- src/include/microhttpd.h | 4 +++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ee123097..5be3654e 100644 --- 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 index 5efaca09..e678d4b1 100644 --- 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 -- cgit v1.2.3