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

이 릴리스 0 바이트 mhd_create_response_from_callback를 사용 하 여 응답을 만들 수 있습니다.

몇 가지 "const" 문은 ROM에 더 정적 문자열을 유지를 허용에 추가 되었습니다.

코드 PlibC 0.1.7 Windows에서 작동 하도록 수정 되었습니다.

포스트 프로세서는 지금 없는 업로드 허용 "
"와 일치 하는 값을가지고 있지 않는 키를 반환 합니다.
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

이 릴리스에 i e 8과 크롬에서 게시 데이터 처리에 매개 변수가 손실을 해결 합니다. 그것은 자동으로 설정을 "연결: 닫기" 머리글 클라이언트가 종료 연결을 요청 하는 경우. 마지막으로, MHD는 RFC에 따라 ' content-length ' 헤더를 무시 지금 인코딩 '청크' 및 ' 콘텐츠 길이 '를 모두 감안할 때.
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

이 릴리스 (따옴표 및 멀티-부품 경계 전에 가비지 데이터에 지금 참아) 포스트 프로세서에서 특정 (희귀) 경계 형식의 처리를 수정 합니다. 시스템 "sin_len" "구조체는 sockaddr" (예: FreeBSD)의 일부인 어디에서 필드를 이제 제대로 초기화 됩니다.
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

이 릴리스에 몇 가지 사소한 버그 수정. 특정 상황에서 다이제스트 인증 실패 했다는 특히 (nonce 수 > = 10 또는 가져옵니다 URL 인수). 또한, 초기화 되지 않은 변수 mhd_get_timeout에 잘못 된 (낮은) 제한 시간 값이 반환 될 발생할 수 있습니다. 소켓을 피하기 위해 네트워크 I/O 기다리는 동안 매달려 OS X에서 SSL 연결에 대 한 비 차단 됩니다. 인증 Api를 사용 하는 방법 및 이중 스택 지원 MHD를 실행 하는 방법에 대 한 문서 개선 되었다.
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

이 릴리스에 제한 시간 없음 설정 된 경우 mhd_get_timeout에 의해 생성 된 잘못 된 반환 값을 수정 합니다. 또한의 실수로 추가 수정는 "연결: 닫기" (희귀) 특정 상황에서 바닥글.
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