Download List

專案描述

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

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.
標籤: Minor bugfixes, Stable

2012-12-26 09:40
0.9.24

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.
標籤: Stable, Minor bugfixes

2012-02-01 07:45
0.9.19

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.
標籤: Stable, Minor bugfixes

2012-01-24 07:25
0.9.18

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.
標籤: Stable, Minor bugfixes

2011-11-20 09:21
0.9.17

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.
標籤: Minor bugfixes, Stable

Project Resources