Download List

Descripción del Proyecto

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 los hilos que nunca dejó de se ha solucionado. Desmontaje del método OnAccept ahora trabaja. El momento de lanzar un hilo independiente se ha reducido.
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

Un problema de tiempo ha sido resuelto en las cuencas separadas. Más opciones de configuración se han agregado. Perdieron las banderas estatales están recuperados en sockethandler. El socket de cliente AJP se ha actualizado. El analizador JSON se ha actualizado.
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 versión incluye y fija falta ambigouos operadores y constructores.
Tags: Minor bugfixes
This version fixed missing includes and ambigouos operators and constructors.

2011-02-03 12:17
2.3.9.4

Esta versión añade soporte para CGI HttpRequest / HttpdForm. Se añade soporte de JSON (analizar, utilizar y generar). Hay algunas pequeñas correcciones de errores.
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 introdujo en 2.3.9.2 se fijaron. apoyo multiproceso se añadió en sockethandler. problemas de compilación en MinGW / cygwin se fijaron.
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