Download List

Projeto Descrição

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 versão permite a criação de respostas com zero bytes usando MHD_create_response_from_callback.

Algumas declarações "const" foram adicionadas para permitir manter seqüências mais estáticas em ROM.

O código foi modificado para trabalhar com PlibC 0.1.7 em Windows.

O processador de post agora tolera carregamentos que não contenham"
"e também retorna as chaves que não tem um valor correspondente.
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 versão corrige a perda de um parâmetro em processamento de dados do POST do IE8 e Chrome. Ele automaticamente define uma "conexão: fechar" cabeçalho que o cliente solicite que a conexão seja fechada. Finalmente, tendo em conta tanto a codificação de 'blocos' e 'content-length', MHD agora ignora o cabeçalho 'content-length' conforme o 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 versão corrige manipulação de certos formatos de limite (raras) no processador post (agora tolerar Cotações e dados de lixo antes de limites de várias partes). Em sistemas onde "sin_len" é parte da "estrutura sockaddr" (tais como FreeBSD), o campo agora é inicializado corretamente.
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 versão corrige vários pequenos bugs. Em particular, a autenticação digest estava falhando em certas circunstâncias (contagem de uso único > = 10 ou obtém com argumentos URL). Além disso, uma variável não inicializada no MHD_get_timeout poderia causar valores incorretos timeout (baixo) a ser retornado. Soquetes são agora non-blocking para conexões SSL no Mac OS X para evitar enforcamento enquanto espera na rede I/O. A documentação sobre como usar autenticação APIs e como executar MHD com suporte a pilha dupla foi melhorada.
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 versão corrige um valor de retorno errado gerado por MHD_get_timeout se nenhum tempo limite foi definido. Ele também corrige uma adição acidental de uma "conexão: Fechar" rodapé em certas circunstâncias (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