Download List

Projeto Descrição

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

Esta versão inclui uma porta para o eCos sistema operacional integrado, além de algumas pequenas correções de bugs.
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

Esta versão adiciona o suporte a SSL para a porta do Win32. Além disso, escrever uma manipulação bug foi corrigido para Win32 sockets 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

A mudança mais importante nesta versão é a adição de suporte a SSL. A fim de suportar o SSL, um mecanismo genérico para a seleção de diferentes transportes foi adicionado. Este quadro permite que transporta adicionais (além do TCP e SSL), para ser facilmente adicionados. O quadro é opcional e pode ser desativado para manter o tamanho do código abaixo para configurações que necessitam apenas um transporte. Esta versão também inclui várias correções de bugs.
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

Esta versão corrige dois bugs e adiciona duas características. O primeiro foi uma suposição incorreta sobre o ANSI C struct tm. Lendo a referência da linguagem com cuidado, verificou-se que não há nenhuma maneira de construir um portátil GMT objeto struct tm. Esta versão evita a construção da estrutura tm. O outro bug era uma condição lógica invertida quando o processamento If-Modified-Since campos. Uma nova opção de compilação foi adicionada para remover o código de desligamento de dispositivos que não têm nenhum conceito de um desligamento. Um novo console baseado na Web "componente foi adicionado.
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

Esta versão corrige muitos caprichos e erros, bem como acrescentar novas infra-estruturas. Com exceção de alguns socket manipulação de bugs e construir a limpeza do sistema, processamento de CGI POST foi limpo, não há suporte para multipart / form-data, e (opcional) listas de parâmetro hash foram adicionados. Um kit de ferramentas de gerenciamento de sessão está agora incluído.
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