gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r5450 - in libmicrohttpd: . src/include


From: gnunet
Subject: [GNUnet-SVN] r5450 - in libmicrohttpd: . src/include
Date: Fri, 10 Aug 2007 17:32:57 -0600 (MDT)

Author: grothoff
Date: 2007-08-10 17:32:57 -0600 (Fri, 10 Aug 2007)
New Revision: 5450

Modified:
   libmicrohttpd/ChangeLog
   libmicrohttpd/src/include/microhttpd.h
Log:
logs

Modified: libmicrohttpd/ChangeLog
===================================================================
--- libmicrohttpd/ChangeLog     2007-08-10 23:31:04 UTC (rev 5449)
+++ libmicrohttpd/ChangeLog     2007-08-10 23:32:57 UTC (rev 5450)
@@ -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

Modified: libmicrohttpd/src/include/microhttpd.h
===================================================================
--- libmicrohttpd/src/include/microhttpd.h      2007-08-10 23:31:04 UTC (rev 
5449)
+++ libmicrohttpd/src/include/microhttpd.h      2007-08-10 23:32:57 UTC (rev 
5450)
@@ -442,7 +442,9 @@
  * @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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]