Download List

Projeto Descrição

C++ Sockets is a cross-platform C++ wrapper for BSD-style sockets. It implements the TCP, UDP, ICMP, and SCTP transport layer protocols. Implemented application layer protocols are HTTP/HTTPS (using OpenSSL), SMTP (server), and Ajp/1.3 (server). Features include transparent SOCKS4 client support and asynchronous DNS. Included in the library are a number of HTTP client functions such as GET/PUT/POST, and also Web server framework components.

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.

2011-08-17 06:53
2.3.9.7

Separar tópicos que nunca parou foi corrigido. Retirar do método OnAccept agora funciona. Tempo para lançar uma linha separada foi reduzida.
Tags: Minor bugfixes
Detach threads that never stopped has been fixed. Detaching from OnAccept method now works. Time to launch a detached thread has been reduced.

2011-07-26 07:28
2.3.9.6

Um problema de cronometragem foi resolvido em tomadas separadas. Mais opções configure foram adicionados. Bandeiras do estado perdidos são agora recuperados em sockethandler. O soquete do cliente AJP foi atualizado. O analisador JSON foi atualizado.
Tags: Minor bugfixes
A timing problem has been solved in detached sockets. More configure options have been added. Lost state flags are now retrieved in sockethandler. The AJP client socket has been updated. The JSON parser has been updated.

2011-02-05 22:18
2.3.9.5

Esta versão fixa faltando inclui e ambigouos operadores e construtores.
Tags: Minor bugfixes
This version fixed missing includes and ambigouos operators and constructors.

2011-02-03 12:17
2.3.9.4

Esta versão adiciona suporte para CGI HttpRequest / HttpdForm. Acrescenta suporte JSON (uso, análise e geração). Existem algumas pequenas correções de bugs.
Tags: Minor feature enhancements, Minor bugfixes
This release adds CGI support for HttpRequest / HttpdForm. It adds JSON support (parse, use, and generate). There are some small bugfixes.

2010-07-14 23:49
2.3.9.3

problemas Win32 introduzido em 2.3.9.2 foram corrigidos. suporte multithread foi adicionado no SocketHandler. problemas de configuração no mingw / cygwin foram corrigidos.
Tags: Major bugfixes, Minor feature enhancements
Win32 problems introduced in 2.3.9.2 were fixed. Multithread support was added in sockethandler. Build problems in mingw/cygwin were fixed.

Project Resources