Download List

Descripción del Proyecto

GNU libmicrohttpd is a small C library for embedding HTTP server functionality into other applications. It is reentrant, fast, supports HTTP 1.1, and permits listening on multiple ports. The API is simple and still powerful enough to allow programmers to use the entire HTTP feature set. SSL/TLS support is available as an option.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-01-24 07:25 Back to release list
0.9.18

Esta versión corrige varios errores menores. En particular, la autenticación de texto implícita fue fallando en determinadas circunstancias (nonce Conde > = 10 o obtiene con argumentos de URL). Además, una variable no inicializada en MHD_get_timeout podría causar valores incorrectos de tiempo de espera (baja) a devolverse. Los sockets son ahora sin bloqueo para conexiones SSL en OS X para evitar la horca mientras espera de E/s de la red. Se mejoró la documentación sobre cómo utilizar las API de autenticación y cómo ejecutar MHD con soporte de doble pila.
Tags: Stable, Minor bugfixes
This release fixes several minor bugs. In particular, digest authentication was failing under certain circumstances (nonce count >= 10 or GETs with URL arguments). Furthermore, an uninitialized variable in MHD_get_timeout could cause incorrect (low) timeout values to be returned. Sockets are now non-blocking for SSL connections on OS X to avoid hanging while waiting on network I/O. The documentation on how to use authentication APIs and how to run MHD with dual-stack support was improved.

Project Resources