Télécharger la liste

Description du projet

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.

Système requise

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

Cette version permet de créer des réponses avec zéro octets à l'aide de MHD_create_response_from_callback.

Quelques déclarations « const » ont été ajoutées pour permettre de garder des chaînes plus statiques dans la ROM.

Le code a été modifié pour fonctionner avec PlibC 0.1.7 sur Windows.

Le post-processeur tolère désormais les téléchargements qui ne contiennent pas de »
« et retourne également les clés qui n'ont pas une valeur correspondante.
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

Cette version corrige la perte d'un paramètre dans le traitement des données POST de IE8 et Chrome. Il définit automatiquement une "connexion : fermer" en-tête si le client demande la fermeture de la connexion. Enfin, étant donné « chunked » codage et « content-length », MHD ignore désormais l'en-tête « content-length » conformément à la 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

Cette version corrige la manipulation de certains formats de frontière (rare) dans le processeur de post (maintenant tolérer les citations et les données de déchets avant multi-part limites). Sur les systèmes où les « sin_len » fait partie du "struct sockaddr" (tels que FreeBSD), le champ est maintenant correctement initialisé.
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

Cette version corrige plusieurs bugs mineurs. En particulier, l'authentification digest a été omis dans certaines circonstances (comte nonce > = 10 ou obtient avec arguments URL). En outre, une variable non initialisée dans MHD_get_timeout pourrait causer des valeurs incorrectes timeout (faible) à retourner. Sockets sont maintenant non bloquant pour les connexions SSL sur OS X pour éviter la pendaison en attendant le réseau I/O. La documentation sur la façon d'utiliser l'authentification API et comment exécuter MHD avec le soutien de la double pile a été améliorée.
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

Cette version corrige une valeur de retour mauvaise générée par MHD_get_timeout si aucun délai a été défini. Il corrige également une addition accidentelle d'une "connexion : fermer" pied de page dans certaines circonstances (rares).
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