mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
logs
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user