Download List

프로젝트 설명

MiniWebsvr is a small Web server that aims to one
day be embeddable. It supports static Web pages,
directory listing, HTTP MIME encodings,
GET/HEAD/OPTIONS, and logging to disk. It has a
small memory footprint, is multi-threaded, and
supports command line options, conditional GET:,
If-Modified-Since:, and range-bound downloads
(download resuming).

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.

2009-02-03 19:19
0.0.10

라이센스 X11/MIT으로 바뀌었습니다. Win32에서의 목표를 지금도 UTF - 8을 지원합니다.
Tags: Minor feature enhancements
The license was changed to X11/MIT. The Win32 target now also supports UTF-8.

2007-11-20 17:13
0.0.9a

오프에 의해 하나의 버퍼 오버플로 / 언더 플로 문제를 해결했다. 이 요청에 응답하지 않도록 서버를 일으킬 수있습니다 (이후 미군 I / O를에서) 기다려주십시오. 어떤 경우에는, 그것을 segfault가 발생합니다.
Tags: Major bugfixes
An off-by-one buffer overflow/underflow issue was
fixed. This can cause the server to never respond
to a request (since Forces wait on I/O). In some
cases, it causes a segfault.

2007-08-22 15:17
0.0.9

명령줄 오류 검사를 개선했다. 보다 큰 파일은 2GB의에 대한 지원이 추가되었습니다. FreeBSD를 클라이언트가 추가되었습니다. 문제는 대체 어디 MiniWebSvr 목록 것이 디렉토리에 기본 페이지를로드하지 않고 후행 슬래시가 올바른 페이지에 클라이언트 리디렉션하도록 수정되었습니다.
Tags: Minor feature enhancements
Command line error checking was improved. Support
for files larger than 2GB was added. A FreeBSD
client was added. An issue where MiniWebSvr would
list and load a default page on a directory
without the trailing slash was fixed to redirect
the client to the correct page.

2007-05-28 15:50
0.0.8

추가 명령줄 옵션을 해제 디렉토리 목록에 서버 이름과 버전의보고를 해제하고, 로깅을 비활성화하려면 기본 페이지 이름 설정이 추가되었습니다. 서브 루트의 소개 0.0.7 취약점 해결되었습니다. 문제는 기본적으로 페이지를 항상 고정 일하고 아니합니다. 몇 가지 다른 수정 프로그램이되었다.
Tags: Minor feature enhancements
Extra command-line options were added to set the
default page name, to disable directory listing,
to disable reporting of server name and version,
and to disable logging. A sub-root vulnerability
introduced in 0.0.7 was fixed. A problem in which
the default page was not always working was fixed.
Several other fixes were made.

2007-03-13 10:36
0.0.7

보안 수정 프로그램이되었다. 한 수준의 깊이 탐색 디렉토리에 결함이 수정되었습니다. 서버가 지금은 어떤 "특별한"장치 파일과 같은 파일을 열려면을 거부합니다. PThreads 스레드 풀 구현이 추가되었습니다 (비록 아직 윈도우)에 대한.
Tags: Minor security fixes
Security fixes were made. A one-level deep directory traversal flaw was fixed. The server will now refuse to open any "special" file such as device files. A PThreads thread pool implementation was added (though not for Windows yet).

Project Resources