Download List

Descripción del Proyecto

Rudiments is a C++ class library providing base
classes for things such as daemons, clients, and
servers, and wrapper classes for the standard C
functions for things like regular expressions,
semaphores, and signal handling.

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.

2013-01-01 15:31
0.40

hostentry::getAddressString() se ha fijado para números mayores que 127. Corregidos errores que podrían causar accidentes cuando se utiliza la clase hostentry con nombres de host NULL. Lee que saca error con EAGAIN tratan ahora como éxito lecturas de 0 bytes. Todos los zócalos ahora se establecen manualmente en modo de bloqueo después de la creación y sockets creados por accept() ahora se establecen en el modo de bloqueo/no bloqueo de la toma que fue aceptada. Solucionados varios problemas de seguridad NULL. Las ventanas construida script ahora soporta el CLR y CLR no construye.
hostentry::getAddressString() has been fixed for numbers greater than 127. Bugs that could lead to a crash when using the hostentry class with NULL hostnames have been fixed. Reads that error out with EAGAIN are treated as successful reads of 0 bytes now. All sockets are now manually set to blocking mode after creation, and sockets created by accept() are now set to the blocking/non-blocking mode of the socket that was accepted. Various NULL safety issues were fixed. The Windows built script now supports CLR and non-CLR builds.

2012-01-19 00:01
0.35

Esta versión incluye correcciones menores y actualizaciones requeridas por relé SQL 0.44.
This release features minor bugfixes and updates required by SQL Relay 0.44.

2011-08-17 06:41
0.34

Mingw32 y compatibilidad Minix se ha mejorado sustancialmente. Señal relacionada con las clases se han rediseñado un poco. Varias funciones comunes de POSIX se han envuelto en la clase de proceso.
Mingw32 and Minix compatibility has been improved substantially. Signal-related classes have been refactored a bit. Several common POSIX functions have been wrapped in the process class.

2011-07-01 06:16
0.33

Esto se debe principalmente un bugfix, limpieza y optimización. Algunas de las características de poca importancia fueron agregados también.
This is mainly a bugfix, clean-up, and optimization release. A few minor features were added as well.

2006-11-03 10:55
0.30

Esta versión corrige varias pérdidas de memoria, una vulnerabilidad en readdir_r, y algunos métodos adicionales en varias clases.
Tags: Minor bugfixes
This release fixes several memory leaks, a
vulnerability in readdir_r, and a few additional
methods in several classes.

Project Resources