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.

2013-02-06 09:58
0.9.25

Esta versión permite crear respuestas con cero bytes usando MHD_create_response_from_callback.

Se han añadido unas declaraciones "const" para permitir mantener cadenas más estáticas en ROM.

El código ha sido modificado para que funcione con PlibC 0.1.7 en Windows.

El postprocesador ahora tolera cargas que no contienen"
"y también devuelve las llaves que no tienen un valor coincidente.
Tags: Minor bugfixes, Stable
This release allows creating responses with zero bytes using
MHD_create_response_from_callback.

A few "const" statements have been added to allow keeping more static strings in ROM.

The code has been modified to work with PlibC 0.1.7 on Windows.

The post processor now tolerates uploads which don't contain "\r\n" and also returns
keys which don't have a matching value.

2012-12-26 09:40
0.9.24

Esta versión corrige la pérdida de un parámetro en el procesamiento de datos POST de IE8 y Chrome. Establece automáticamente una "conexión: cierre" encabezado si el cliente solicita la conexión cerrada. Por último, dada la codificación 'segmentado' y 'content-length', MHD ahora ignora el encabezado 'content-length' según el RFC.
Tags: Stable, Minor bugfixes
This release fixes the loss of a parameter in processing POST data from IE8 and Chrome. It automatically sets a "Connection: close" header if the client requests the connection to be closed. Finally, given both 'chunked' encoding and 'content-length', MHD now ignores the 'content-length' header as per the RFC.

2012-02-01 07:45
0.9.19

Esta versión corrige manejo de determinados formatos de límite (rara) en el postprocesador (ahora tolerar citas y datos de basura antes de varias partes límites). En los sistemas donde "sin_len" es parte de "struct sockaddr" (como FreeBSD), el campo ahora es inicializado correctamente.
Tags: Stable, Minor bugfixes
This release fixes handling of certain (rare) boundary formats in the post processor (now tolerating quotes and garbage data before multi-part boundaries). On systems where "sin_len" is part of "struct sockaddr" (such as FreeBSD), the field is now properly initialized.

2012-01-24 07:25
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.

2011-11-20 09:21
0.9.17

Esta versión corrige un valor devuelto mal generado por MHD_get_timeout si se ha definido ningún tiempo de espera. También corrige una adición accidental de una "conexión: cerrar" pie de página en determinadas circunstancias (raras).
Tags: Minor bugfixes, Stable
This release fixes a wrong return value generated by MHD_get_timeout if no timeout was set. It also fixes an accidental addition of a "Connection: close" footer under certain (rare) circumstances.

Project Resources