Download List

프로젝트 설명

Seminole Webserver is a portable Web server designed to be used in embedded systems, where memory space is at a premium. It is written in C++, and has a mechanism to direct requests to application-specific code, complete with the decoding of "CGI" parameters. It also includes a "filesystem" that can package up Web content (and optionally compress it) and store it in a ROM or other "flat" device. It comes with a simple example to make it a standalone Webserver under POSIX platforms for evaluation and testing.

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.

2003-08-13 19:36
2.34

이 릴리스 eCos 운영 체제를 임베디드, 포트를 포함하고 몇 가지 사소한 버그 수정 이외에있습니다.
Tags: Stable, Major feature enhancements
This release includes a port to the eCos embedded
operating system, in addition to a few minor bug
fixes.

2003-07-07 20:54
2.33

이 릴리스의 Win32 포트에 추가 SSL을 지원합니다. 또한, 버그 처리는 Win32의 TCP 소켓에 대한 해결되었습니다 써주세요.
Tags: Stable, Minor bugfixes
This release adds SSL support to the Win32 port. In addition, a write handling bug was fixed for Win32 TCP sockets.

2003-07-01 18:48
2.32

본 보도 자료에서 가장 눈에 띄는 변화 SSL을 지원하는 추가되었습니다. 명령이 추가되었습니다 SSL을, 다른 전송 선택을위한 일반적인 메커니즘을 지원합니다. 이 프레임 워크는 추가적인 전송의 TCP 및 SSL () 이외에 쉽게 추가할 수있습니다. 프레임 워크와 구성은 선택 사항입니다 아래 단 하나의 전송 코드를 필요로하는 크기가 계속 비활성화할 수있습니다. 또한이 릴리스에는 몇 가지 버그수정이 포함되어있습니다.
Tags: Stable, Major feature enhancements
The most prominent change in this release is the addition of SSL support. In order to support SSL, a generic mechanism for selecting different transports has been added. This framework allows additional transports (besides TCP and SSL) to be easily added. The framework is optional and can be disabled to keep code size down for configurations needing only one transport. This release also includes several bugfixes.

2003-05-12 19:52
2.31

이 릴리스에는 두 가지 버그 수정 및 기능 추가 2. 먼저 ANSI C로 TM을 구조체에 대한 잘못된 가정을했다. 신중하게 언어 참조 읽기, 그건 이미 그리니치 표준시 TM을 개체를 만들 수없습니다 구조체 휴대용 방법을 발견했다. 이 릴리스 TM을 구조체의 건설을 방지합니다. 다른 버그는 반대 논리 조건으로 할 때 - 수정된 필드 이후 처리하는 경우이다. 새 컴파일 시간 옵션을 종료 전혀 개념이 장치에 대한 종료 코드를 제거에 추가되었습니다. 새로운 "웹 기반의"구성 요소의 콘솔에 추가되었습니다.
Tags: Stable, Minor bugfixes
This release fixes two bugs and adds two features. The first was an incorrect assumption about the ANSI C struct tm. Reading the language reference carefully, it was found that there is no portable way to construct a GMT struct tm object. This release avoids the construction of the struct tm. The other bug was a reversed logical condition when processing If-Modified-Since fields. A new compile-time option has been added to remove the shutdown code for devices that have no concept of a shutdown. A new "Web-based console" component has been added.

2003-04-21 14:13
2.30

이 버전의 수정 프로그램이 많은 단점과 버그뿐만 아니라 새로운 인프라를 추가합니다. 이외에도 몇 가지 소켓 버그 처리에서 시스템 정리, CGI로 POST를 처리하는 청소를 구축하고있다, 이미 여러 부분에 대한 지원 / 양식 데이터, 그리고 (옵션) 해시 매개 변수 목록에 추가되었습니다. 이제 세션 관리 툴킷이 포함되어있습니다.
Tags: Stable, Major bugfixes
This version fixes many quirks and bugs as well as
adding new infrastructure. Aside from some socket
handling bugs and build system cleanup, CGI POST
processing has been cleaned up, there is support for
multipart/form-data, and (optional) hashed parameter
lists have been added. A session management toolkit is
now included.

Project Resources