ダウンロードリスト

プロジェクト概要

GNU libmicrohttpdは、他のアプリケーションにHTTPサーバとしての機能を組み込むための小さなCライブラリです。これは、再入可能、高速、HTTP 1.1のサポート並びに複数のポートでのリッスンを許可しています。APIはシンプルですが、プログラマがHTTPの機能の全体を使うのに十分すぎるくらい強力です。SSL/TLSのサポートは、オプションとして利用できます。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2013-02-06 09:58
0.9.25

このリリースでは、MHD_create_response_from_callback を使用してゼロ バイトの応答を作成することができます。いくつかの"const"ステートメントは、ROM でより静的な文字列が追加されてコードは、PlibC 0.1.7 Windows で動作するように変更されています。ポスト プロセッサが含まれていないアップロードを容認するように""とも一致する値がないキーを返します。
タグ: 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

このリリースは IE8 とクロムから POST データの処理パラメーターの損失を修正します。自動的に設定されます、"接続: 閉じる"場合は、クライアント接続をクローズする要求ヘッダー。最後に、'' チャンク エンコーディングと 'コンテンツの長さ' の両方を与えて、MHD は今 'content-length' ヘッダーは RFC に従って無視します。
タグ: 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

このリリース (今引用し、マルチパートの境界の前にガベージ データを容認)、ポスト プロセッサで処理の特定の (まれに) の境界の形式を修正します。「Sin_len」「構造体の持つ sockaddr」(FreeBSD) などの一部がシステムでは、フィールドが適切に初期化されます。
タグ: 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

このリリースは、いくつかのマイナーなバグを修正します。具体的には、ダイジェスト認証は特定の状況で失敗していた (nonce 数 > = 10 または取得 URL 引数で)。さらに、初期化されていない変数 MHD_get_timeout で返される誤ったの (低) のタイムアウト値が生じます。ソケットが非ブロッキング SSL 接続ネットワーク I/O の待機している間ハングを避けるために OS x のです。認証 Api を使用する方法と MHD デュアル スタックのサポートを実行する方法に関するドキュメントが改善されました。
タグ: 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

このリリースは、タイムアウトが設定されていない場合は、MHD_get_timeout によって生成されたを誤ったの戻り値を修正します。それも誤って追加の修正を「接続: 閉じる」(まれに) 状況下のフッター。
タグ: 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.

プロジェクトリソース